Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) grammar
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13182

git-svn-id: http://svn.whatwg.org/webapps@6469 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 16, 2011
1 parent 483199b commit b7cbdbd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -50297,9 +50297,9 @@ <h4 id=the-progress-element><span class=secno>4.10.16 </span>The <dfn><code>prog
how much work the task requires in total. The units are arbitrary
and not specified.</p>

<p class=note>To make an determinate progress bar, add a <code title=attr-progress-value><a href=#attr-progress-value>value</a></code> attribute with the current
<p class=note>To make a determinate progress bar, add a <code title=attr-progress-value><a href=#attr-progress-value>value</a></code> attribute with the current
progress (either a number from 0.0 to 1.0, or, if the <code title=attr-progress-max><a href=#attr-progress-max>max</a></code> attribute is specified, a
number from 0 to the value of the <code title=attr-progress-max><a href=#attr-progress-max>max</a></code> attribute. To make an
number from 0 to the value of the <code title=attr-progress-max><a href=#attr-progress-max>max</a></code> attribute). To make an
indeterminate progress bar, remove the <code title=attr-progress-value><a href=#attr-progress-value>value</a></code> attribute.</p>

<p>Authors are encouraged to also include the current value and the
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -50164,9 +50164,9 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
how much work the task requires in total. The units are arbitrary
and not specified.</p>

<p class=note>To make an determinate progress bar, add a <code title=attr-progress-value><a href=#attr-progress-value>value</a></code> attribute with the current
<p class=note>To make a determinate progress bar, add a <code title=attr-progress-value><a href=#attr-progress-value>value</a></code> attribute with the current
progress (either a number from 0.0 to 1.0, or, if the <code title=attr-progress-max><a href=#attr-progress-max>max</a></code> attribute is specified, a
number from 0 to the value of the <code title=attr-progress-max><a href=#attr-progress-max>max</a></code> attribute. To make an
number from 0 to the value of the <code title=attr-progress-max><a href=#attr-progress-max>max</a></code> attribute). To make an
indeterminate progress bar, remove the <code title=attr-progress-value><a href=#attr-progress-value>value</a></code> attribute.</p>

<p>Authors are encouraged to also include the current value and the
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -56425,12 +56425,12 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
how much work the task requires in total. The units are arbitrary
and not specified.</p>

<p class="note">To make an determinate progress bar, add a <code
<p class="note">To make a determinate progress bar, add a <code
title="attr-progress-value">value</code> attribute with the current
progress (either a number from 0.0 to 1.0, or, if the <code
title="attr-progress-max">max</code> attribute is specified, a
number from 0 to the value of the <code
title="attr-progress-max">max</code> attribute. To make an
title="attr-progress-max">max</code> attribute). To make an
indeterminate progress bar, remove the <code
title="attr-progress-value">value</code> attribute.</p>

Expand Down

0 comments on commit b7cbdbd

Please sign in to comment.