[html5] r2891 - [e] (0) update styles for w3c; fix xref errors

whatwg at whatwg.org whatwg at whatwg.org
Fri Mar 20 23:45:42 PDT 2009


Author: ianh
Date: 2009-03-20 23:45:41 -0700 (Fri, 20 Mar 2009)
New Revision: 2891

Modified:
   index
   source
Log:
[e] (0) update styles for w3c; fix xref errors

Modified: index
===================================================================
--- index	2009-03-21 06:35:52 UTC (rev 2890)
+++ index	2009-03-21 06:45:41 UTC (rev 2891)
@@ -30435,11 +30435,11 @@
 
   <div class=impl>
 
-  <p>When the element is <span>suffering from a range
-  underflow</span>, the user agent must set the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to a <a href=#valid-floating-point-number>valid floating point
+  <p>When the element is <a href=#suffering-from-an-underflow>suffering from an
+  underflow</a>, the user agent must set the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to a <a href=#valid-floating-point-number>valid floating point
   number</a> that represents the <a href=#concept-input-min title=concept-input-min>minimum</a>.</p>
 
-  <p>When the element is <span>suffering from a range overflow</span>,
+  <p>When the element is <a href=#suffering-from-an-overflow>suffering from an overflow</a>,
   if the <a href=#concept-input-max title=concept-input-max>maximum</a> is not less
   than the <a href=#concept-input-min title=concept-input-min>minimum</a>, the user
   agent must set the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to a <a href=#valid-floating-point-number>valid floating point

Modified: source
===================================================================
--- source	2009-03-21 06:35:52 UTC (rev 2890)
+++ source	2009-03-21 06:45:41 UTC (rev 2891)
@@ -33948,13 +33948,13 @@
 
   <div class="impl">
 
-  <p>When the element is <span>suffering from a range
+  <p>When the element is <span>suffering from an
   underflow</span>, the user agent must set the element's <span
   title="concept-fe-value">value</span> to a <span>valid floating point
   number</span> that represents the <span
   title="concept-input-min">minimum</span>.</p>
 
-  <p>When the element is <span>suffering from a range overflow</span>,
+  <p>When the element is <span>suffering from an overflow</span>,
   if the <span title="concept-input-max">maximum</span> is not less
   than the <span title="concept-input-min">minimum</span>, the user
   agent must set the element's <span




More information about the Commit-Watchers mailing list