[Webkit-unassigned] [Bug 190138] AX: <footer> HTML5 tag not reading as ARIA Landmark to VoiceOver

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 05:54:44 PST 2019


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

Scott <scottaohara at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |scottaohara at yahoo.com

--- Comment #2 from Scott <scottaohara at yahoo.com> ---
Adding onto this:

As I've also encountered the lack of landmark that Paul has outlined per the footer scoped to the body, I've also come to realize that Webkit exposes the address element as a contentinfo landmark instead.

Tested with Safari 12 + Chrome 72 (mac and PC), the accessibility inspectors in both browser's dev tools expose the address element as contentinfo. Thus VoiceOver treats the address element as a landmark.

With Chrome on Windows, address is also exposed as having a contentinfo role, but JAWS and NVDA ignore this, instead only surfacing <footer> as a contentinfo landmark.

https://codepen.io/scottohara/pen/xMaJQO


Expected results:
Address should not be exposed as a contentinfo landmark in Webkit.
Footer (when scoped to the body element) should.

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


More information about the webkit-unassigned mailing list