- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Oct 2009 18:51:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12417
Modified Files:
Overview.html
Log Message:
Allow <progress value='0.20'></progress>, which previously required a max='' for no good reason. (whatwg r4350)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3482
retrieving revision 1.3483
diff -u -d -r1.3482 -r1.3483
--- Overview.html 27 Oct 2009 10:32:56 -0000 1.3482
+++ Overview.html 27 Oct 2009 18:50:59 -0000 1.3483
@@ -15041,6 +15041,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>
Received on Tuesday, 27 October 2009 20:12:04 UTC