WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2016-06-28 02:42:47 PDT
<
rdar://problem/27051681
>
Frédéric Wang (:fredw)
Comment 2
2016-06-28 02:48:40 PDT
Created
attachment 282232
[details]
Patch
Frédéric Wang (:fredw)
Comment 3
2016-06-28 07:17:01 PDT
Committed
r202562
: <
http://trac.webkit.org/changeset/202562
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug