-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Landmarks with aria-labelledby
tested positive but actually does not work
#287
Comments
Dear @hrvojegolcic Thanks for your thorough investigation and explanation. First of all, we don't support IE11 in general anymore (we adapted to current user statistics, see https://www.accessibility-developer-guide.com/knowledge/screen-readers/relevant-combinations/#what-about-ie). Also, we never supported IE11+NVDA. So is this still a problem? I'm not certain what combination of NVDA+browser you used for the first example, and whether what you're describing is a problem? 😃 |
Hi @jmuheim, thank you for your response. In that case the second issue can be ignored but the first issue unfortunately still remains, as reported directly to NVDA repo. I've tested with (then) newest NVDA and newest Firefox versions and it does NOT PASS. |
@ManuA4A, could Franco have a look at this, too? |
Successfully tested with latest NVDA (2023.1) on latest Firefox (112) on Windows 11. I will update the test result matrix accordingly. |
…techniques-nvda feat: update compatibility matrix for headings demo, resolves #287
Current state
The page examples/headings/alternative-techniques under the heading "Description using ARIA (optional)" contains a codepan example and a positive test case as such:
Issue
I've re-tested locally and noticed the following 2 issues while testing this example:
NVDA: Landmark label ignored if
aria-labelledby
refers a child element. It means that a distinguishable landmark label is not announced at all aside to a landmark role when navigating by aTAB
key. See:IE 11 is very funny about it. When navigating by
TAB
key apparently ifaria-labelledby
is used on a landmark (e.g. nav, region) NVDA+IE 11 will read the entire inner content as a landmark label unless it refers to an "IE accessible element" (Must have arole
ortabindex
). See my testing withTAB
key:Therefore it seems like the example and the test case are no longer valid for NVDA.
My setup
The text was updated successfully, but these errors were encountered: