<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: Expose a new AXSubrole for explicit ARIA &quot;group&quot; role"
   href="https://bugs.webkit.org/show_bug.cgi?id=169810#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: Expose a new AXSubrole for explicit ARIA &quot;group&quot; role"
   href="https://bugs.webkit.org/show_bug.cgi?id=169810">bug 169810</a>
              from <span class="vcard"><a class="email" href="mailto:jcraig&#64;apple.com" title="James Craig &lt;jcraig&#64;apple.com&gt;"> <span class="fn">James Craig</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=304917&amp;action=diff" name="attach_304917" title="patch">attachment 304917</a> <a href="attachment.cgi?id=304917&amp;action=edit" title="patch">[details]</a></span>
patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=304917&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=304917&amp;action=review</a>

<span class="quote">&gt;&gt; Source/WebKit/win/ChangeLog:9
&gt;&gt; +        Account for Windows platform role mapping.
&gt; 
&gt; did you modify GTK files to map this new role</span >

Looking into that.

<span class="quote">&gt;&gt; LayoutTests/accessibility/list-detection2-expected.txt:-20
&gt;&gt; -PASS: ul w/ background image (NOT A LIST) -&gt; group. 
&gt; 
&gt; these objects are no longer groups? that seems unexpected</span >

This is expected. Those elements are still mapped to &quot;AXGroup&quot; (with no subrole) but no longer return &quot;group&quot; as the computed ARIA role string. Layout lists match neither role=&quot;list&quot; nor role=&quot;group&quot;, so web inspector users can now see these have &quot;No exact ARIA role match&quot; rather than the misleading &quot;group&quot; role that previously appeared.

I think a future version of ARIA may include a &quot;generic&quot; or some equivalent role for non-semantic container elements like &lt;div&gt; and other elements heuristically determined to be mere layout items. If/when it does, &lt;div&gt;s and layout lists, would vend that role.</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>