- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Sep 2011 21:46:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8563
Modified Files:
acknowledgements.html common-microsyntaxes.html spec.html
the-button-element.html
Log Message:
typo (whatwg r6539)
[updated by splitter]
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1098
retrieving revision 1.1099
diff -u -d -r1.1098 -r1.1099
--- acknowledgements.html 23 Aug 2011 23:46:22 -0000 1.1098
+++ acknowledgements.html 4 Sep 2011 21:46:25 -0000 1.1099
@@ -789,6 +789,7 @@
Ralf Stoltze,
Ralph Giles,
Raphael Champeimont,
+ Remci Mizkur,
Remco,
Remy Sharp,
Rene Saarsoo,
Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-button-element.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- the-button-element.html 17 Aug 2011 23:46:34 -0000 1.89
+++ the-button-element.html 4 Sep 2011 21:46:26 -0000 1.90
@@ -537,20 +537,20 @@
options</a>. If the attribute is absent, then the
<code><a href="#the-select-element">select</a></code> element <a href="rendering.html#represents">represents</a> a control for
selecting a single option from the <a href="#concept-select-option-list" title="concept-select-option-list">list of options</a>.</p><p>The <dfn id="attr-select-size" title="attr-select-size"><code>size</code></dfn>
- attribute gives the number of options to show to the user. The <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size">size</a></code> attribute, if specified, must
+ attribute gives the number of options to show to the user. The <code title="attr-select-size"><a href="#attr-select-size">size</a></code> attribute, if specified, must
have a value that is a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative integer</a>
greater than zero. If the <code title="attr-select-multiple"><a href="#attr-select-multiple">multiple</a></code> attribute is present,
- then the <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size">size</a></code> attribute's
+ then the <code title="attr-select-size"><a href="#attr-select-size">size</a></code> attribute's
default value is 4. If the <code title="attr-select-multiple"><a href="#attr-select-multiple">multiple</a></code> attribute is absent,
- then the <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size">size</a></code> attribute's
+ then the <code title="attr-select-size"><a href="#attr-select-size">size</a></code> attribute's
default value is 1.</p><div class="impl">
<p>The <dfn id="concept-select-size" title="concept-select-size">display size</dfn> of a
<code><a href="#the-select-element">select</a></code> element is the result of applying the
<a href="common-microsyntaxes.html#rules-for-parsing-non-negative-integers">rules for parsing non-negative integers</a> to the value of
- element's <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size">size</a></code> attribute, if it
+ element's <code title="attr-select-size"><a href="#attr-select-size">size</a></code> attribute, if it
has one and parsing it is successful. If applying those rules to the
- attribute's value is not successful, or if the <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size">size</a></code> attribute is absent, the
+ attribute's value is not successful, or if the <code title="attr-select-size"><a href="#attr-select-size">size</a></code> attribute is absent, the
element's <a href="#concept-select-size" title="concept-select-size">display size</a> is
the default value of the attribute.</p>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1657
retrieving revision 1.1658
diff -u -d -r1.1657 -r1.1658
--- spec.html 4 Sep 2011 18:46:28 -0000 1.1657
+++ spec.html 4 Sep 2011 21:46:26 -0000 1.1658
@@ -350,7 +350,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.5236.
+This is revision 1.5238.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- common-microsyntaxes.html 17 Aug 2011 23:46:29 -0000 1.59
+++ common-microsyntaxes.html 4 Sep 2011 21:46:25 -0000 1.60
@@ -427,6 +427,9 @@
<li><p>Add the string collected in the previous step to <var title="">tokens</var>.</p></li>
+ <li><p>Advance <var title="">position</var> to the next character
+ in <var title="">input</var>.</p></li>
+
</ol></li>
<li><p>Return <var title="">tokens</var>.</p></li>
Received on Sunday, 4 September 2011 21:47:24 UTC