- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 May 2011 22:46:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12710
Modified Files:
forms.html references.html rendering.html spec.html
the-button-element.html
Log Message:
grammar (whatwg r6068)
[updated by splitter]
Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- rendering.html 3 May 2011 22:46:53 -0000 1.83
+++ rendering.html 4 May 2011 22:46:55 -0000 1.84
@@ -2963,7 +2963,7 @@
no valid option is currently selected.</p>
<p>User agents are expected to render the labels in a
- <code><a href="the-button-element.html#the-select-element">select</a></code> in such a manner that any alignment remains is
+ <code><a href="the-button-element.html#the-select-element">select</a></code> in such a manner that any alignment remains
consistent whether the label is being displayed as part of the page
or in a menu control.</p>
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec/forms.html,v
retrieving revision 1.1027
retrieving revision 1.1028
diff -u -d -r1.1027 -r1.1028
--- forms.html 27 Apr 2011 05:46:50 -0000 1.1027
+++ forms.html 4 May 2011 22:46:54 -0000 1.1028
@@ -1023,8 +1023,8 @@
<dd>
- <p>Returns an <code><a href="common-dom-interfaces.html#htmlcollection">HTMLCollection</a></code> of the form controls in
- the element.</p>
+ <p>Returns an <code><a href="common-dom-interfaces.html#htmlformcontrolscollection">HTMLFormControlsCollection</a></code> of the form
+ controls in the element.</p>
</dd>
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec/references.html,v
retrieving revision 1.1042
retrieving revision 1.1043
diff -u -d -r1.1042 -r1.1043
--- references.html 13 Apr 2011 19:46:55 -0000 1.1042
+++ references.html 4 May 2011 22:46:54 -0000 1.1043
@@ -457,7 +457,7 @@
Module</a></cite>, R. Ishida. W3C.</dd>
<dt id="refsCSSUI">[CSSUI]</dt>
- <dd><cite><a href="http://www.w3.org/TR/css3-ui/">CSS3 Basic User
+ <dd><cite><a href="http://dev.w3.org/csswg/css3-ui/">CSS3 Basic User
Interface Module</a></cite>, T. Çelik. W3C.</dd>
<dt id="refsCSSVALUES">[CSSVALUES]</dt>
Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-button-element.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- the-button-element.html 4 May 2011 00:47:49 -0000 1.62
+++ the-button-element.html 4 May 2011 22:46:55 -0000 1.63
@@ -1965,7 +1965,10 @@
completion represented by the element. The <dfn id="attr-progress-value" title="attr-progress-value"><code>value</code></dfn> attribute
specifies how much of the task has been completed, and the <dfn id="attr-progress-max" title="attr-progress-max"><code>max</code></dfn> attribute specifies
how much work the task requires in total. The units are arbitrary
- and not specified.</p><p>Authors are encouraged to also include the current value and the
+ 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
+ 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
+ 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
maximum value inline as text inside the element, so that the
progress is made available to users of legacy user agents.</p><div class="example">
<p>Here is a snippet of a Web application that shows the progress
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1467
retrieving revision 1.1468
diff -u -d -r1.1467 -r1.1468
--- spec.html 4 May 2011 20:47:31 -0000 1.1467
+++ spec.html 4 May 2011 22:46:55 -0000 1.1468
@@ -367,7 +367,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4869.
+This is revision 1.4873.
</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 May 2011 22:46:59 UTC