html5/spec-author-view/index-of-terms attr-input-size.html,1.36,1.37 attr-select-size.html,1.22,1.23

Update of /sources/public/html5/spec-author-view/index-of-terms
In directory hutz:/tmp/cvs-serv9446/index-of-terms

Modified Files:
	attr-input-size.html attr-select-size.html 
Log Message:
typo (whatwg r6539)

[updated by splitter]


Index: attr-select-size.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-select-size.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- attr-select-size.html	2 Jul 2011 13:06:45 -0000	1.22
+++ attr-select-size.html	4 Sep 2011 21:57:55 -0000	1.23
@@ -1,18 +1,21 @@
 <dl id="attr-select-size_index">
 <dd class="dfn-excerpt">
 <span><span>...
-  attribute gives the number of options to show to the user. The </span><code title="attr-input-size"><a>...</a></code> attribute, if specified, must
+  attribute gives the number of options to show to the user. The </span><code title="attr-select-size"><a href="the-select-element.html#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="the-select-element.html#attr-select-multiple">multiple</a></code> attribute is present,
-  then the <code title="attr-input-size"><a>...</a></code> attribute's
+  then the <code title="attr-select-size"><a href="the-select-element.html#attr-select-size">size</a></code> attribute's
   default value is 4. If the <code title="attr-select-multiple"><a href="the-select-element.html#attr-select-multiple">multiple</a></code> attribute is absent,
-  then the <code title="attr-input-size"><a>...</a></code> attribute's
+  then the <code title="attr-select-size"><a href="the-select-element.html#attr-select-size">size</a></code> attribute's
   default value is 1.</span>
 </dd>
 <dd>
-<a href="the-select-element.html#size_30"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a>
+<a href="the-select-element.html#size_27"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a>
 <a class="dfn-ref" href="the-select-element.html#attr-select-size">(2)</a>
-<a class="index-counter" href="the-select-element.html#size_31">(3)</a>
+<a class="index-counter" href="the-select-element.html#size_28">(3)</a>
+<a class="index-counter" href="the-select-element.html#size_29">(4)</a>
+<a class="index-counter" href="the-select-element.html#size_30">(5)</a>
+<a class="index-counter" href="the-select-element.html#size_31">(6)</a>
 </dd>
 <dd>
 <a class="no-num" href="index.html#size_32">Elements</a>

Index: attr-input-size.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-input-size.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- attr-input-size.html	16 Aug 2011 05:57:36 -0000	1.36
+++ attr-input-size.html	4 Sep 2011 21:57:55 -0000	1.37
@@ -82,12 +82,7 @@
 <a class="index-counter" href="common-input-element-attributes.html#size_25">(3)</a>
 </dd>
 <dd>
-<a href="the-select-element.html#size_26"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a>
-<a class="index-counter" href="the-select-element.html#size_27">(2)</a>
-<a class="index-counter" href="the-select-element.html#size_28">(3)</a>
-</dd>
-<dd>
-<a class="no-num" href="index.html#size_29">Elements</a>
+<a class="no-num" href="index.html#size_26">Elements</a>
 </dd>
 <dd>
 <a class="no-num" href="index.html#input_162">Attributes</a>

Received on Sunday, 4 September 2011 21:58:30 UTC