- From: CVS User jkosek <cvsmail@w3.org>
- Date: Thu, 24 Jan 2013 11:10:10 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20
In directory gil:/tmp/cvs-serv12844
Modified Files:
its20.html its20.odd
Log Message:
Resolved issue https://www.w3.org/International/multilingualweb/lt/track/issues/93
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.html 2013/01/23 23:37:01 1.313
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.html 2013/01/24 11:10:09 1.314
@@ -1310,7 +1310,7 @@
following rules:</p><ol class="depth1"><li><p>Attribute name is prefixed with <code>its-</code></p></li><li><p>Each uppercase letter in the attribute name is replaced by <code>-</code>
(U+002D) followed by a lowercase variant of the letter.</p></li></ol><p>
</p><p>Values of attributes which corresponds to data categories with a predefined set of
- values <a href="#rfc2119" shape="rect">MUST</a> be matched case-insensitively. </p><div class="note"><p class="prefix"><b>Note:</b></p><p>Case of attribute names is also irrelevant given the nature of HTML syntax. So in
+ values <a href="#rfc2119" shape="rect">MUST</a> be matched ASCII-case-insensitively. </p><div class="note"><p class="prefix"><b>Note:</b></p><p>Case of attribute names is also irrelevant given the nature of HTML syntax. So in
HTML terminology data category can be stored as <code class="its-attr-markup">its-term</code>,
<code>ITS-TERM</code>, <code>its-Term</code> etc. All those attributes are treated
as equivalent and will gets normalized upon DOM construction.</p></div></div><div class="div2">
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.odd 2013/01/23 23:37:01 1.310
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.odd 2013/01/24 11:10:10 1.311
@@ -1821,7 +1821,7 @@
(U+002D) followed by a lowercase variant of the letter.</item>
</list></p>
<p>Values of attributes which corresponds to data categories with a predefined set of
- values <ref target="#rfc2119">MUST</ref> be matched case-insensitively. </p>
+ values <ref target="#rfc2119">MUST</ref> be matched ASCII-case-insensitively. </p>
<note><p>Case of attribute names is also irrelevant given the nature of HTML syntax. So in
HTML terminology data category can be stored as <att>its-term</att>,
<code>ITS-TERM</code>, <code>its-Term</code> etc. All those attributes are treated
Received on Thursday, 24 January 2013 11:10:13 UTC