[Webkit-unassigned] [Bug 11448] ⟨ and ⟩ entities are mapped to the incorrect Unicode codepoint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 29 04:07:34 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11448





------- Comment #1 from ap at nypop.com  2006-10-29 04:07 PDT -------
Actually, the correspondence is a bit different: lang should be U+2329
according to DTDs, but that character is deprecated in Unicode. Its canonical
form is U+3008.

<!ENTITY lang     "〈"> <!-- left-pointing angle bracket = bra,
                                     U+2329 ISOtech -->

According to <http://www.w3.org/TR/charmod-norm/>, text on the Web should be in
canonical precomposed form. We currently do this canonicalization for XHTML,
but not for HTML.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list