[Webkit-unassigned] [Bug 13150] Character entity references should produce same result as numeric

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 23:23:09 PDT 2007


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org
             Status|UNCONFIRMED                 |RESOLVED
           Priority|P2                          |P4
         Resolution|                            |DUPLICATE




------- Comment #2 from ap at webkit.org  2007-03-21 23:23 PDT -------
This change was intentional, and was a result of a conflict between different
specs. In Unicode, code points U+2329 and U+232A are deprecated in favor of
U+3008 and U+3009, respectively. According to 
<http://www.w3.org/TR/charmod-norm/>, text on the Web should be NFC-normalized,
and following this requirement is impossible if we map ⟨ to U+2329
(deprecated characters cannot appear in normalized text).

So, the current situation is that we let conforming documents remain conforming
by applying an updated mapping for ⟩ and ⟨, but we don't yet fix
documents that explicitly contain denormalized text. Bug 8738 is tracking this
issue.

*** This bug has been marked as a duplicate of 8738 ***


-- 
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