RESOLVED FIXED 159205
AX: Remove dead code for RenderText and RenderMathMLOperator in AccessibilityRenderObject::textUnderElement
https://bugs.webkit.org/show_bug.cgi?id=159205
Summary AX: Remove dead code for RenderText and RenderMathMLOperator in Accessibility...
Frédéric Wang (:fredw)
Reported 2016-06-28 02:42:26 PDT
RenderMathMLOperator used to destroy its descendants and to replace them with an anonymous text node wrapped inside anonymous blocks. After r202420, it just behaves as any other token elements. Hence the code in AccessibilityRenderObject::textUnderElement to handle this specific render tree structure is never executed and can be safely removed.
Attachments
Patch (2.52 KB, patch)
2016-06-28 02:48 PDT, Frédéric Wang (:fredw)
jdiggs: review+
Radar WebKit Bug Importer
Comment 1 2016-06-28 02:42:47 PDT
Frédéric Wang (:fredw)
Comment 2 2016-06-28 02:48:40 PDT
Frédéric Wang (:fredw)
Comment 3 2016-06-28 07:17:01 PDT
Note You need to log in before you can comment on or make changes to this bug.