WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 43595
42041
Refactor the entity parser to handle new entities needed by MathML 3
https://bugs.webkit.org/show_bug.cgi?id=42041
Summary
Refactor the entity parser to handle new entities needed by MathML 3
François Sausset
Reported
2010-07-11 01:08:59 PDT
The w3c published a new recommendation for entity names:
http://www.w3.org/TR/xml-entity-names/
. MathML 3 should implement all these entities and HTML 5 only a subset. However, the actual entity parser cannot handle these new entities. Thus, the entity parser should be rewritten in the following way (see discussion on the mailing list): - use a prefix tree instead of a hash table (faster and handle entity names as long as wanted) - handle entities associated to combined Unicode characters - solve the conflict with XHTML 1.0 about ⟩ and ⟨ (see w3c webpage above)
Attachments
Add attachment
proposed patch, testcase, etc.
Adam Barth
Comment 1
2010-08-05 20:39:59 PDT
*** This bug has been marked as a duplicate of
bug 43595
***
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