Scott O'Hara

Results 150 issues of Scott O'Hara

From my checks, axe-core largely identifies ARIA 1.2's [naming prohibited rule](https://www.w3.org/TR/wai-aria-1.2/#namefromprohibited)., and extends that rule to HTML elements with similar implicit roles. However, there are a few elements which were...

standards

Back in August 2023, the ARIA WG discussed the focusgroup proposal. My apologies for taking so long to make this issue. The following questions/concerns were raised: Since focusgroup could apply...

focusgroup

This is a follow on to #855 When reviewing [this selectlist demo](https://jsfiddle.net/xhsofq2z/4/) I noticed that while the behavior was changed to no longer have selection follow focus - and thus...

select
stale

One of the reasons (though there are others) that people want to implement custom tooltips is because the one produced by use of the `title` attribute lacks any way to...

stale

As per the discussion on https://github.com/openui/open-ui/issues/610 we briefly discussed how there is not presently a way to style the invoking element of a popup based on the current state. Presently,...

popover
invokers

I'll start right off and say this is a major misunderstanding on my part from when i first reviewed the explainer - as I assumed the primary intent was for...

stale
invokers

ARIA in HTML is updating to indicate that the use of aria-hidden=true on an element that also has the hidden=until-found attribute needs to be treated as a MUST NOT author...

aria-conformance

[ARIA in HTML](https://github.com/w3c/html-aria/pull/447) is being updated to disallow the `aria-hidden` attribute on the `body` element. An author error would need to be surfaced if the validator were to find this...

aria-conformance

[ARIA in HTML](https://github.com/w3c/html-aria/pull/489) is updating to allow authors to create focusable separators (role=separator) with button elements. The following would no longer be expected to return an error for using the...

aria-conformance

`hgroup` and `address` have been updated in HTML AAM to implicitly map to role=group - and thus will allow for authors to name these elements using aria-label and aria-labelledby (though...

aria-conformance