forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
The purpose of this issue is to solve problems with MathML <mi> element with only one character and CSS attributes.
This is tracked in WebKit Bugzilla Stream as
Status :
| Description | Understood | Patch Writing | Internal Tests | Pull Resqueted | Accepted |
|---|---|---|---|---|---|
| ✔️ | ✔️ | 🚧 |
?
-
Description : No effect in
<mi>token when contains only one character.

-
Understood : Due to RenderMathMLToken::paint method implementation which draw text with drawGlyph method and not preserve css attributes.
issue#1, issue#2 et issue#3 sont tous liés à la mauvaise implémentation de l'affichage des formules mathématiques dans WebCore. #3 (comment)