[html5] r4350 - [ac] (0) Allow <progress value='0.20'></progress>, which previously required a m [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 27 11:50:59 PDT 2009
Author: ianh
Date: 2009-10-27 11:50:55 -0700 (Tue, 27 Oct 2009)
New Revision: 4350
Modified:
complete.html
index
source
Log:
[ac] (0) Allow <progress value='0.20'></progress>, which previously required a max='' for no good reason.
Modified: complete.html
===================================================================
--- complete.html 2009-10-27 10:32:48 UTC (rev 4349)
+++ complete.html 2009-10-27 18:50:55 UTC (rev 4350)
@@ -17359,6 +17359,11 @@
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>
Modified: index
===================================================================
--- index 2009-10-27 10:32:48 UTC (rev 4349)
+++ index 2009-10-27 18:50:55 UTC (rev 4350)
@@ -17177,6 +17177,11 @@
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>
Modified: source
===================================================================
--- source 2009-10-27 10:32:48 UTC (rev 4349)
+++ source 2009-10-27 18:50:55 UTC (rev 4350)
@@ -18339,6 +18339,11 @@
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>
More information about the Commit-Watchers
mailing list