<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: ARIA 'region' role is now a landmark; HTML 'section' element should be a landmark only if named"
   href="https://bugs.webkit.org/show_bug.cgi?id=157331">157331</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>AX: ARIA 'region' role is now a landmark; HTML 'section' element should be a landmark only if named
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Accessibility
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jdiggs&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>webkit-bug-importer&#64;group.apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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] <a href="https://rawgit.com/w3c/aria/master/aria/aria.html#region">https://rawgit.com/w3c/aria/master/aria/aria.html#region</a>
[2] <a href="https://rawgit.com/w3c/aria/master/html-aam/html-aam.html#el-section">https://rawgit.com/w3c/aria/master/html-aam/html-aam.html#el-section</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>