Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upNVDA does not recognize the region landmark role (even when it is a valid ARIA role) #3741
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by jteh on 2014-01-07 01:08 See also #1195. |
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by bgaraventa on 2014-02-09 01:53 The value of this, is that it clearly defines the boundaries of a region, which is very helpful for menus, dialogs, popups, and other types of content where it may be unclear where one section starts versus another. E.G
Dialog content here
Which then sounds like the following in JAWS: Dialog region Which can be quickly moved to by pressing 'r' to jump between defined regions. Hopefully this helps. Best wishes, |
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by jteh on 2014-02-19 07:21 |
This comment has been minimized.
This comment has been minimized.
|
Comment 5 by jteh on 2014-02-19 07:21 |
This comment has been minimized.
This comment has been minimized.
|
Comment 6 by James Teh <jamie@... on 2014-02-20 06:52
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 7 by James Teh <jamie@... on 2014-03-18 18:39
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 8 by jteh on 2014-03-18 18:40 |
nvaccessAuto commentedDec 31, 2013
Reported by Birkirrg on 2013-12-31 14:56
Occasionally none of the standard landmark roles applies to a section of a webpage. It may still be appropriate to give it a landmark and for that purpose the region role is appropriate (see W3C ARIA specs where role is a valid ARIA tag), Div with role="region" and an aria-label can be very useful. NVDA, however, does not recognize "region" as a landmark role and does not announce it or its aria-label property. The information is available in the browser doms, at least for IE and Firefox, and is announced by some other assistive technologies.
Blocked by #1195