[html5] r5233 - [giow] (0) Make progress.max default to 1, since that's its effective default in [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 3 18:06:39 PDT 2010
Author: ianh
Date: 2010-08-03 18:06:38 -0700 (Tue, 03 Aug 2010)
New Revision: 5233
Modified:
complete.html
index
source
Log:
[giow] (0) Make progress.max default to 1, since that's its effective default in the algoritms it is used in.
Modified: complete.html
===================================================================
--- complete.html 2010-08-04 00:50:40 UTC (rev 5232)
+++ complete.html 2010-08-04 01:06:38 UTC (rev 5233)
@@ -44123,8 +44123,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
Modified: index
===================================================================
--- index 2010-08-04 00:50:40 UTC (rev 5232)
+++ index 2010-08-04 01:06:38 UTC (rev 5233)
@@ -44050,8 +44050,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
Modified: source
===================================================================
--- source 2010-08-04 00:50:40 UTC (rev 5232)
+++ source 2010-08-04 01:06:38 UTC (rev 5233)
@@ -49389,8 +49389,8 @@
<p>The <dfn title="dom-progress-max"><code>max</code></dfn> and <dfn
title="dom-progress-value"><code>value</code></dfn> IDL attributes
must <span>reflect</span> 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">max</code> is 1.0.</p>
<p>The <code title="attr-fae-form">form</code> attribute is used to
explicitly associate the <code>progress</code> element with its
More information about the Commit-Watchers
mailing list