hixie: Make progress.max default to 1, since that's its effective default in the algoritms it is used in. (whatwg r5233)

hixie: Make progress.max default to 1, since that's its effective
default in the algoritms it is used in. (whatwg r5233)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4167&r2=1.4168&f=h
http://html5.org/tools/web-apps-tracker?from=5232&to=5233

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4167
retrieving revision 1.4168
diff -u -d -r1.4167 -r1.4168
--- Overview.html 4 Aug 2010 00:50:46 -0000 1.4167
+++ Overview.html 4 Aug 2010 01:06:43 -0000 1.4168
@@ -33287,8 +33287,7 @@
 
   <p>The <dfn id="dom-progress-max" title="dom-progress-max"><code>max</code></dfn> and <dfn id="dom-progress-value" title="dom-progress-value"><code>value</code></dfn> IDL attributes
   must <a href="#reflect">reflect</a> the respective content attributes of the
-  same name. When the relevant content attributes are absent, the IDL
-  attributes must return zero.</p>
+  same name. The default value for <code title="dom-progress-max"><a href="#dom-progress-max">max</a></code> is 1.0.</p>
 
   <p>The <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute is used to
   explicitly associate the <code><a href="#the-progress-element">progress</a></code> element with its

Received on Wednesday, 4 August 2010 01:07:42 UTC