[Webkit-unassigned] [Bug 159205] New: AX: Remove dead code for RenderText and RenderMathMLOperator in AccessibilityRenderObject::textUnderElement
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 28 02:42:26 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159205
Bug ID: 159205
Summary: AX: Remove dead code for RenderText and
RenderMathMLOperator in
AccessibilityRenderObject::textUnderElement
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: fred.wang at free.fr
CC: webkit-bug-importer at group.apple.com
Depends on: 139582, 155018
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160628/b17457a1/attachment.html>
More information about the webkit-unassigned
mailing list