[Webkit-unassigned] [Bug 157331] New: AX: ARIA 'region' role is now a landmark; HTML 'section' element should be a landmark only if named

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 3 16:48:32 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=157331

            Bug ID: 157331
           Summary: AX: ARIA 'region' role is now a landmark; HTML
                    'section' element should be a landmark only if named
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jdiggs at igalia.com
                CC: webkit-bug-importer at group.apple.com

In ARIA 1.1, the 'region' role became a landmark [1]. This has implications for the HTML 'section' element whose default ARIA role is region, namely that potentially a lot of sections will start showing up in the landmark navigation provided by ATs, making that functionality less efficient/useful.

The HTML AAM provides guidance related to this [2]:

    Note: It is strongly recommended that user agents such as screen
    readers only convey the presence of, and provide navigation for
    section elements, when the section element has an accessible name.

The easiest way to accomplish what the HTML AAM recommends is to not expose sections which lack accessible names as landmarks.

[1] https://rawgit.com/w3c/aria/master/aria/aria.html#region
[2] https://rawgit.com/w3c/aria/master/html-aam/html-aam.html#el-section

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160503/44f46b91/attachment.html>


More information about the webkit-unassigned mailing list