Skip to content

Commit

Permalink
[ac] (0) Allow <progress value='0.20'></progress>, which previously r…
Browse files Browse the repository at this point in the history
…equired a max='' for no good reason.

git-svn-id: http://svn.whatwg.org/webapps@4350 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 27, 2009
1 parent 8396069 commit 027496a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions complete.html
Expand Up @@ -17359,6 +17359,11 @@ <h4 id=the-progress-element><span class=secno>4.6.18 </span>The <dfn><code>progr
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>
Expand Down
5 changes: 5 additions & 0 deletions index
Expand Up @@ -17177,6 +17177,11 @@ wormhole connection.&lt;/mark&gt;&lt;/p&gt;</pre>
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>
Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -18339,6 +18339,11 @@ wormhole connection.&lt;/mark>&lt;/p></pre>
denominator punctuation character">denominator punctuation
character</span>.</li>

<li>The <code title="attr-progress-value">value</code> attribute is
specified but the <code title="attr-progress-max">max</code>
attribute is not specified, and the element's contents contain no
numbers.</li>

<li>The <code title="attr-progress-value">value</code> attribute
and the <code title="attr-progress-max">max</code> attribute are
both specified. (The contents of the element are ignored.)</li>
Expand Down

0 comments on commit 027496a

Please sign in to comment.