[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:34:39 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=231756
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darin at apple.com
--- Comment #3 from Darin Adler <darin at apple.com> ---
Comment on attachment 441252
--> https://bugs.webkit.org/attachment.cgi?id=441252
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?
--
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/5a3841ba/attachment-0001.htm>
More information about the webkit-unassigned
mailing list