[Webkit-unassigned] [Bug 204647] New: AX: <td> styled as display:flex will remove accessibility role LayoutCellTable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 27 11:09:27 PST 2019


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

            Bug ID: 204647
           Summary: AX: <td> styled as display:flex will remove
                    accessibility role LayoutCellTable
           Product: WebKit
           Version: Safari 13
          Hardware: Macintosh
                OS: macOS 10.15
            Status: NEW
          Severity: Critical
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: peterheery at gmail.com
                CC: webkit-bug-importer at group.apple.com

Created attachment 384420

  --> https://bugs.webkit.org/attachment.cgi?id=384420&action=review

display flex LayoutCellTable missing

When styling a <td> with CSS display:flex; it removes the accessibility role of LayoutCellTable in the Accessibility tree.

Expected result

When styling a <td> with CSS display:flex; the accessibility role of LayoutCellTable is correctly exposed to the Accessibility tree.

Steps to reproduce

Open the test file in Safari Version 13.0.3, or Chrome Version 78.0.3904.108.
Open the accessibility inspector in the browser.
Inspect the <td>
Observe.

-- 
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/20191127/4f30f1d6/attachment-0001.htm>


More information about the webkit-unassigned mailing list