Specify what should happen when unhiding an ancestor of aria-live
region
#1937
Labels
clarification
clarifying or correcting language that is either confusing, misleading or under-specified
Milestone
Description of bug or feature request
Given these two structures...
Structure 1: unhiding visually
Structure 2: unhiding from assistive technology
...what should happen when I unhide the parent element, which is wrapped around an
aria-live
region?Browsers are currently inconsistent. aria-live example with test results
I recommend we standardize on Firefox's current behavior in the above test results, because of these use cases:
aria-live
inside of a disclosure widget. I have a visible chat log in a disclosure widget. I collapse the disclosure widget while I do other things in the page. When I expand the disclosure widget to continue chatting, I don't want the whole chat log to get announced again.aria-live
. I have a visible chat log in the page. Elsewhere in the page, I trigger a modal dialog which hides most of the page content witharia-hidden
, including the chat log. When I dismiss the dialog I don't want the whole chat log to get announced again.Will this require a change to CORE-AAM?
I'm not sure. w3c/core-aam#175
Will this require a change to the ARIA authoring guide?
Yes, it should be part of w3c/aria-practices#78
The text was updated successfully, but these errors were encountered: