Bug 62187 - Please add support for ⋹̸ and ⋵̸ character references
Summary: Please add support for ⋹̸ and ⋵̸ character references
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://www.w3.org/2003/entities/2007/...
Keywords:
Depends on:
Blocks: mathjax
  Show dependency treegraph
 
Reported: 2011-06-06 22:32 PDT by Frédéric Wang (:fredw)
Modified: 2012-04-16 12:53 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frédéric Wang (:fredw) 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           "&#x022F9;&#x00338;" ><!--ELEMENT OF WITH TWO HORIZONTAL STROKES with slash -->
<!ENTITY notindot         "&#x022F5;&#x00338;" ><!--ELEMENT OF WITH DOT ABOVE with slash -->

I tested both Chrome 11.0.696.71 Windows and Chrome 10.0.648.205 Linux.
Comment 1 Adam Barth 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.)
Comment 2 Frédéric Wang (:fredw) 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.