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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 15:57:29 PDT 2007


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

           Summary: Character entity references should produce same result
                    as numeric
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: robburns1 at mac.com


Currently, the HTML named character entititses ⟩  and ⟨ produce
different results than the numeric equivalents ;〈 (HEX: 〈)
and 〉 (HEX: 〉). Also the direct inclusion of the character
matches the numeric references (i.e., the numeric references use the system
fonts, whiule the named is either mapped  to the wrong characcter or includes
some fallback mechanism).

For consistency’s sake these named references should map to the right number.
If one uses fallback, so should the other (and the direct charcter as well if
possible).


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