Sean Adams-Hiett
Sean Adams-Hiett
We are very much interested in this as well. Anything we can do to help move this along?
**Edit:** I'm realizing by looking at this example that the toggle elements are already supposed to be there: https://codepen.io/pyrello/pen/WNdEKRQ (Saved from the CodePen button on https://www.w3.org/TR/wai-aria-practices-1.2/examples/disclosure/disclosure-navigation-hybrid.html) @NickDJM We are working...
@NickDJM We built a quick demo of our implementation: https://sandbox.dev.drupal.uiowa.edu/media. It actually works great already, although we have not fully tested it from an accessibility standpoint. You indicated in previous...
@NickDJM Thanks for taking a look at our example and providing clarification. For our initial release of this feature in our platform: - We are not concerned with left/right arrow...
@NickDJM Thanks for your follow-up! We have updated our example at https://sandbox.dev.drupal.uiowa.edu/media to include your recent commits. What we are seeing is that the enter/space keys focused on a toggle...
@NickDJM We figured out that it was some of our own custom code that was causing this issue by adding `tabindex` to the spans. We tested this and were able...
@NickDJM In our initial testing of the W3C script, we have noticed that the logic does not support a third-level menu dropdown. That is, the behavior is glitchy and somewhat...
@NickDJM Yes, that is what I am talking about. In our initial testing of using the JS at https://www.w3.org/TR/wai-aria-practices-1.2/examples/disclosure/disclosure-navigation-hybrid.html, triggering the down arrow button next to # 2 in your...
@NickDJM Do you know your timeframe for getting this included in the library? We are under some pressure to get some kind of implementation done fairly soon and we would...
A few notes about getting XDebug to work when using Jetbrains Gateway: - It is necessary to provide mappings for a symlinked project. When working with Drupal core, I had...