This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 10153 - [polyglot] i18n comment 6 : Case requirements
Summary: [polyglot] i18n comment 6 : Case requirements
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML/XHTML Compat. Authoring Guide (ed: Eliot Graff) (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Eliot Graff
QA Contact: HTML WG Bugzilla archive list
URL: http://www.w3.org/TR/2010/WD-html-pol...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-13 19:59 UTC by Richard Ishida
Modified: 2010-10-08 18:49 UTC (History)
5 users (show)

See Also:


Attachments

Description Richard Ishida 2010-07-13 19:59:15 UTC
Comment from the i18n review of:
http://www.w3.org/TR/2010/WD-html-polyglot-20100624/

Comment 6
At http://www.w3.org/International/reviews/1007-polyglot/
Editorial/substantive: E?
Tracked by: RI

Location in reviewed document:
6.2.3 Attribute values [http://www.w3.org/TR/2010/WD-html-polyglot-20100624/#attribute-values]

Comment: 
" however, case requirements do not apply to non-ASCII letters such as Greek, Cyrillic, or non-ASCII Latin letters. "

 
We are confused by this text. Scripts such as Greek, Cyrillic, and Armenian do have case distinctions, and those distinctions are significant in XML if you have attribute names or values in those scripts. But we are not clear when any characters from those scripts or non-ASCII Latin letters are used for attribute names or values in HTML.

 
Please clarify for us what the intent is.

 
(There is similar text in 6.2.2)
Comment 1 Eliot Graff 2010-10-08 18:49:26 UTC
The editor's draft of 8 October now has the following:

Section 6.3, Case Sensitivity, starts like this:

[]
The following guidelines apply to any usage of element names, attribute names, or attribute values in markup, script, or CSS. Polyglot markup uses lower case letters for all ASCII letters. For non-ASCII letters--such as Greek, Cyrillic, or non-ASCII Latin letters--polyglot markup respects case sensitivity as it is called for. 
[]

And 6.3.3, Attribute Values, has been changed it to this:

[]
Polyglot markup uses lowercase letters for the values of the attributes in the following list when they exist on HTML elements. More specifically, where required, polyglot markup must use lower case letters for all ASCII letters in these attribute values; however, polyglot markup respects case sensitivity for non-ASCII letters such as Greek, Cyrillic, or non-ASCII Latin letters. For attribute values on HTML elements other than those in the following list, polyglot markup may use mixed case letters. 

Because XML is case sensitive, polyglot markup also requires case to be consistent for values between markup, DOM APIs, and CSS. In addition, polyglot markup respects the case sensitivity of all other attribute values. Although polyglot markup must always have lowercase values of the attributes in the following list when they exist on HTML elements, attributes not in this list and attributes on non-HTML elements may have values made of mixed case letters. Note that other specifications, such as RDFa, may place additional restrictions on the allowed values of certain attributes.
[]

I believe that this clarifies the text and answers the concerns in this thread, and I have therefore resolved bug 10153.

Thanks for your help and patience.

Eliot