Bug 62187
Summary: | Please add support for ⋹̸ and ⋵̸ character references | ||
---|---|---|---|
Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abarth, ap |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://www.w3.org/2003/entities/2007/htmlmathml-f.ent | ||
Bug Depends on: | |||
Bug Blocks: | 84012 |
Frédéric Wang (:fredw)
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
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)
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.