[html5] r6469 - [e] (0) grammar Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13182
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 15 21:05:50 PDT 2011
Author: ianh
Date: 2011-08-15 21:05:48 -0700 (Mon, 15 Aug 2011)
New Revision: 6469
Modified:
complete.html
index
source
Log:
[e] (0) grammar
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13182
Modified: complete.html
===================================================================
--- complete.html 2011-08-16 04:04:06 UTC (rev 6468)
+++ complete.html 2011-08-16 04:05:48 UTC (rev 6469)
@@ -50297,9 +50297,9 @@
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
Modified: index
===================================================================
--- index 2011-08-16 04:04:06 UTC (rev 6468)
+++ index 2011-08-16 04:05:48 UTC (rev 6469)
@@ -50164,9 +50164,9 @@
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
Modified: source
===================================================================
--- source 2011-08-16 04:04:06 UTC (rev 6468)
+++ source 2011-08-16 04:05:48 UTC (rev 6469)
@@ -56425,12 +56425,12 @@
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>
More information about the Commit-Watchers
mailing list