[Webkit-unassigned] [Bug 231756] AX: role="math" elements are no longer considered to have presentational children

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 12:54:31 PDT 2021


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

--- Comment #6 from Tyler Wilcock <tyler_w at apple.com> ---
(In reply to Darin Adler from comment #3)
> Comment on attachment 441252 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=441252&action=review
> 
> > Source/WebCore/accessibility/AccessibilityNodeObject.cpp:401
> >  #if ENABLE(MATHML)
> > -        return node()->isMathMLElement();
> > +        return true;
> >  #endif
> >          return false;
> 
> Seems like this should use #else.
> 
> But also, is it really important to return false for this when building
> without MathML support?

No, it isn't. Submitted a patch with this changed.

-- 
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/20211014/f474bb5a/attachment.htm>


More information about the webkit-unassigned mailing list