RESOLVED DUPLICATE of bug 243373 242779
AX: display:contents elements are inserted in the wrong position when they have inline renderer siblings
https://bugs.webkit.org/show_bug.cgi?id=242779
Summary AX: display:contents elements are inserted in the wrong position when they ha...
Tyler Wilcock
Reported 2022-07-14 18:01:08 PDT
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
Radar WebKit Bug Importer
Comment 1 2022-07-14 18:01:20 PDT
Tyler Wilcock
Comment 2 2022-08-05 15:39:50 PDT
Fixed by https://bugs.webkit.org/show_bug.cgi?id=243373. *** This bug has been marked as a duplicate of bug 243373 ***
Note You need to log in before you can comment on or make changes to this bug.