I18N-ISSUE-141: Mistake in entity assignments [HTML5-prep]

I18N-ISSUE-141: Mistake in entity assignments [HTML5-prep]

http://www.w3.org/International/track/issues/141

Raised by: Richard Ishida
On product: HTML5-prep

8.5 Named character references
http://www.w3.org/TR/2011/WD-html5-20110525/named-character-references.html#named-character-references

WG Approved: No

This is via Yasin Hınıslıoğlu, who writes about character assignments for ⟨ and ⟩...

[[
In the html 4 specification, which is here: http://www.w3.org/TR/REC-html40/sgml/entities.html above values declared are as follow,
&rang: u+2329 utf8: E2 8C AA
&lang: u+232A utf8: E2 8C A9

Contrary in html 5 specification, which is here: http://www.w3.org/TR/html5/named-character-references.html, same named entities are declared as below
⟩ U+027E9
&lang: U+027E8

I checked whole character set defined in html 5 and only these two are different.
]]

Please correct these assignments.

Received on Tuesday, 11 October 2011 16:20:25 UTC