hixie: Allow <progress value='0.20'></progress>, which previously required a max='' for no good reason. (whatwg r4350)

hixie: Allow <progress value='0.20'></progress>, which previously
required a max='' for no good reason. (whatwg r4350)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3482&r2=1.3483&f=h
http://html5.org/tools/web-apps-tracker?from=4349&to=4350

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3482
retrieving revision 1.3483
diff -u -d -r1.3482 -r1.3483
--- Overview.html 27 Oct 2009 10:32:56 -0000 1.3482
+++ Overview.html 27 Oct 2009 18:50:59 -0000 1.3483
@@ -15041,6 +15041,11 @@
    denominator punctuation character">denominator punctuation
    character</a>.</li>
 
+   <li>The <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code> attribute is
+   specified but the <code title="attr-progress-max"><a href="#attr-progress-max">max</a></code>
+   attribute is not specified, and the element's contents contain no
+   numbers.</li>
+
    <li>The <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code> attribute
    and the <code title="attr-progress-max"><a href="#attr-progress-max">max</a></code> attribute are
    both specified. (The contents of the element are ignored.)</li>

Received on Tuesday, 27 October 2009 20:21:01 UTC