WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
107392
mathbackground attribute is not rendered correctly for dynamically created <mi> elements
https://bugs.webkit.org/show_bug.cgi?id=107392
Summary
mathbackground attribute is not rendered correctly for dynamically created <m...
Patrick Bochenek
Reported
2013-01-19 20:20:15 PST
Created
attachment 183655
[details]
mi mathbackground testcase.html Steps to reproduce: 1. Create dynamically <mi> element 2. Assign mathbackground attribute 3. Append <mi> to <math> Actual results: background color does not render Expected results: background color should be rendered as per the mathbackground attribute I was able to test it only on iOS 6.01.
Attachments
mi mathbackground testcase.html
(603 bytes, text/html)
2013-01-19 20:20 PST
,
Patrick Bochenek
no flags
Details
testcase with explicit MathML namespace
(644 bytes, text/html)
2013-11-25 04:41 PST
,
Frédéric Wang (:fredw)
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Frédéric Wang (:fredw)
Comment 1
2013-01-23 11:40:20 PST
So I guess it is the same issue as Mozilla's one: you must create the MathML elements with createElementNS + the MathML namespace, not simply createElement.
Frédéric Wang (:fredw)
Comment 2
2013-11-25 04:41:36 PST
Created
attachment 217791
[details]
testcase with explicit MathML namespace Here is a version with createElementNS and it does work for me.
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