[html5] r8610 - [e] (0) The quirky class/id selector matching case logic moved to selectors Fixi [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed May 7 10:49:42 PDT 2014


Author: ianh
Date: 2014-05-07 10:49:39 -0700 (Wed, 07 May 2014)
New Revision: 8610

Modified:
   complete.html
   index
   source
Log:
[e] (0) The quirky class/id selector matching case logic moved to selectors
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23781
Affected topics: CSS, HTML

Modified: complete.html
===================================================================
--- complete.html	2014-05-06 22:16:18 UTC (rev 8609)
+++ complete.html	2014-05-07 17:49:39 UTC (rev 8610)
@@ -290,7 +290,7 @@
   </script><body onload=init()>
   <header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 6 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 7 May 2014</h2>
    </hgroup><div>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -61086,17 +61086,13 @@
 
   <h4 id=case-sensitivity><span class=secno>4.15.1 </span>Case-sensitivity</h4>
 
-  <p>The Selectors specification leaves the case-sensitivity of IDs, classes, element names,
-  attribute names, and attribute values to be defined by the host language. <a href=#refsSELECTORS>[SELECTORS]</a></p>
+  <p>The Selectors specification leaves the case-sensitivity of element names, attribute names, and
+  attribute values to be defined by the host language. <a href=#refsSELECTORS>[SELECTORS]</a></p>
 
-  <p>The <a href=#concept-id title=concept-id>unique identifier</a> of <a href=#html-elements>HTML elements</a> in
-  documents that are in <a href=#quirks-mode>quirks mode</a> must be treated as <a href=#ascii-case-insensitive>ASCII
-  case-insensitive</a> for the purposes of selector matching.</p>
+  <p class=note>The Selectors specification defines that ID and class selectors, when matched
+  against elements in documents that are in <a href=#quirks-mode>quirks mode</a>, will be work in an <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 <a href=#ascii-case-insensitive>ASCII
-  case-insensitive</a> for the purposes of selector matching.</p>
-
   <p>When comparing a CSS element type selector to the names of <a href=#html-elements>HTML elements</a> in
   <a href=#html-documents>HTML documents</a>, the CSS element type selector must first be <a href=#converted-to-ascii-lowercase>converted to ASCII
   lowercase</a>. The same selector when compared to other elements must be compared according to

Modified: index
===================================================================
--- index	2014-05-06 22:16:18 UTC (rev 8609)
+++ index	2014-05-07 17:49:39 UTC (rev 8610)
@@ -290,7 +290,7 @@
   </script><body onload=init()>
   <header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 6 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 7 May 2014</h2>
    </hgroup><div>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -61086,17 +61086,13 @@
 
   <h4 id=case-sensitivity><span class=secno>4.15.1 </span>Case-sensitivity</h4>
 
-  <p>The Selectors specification leaves the case-sensitivity of IDs, classes, element names,
-  attribute names, and attribute values to be defined by the host language. <a href=#refsSELECTORS>[SELECTORS]</a></p>
+  <p>The Selectors specification leaves the case-sensitivity of element names, attribute names, and
+  attribute values to be defined by the host language. <a href=#refsSELECTORS>[SELECTORS]</a></p>
 
-  <p>The <a href=#concept-id title=concept-id>unique identifier</a> of <a href=#html-elements>HTML elements</a> in
-  documents that are in <a href=#quirks-mode>quirks mode</a> must be treated as <a href=#ascii-case-insensitive>ASCII
-  case-insensitive</a> for the purposes of selector matching.</p>
+  <p class=note>The Selectors specification defines that ID and class selectors, when matched
+  against elements in documents that are in <a href=#quirks-mode>quirks mode</a>, will be work in an <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 <a href=#ascii-case-insensitive>ASCII
-  case-insensitive</a> for the purposes of selector matching.</p>
-
   <p>When comparing a CSS element type selector to the names of <a href=#html-elements>HTML elements</a> in
   <a href=#html-documents>HTML documents</a>, the CSS element type selector must first be <a href=#converted-to-ascii-lowercase>converted to ASCII
   lowercase</a>. The same selector when compared to other elements must be compared according to

Modified: source
===================================================================
--- source	2014-05-06 22:16:18 UTC (rev 8609)
+++ source	2014-05-07 17:49:39 UTC (rev 8610)
@@ -67899,18 +67899,13 @@
 
   <h4>Case-sensitivity</h4>
 
-  <p>The Selectors specification leaves the case-sensitivity of IDs, classes, element names,
-  attribute names, and attribute values to be defined by the host language. <a
-  href="#refsSELECTORS">[SELECTORS]</a></p>
+  <p>The Selectors specification leaves the case-sensitivity of element names, attribute names, and
+  attribute values to be defined by the host language. <a href="#refsSELECTORS">[SELECTORS]</a></p>
 
-  <p>The <span data-x="concept-id">unique identifier</span> of <span>HTML elements</span> in
-  documents that are in <span>quirks mode</span> must be treated as <span>ASCII
-  case-insensitive</span> for the purposes of selector matching.</p>
+  <p class="note">The Selectors specification defines that ID and class selectors, when matched
+  against elements in documents that are in <span>quirks mode</span>, will be work in an <span>ASCII
+  case-insensitive</span>.</p>
 
-  <p>Classes from the <code data-x="attr-class">class</code> attribute of <span>HTML elements</span>
-  in documents that are in <span>quirks mode</span> must be treated as <span>ASCII
-  case-insensitive</span> for the purposes of selector matching.</p>
-
   <p>When comparing a CSS element type selector to the names of <span>HTML elements</span> in
   <span>HTML documents</span>, the CSS element type selector must first be <span>converted to ASCII
   lowercase</span>. The same selector when compared to other elements must be compared according to




More information about the Commit-Watchers mailing list