- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 21 Mar 2009 06:45:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv24862 Modified Files: Overview.html Log Message: update styles for w3c; fix xref errors (whatwg r2891) Index: Overview.html =================================================================== 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:45:57 UTC