- From: poot <cvsmail@w3.org>
- Date: Sat, 13 Feb 2010 21:47:53 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: last remaining stray author-mode colon, I hope (whatwg r4705) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3755&r2=1.3756&f=h http://html5.org/tools/web-apps-tracker?from=4704&to=4705 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3755 retrieving revision 1.3756 diff -u -d -r1.3755 -r1.3756 --- Overview.html 13 Feb 2010 12:44:48 -0000 1.3755 +++ Overview.html 13 Feb 2010 12:47:39 -0000 1.3756 @@ -31271,7 +31271,8 @@ "high" value then this indicates that the higher the value, the better; if it's lower than the "low" mark then it indicates that lower values are better, and naturally if it is in between then it - indicates that neither high nor low values are good.<p><strong class="impl">Authoring requirements</strong>: The <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code> attribute must be + indicates that neither high nor low values are good.<p><span class="impl"><strong>Authoring + requirements</strong>:</span> The <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code> attribute must be specified. The <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code>, <code title="attr-meter-min"><a href="#attr-meter-min">min</a></code>, <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code>, <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code>, <code title="attr-meter-max"><a href="#attr-meter-max">max</a></code>, and <code title="attr-meter-optimum"><a href="#attr-meter-optimum">optimum</a></code> attributes, when present, must have values that are <a href="#valid-floating-point-number" title="valid floating point number">valid floating point numbers</a>.<p>In addition, the attributes' values are further constrained:<p>Let <var title="">value</var> be the <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code> attribute's number.<p>If the <code title="attr-meter-min"><a href="#attr-meter-min">min</a></code> attribute
Received on Saturday, 13 February 2010 12:48:22 UTC