- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Sep 2010 23:23:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/index-of-terms In directory hutz:/tmp/cvs-serv637/index-of-terms Modified Files: ascii-case-insensitive.html attr-output-for.html case-sensitive.html set-of-space-separated-tokens.html unordered-set-of-unique-space-separated-tokens.html Log Message: Better define how sets of unique space-separated tokens are handled in terms of case-sensitivity. (whatwg r5571) [updated by splitter] Index: case-sensitive.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/case-sensitive.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- case-sensitive.html 28 Sep 2010 19:53:15 -0000 1.6 +++ case-sensitive.html 30 Sep 2010 23:23:38 -0000 1.7 @@ -10,6 +10,20 @@ <a href="grouping-content.html#case-sensitive-2"><span class="secno">4.5.5 </span>The <span><code>ol</code></span> element</a> </dd> <dd> -<a href="states-of-the-type-attribute.html#case-sensitive-3"><span class="secno">4.10.7.1.1 </span><span title="attr-input-type-hidden">Hidden</span> state</a> +<a href="tabular-data.html#case-sensitive-3"><span class="secno">4.9.11 </span>Attributes common to <code><span>td</span></code> and <code><span>th</span></code> elements</a> +</dd> +<dd> +<a href="states-of-the-type-attribute.html#case-sensitive-4"><span class="secno">4.10.7.1.1 </span><span title="attr-input-type-hidden">Hidden</span> state</a> +</dd> +<dd> +<a href="the-button-element.html#case-sensitive-5"><span class="secno">4.10.15 </span>The <span><code>output</code></span> element</a> +</dd> +<dd> +<a href="editing.html#case-sensitive-6"><span class="secno">7.5 </span>The <span title="attr-accesskey"><code>accesskey</code></span> attribute</a> +</dd> +<dd> +<a class="no-num" href="index.html#case-sensitive-7">Attributes</a> +<a class="index-counter" href="index.html#case-sensitive-8">(2)</a> +<a class="index-counter" href="index.html#case-sensitive-9">(3)</a> </dd> </dl> Index: set-of-space-separated-tokens.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/set-of-space-separated-tokens.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- set-of-space-separated-tokens.html 28 Sep 2010 19:53:17 -0000 1.5 +++ set-of-space-separated-tokens.html 30 Sep 2010 23:23:38 -0000 1.6 @@ -5,20 +5,22 @@ <a class="index-counter" href="common-microsyntaxes.html#set-of-space-separated-tokens-1">(3)</a> <a class="index-counter" href="common-microsyntaxes.html#set-of-space-separated-tokens-2">(4)</a> <a class="index-counter" href="common-microsyntaxes.html#set-of-space-separated-tokens-3">(5)</a> +<a class="index-counter" href="common-microsyntaxes.html#set-of-space-separated-tokens-4">(6)</a> </dd> <dd> -<a href="urls.html#set-of-space-separated-tokens-4"><span class="secno">2.7.3 </span>DOMTokenList</a> +<a href="urls.html#set-of-space-separated-tokens-5"><span class="secno">2.7.3 </span>DOMTokenList</a> </dd> <dd> -<a href="elements.html#set-of-space-separated-tokens-5"><span class="secno">3.2.3.6 </span>The <span title="attr-class"><code>class</code></span> attribute</a> +<a href="elements.html#set-of-space-separated-tokens-6"><span class="secno">3.2.3.6 </span>The <span title="attr-class"><code>class</code></span> attribute</a> </dd> <dd> -<a href="semantics.html#set-of-space-separated-tokens-6"><span class="secno">4.2.4 </span>The <span><code>link</code></span> element</a> +<a href="semantics.html#set-of-space-separated-tokens-7"><span class="secno">4.2.4 </span>The <span><code>link</code></span> element</a> </dd> <dd> -<a href="links.html#set-of-space-separated-tokens-7"><span class="secno">4.12.2 </span>Links created by <code><span>a</span></code> and <code><span>area</span></code> elements</a> +<a href="links.html#set-of-space-separated-tokens-8"><span class="secno">4.12.2 </span>Links created by <code><span>a</span></code> and <code><span>area</span></code> elements</a> </dd> <dd> -<a class="no-num" href="index.html#set-of-space-separated-tokens-8">Attributes</a> +<a class="no-num" href="index.html#set-of-space-separated-tokens-9">Attributes</a> +<a class="index-counter" href="index.html#set-of-space-separated-tokens-10">(2)</a> </dd> </dl> Index: unordered-set-of-unique-space-separated-tokens.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/unordered-set-of-unique-space-separated-tokens.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- unordered-set-of-unique-space-separated-tokens.html 28 Sep 2010 19:53:17 -0000 1.5 +++ unordered-set-of-unique-space-separated-tokens.html 30 Sep 2010 23:23:38 -0000 1.6 @@ -19,6 +19,5 @@ <a class="index-counter" href="index.html#unordered-set-of-unique-space-separated-tokens-5">(2)</a> <a class="index-counter" href="index.html#unordered-set-of-unique-space-separated-tokens-6">(3)</a> <a class="index-counter" href="index.html#unordered-set-of-unique-space-separated-tokens-7">(4)</a> -<a class="index-counter" href="index.html#unordered-set-of-unique-space-separated-tokens-8">(5)</a> </dd> </dl> Index: ascii-case-insensitive.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/ascii-case-insensitive.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ascii-case-insensitive.html 28 Sep 2010 19:53:15 -0000 1.6 +++ ascii-case-insensitive.html 30 Sep 2010 23:23:37 -0000 1.7 @@ -30,36 +30,49 @@ <a href="scripting-1.html#ascii-case-insensitive-10"><span class="secno">4.3.1 </span>The <span><code>script</code></span> element</a> </dd> <dd> -<a href="forms.html#ascii-case-insensitive-11"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> +<a href="the-iframe-element.html#ascii-case-insensitive-11"><span class="secno">4.8.2 </span>The <span><code>iframe</code></span> element</a> </dd> <dd> -<a href="number-state.html#ascii-case-insensitive-12"><span class="secno">4.10.7.1.18 </span><span title="attr-input-type-file">File Upload</span> state</a> -<a class="index-counter" href="number-state.html#ascii-case-insensitive-13">(2)</a> +<a href="forms.html#ascii-case-insensitive-12"><span class="secno">4.10.3 </span>The <span><code>form</code></span> element</a> +<a class="index-counter" href="forms.html#ascii-case-insensitive-13">(2)</a> </dd> <dd> -<a href="common-input-element-attributes.html#ascii-case-insensitive-14"><span class="secno">4.10.7.2.10 </span>The <code title="attr-input-step"><span>step</span></code> attribute</a> +<a href="number-state.html#ascii-case-insensitive-14"><span class="secno">4.10.7.1.18 </span><span title="attr-input-type-file">File Upload</span> state</a> +<a class="index-counter" href="number-state.html#ascii-case-insensitive-15">(2)</a> </dd> <dd> -<a href="links.html#ascii-case-insensitive-15"><span class="secno">4.12.3 </span>Link types</a> +<a href="common-input-element-attributes.html#ascii-case-insensitive-16"><span class="secno">4.10.7.2.10 </span>The <code title="attr-input-step"><span>step</span></code> attribute</a> </dd> <dd> -<a href="browsers.html#ascii-case-insensitive-16"><span class="secno">5.1.4 </span>Browsing context names</a> +<a href="links.html#ascii-case-insensitive-17"><span class="secno">4.12.3 </span>Link types</a> </dd> <dd> -<a href="syntax.html#ascii-case-insensitive-17"><span class="secno">8.1.1 </span>The DOCTYPE</a> -<a class="index-counter" href="syntax.html#ascii-case-insensitive-18">(2)</a> -<a class="index-counter" href="syntax.html#ascii-case-insensitive-19">(3)</a> -<a class="index-counter" href="syntax.html#ascii-case-insensitive-20">(4)</a> +<a href="links.html#ascii-case-insensitive-18"><span class="secno">4.12.3.7 </span>Link type "<span title="rel-icon"><code>icon</code></span>"</a> +<a class="index-counter" href="links.html#ascii-case-insensitive-19">(2)</a> </dd> <dd> -<a href="syntax.html#ascii-case-insensitive-21"><span class="secno">8.1.2.3 </span>Attributes</a> +<a href="browsers.html#ascii-case-insensitive-20"><span class="secno">5.1.4 </span>Browsing context names</a> +</dd> +<dd> +<a href="syntax.html#ascii-case-insensitive-21"><span class="secno">8.1.1 </span>The DOCTYPE</a> <a class="index-counter" href="syntax.html#ascii-case-insensitive-22">(2)</a> +<a class="index-counter" href="syntax.html#ascii-case-insensitive-23">(3)</a> +<a class="index-counter" href="syntax.html#ascii-case-insensitive-24">(4)</a> </dd> <dd> -<a href="obsolete.html#ascii-case-insensitive-23"><span class="secno">10.1 </span>Obsolete but conforming features</a> -<a class="index-counter" href="obsolete.html#ascii-case-insensitive-24">(2)</a> +<a href="syntax.html#ascii-case-insensitive-25"><span class="secno">8.1.2.3 </span>Attributes</a> +<a class="index-counter" href="syntax.html#ascii-case-insensitive-26">(2)</a> </dd> <dd> -<a href="iana.html#ascii-case-insensitive-25"><span class="secno">11.1 </span><span><code>text/html</code></span></a> +<a href="obsolete.html#ascii-case-insensitive-27"><span class="secno">10.1 </span>Obsolete but conforming features</a> +<a class="index-counter" href="obsolete.html#ascii-case-insensitive-28">(2)</a> +</dd> +<dd> +<a href="iana.html#ascii-case-insensitive-29"><span class="secno">11.1 </span><span><code>text/html</code></span></a> +</dd> +<dd> +<a class="no-num" href="index.html#ascii-case-insensitive-30">Attributes</a> +<a class="index-counter" href="index.html#ascii-case-insensitive-31">(2)</a> +<a class="index-counter" href="index.html#ascii-case-insensitive-32">(3)</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.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- attr-output-for.html 28 Aug 2010 13:57:25 -0000 1.6 +++ attr-output-for.html 30 Sep 2010 23:23:37 -0000 1.7 @@ -6,8 +6,9 @@ that went into the calculation or that otherwise influenced the 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 <a href="elements.html#concept-id" title="concept-id">ID</a> of an element in the same + set of unique space-separated tokens</a> that are + <a href="infrastructure.html#case-sensitive">case-sensitive</a>, each of which must have 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 Thursday, 30 September 2010 23:23:42 UTC