| Summary: | AX: Improve accessibility for tables and table components with display flex, grid, block, inline-block, and contents | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Tyler Wilcock <tyler_w> | ||||||
| Component: | Accessibility | Assignee: | Tyler Wilcock <tyler_w> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | aboxhall, andresg_22, apinheiro, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, me, samuel_white, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | Other | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 239479, 257458 | ||||||||
| Attachments: |
|
||||||||
|
Description
Tyler Wilcock
2023-06-23 00:00:40 PDT
Created attachment 466808 [details]
Patch
Comment on attachment 466808 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=466808&action=review > Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2255 > + if (m_renderer->isAnonymous() && (is<RenderTableRow>(m_renderer) || is<RenderTable>(m_renderer))) should we move this above line 2246, and add the TableCell check there, so all our anonymous check types are together? Created attachment 466817 [details]
Patch
*** Bug 141524 has been marked as a duplicate of this bug. *** (In reply to chris fleizach from comment #3) > Comment on attachment 466808 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=466808&action=review > > > Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2255 > > + if (m_renderer->isAnonymous() && (is<RenderTableRow>(m_renderer) || is<RenderTable>(m_renderer))) > > should we move this above line 2246, and add the TableCell check there, so > all our anonymous check types are together? Fixed! Committed 265486@main (5da3ca144678): <https://commits.webkit.org/265486@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 466817 [details]. |