Scott O'Hara

Results 150 issues of Scott O'Hara

This example doesn't communicate the currently chosen color option. And using `aria-pressed` on the button here wouldn't necessarily be the right choice, as that alone would indicate that the choice...

a11y

since this is constructed with a `ul` element as its base, it seems like the intent here was to create a list of items. However, because the `li` elements are...

a11y

With the evolution of popover, developers got the ability to use a button to toggle the displaying of a popover element in the top layer without the need for JavaScript....

Opening this so we make sure to consider making the default styling for the select element adhere to the 24x24px target size minimum, per the new WCAG 2.2 requirement. While...

select

At one point in time we had been talking about how one might want to have content rendered as a popover at larger viewport sizes, but not at smaller viewports....

popover
stale

Splitting out from #6636, so as to not sidetrack that issue. Per the [potential proposal (comment)](https://github.com/whatwg/html/issues/6636#issuecomment-833546130) to allow for an `img` to be used as the mechanism to provide a...

addition/proposal
a11y-tracker

closes #2180 related to recent question: #2296 related to https://github.com/w3c/aria/issues/1764 This PR removes requiring names for alertdialog, dialog, form, grid, radiogroup and table roles and replaces the author MUST with...

spec:aria

This comment acknowledges that some browsers will attempt to mitigate for potential author error for `` by exposing the placeholder link with a `role=link` instead of as a `generic`.

spec:html-aam

This PR does a few things: - Revises naming computation section to - identify elements which are name prohibited, reducing these items accName algorithm to only accept names from aria-label/aria-labelledby....

spec:aria
spec:html-aam

`aria-controls` did not have the widest support, but with the [JAWS release notes (April 2019)](https://support.freedomscientific.com/Downloads/JAWS/JAWSWhatsNew?utm_content=93956937&utm_medium=social&utm_source=twitter&hss_channel=tw-2382446636#ChangesApril2019) it will no longer be announced by default. >If you encounter an element on a...

clarification