- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 28 Aug 2010 13:57:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/index-of-terms In directory hutz:/tmp/cvs-serv4600/index-of-terms Modified Files: attr-label-for.html attr-output-for.html concept-id.html Log Message: typo (whatwg r5392) [updated by splitter] Index: attr-label-for.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-label-for.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- attr-label-for.html 21 Aug 2010 11:42:11 -0000 1.5 +++ attr-label-for.html 28 Aug 2010 13:57:25 -0000 1.6 @@ -3,7 +3,7 @@ <span><span>... attribute may be specified to indicate a form control with which the caption is to be associated. If the attribute is specified, the attribute's - value must be the ID of a </span><a href="forms.html#category-label" title="category-label">labelable + value must be the </span><a href="elements.html#concept-id" title="concept-id">ID</a> of a <a href="forms.html#category-label" title="category-label">labelable form-associated element</a> in the same <code><a href="http://dev.w3.org/html5/spec/infrastructure.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> as the <code><a href="forms.html#the-label-element">label</a></code> element. </span> </dd> Index: concept-id.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/concept-id.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- concept-id.html 20 Aug 2010 04:43:06 -0000 1.4 +++ concept-id.html 28 Aug 2010 13:57:25 -0000 1.5 @@ -20,15 +20,45 @@ <a class="index-counter" href="elements.html#concept-id-8">(2)</a> </dd> <dd> -<a href="forms.html#concept-id-9"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> +<a href="tabular-data.html#concept-id-9"><span class="secno">4.9.11 </span>Attributes common to <code><span>td</span></code> and <code><span>th</span></code> elements</a> +<a class="index-counter" href="tabular-data.html#concept-id-10">(2)</a> +<a class="index-counter" href="tabular-data.html#concept-id-11">(3)</a> </dd> <dd> -<a href="obsolete.html#concept-id-10"><span class="secno">10.1 </span>Obsolete but conforming features</a> -<a class="index-counter" href="obsolete.html#concept-id-11">(2)</a> -<a class="index-counter" href="obsolete.html#concept-id-12">(3)</a> -<a class="index-counter" href="obsolete.html#concept-id-13">(4)</a> +<a href="forms.html#concept-id-12"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> +<a class="index-counter" href="forms.html#concept-id-13">(2)</a> +<a class="index-counter" href="forms.html#concept-id-14">(3)</a> </dd> <dd> -<a class="no-num" href="index.html#concept-id-14">Attributes</a> +<a href="forms.html#concept-id-15"><span class="secno">4.10.6 </span>The <span><code>label</code></span> element</a> +</dd> +<dd> +<a href="common-input-element-attributes.html#concept-id-16"><span class="secno">4.10.7.2.2 </span>The <code title="attr-input-list"><span>list</span></code> attribute</a> +</dd> +<dd> +<a href="the-button-element.html#concept-id-17"><span class="secno">4.10.9 </span>The <span><code>select</code></span> element</a> +<a class="index-counter" href="the-button-element.html#concept-id-18">(2)</a> +</dd> +<dd> +<a href="the-button-element.html#concept-id-19"><span class="secno">4.10.15 </span>The <span><code>output</code></span> element</a> +</dd> +<dd> +<a href="association-of-controls-and-forms.html#concept-id-20"><span class="secno">4.10.18 </span>Association of controls and forms</a> +</dd> +<dd> +<a href="interactive-elements.html#concept-id-21"><span class="secno">4.11.4.2 </span><span>Context menus</span></a> +</dd> +<dd> +<a href="obsolete.html#concept-id-22"><span class="secno">10.1 </span>Obsolete but conforming features</a> +<a class="index-counter" href="obsolete.html#concept-id-23">(2)</a> +<a class="index-counter" href="obsolete.html#concept-id-24">(3)</a> +<a class="index-counter" href="obsolete.html#concept-id-25">(4)</a> +</dd> +<dd> +<a class="no-num" href="index.html#concept-id-26">Attributes</a> +<a class="index-counter" href="index.html#concept-id-27">(2)</a> +<a class="index-counter" href="index.html#concept-id-28">(3)</a> +<a class="index-counter" href="index.html#concept-id-29">(4)</a> +<a class="index-counter" href="index.html#concept-id-30">(5)</a> </dd> </dl> Index: attr-output-for.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-output-for.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- attr-output-for.html 21 Aug 2010 11:42:12 -0000 1.5 +++ attr-output-for.html 28 Aug 2010 13:57:25 -0000 1.6 @@ -7,7 +7,7 @@ calculation. The </span><code title="attr-output-for"><a href="the-button-element.html#attr-output-for">for</a></code> attribute, if specified, must contain a string consisting of an <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">unordered set of unique space-separated tokens</a>, each of which must have - the value of an ID of an element in the same + the value of an <a href="elements.html#concept-id" title="concept-id">ID</a> of an element in the same <code><a href="http://dev.w3.org/html5/spec/infrastructure.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</span> </dd> <dd>
Received on Saturday, 28 August 2010 13:57:30 UTC