[html5] r6106 - [giow] (1) Make :in-range and :out-of-range definitions match the spec that intr [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri May 6 13:09:27 PDT 2011


Author: ianh
Date: 2011-05-06 13:09:26 -0700 (Fri, 06 May 2011)
New Revision: 6106

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Make :in-range and :out-of-range definitions match the spec that introduced them.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12151

Modified: complete.html
===================================================================
--- complete.html	2011-05-06 20:03:26 UTC (rev 6105)
+++ complete.html	2011-05-06 20:09:26 UTC (rev 6106)
@@ -46736,6 +46736,9 @@
 
   </div>
 
+  <p>An element <dfn id=have-range-limitations title="have range limitations">has range
+  limitations</dfn> if it has a defined <a href=#concept-input-min title=concept-input-min>minimum</a> or a defined <a href=#concept-input-max title=concept-input-max>maximum</a>.</p>
+
   <div class=example>
 
    <p>The following date control limits input to dates that are before
@@ -54993,9 +54996,9 @@
 
     <p>The <code title=selector-in-range><a href=#selector-in-range>:in-range</a></code>
     pseudo-class must match all elements that are <a href=#candidate-for-constraint-validation title="candidate for constraint validation">candidates for
-    constraint validation</a> and that are neither <a href=#suffering-from-an-underflow>suffering
-    from an underflow</a> nor <a href=#suffering-from-an-overflow>suffering from an
-    overflow</a>.</p>
+    constraint validation</a>, <a href=#have-range-limitations>have range limitations</a>,
+    and that are neither <a href=#suffering-from-an-underflow>suffering from an underflow</a> nor
+    <a href=#suffering-from-an-overflow>suffering from an overflow</a>.</p>
 
    </dd>
 
@@ -55006,8 +55009,9 @@
 
     <p>The <code title=selector-out-of-range><a href=#selector-out-of-range>:out-of-range</a></code>
     pseudo-class must match all elements that are <a href=#candidate-for-constraint-validation title="candidate for constraint validation">candidates for
-    constraint validation</a> and that are <a href=#suffering-from-an-underflow>suffering from an
-    underflow</a> or <a href=#suffering-from-an-overflow>suffering from an overflow</a>.</p>
+    constraint validation</a>, <a href=#have-range-limitations>have range limitations</a>,
+    and that are either <a href=#suffering-from-an-underflow>suffering from an underflow</a> or
+    <a href=#suffering-from-an-overflow>suffering from an overflow</a>.</p>
 
    </dd>
 

Modified: index
===================================================================
--- index	2011-05-06 20:03:26 UTC (rev 6105)
+++ index	2011-05-06 20:09:26 UTC (rev 6106)
@@ -46764,6 +46764,9 @@
 
   </div>
 
+  <p>An element <dfn id=have-range-limitations title="have range limitations">has range
+  limitations</dfn> if it has a defined <a href=#concept-input-min title=concept-input-min>minimum</a> or a defined <a href=#concept-input-max title=concept-input-max>maximum</a>.</p>
+
   <div class=example>
 
    <p>The following date control limits input to dates that are before
@@ -55021,9 +55024,9 @@
 
     <p>The <code title=selector-in-range><a href=#selector-in-range>:in-range</a></code>
     pseudo-class must match all elements that are <a href=#candidate-for-constraint-validation title="candidate for constraint validation">candidates for
-    constraint validation</a> and that are neither <a href=#suffering-from-an-underflow>suffering
-    from an underflow</a> nor <a href=#suffering-from-an-overflow>suffering from an
-    overflow</a>.</p>
+    constraint validation</a>, <a href=#have-range-limitations>have range limitations</a>,
+    and that are neither <a href=#suffering-from-an-underflow>suffering from an underflow</a> nor
+    <a href=#suffering-from-an-overflow>suffering from an overflow</a>.</p>
 
    </dd>
 
@@ -55034,8 +55037,9 @@
 
     <p>The <code title=selector-out-of-range><a href=#selector-out-of-range>:out-of-range</a></code>
     pseudo-class must match all elements that are <a href=#candidate-for-constraint-validation title="candidate for constraint validation">candidates for
-    constraint validation</a> and that are <a href=#suffering-from-an-underflow>suffering from an
-    underflow</a> or <a href=#suffering-from-an-overflow>suffering from an overflow</a>.</p>
+    constraint validation</a>, <a href=#have-range-limitations>have range limitations</a>,
+    and that are either <a href=#suffering-from-an-underflow>suffering from an underflow</a> or
+    <a href=#suffering-from-an-overflow>suffering from an overflow</a>.</p>
 
    </dd>
 

Modified: source
===================================================================
--- source	2011-05-06 20:03:26 UTC (rev 6105)
+++ source	2011-05-06 20:09:26 UTC (rev 6106)
@@ -52360,6 +52360,11 @@
 
   </div>
 
+  <p>An element <dfn title="have range limitations">has range
+  limitations</dfn> if it has a defined <span
+  title="concept-input-min">minimum</span> or a defined <span
+  title="concept-input-max">maximum</span>.</p>
+
   <div class="example">
 
    <p>The following date control limits input to dates that are before
@@ -62128,9 +62133,9 @@
     <p>The <code title="selector-in-range">:in-range</code>
     pseudo-class must match all elements that are <span
     title="candidate for constraint validation">candidates for
-    constraint validation</span> and that are neither <span>suffering
-    from an underflow</span> nor <span>suffering from an
-    overflow</span>.</p>
+    constraint validation</span>, <span>have range limitations</span>,
+    and that are neither <span>suffering from an underflow</span> nor
+    <span>suffering from an overflow</span>.</p>
 
    </dd>
 
@@ -62142,8 +62147,9 @@
     <p>The <code title="selector-out-of-range">:out-of-range</code>
     pseudo-class must match all elements that are <span
     title="candidate for constraint validation">candidates for
-    constraint validation</span> and that are <span>suffering from an
-    underflow</span> or <span>suffering from an overflow</span>.</p>
+    constraint validation</span>, <span>have range limitations</span>,
+    and that are either <span>suffering from an underflow</span> or
+    <span>suffering from an overflow</span>.</p>
 
    </dd>
 




More information about the Commit-Watchers mailing list