Scott O'Hara
Scott O'Hara
While the topic of creating a `` element has come up in open ui discussions in regards to create a replacement for ``, I've been thinking a lot lately about...
The 'mult-select' variation of the [explainer demos](https://patrickbrosset.com/lab/2022-01-06-selectmenu/) does not presently allow for keyboard focus. Navigating using tab key, it is skipped over. If one were to open it with the...
seems that as a default this should be `role=tooltip`. 'popper' isn't a valid aria role, and thus it will be ignored by assistive technologies. additionally, the tooltip should be associated...
[ARIA in HTML](https://github.com/w3c/html-aria/pull/410) is clarifying the allowed roles on `li` elements. >No `role` if the parent list element has an implicit or explicit `list` role. > >Otherwise, any `role`. >...
[ARIA in HTML](https://github.com/w3c/html-aria/pull/415) is updating to allow the `doc-example` role on the `figure` element when it has a child `figcaption`. The `doc-example` role inherits from the `figure` role, intended to...
With [ARIA 1.2 certain roles are prohibited from being named by authors](https://www.w3.org/TR/wai-aria-1.2/#namefromprohibited). [ARIA in HTML](https://github.com/w3c/html-aria/pull/402) has identified the HTML elements which share these roles, and in some cases, have no...
a `div` can be a child of a `dl` for structural grouping / styling purposes. While a `div` normally allows for "any role" to be specified, in this context that...
While we do not think it's a good idea to allow additional roles / aria-* attributes on the picture element, since it is not supposed to be directly exposed to...
The *`wbr` element* presently allows all roles and global aria-* attributes. This was an oversight that will be corrected in the next version of the ARIA in HTML specification. The...
The *`area` element without `href`* presently does not allow any role to be specified by authors. The [ARIA in HTML specification is updating this restriction](https://github.com/w3c/html-aria/pull/360) to allow authors to specify...