Skip to content

Commit

Permalink
[giow] (0) Make progress.max default to 1, since that's its effective…
Browse files Browse the repository at this point in the history
… default in the algoritms it is used in.

git-svn-id: http://svn.whatwg.org/webapps@5233 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 4, 2010
1 parent 6ffb87e commit cf09c1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions complete.html
Expand Up @@ -44123,8 +44123,7 @@ <h4 id=the-progress-element><span class=secno>4.10.16 </span>The <dfn><code>prog

<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
Expand Down
3 changes: 1 addition & 2 deletions index
Expand Up @@ -44050,8 +44050,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme

<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
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -49389,8 +49389,8 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
<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
Expand Down

0 comments on commit cf09c1d

Please sign in to comment.