[Webkit-unassigned] [Bug 170179] New: VoiceOver does not announce a list for groups of links when list-style: none;

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 28 09:08:23 PDT 2017


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

            Bug ID: 170179
           Summary: VoiceOver does not announce a list for groups of links
                    when list-style: none;
           Product: WebKit
           Version: Safari 10
          Hardware: All
                OS: iOS 10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cornwell_izabella at bah.com

VoiceOver on Safari 9.1.3 (MacPro) and 10.2.1 (iPAD/iPhone) does not announce a list for a groups of links when list-style is set to none

}
ul.navigation {
  list-style: none; 
  padding: 0;
}
<ul class="navigation">
    <li><a href="kitchen.html">Kitchen</a></li>
    <li><a href="bedbath.html">Bed &amp; Bath</a></li>
    <li><a href="dining.html">Fine Dining</a></li>
    <li><a href="lighting.html">Lighting</a></li>
    <li><a href="storage.html">Storage</a><li>
</ul> 

url to test/verify: navigation tab menu at: https://www.w3.org/WAI/demos/bad/after/home.html

-- 
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/20170328/64611f4c/attachment.html>


More information about the webkit-unassigned mailing list