[Webkit-unassigned] [Bug 193382] New: AX: Update list heuristics to include linked lists inside navigation containers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 12 10:56:19 PST 2019


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

            Bug ID: 193382
           Summary: AX: Update list heuristics to include linked lists
                    inside navigation containers
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com

AX: Update list heuristics to include linked lists inside navigation containers

There were a few Twitter threads recently about the WebKit behavior to distinguish unstyled layout lists from unstyled semantic lists. Generally, I still believe WebKit is correct to heuristically suppress list-itis from screen reader users, but we can make it better for authors by continuing to update these heuristics.

https://github.com/WebKit/webkit/blob/master/Source/WebCore/accessibility/AccessibilityList.cpp

The first actionable suggestion that came out of the discussion was to account for link lists that are descendants (not limited to direct children) of nav elements or role=navigation. Even single-item links seem fine to me.

Other suggestions were about styling (bg colors, etc.) like WebKit has for the data tables, but I didn't see anything actionable in that category yet. If I do, I'll file it as a separate bug tracker and try to link it here.

-- 
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/20190112/658238d1/attachment.html>


More information about the webkit-unassigned mailing list