- From: <bugzilla@jessica.w3.org>
- Date: Thu, 16 May 2013 06:29:42 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22056
Bug ID: 22056
Summary: [Custom]: "are" custom element names ASCII characters,
or MUST they be ASCII characters?
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
Assignee: dglazkov@chromium.org
Reporter: dominicc@chromium.org
QA Contact: public-webapps-bugzilla@w3.org
Blocks: 14968
"is a sequence of alphanumeric ASCII characters"
This is confusing. NCName [1] includes combining characters and extenders that
are not ASCII characters. These should be allowed, because custom element names
MUST match the NCName production and there is no restriction on the character
set.
I think "is a sequence of alphanumeric ASCII characters" should be "MUST be a
sequence of ASCII characters".
[1] <http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-NCName>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 16 May 2013 06:33:24 UTC