- From: <bugzilla@jessica.w3.org>
- Date: Wed, 29 Feb 2012 20:00:23 +0000
- To: public-html@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16167
Summary: i18n-ISSUE-141: Mistake in entity assignments
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: public-i18n-core@w3.org
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
8.5 Named character references
http://www.w3.org/TR/2011/WD-html5-20110525/named-character-references.html#named-character-references
WG Approved: Yes
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.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Thursday, 1 March 2012 14:12:18 UTC