WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
62187
Please add support for ⋹̸ and ⋵̸ character references
https://bugs.webkit.org/show_bug.cgi?id=62187
Summary
Please add support for ⋹̸ and ⋵̸ character references
Frédéric Wang (:fredw)
Reported
2011-06-06 22:32:43 PDT
In Chrome ⋹̸ and ⋵̸ are converted to ¬inE; and ¬indot; but according to
http://www.w3.org/2003/entities/2007/htmlmathml-f.ent
the following values should be used: <!ENTITY notinE "⋹̸" ><!--ELEMENT OF WITH TWO HORIZONTAL STROKES with slash --> <!ENTITY notindot "⋵̸" ><!--ELEMENT OF WITH DOT ABOVE with slash --> I tested both Chrome 11.0.696.71 Windows and Chrome 10.0.648.205 Linux.
Attachments
Add attachment
proposed patch, testcase, etc.
Adam Barth
Comment 1
2011-06-06 22:36:27 PDT
More generally, we need to update our list of entities because the spec changed after we implemented it. We need to add support for entities that consist of more than on character. (Most of the support is there, but the code generator needs to be taught about them.)
Frédéric Wang (:fredw)
Comment 2
2012-04-16 12:53:30 PDT
This seems to be fixed in the latest release of Chrome. It is not in the latest release of Safari but I guess the fix should come soon.
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