[html5] r3308 - [] (0) define 'case-[in]sensitive' for CSS section

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 23 12:55:34 PDT 2009


Author: ianh
Date: 2009-06-23 12:55:32 -0700 (Tue, 23 Jun 2009)
New Revision: 3308

Modified:
   index
   source
Log:
[] (0) define 'case-[in]sensitive' for CSS section

Modified: index
===================================================================
--- index	2009-06-23 18:45:50 UTC (rev 3307)
+++ index	2009-06-23 19:55:32 UTC (rev 3308)
@@ -69547,16 +69547,17 @@
 
   <p>Attribute and element <em>names</em> of <a href=#html-elements>HTML
   elements</a> in <a href=#html-documents>HTML documents</a> must be treated as
-  case-insensitive.</p>
+  <a href=#ascii-case-insensitive>ASCII case-insensitive</a>.</p>
 
   <p>Classes from the <code title=attr-class><a href=#classes>class</a></code> attribute
   of <a href=#html-elements>HTML elements</a> in documents that are in <a href=#quirks-mode>quirks
-  mode</a> must be treated as case-insensitive.</p>
+  mode</a> must be treated as <a href=#ascii-case-insensitive>ASCII
+  case-insensitive</a>.</p>
 
   <p>Attribute selectors on an <a href=#html-elements title="HTML elements">HTML
   element</a> in an <a href=#html-documents title="HTML documents">HTML
   document</a> must treat the <em>values</em> of attributes with
-  the following names as case-insensitive:</p>
+  the following names as <a href=#ascii-case-insensitive>ASCII case-insensitive</a>:</p>
 
   <!-- based on Mozilla's list, which was itself based on HTML4 -->
   <!-- WebKit's was identical at the time of writing except as noted below -->
@@ -69608,7 +69609,7 @@
    <li><code title="">vlink</code>
   </ul><p>All other <a href=#html-elements>HTML elements</a> and all attribute names and
   values on <a href=#html-elements>HTML elements</a> must be treated as
-  case-sensitive.</p>
+  <a href=#case-sensitive>case-sensitive</a>.</p>
 
 
   <div class=impl>

Modified: source
===================================================================
--- source	2009-06-23 18:45:50 UTC (rev 3307)
+++ source	2009-06-23 19:55:32 UTC (rev 3308)
@@ -82010,16 +82010,17 @@
 
   <p>Attribute and element <em>names</em> of <span>HTML
   elements</span> in <span>HTML documents</span> must be treated as
-  case-insensitive.</p>
+  <span>ASCII case-insensitive</span>.</p>
 
   <p>Classes from the <code title="attr-class">class</code> attribute
   of <span>HTML elements</span> in documents that are in <span>quirks
-  mode</span> must be treated as case-insensitive.</p>
+  mode</span> must be treated as <span>ASCII
+  case-insensitive</span>.</p>
 
   <p>Attribute selectors on an <span title="HTML elements">HTML
   element</span> in an <span title="HTML documents">HTML
   document</span> must treat the <em>values</em> of attributes with
-  the following names as case-insensitive:</p>
+  the following names as <span>ASCII case-insensitive</span>:</p>
 
   <!-- based on Mozilla's list, which was itself based on HTML4 -->
   <!-- WebKit's was identical at the time of writing except as noted below -->
@@ -82074,7 +82075,7 @@
 
   <p>All other <span>HTML elements</span> and all attribute names and
   values on <span>HTML elements</span> must be treated as
-  case-sensitive.</p>
+  <span>case-sensitive</span>.</p>
 
 
   <div class="impl">




More information about the Commit-Watchers mailing list