-
I suspect that not all ARIA attributes are automatically inherited by all descendant elements and should be output by AT for these descendant elements (e.g. according to the specification `aria-disabl…
-
The Specification for the TAB Role it states "For a multi-selectable tablist, authors SHOULD ensure each visible tabpanel has its aria-expanded attribute set to true, and that the remaining hidden tab…
-
Looking at the demos it looks like there is some focus management missing on the modals. Here's what needs to be added to fix it:
* When a modal is open, focus should be sent to the modal (either o…
-
https://github.com/w3c/aria-practices/blame/master/examples/listbox/listbox.html#L65
https://github.com/w3c/aria-practices/blame/master/examples/listbox/listbox.html#L129
I didn't dig into the JS, b…
-
This was originally [filed on ReSpec](https://github.com/w3c/respec/issues/1752) by @aardrian... but I feel we need to have a larger discussion.
The following is a copy/paste from @aardrian's bug…
-
I have two questions regarding this example: https://www.w3.org/TR/wai-aria-practices/examples/listbox/listbox-collapsible.html
1. In the example, `Printable Characters` are only respected when the…
-
### Summary
Example:
Use JAWS in Application mode.
1.Go to https://www.w3.org/TR/wai-aria-practices-1.1/examples/menu-button/menu-button-links.html
2. Navigate in application mode into "WAI-ARIA…
-
Same as for `paper-checkbox`:
- Focus styles
- Keyboard event handling: ARIA design pattern is http://www.w3.org/TR/wai-aria-practices/#radiobutton (https://github.com/alice/web-components-demos/blob/…
alice updated
6 years ago
-
# Describe your concern
Someone tried to use role=none on a table cell, e.g.
Name
Subject
Ranjit
(no subject)
Some browsers are removing the native tabl…
-
I'm looking for APG examples that use `aria-selected` as part of working on https://github.com/w3c/aria-practices/issues/254
https://w3c.github.io/aria-practices/examples/ has a table under "Exampl…