Bug 242779
Summary: | AX: display:contents elements are inserted in the wrong position when they have inline renderer siblings | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tyler Wilcock <tyler_w> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | andresg_22, aroselli, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tyler Wilcock
Inline elements are rolled up into a single anonymous block, which breaks our heuristic for inserting display:contents elements to the correct position in AccessibilityRenderObject::addNodeOnlyChildren().
Repro case: https://codepen.io/aardrian/pen/WNvoOpM
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/97046233>
Tyler Wilcock
Fixed by https://bugs.webkit.org/show_bug.cgi?id=243373.
*** This bug has been marked as a duplicate of bug 243373 ***