spec/Overview.html 1.2061 2891 update styles for w3c; fix xref errors (

update styles for w3c; fix xref errors (whatwg r2891)

default value
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2061.html#concept-input-value-default-range

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2060&r2=1.2061&f=h
http://html5.org/tools/web-apps-tracker?from=2890&to=2891

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2060
retrieving revision 1.2061
diff -u -d -r1.2060 -r1.2061
--- Overview.html 21 Mar 2009 06:35:57 -0000 1.2060
+++ Overview.html 21 Mar 2009 06:45:46 -0000 1.2061
@@ -61,7 +61,7 @@
    h2 { page-break-before: always; }
    h1 + h2, hr + h2.no-toc { page-break-before: auto; }
 
-   p > span:not([title=""]):not([class="XXX"]), li > span:not([title=""]):not([class="XXX"]) { border-bottom: solid #99CC99; }
+   p > span:not([title=""]):not([class="XXX"]):not([class="impl"]), li > span:not([title=""]):not([class="XXX"]):not([class="impl"]) { border-bottom: solid #9999CC; }
 
    div.head { margin: 0 0 1em; padding: 1em 0 0 0; }
    div.head p { margin: 0; }
@@ -27023,11 +27023,11 @@
   plus half the difference between the <a href=#concept-input-min title=concept-input-min>minimum</a> and the <a href=#concept-input-max title=concept-input-max>maximum</a>, unless the <a href=#concept-input-max title=concept-input-max>maximum</a> is less than the <a href=#concept-input-min title=concept-input-min>minimum</a>, in which case the <a href=#concept-input-value-default-range title=concept-input-value-default-range>default value</a> is
   the <a href=#concept-input-min title=concept-input-min>minimum</a>.<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

Received on Saturday, 21 March 2009 06:48:23 UTC