[Webkit-unassigned] [Bug 236777] AX: List item marker not exposed when not a direct child of a list item

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 18 01:17:03 PST 2022


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

--- Comment #9 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to chris fleizach from comment #6)
> Comment on attachment 452357 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=452357&action=review
> 
> > Source/WebCore/accessibility/AccessibilityRenderObject.cpp:3294
> > +        if (!obj->renderer()->isListMarker())
> 
> should we put this logic in addChild() ?

I guess we could override addChild and move the check there, but we don't really need the check in all other calls to addChild in AccessibilityRenderObject

-- 
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/20220218/c7d9b8fc/attachment.htm>


More information about the webkit-unassigned mailing list