- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Aug 2010 01:16:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv6245 Modified Files: spec.html the-button-element.html Log Message: Make progress.max default to 1, since that's its effective default in the algoritms it is used in. (whatwg r5233) [updated by splitter] Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec/the-button-element.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- the-button-element.html 28 Jul 2010 23:06:56 -0000 1.9 +++ the-button-element.html 4 Aug 2010 01:16:48 -0000 1.10 @@ -1939,8 +1939,7 @@ <p>The <dfn id="dom-progress-max" title="dom-progress-max"><code>max</code></dfn> and <dfn id="dom-progress-value" title="dom-progress-value"><code>value</code></dfn> IDL attributes must <a href="common-dom-interfaces.html#reflect">reflect</a> the respective content attributes of the - same name. When the relevant content attributes are absent, the IDL - attributes must return zero.</p> + same name. The default value for <code title="dom-progress-max"><a href="#dom-progress-max">max</a></code> is 1.0.</p> <p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> attribute is used to explicitly associate the <code><a href="#the-progress-element">progress</a></code> element with its Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1101 retrieving revision 1.1102 diff -u -d -r1.1101 -r1.1102 --- spec.html 4 Aug 2010 00:57:10 -0000 1.1101 +++ spec.html 4 Aug 2010 01:16:47 -0000 1.1102 @@ -333,7 +333,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4167. +This is revision 1.4168. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Wednesday, 4 August 2010 01:16:51 UTC