[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:14:38 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11448
------- Comment #2 from bdash at webkit.org 2006-10-29 04:14 PDT -------
I stuffed up the initial description of this bug completely.
WebKit's current behaviour is to map "lang" to U+2329 for HTML but to U+3008 in
XHTML. It maps "rang" to U+232A for HTML but to U+3009 for XHTML.
The behaviour as defined in the HTML and XHTML DTDs is to map "lang" to U+2329
and "rang" to U+232A. Our behaviour is therefore technically incorrect for
XHTML, but as Alexey mentions U+2329 and U+232A are deprecated. This means
that U+3008/U+3009 are arguably "more right". . . or something.
--
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