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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 16 02:51:09 PDT 2018


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

James Craig <jcraig at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jcraig at apple.com
         Resolution|---                         |DUPLICATE

--- Comment #1 from James Craig <jcraig at apple.com> ---
This was a purposeful change due to rampant "list"-itis by web developers. 

In the same way WebKit differentiates layout tables from data tables, it now differentiates layout lists from data lists. VoiceOver users always used to file bugs that there were too many "start of list" "end of list" announcements on the Web. Customers seems much happier in the 3 years since this change went in.

Basically, if you remove all default visible indication of the list, there is no indication to a sighted user or screen reader user that the content is a list. If you want to override this heuristic for accessibility, you can always add an explicit ARIA role="list".

Read more about in bug 134187 or view the test case attachment 
https://bugs.webkit.org/attachment.cgi?id=233587

*** This bug has been marked as a duplicate of bug 134187 ***

-- 
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/20180516/3ed586cc/attachment.html>


More information about the webkit-unassigned mailing list