Bug 239478
Summary: | AX: Support display:contents for elements with role attributes equal to: directory, grid, treegrid, table, row, gridcell, cell, columnheader, tree, treeitem | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tyler Wilcock <tyler_w> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | andresg_22, aroselli, bfulgham, cfleizach, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 256950, 257444, 258430 | ||
Bug Blocks: |
Tyler Wilcock
display:contents breaks the semantics of elements with these roles.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/91931754>
Tyler Wilcock
role="tree" and role="treeitem" addressed with: https://bugs.webkit.org/show_bug.cgi?id=257444
Tyler Wilcock
role="directory" addressed with: https://bugs.webkit.org/show_bug.cgi?id=256950
Tyler Wilcock
https://bugs.webkit.org/show_bug.cgi?id=258430 addresses display:contents for roles grid, treegrid, table, row, gridcell, cell, and columnheader. This covers all the role types listed in the title. Please file separate bugs for any other issues discovered. Thanks!