- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 08 May 2011 13:10:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/index-of-terms In directory hutz:/tmp/cvs-serv1317/index-of-terms Modified Files: ascii-case-insensitive.html attr-contenteditable.html attr-contextmenu.html attr-data.html attr-dir-auto-state.html attr-dir-auto.html attr-dir-ltr-state.html attr-dir-ltr.html attr-dir-rtl-state.html attr-dir-rtl.html attr-label-for.html attr-lang.html attr-map-name.html attr-output-for.html attr-spellcheck.html attr-tabindex.html attr-xml-lang.html classes.html concept-id.html concept-ltr.html concept-rtl.html content-categories.html content-models.html custom-data-attribute.html embedding-custom-non-visible-data-with-the-data-attributes.html enumerated-attribute.html event-handler-content-attributes.html event-handlers.html event-media-volumechange.html flow-content.html global-attributes.html home-subtree.html html-documents.html html-elements.html html-namespace-0.html media-element.html phrasing-content.html root-element.html set-of-space-separated-tokens.html text-html.html text-node.html the-abbr-element.html the-accesskey-attribute.html the-bdi-element.html the-body-element.html the-dir-attribute.html the-directionality.html the-draggable-attribute.html the-dropzone-attribute.html the-hidden-attribute.html the-html-element-0.html the-id-attribute.html the-input-element.html the-link-element.html the-p-element.html the-pre-element.html the-script-element.html the-span-element.html the-style-attribute.html the-style-element.html the-textarea-element.html the-title-attribute.html the-xml:base-attribute-xml-only.html tree-order.html wai-aria.html window.html xml-compatible.html xml-documents.html xml-namespace.html Log Message: Looks like whitespace stripping needs to happen to non-keywords too. (whatwg r6123) [updated by splitter] Index: the-input-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-input-element.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- the-input-element.html 7 May 2011 14:49:14 -0000 1.20 +++ the-input-element.html 8 May 2011 13:10:29 -0000 1.21 @@ -3,7 +3,7 @@ <a href="infrastructure.html#input_13"><span class="secno">2.1.3 </span>DOM trees</a> </dd> <dd> -<a href="elements.html#input_14"><span class="secno">3.2.3.2 </span>The <span><code>title</code></span> attribute</a> +<a href="global-attributes.html#input_14"><span class="secno">3.2.3.2 </span>The <span><code>title</code></span> attribute</a> </dd> <dd> <a href="content-models.html#input_15"><span class="secno">3.2.5.1.2 </span>Flow content</a> Index: the-xml:base-attribute-xml-only.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-xml:base-attribute-xml-only.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- the-xml:base-attribute-xml-only.html 7 May 2011 14:49:17 -0000 1.10 +++ the-xml:base-attribute-xml-only.html 8 May 2011 13:10:29 -0000 1.11 @@ -1,9 +1,9 @@ <dl id="the-xml:base-attribute-xml-only_index"> <dd> -<a class="dfn-ref" href="elements.html#the-xml:base-attribute-xml-only"><span class="secno">3.2.3.4 </span>The <span><code>xml:base</code></span> +<a class="dfn-ref" href="global-attributes.html#the-xml:base-attribute-xml-only"><span class="secno">3.2.3.4 </span>The <span><code>xml:base</code></span> attribute (XML only)</a> -<a class="index-counter" href="elements.html#xml:base">(2)</a> -<a class="index-counter" href="elements.html#xml:base_0">(3)</a> -<a class="index-counter" href="elements.html#xml:base_1">(4)</a> +<a class="index-counter" href="global-attributes.html#xml:base">(2)</a> +<a class="index-counter" href="global-attributes.html#xml:base_0">(3)</a> +<a class="index-counter" href="global-attributes.html#xml:base_1">(4)</a> </dd> </dl> Index: the-bdi-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-bdi-element.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- the-bdi-element.html 8 May 2011 03:17:40 -0000 1.12 +++ the-bdi-element.html 8 May 2011 13:10:28 -0000 1.13 @@ -1,7 +1,7 @@ <dl id="the-bdi-element_index"> <dd> -<a href="elements.html#bdi"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> -<a class="index-counter" href="elements.html#bdi_0">(2)</a> +<a href="global-attributes.html#bdi"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#bdi_0">(2)</a> </dd> <dd> <a href="content-models.html#bdi_1"><span class="secno">3.2.5.1.2 </span>Flow content</a> Index: attr-lang.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-lang.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- attr-lang.html 7 May 2011 14:48:55 -0000 1.14 +++ attr-lang.html 8 May 2011 13:10:27 -0000 1.15 @@ -14,14 +14,14 @@ <a href="elements.html#lang_0"><span class="secno">3.2.1 </span>Semantics</a> </dd> <dd> -<a href="elements.html#lang_1"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#lang_1"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> -<a href="elements.html#lang_2"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><span>lang</span></code> and <code title="attr-xml-lang"><span>xml:lang</span></code> attributes</a> -<a class="dfn-ref" href="elements.html#attr-lang">(2)</a> -<a class="index-counter" href="elements.html#lang_3">(3)</a> -<a class="index-counter" href="elements.html#lang_4">(4)</a> -<a class="index-counter" href="elements.html#lang_5">(5)</a> +<a href="global-attributes.html#lang_2"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><span>lang</span></code> and <code title="attr-xml-lang"><span>xml:lang</span></code> attributes</a> +<a class="dfn-ref" href="global-attributes.html#attr-lang">(2)</a> +<a class="index-counter" href="global-attributes.html#lang_3">(3)</a> +<a class="index-counter" href="global-attributes.html#lang_4">(4)</a> +<a class="index-counter" href="global-attributes.html#lang_5">(5)</a> </dd> <dd> <a href="the-div-element.html#lang_6"><span class="secno">4.5.13 </span>The <span><code>div</code></span> element</a> Index: the-id-attribute.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-id-attribute.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- the-id-attribute.html 7 May 2011 14:49:14 -0000 1.11 +++ the-id-attribute.html 8 May 2011 13:10:29 -0000 1.12 @@ -3,11 +3,11 @@ <a href="introduction.html#id"><span class="secno">1.9.3 </span>Restrictions on content models and on attribute values</a> </dd> <dd> -<a href="elements.html#id_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#id_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> -<a class="dfn-ref" href="elements.html#the-id-attribute"><span class="secno">3.2.3.1 </span>The <span><code>id</code></span> attribute</a> -<a class="index-counter" href="elements.html#id_1">(2)</a> +<a class="dfn-ref" href="global-attributes.html#the-id-attribute"><span class="secno">3.2.3.1 </span>The <span><code>id</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#id_1">(2)</a> </dd> <dd> <a href="the-map-element.html#id_2"><span class="secno">4.8.12 </span>The <span><code>map</code></span> element</a> Index: attr-data.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-data.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- attr-data.html 6 May 2011 06:21:00 -0000 1.11 +++ attr-data.html 8 May 2011 13:10:27 -0000 1.12 @@ -6,9 +6,9 @@ <a href="urls.html#data_4"><span class="secno">2.6.5 </span>DOMStringMap</a> </dd> <dd> -<a href="elements.html#data_5"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> -<a class="dfn-ref" href="elements.html#attr-data">(2)</a> -<a class="index-counter" href="elements.html#data_6">(3)</a> -<a class="index-counter" href="elements.html#data_7">(4)</a> +<a href="global-attributes.html#data_5"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> +<a class="dfn-ref" href="global-attributes.html#attr-data">(2)</a> +<a class="index-counter" href="global-attributes.html#data_6">(3)</a> +<a class="index-counter" href="global-attributes.html#data_7">(4)</a> </dd> </dl> Index: the-textarea-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-textarea-element.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- the-textarea-element.html 7 May 2011 14:49:16 -0000 1.21 +++ the-textarea-element.html 8 May 2011 13:10:29 -0000 1.22 @@ -3,7 +3,7 @@ <a href="introduction.html#textarea_10"><span class="secno">1.9.3 </span>Restrictions on content models and on attribute values</a> </dd> <dd> -<a href="elements.html#textarea_11"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a href="global-attributes.html#textarea_11"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> </dd> <dd> <a href="content-models.html#textarea_12"><span class="secno">3.2.5.1.2 </span>Flow content</a> Index: attr-dir-ltr-state.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-dir-ltr-state.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- attr-dir-ltr-state.html 7 May 2011 14:48:52 -0000 1.8 +++ attr-dir-ltr-state.html 8 May 2011 13:10:27 -0000 1.9 @@ -4,7 +4,7 @@ </dd> <dd> -<a class="dfn-ref" href="elements.html#attr-dir-ltr-state"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> -<a class="index-counter" href="elements.html#attr-dir-ltr-state_0">(2)</a> +<a class="dfn-ref" href="global-attributes.html#attr-dir-ltr-state"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#attr-dir-ltr-state_0">(2)</a> </dd> </dl> Index: phrasing-content.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/phrasing-content.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- phrasing-content.html 7 May 2011 14:49:10 -0000 1.18 +++ phrasing-content.html 8 May 2011 13:10:28 -0000 1.19 @@ -3,11 +3,11 @@ <a href="introduction.html#phrasing-content_0"><span class="secno">1.9.3 </span>Restrictions on content models and on attribute values</a> </dd> <dd> -<a href="elements.html#phrasing-content_1"><span class="secno">3.2.4 </span>Element definitions</a> -<a class="index-counter" href="elements.html#phrasing-content_2">(2)</a> -<a class="index-counter" href="elements.html#phrasing-content_3">(3)</a> -<a class="index-counter" href="elements.html#phrasing-content_4">(4)</a> -<a class="index-counter" href="elements.html#phrasing-content_5">(5)</a> +<a href="global-attributes.html#phrasing-content_1"><span class="secno">3.2.4 </span>Element definitions</a> +<a class="index-counter" href="global-attributes.html#phrasing-content_2">(2)</a> +<a class="index-counter" href="global-attributes.html#phrasing-content_3">(3)</a> +<a class="index-counter" href="global-attributes.html#phrasing-content_4">(4)</a> +<a class="index-counter" href="global-attributes.html#phrasing-content_5">(5)</a> </dd> <dd> <a href="content-models.html#phrasing-content_6"><span class="secno">3.2.5.1 </span>Kinds of content</a> Index: event-media-volumechange.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/event-media-volumechange.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- event-media-volumechange.html 7 May 2011 14:49:05 -0000 1.12 +++ event-media-volumechange.html 8 May 2011 13:10:28 -0000 1.13 @@ -1,6 +1,6 @@ <dl id="event-media-volumechange_index"> <dd> -<a href="elements.html#volumechange"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#volumechange"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a class="dfn-ref" href="the-track-element.html#event-media-volumechange"><span class="secno">4.8.10.15 </span>Event summary</a> Index: enumerated-attribute.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/enumerated-attribute.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- enumerated-attribute.html 7 May 2011 14:49:04 -0000 1.17 +++ enumerated-attribute.html 8 May 2011 13:10:27 -0000 1.18 @@ -3,7 +3,7 @@ <a class="dfn-ref" href="common-microsyntaxes.html#enumerated-attribute"><span class="secno">2.4.2 </span>Keywords and enumerated attributes</a> </dd> <dd> -<a href="elements.html#enumerated-attribute_0"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a href="global-attributes.html#enumerated-attribute_0"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> </dd> <dd> <a href="the-meta-element.html#enumerated-attribute_1"><span class="secno">4.2.5.3 </span>Pragma directives</a> Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/content-models.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- content-models.html 6 May 2011 06:21:09 -0000 1.9 +++ content-models.html 8 May 2011 13:10:27 -0000 1.10 @@ -1,6 +1,6 @@ <dl id="content-models_index"> <dd> -<a href="elements.html#content-models_0"><span class="secno">3.2.4 </span>Element definitions</a> +<a href="global-attributes.html#content-models_0"><span class="secno">3.2.4 </span>Element definitions</a> </dd> <dd> <a class="dfn-ref" href="content-models.html#content-models"><span class="secno">3.2.5 </span><span>Content models</span></a> Index: attr-contextmenu.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-contextmenu.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- attr-contextmenu.html 7 May 2011 14:48:52 -0000 1.11 +++ attr-contextmenu.html 8 May 2011 13:10:26 -0000 1.12 @@ -1,6 +1,6 @@ <dl id="attr-contextmenu_index"> <dd> -<a href="elements.html#contextmenu"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#contextmenu"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a class="dfn-ref" href="the-menu-element.html#attr-contextmenu"><span class="secno">4.11.4.2 </span><span>Context menus</span></a> Index: attr-dir-rtl-state.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-dir-rtl-state.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- attr-dir-rtl-state.html 7 May 2011 14:48:52 -0000 1.8 +++ attr-dir-rtl-state.html 8 May 2011 13:10:27 -0000 1.9 @@ -4,7 +4,7 @@ </dd> <dd> -<a class="dfn-ref" href="elements.html#attr-dir-rtl-state"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> -<a class="index-counter" href="elements.html#attr-dir-rtl-state_0">(2)</a> +<a class="dfn-ref" href="global-attributes.html#attr-dir-rtl-state"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#attr-dir-rtl-state_0">(2)</a> </dd> </dl> Index: text-node.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/text-node.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- text-node.html 7 May 2011 14:49:11 -0000 1.12 +++ text-node.html 8 May 2011 13:10:28 -0000 1.13 @@ -3,7 +3,7 @@ <a class="dfn-ref" href="infrastructure.html#text-node"><span class="secno">2.1.3 </span>DOM trees</a> </dd> <dd> -<a href="elements.html#text-node_0"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a href="global-attributes.html#text-node_0"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> </dd> <dd> <a href="content-models.html#text-node_1"><span class="secno">3.2.5 </span><span>Content models</span></a> Index: the-hidden-attribute.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-hidden-attribute.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- the-hidden-attribute.html 7 May 2011 14:49:14 -0000 1.16 +++ the-hidden-attribute.html 8 May 2011 13:10:29 -0000 1.17 @@ -1,9 +1,9 @@ <dl id="the-hidden-attribute_index"> <dd> -<a href="elements.html#hidden"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#hidden"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> -<a href="elements.html#hidden_0"><span class="secno">3.2.3.7 </span>The <span><code>style</code></span> attribute</a> +<a href="global-attributes.html#hidden_0"><span class="secno">3.2.3.7 </span>The <span><code>style</code></span> attribute</a> </dd> <dd> <a href="content-models.html#hidden_1"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> Index: html-namespace-0.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/html-namespace-0.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- html-namespace-0.html 7 May 2011 14:49:06 -0000 1.12 +++ html-namespace-0.html 8 May 2011 13:10:28 -0000 1.13 @@ -3,7 +3,7 @@ <a class="dfn-ref" href="urls.html#html-namespace-0"><span class="secno">2.7 </span>Namespaces</a> </dd> <dd> -<a href="elements.html#html-namespace_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#html-namespace_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a href="content-models.html#html-namespace_1"><span class="secno">3.2.5.1.6 </span>Embedded content</a> Index: attr-dir-ltr.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-dir-ltr.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- attr-dir-ltr.html 7 May 2011 14:48:52 -0000 1.8 +++ attr-dir-ltr.html 8 May 2011 13:10:27 -0000 1.9 @@ -4,6 +4,6 @@ </dd> <dd> -<a class="dfn-ref" href="elements.html#attr-dir-ltr"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a class="dfn-ref" href="global-attributes.html#attr-dir-ltr"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> </dd> </dl> Index: attr-contenteditable.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-contenteditable.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- attr-contenteditable.html 6 May 2011 06:21:00 -0000 1.10 +++ attr-contenteditable.html 8 May 2011 13:10:26 -0000 1.11 @@ -1,6 +1,6 @@ <dl id="attr-contenteditable_index"> <dd> -<a href="elements.html#contenteditable_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#contenteditable_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a href="editing.html#contenteditable_1"><span class="secno">7.5 </span>The <code title="attr-contenteditable"><span>contenteditable</span></code> attribute</a> Index: concept-rtl.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/concept-rtl.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- concept-rtl.html 7 May 2011 14:49:02 -0000 1.6 +++ concept-rtl.html 8 May 2011 13:10:27 -0000 1.7 @@ -4,9 +4,9 @@ appropriate set of steps from the following list:</span></span> </dd> <dd> -<a class="dfn-ref" href="elements.html#concept-rtl"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> -<a class="index-counter" href="elements.html#concept-rtl_0">(2)</a> -<a class="index-counter" href="elements.html#concept-rtl_1">(3)</a> +<a class="dfn-ref" href="global-attributes.html#concept-rtl"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#concept-rtl_0">(2)</a> +<a class="index-counter" href="global-attributes.html#concept-rtl_1">(3)</a> </dd> <dd> <a href="the-bdo-element.html#rtl"><span class="secno">4.6.24 </span>The <span><code>bdo</code></span> element</a> Index: xml-compatible.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/xml-compatible.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- xml-compatible.html 7 May 2011 14:49:20 -0000 1.10 +++ xml-compatible.html 8 May 2011 13:10:29 -0000 1.11 @@ -3,7 +3,7 @@ <a class="dfn-ref" href="infrastructure.html#xml-compatible"><span class="secno">2.1.2 </span>XML</a> </dd> <dd> -<a href="elements.html#xml-compatible_0"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> +<a href="global-attributes.html#xml-compatible_0"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> </dd> <dd> <a href="the-embed-element.html#xml-compatible_1"><span class="secno">4.8.3 </span>The <span><code>embed</code></span> element</a> Index: attr-spellcheck.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-spellcheck.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- attr-spellcheck.html 6 May 2011 06:21:06 -0000 1.10 +++ attr-spellcheck.html 8 May 2011 13:10:27 -0000 1.11 @@ -1,6 +1,6 @@ <dl id="attr-spellcheck_index"> <dd> -<a href="elements.html#spellcheck"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#spellcheck"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a class="dfn-ref" href="editing.html#attr-spellcheck"><span class="secno">7.6 </span>Spelling and grammar checking</a> Index: attr-label-for.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-label-for.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- attr-label-for.html 7 May 2011 14:48:55 -0000 1.11 +++ attr-label-for.html 8 May 2011 13:10:27 -0000 1.12 @@ -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 </span><a href="elements.html#concept-id" title="concept-id">ID</a> of a <a href="forms.html#category-label" title="category-label">labelable + value must be the </span><a href="global-attributes.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="infrastructure.html#document">Document</a></code> as the <code><a href="the-label-element.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.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- concept-id.html 7 May 2011 14:49:02 -0000 1.15 +++ concept-id.html 8 May 2011 13:10:27 -0000 1.16 @@ -16,8 +16,8 @@ <a class="index-counter" href="urls.html#concept-id_7">(2)</a> </dd> <dd> -<a class="dfn-ref" href="elements.html#concept-id"><span class="secno">3.2.3.1 </span>The <span><code>id</code></span> attribute</a> -<a class="index-counter" href="elements.html#concept-id_8">(2)</a> +<a class="dfn-ref" href="global-attributes.html#concept-id"><span class="secno">3.2.3.1 </span>The <span><code>id</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#concept-id_8">(2)</a> </dd> <dd> <a href="the-th-element.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> Index: flow-content.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/flow-content.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- flow-content.html 7 May 2011 14:49:05 -0000 1.18 +++ flow-content.html 8 May 2011 13:10:28 -0000 1.19 @@ -1,9 +1,9 @@ <dl id="flow-content_index"> <dd> -<a href="elements.html#flow-content_0"><span class="secno">3.2.4 </span>Element definitions</a> -<a class="index-counter" href="elements.html#flow-content_1">(2)</a> -<a class="index-counter" href="elements.html#flow-content_2">(3)</a> -<a class="index-counter" href="elements.html#flow-content_3">(4)</a> +<a href="global-attributes.html#flow-content_0"><span class="secno">3.2.4 </span>Element definitions</a> +<a class="index-counter" href="global-attributes.html#flow-content_1">(2)</a> +<a class="index-counter" href="global-attributes.html#flow-content_2">(3)</a> +<a class="index-counter" href="global-attributes.html#flow-content_3">(4)</a> </dd> <dd> <a href="content-models.html#flow-content_4"><span class="secno">3.2.5.1 </span>Kinds of content</a> Index: the-html-element-0.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-html-element-0.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- the-html-element-0.html 7 May 2011 14:49:14 -0000 1.15 +++ the-html-element-0.html 8 May 2011 13:10:29 -0000 1.16 @@ -5,8 +5,8 @@ <a class="index-counter" href="dom.html#the-html-element_1">(3)</a> </dd> <dd> -<a href="elements.html#the-html-element_2"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> -<a class="index-counter" href="elements.html#the-html-element_3">(2)</a> -<a class="index-counter" href="elements.html#the-html-element_4">(3)</a> +<a href="global-attributes.html#the-html-element_2"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#the-html-element_3">(2)</a> +<a class="index-counter" href="global-attributes.html#the-html-element_4">(3)</a> </dd> </dl> Index: the-style-attribute.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-style-attribute.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- the-style-attribute.html 7 May 2011 14:49:16 -0000 1.10 +++ the-style-attribute.html 8 May 2011 13:10:29 -0000 1.11 @@ -4,15 +4,15 @@ <a class="index-counter" href="introduction.html#style_2">(2)</a> </dd> <dd> -<a href="elements.html#style_3"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#style_3"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> -<a class="dfn-ref" href="elements.html#the-style-attribute"><span class="secno">3.2.3.7 </span>The <span><code>style</code></span> attribute</a> -<a class="index-counter" href="elements.html#style_4">(2)</a> -<a class="index-counter" href="elements.html#style_5">(3)</a> -<a class="index-counter" href="elements.html#style_6">(4)</a> -<a class="index-counter" href="elements.html#style_7">(5)</a> -<a class="index-counter" href="elements.html#style_8">(6)</a> +<a class="dfn-ref" href="global-attributes.html#the-style-attribute"><span class="secno">3.2.3.7 </span>The <span><code>style</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#style_4">(2)</a> +<a class="index-counter" href="global-attributes.html#style_5">(3)</a> +<a class="index-counter" href="global-attributes.html#style_6">(4)</a> +<a class="index-counter" href="global-attributes.html#style_7">(5)</a> +<a class="index-counter" href="global-attributes.html#style_8">(6)</a> </dd> <dd> <a class="no-num" href="index.html#attr-style">Attributes</a> Index: text-html.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/text-html.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- text-html.html 6 May 2011 06:21:16 -0000 1.12 +++ text-html.html 8 May 2011 13:10:28 -0000 1.13 @@ -6,7 +6,7 @@ <a href="infrastructure.html#text-html_1"><span class="secno">2.1.1 </span>Resources</a> </dd> <dd> -<a href="elements.html#text-html_2"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#text-html_2"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a href="apis-in-html-documents.html#text-html_3"><span class="secno">3.4.1 </span>Opening the input stream</a> Index: the-dir-attribute.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-dir-attribute.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- the-dir-attribute.html 7 May 2011 14:49:13 -0000 1.17 +++ the-dir-attribute.html 8 May 2011 13:10:28 -0000 1.18 @@ -3,21 +3,21 @@ <a href="dom.html#dir_0"><span class="secno">3.1.4 </span><span>DOM tree accessors</span></a> </dd> <dd> -<a href="elements.html#dir_1"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#dir_1"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> -<a class="dfn-ref" href="elements.html#the-dir-attribute"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> -<a class="index-counter" href="elements.html#dir_2">(2)</a> -<a class="index-counter" href="elements.html#dir_3">(3)</a> -<a class="index-counter" href="elements.html#dir_4">(4)</a> -<a class="index-counter" href="elements.html#dir_5">(5)</a> -<a class="index-counter" href="elements.html#dir_6">(6)</a> -<a class="index-counter" href="elements.html#dir_7">(7)</a> -<a class="index-counter" href="elements.html#dir_8">(8)</a> -<a class="index-counter" href="elements.html#dir_9">(9)</a> -<a class="index-counter" href="elements.html#dir_10">(10)</a> -<a class="index-counter" href="elements.html#dir_11">(11)</a> -<a class="index-counter" href="elements.html#dir_12">(12)</a> +<a class="dfn-ref" href="global-attributes.html#the-dir-attribute"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#dir_2">(2)</a> +<a class="index-counter" href="global-attributes.html#dir_3">(3)</a> +<a class="index-counter" href="global-attributes.html#dir_4">(4)</a> +<a class="index-counter" href="global-attributes.html#dir_5">(5)</a> +<a class="index-counter" href="global-attributes.html#dir_6">(6)</a> +<a class="index-counter" href="global-attributes.html#dir_7">(7)</a> +<a class="index-counter" href="global-attributes.html#dir_8">(8)</a> +<a class="index-counter" href="global-attributes.html#dir_9">(9)</a> +<a class="index-counter" href="global-attributes.html#dir_10">(10)</a> +<a class="index-counter" href="global-attributes.html#dir_11">(11)</a> +<a class="index-counter" href="global-attributes.html#dir_12">(12)</a> </dd> <dd> <a href="content-models.html#dir_13"><span class="secno">3.2.6 </span>Requirements relating to bidirectional-algorithm formatting Index: xml-namespace.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/xml-namespace.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- xml-namespace.html 6 May 2011 06:21:24 -0000 1.11 +++ xml-namespace.html 8 May 2011 13:10:29 -0000 1.12 @@ -3,10 +3,10 @@ <a class="dfn-ref" href="urls.html#xml-namespace"><span class="secno">2.7 </span>Namespaces</a> </dd> <dd> -<a href="elements.html#xml-namespace_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#xml-namespace_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> -<a href="elements.html#xml-namespace_1"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><span>lang</span></code> and <code title="attr-xml-lang"><span>xml:lang</span></code> attributes</a> +<a href="global-attributes.html#xml-namespace_1"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><span>lang</span></code> and <code title="attr-xml-lang"><span>xml:lang</span></code> attributes</a> </dd> <dd> <a href="syntax.html#xml-namespace_2"><span class="secno">8.1.2.3 </span>Attributes</a> 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.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- set-of-space-separated-tokens.html 7 May 2011 14:49:11 -0000 1.14 +++ set-of-space-separated-tokens.html 8 May 2011 13:10:28 -0000 1.15 @@ -11,7 +11,7 @@ <a href="urls.html#set-of-space-separated-tokens_5"><span class="secno">2.6.3 </span>DOMTokenList</a> </dd> <dd> -<a href="elements.html#set-of-space-separated-tokens_6"><span class="secno">3.2.3.6 </span>The <span><code>class</code></span> attribute</a> +<a href="global-attributes.html#set-of-space-separated-tokens_6"><span class="secno">3.2.3.6 </span>The <span><code>class</code></span> attribute</a> </dd> <dd> <a href="the-link-element.html#set-of-space-separated-tokens_7"><span class="secno">4.2.4 </span>The <span><code>link</code></span> element</a> Index: root-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/root-element.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- root-element.html 7 May 2011 14:49:10 -0000 1.12 +++ root-element.html 8 May 2011 13:10:28 -0000 1.13 @@ -13,7 +13,7 @@ <a class="index-counter" href="infrastructure.html#root-element_7">(8)</a> </dd> <dd> -<a href="elements.html#root-element_8"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a href="global-attributes.html#root-element_8"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> </dd> <dd> <a href="links.html#root-element_9"><span class="secno">4.12.3.1 </span>Link type "<span><code>alternate</code></span>"</a> Index: attr-dir-rtl.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-dir-rtl.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- attr-dir-rtl.html 7 May 2011 14:48:52 -0000 1.8 +++ attr-dir-rtl.html 8 May 2011 13:10:27 -0000 1.9 @@ -4,6 +4,6 @@ </dd> <dd> -<a class="dfn-ref" href="elements.html#attr-dir-rtl"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a class="dfn-ref" href="global-attributes.html#attr-dir-rtl"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> </dd> </dl> Index: the-script-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-script-element.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- the-script-element.html 7 May 2011 14:54:38 -0000 1.1 +++ the-script-element.html 8 May 2011 13:10:29 -0000 1.2 @@ -17,7 +17,7 @@ <a href="dom.html#script_7"><span class="secno">3.1.4 </span><span>DOM tree accessors</span></a> </dd> <dd> -<a href="elements.html#script_8"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a href="global-attributes.html#script_8"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> </dd> <dd> <a href="content-models.html#script_9"><span class="secno">3.2.5.1.1 </span>Metadata content</a> Index: the-accesskey-attribute.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-accesskey-attribute.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- the-accesskey-attribute.html 7 May 2011 14:49:12 -0000 1.15 +++ the-accesskey-attribute.html 8 May 2011 13:10:28 -0000 1.16 @@ -1,6 +1,6 @@ <dl id="the-accesskey-attribute_index"> <dd> -<a href="elements.html#accesskey"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#accesskey"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a href="commands.html#accesskey_0"><span class="secno">4.11.5 </span>Commands</a> Index: the-abbr-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-abbr-element.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- the-abbr-element.html 8 May 2011 03:17:39 -0000 1.16 +++ the-abbr-element.html 8 May 2011 13:10:28 -0000 1.17 @@ -1,6 +1,6 @@ <dl id="the-abbr-element_index"> <dd> -<a href="elements.html#abbr"><span class="secno">3.2.3.2 </span>The <span><code>title</code></span> attribute</a> +<a href="global-attributes.html#abbr"><span class="secno">3.2.3.2 </span>The <span><code>title</code></span> attribute</a> </dd> <dd> <a href="content-models.html#abbr_0"><span class="secno">3.2.5.1.2 </span>Flow content</a> Index: attr-map-name.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-map-name.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- attr-map-name.html 8 May 2011 03:17:39 -0000 1.14 +++ attr-map-name.html 8 May 2011 13:10:27 -0000 1.15 @@ -7,7 +7,7 @@ <a href="infrastructure.html#compatibility-caseless" title="compatibility caseless">compatibility-caseless</a> match for the value of the <code title="attr-map-name"><a href="the-map-element.html#attr-map-name">name</a></code> attribute of another <code><a href="the-map-element.html#the-map-element">map</a></code> element in the same - document. If the <code title="attr-id"><a href="elements.html#the-id-attribute">id</a></code> attribute is also + document. If the <code title="attr-id"><a href="global-attributes.html#the-id-attribute">id</a></code> attribute is also specified, both attributes must have the same value.</span> </dd> <dd> Index: embedding-custom-non-visible-data-with-the-data-attributes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/embedding-custom-non-visible-data-with-the-data-attributes.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- embedding-custom-non-visible-data-with-the-data-attributes.html 6 May 2011 06:21:10 -0000 1.6 +++ embedding-custom-non-visible-data-with-the-data-attributes.html 8 May 2011 13:10:27 -0000 1.7 @@ -1,5 +1,5 @@ <dl id="embedding-custom-non-visible-data-with-the-data-attributes_index"> <dd> -<a class="dfn-ref" href="elements.html#embedding-custom-non-visible-data-with-the-data-attributes"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> +<a class="dfn-ref" href="global-attributes.html#embedding-custom-non-visible-data-with-the-data-attributes"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> </dd> </dl> Index: html-documents.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/html-documents.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- html-documents.html 7 May 2011 14:49:06 -0000 1.13 +++ html-documents.html 8 May 2011 13:10:28 -0000 1.14 @@ -13,18 +13,18 @@ <a href="dom.html#html-documents_3"><span class="secno">3.1.5 </span>Creating documents</a> </dd> <dd> -<a href="elements.html#html-documents_4"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#html-documents_4"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> -<a href="elements.html#html-documents_5"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><span>lang</span></code> and <code title="attr-xml-lang"><span>xml:lang</span></code> attributes</a> -<a class="index-counter" href="elements.html#html-documents_6">(2)</a> +<a href="global-attributes.html#html-documents_5"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><span>lang</span></code> and <code title="attr-xml-lang"><span>xml:lang</span></code> attributes</a> +<a class="index-counter" href="global-attributes.html#html-documents_6">(2)</a> </dd> <dd> -<a href="elements.html#html-documents_7"><span class="secno">3.2.3.4 </span>The <span><code>xml:base</code></span> +<a href="global-attributes.html#html-documents_7"><span class="secno">3.2.3.4 </span>The <span><code>xml:base</code></span> attribute (XML only)</a> </dd> <dd> -<a href="elements.html#html-documents_8"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> +<a href="global-attributes.html#html-documents_8"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> </dd> <dd> <a href="apis-in-html-documents.html#html-documents_9"><span class="secno">3.3 </span>APIs in HTML documents</a> Index: the-pre-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-pre-element.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- the-pre-element.html 8 May 2011 03:17:41 -0000 1.17 +++ the-pre-element.html 8 May 2011 13:10:29 -0000 1.18 @@ -1,6 +1,6 @@ <dl id="the-pre-element_index"> <dd> -<a href="elements.html#pre"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a href="global-attributes.html#pre"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> </dd> <dd> <a href="content-models.html#pre_0"><span class="secno">3.2.5.1.2 </span>Flow content</a> Index: custom-data-attribute.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/custom-data-attribute.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- custom-data-attribute.html 6 May 2011 06:21:09 -0000 1.9 +++ custom-data-attribute.html 8 May 2011 13:10:27 -0000 1.10 @@ -1,11 +1,11 @@ <dl id="custom-data-attribute_index"> <dd> -<a href="elements.html#custom-data-attribute_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#custom-data-attribute_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> -<a class="dfn-ref" href="elements.html#custom-data-attribute"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> -<a class="index-counter" href="elements.html#custom-data-attribute_1">(2)</a> -<a class="index-counter" href="elements.html#custom-data-attribute_2">(3)</a> -<a class="index-counter" href="elements.html#custom-data-attribute_3">(4)</a> +<a class="dfn-ref" href="global-attributes.html#custom-data-attribute"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> +<a class="index-counter" href="global-attributes.html#custom-data-attribute_1">(2)</a> +<a class="index-counter" href="global-attributes.html#custom-data-attribute_2">(3)</a> +<a class="index-counter" href="global-attributes.html#custom-data-attribute_3">(4)</a> </dd> </dl> Index: attr-dir-auto-state.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-dir-auto-state.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- attr-dir-auto-state.html 7 May 2011 14:48:52 -0000 1.10 +++ attr-dir-auto-state.html 8 May 2011 13:10:27 -0000 1.11 @@ -4,7 +4,7 @@ </dd> <dd> -<a class="dfn-ref" href="elements.html#attr-dir-auto-state"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> -<a class="index-counter" href="elements.html#attr-dir-auto-state_0">(2)</a> +<a class="dfn-ref" href="global-attributes.html#attr-dir-auto-state"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#attr-dir-auto-state_0">(2)</a> </dd> </dl> Index: event-handlers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/event-handlers.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- event-handlers.html 7 May 2011 14:49:04 -0000 1.9 +++ event-handlers.html 8 May 2011 13:10:28 -0000 1.10 @@ -1,6 +1,6 @@ <dl id="event-handlers_index"> <dd> -<a href="elements.html#event-handlers_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#event-handlers_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a href="the-body-element.html#event-handlers_1"><span class="secno">4.4.1 </span>The <span><code>body</code></span> element</a> Index: attr-tabindex.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-tabindex.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- attr-tabindex.html 6 May 2011 06:21:06 -0000 1.9 +++ attr-tabindex.html 8 May 2011 13:10:27 -0000 1.10 @@ -1,6 +1,6 @@ <dl id="attr-tabindex_index"> <dd> -<a href="elements.html#tabindex"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#tabindex"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a href="editing.html#tabindex_0"><span class="secno">7.3.1 </span>Sequential focus navigation and the <code title="attr-tabindex"><span>tabindex</span></code> attribute</a> Index: wai-aria.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/wai-aria.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- wai-aria.html 6 May 2011 06:21:23 -0000 1.6 +++ wai-aria.html 8 May 2011 13:10:29 -0000 1.7 @@ -1,6 +1,6 @@ <dl id="wai-aria_index"> <dd> -<a href="elements.html#wai-aria_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#wai-aria_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a class="dfn-ref" href="content-models.html#wai-aria"><span class="secno">3.2.7 </span><span>WAI-ARIA</span></a> Index: concept-ltr.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/concept-ltr.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- concept-ltr.html 7 May 2011 14:49:02 -0000 1.6 +++ concept-ltr.html 8 May 2011 13:10:27 -0000 1.7 @@ -4,10 +4,10 @@ appropriate set of steps from the following list:</span> </dd> <dd> -<a class="dfn-ref" href="elements.html#concept-ltr"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> -<a class="index-counter" href="elements.html#concept-ltr_0">(2)</a> -<a class="index-counter" href="elements.html#concept-ltr_1">(3)</a> -<a class="index-counter" href="elements.html#concept-ltr_2">(4)</a> +<a class="dfn-ref" href="global-attributes.html#concept-ltr"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#concept-ltr_0">(2)</a> +<a class="index-counter" href="global-attributes.html#concept-ltr_1">(3)</a> +<a class="index-counter" href="global-attributes.html#concept-ltr_2">(4)</a> </dd> <dd> <a href="the-bdo-element.html#ltr"><span class="secno">4.6.24 </span>The <span><code>bdo</code></span> element</a> Index: classes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/classes.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- classes.html 7 May 2011 14:49:02 -0000 1.14 +++ classes.html 8 May 2011 13:10:27 -0000 1.15 @@ -3,15 +3,15 @@ <a href="infrastructure.html#class"><span class="secno">2.2.1 </span>Extensibility</a> </dd> <dd> -<a href="elements.html#class_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#class_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> -<a class="dfn-ref" href="elements.html#classes"><span class="secno">3.2.3.6 </span>The <span><code>class</code></span> attribute</a> -<a class="index-counter" href="elements.html#class_1">(2)</a> -<a class="index-counter" href="elements.html#class_2">(3)</a> +<a class="dfn-ref" href="global-attributes.html#classes"><span class="secno">3.2.3.6 </span>The <span><code>class</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#class_1">(2)</a> +<a class="index-counter" href="global-attributes.html#class_2">(3)</a> </dd> <dd> -<a href="elements.html#class_3"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> +<a href="global-attributes.html#class_3"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> </dd> <dd> <a href="the-div-element.html#class_4"><span class="secno">4.5.13 </span>The <span><code>div</code></span> element</a> Index: xml-documents.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/xml-documents.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- xml-documents.html 7 May 2011 14:49:20 -0000 1.10 +++ xml-documents.html 8 May 2011 13:10:29 -0000 1.11 @@ -10,14 +10,14 @@ <a href="elements.html#xml-documents_2"><span class="secno">3.2.2 </span>Elements in the DOM</a> </dd> <dd> -<a href="elements.html#xml-documents_3"><span class="secno">3.2.3 </span><span>Global attributes</span></a> -<a class="index-counter" href="elements.html#xml-documents_4">(2)</a> +<a href="global-attributes.html#xml-documents_3"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a class="index-counter" href="global-attributes.html#xml-documents_4">(2)</a> </dd> <dd> -<a href="elements.html#xml-documents_5"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><span>lang</span></code> and <code title="attr-xml-lang"><span>xml:lang</span></code> attributes</a> +<a href="global-attributes.html#xml-documents_5"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><span>lang</span></code> and <code title="attr-xml-lang"><span>xml:lang</span></code> attributes</a> </dd> <dd> -<a href="elements.html#xml-documents_6"><span class="secno">3.2.3.4 </span>The <span><code>xml:base</code></span> +<a href="global-attributes.html#xml-documents_6"><span class="secno">3.2.3.4 </span>The <span><code>xml:base</code></span> attribute (XML only)</a> </dd> <dd> Index: media-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/media-element.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- media-element.html 7 May 2011 14:49:09 -0000 1.15 +++ media-element.html 8 May 2011 13:10:28 -0000 1.16 @@ -1,6 +1,6 @@ <dl id="media-element_index"> <dd> -<a href="elements.html#media-element_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#media-element_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a href="the-video-element.html#media-element_1"><span class="secno">4.8.6 </span>The <span><code>video</code></span> element</a> Index: the-p-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-p-element.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- the-p-element.html 8 May 2011 03:17:41 -0000 1.22 +++ the-p-element.html 8 May 2011 13:10:29 -0000 1.23 @@ -13,7 +13,7 @@ <a href="introduction.html#p_5"><span class="secno">1.9.3 </span>Restrictions on content models and on attribute values</a> </dd> <dd> -<a href="elements.html#p_6"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a href="global-attributes.html#p_6"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> </dd> <dd> <a href="content-models.html#p_7"><span class="secno">3.2.5.1.2 </span>Flow content</a> Index: attr-dir-auto.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-dir-auto.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- attr-dir-auto.html 7 May 2011 14:48:52 -0000 1.9 +++ attr-dir-auto.html 8 May 2011 13:10:27 -0000 1.10 @@ -4,8 +4,8 @@ </dd> <dd> -<a class="dfn-ref" href="elements.html#attr-dir-auto"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> -<a class="index-counter" href="elements.html#auto">(2)</a> +<a class="dfn-ref" href="global-attributes.html#attr-dir-auto"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#auto">(2)</a> </dd> <dd> <a href="the-bdi-element.html#auto_0"><span class="secno">4.6.23 </span>The <span><code>bdi</code></span> element</a> Index: global-attributes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/global-attributes.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- global-attributes.html 7 May 2011 14:49:06 -0000 1.18 +++ global-attributes.html 8 May 2011 13:10:28 -0000 1.19 @@ -1,6 +1,6 @@ <dl id="global-attributes_index"> <dd> -<a class="dfn-ref" href="elements.html#global-attributes"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a class="dfn-ref" href="global-attributes.html#global-attributes"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a href="the-html-element.html#global-attributes_0"><span class="secno">4.1.1 </span>The <span><code>html</code></span> element</a> Index: window.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/window.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- window.html 7 May 2011 14:49:20 -0000 1.13 +++ window.html 8 May 2011 13:10:29 -0000 1.14 @@ -1,6 +1,6 @@ <dl id="window_index"> <dd> -<a href="elements.html#window_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#window_0"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a href="the-body-element.html#window_1"><span class="secno">4.4.1 </span>The <span><code>body</code></span> element</a> Index: the-style-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-style-element.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- the-style-element.html 7 May 2011 14:49:16 -0000 1.14 +++ the-style-element.html 8 May 2011 13:10:29 -0000 1.15 @@ -4,7 +4,7 @@ <a class="index-counter" href="introduction.html#style_10">(2)</a> </dd> <dd> -<a href="elements.html#style_11"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a href="global-attributes.html#style_11"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> </dd> <dd> <a href="content-models.html#style_12"><span class="secno">3.2.5.1.1 </span>Metadata content</a> Index: ascii-case-insensitive.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/ascii-case-insensitive.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- ascii-case-insensitive.html 7 May 2011 14:48:50 -0000 1.22 +++ ascii-case-insensitive.html 8 May 2011 13:10:25 -0000 1.23 @@ -13,8 +13,8 @@ <a class="index-counter" href="common-microsyntaxes.html#ascii-case-insensitive_3">(2)</a> </dd> <dd> -<a href="elements.html#ascii-case-insensitive_4"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><span>lang</span></code> and <code title="attr-xml-lang"><span>xml:lang</span></code> attributes</a> -<a class="index-counter" href="elements.html#ascii-case-insensitive_5">(2)</a> +<a href="global-attributes.html#ascii-case-insensitive_4"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><span>lang</span></code> and <code title="attr-xml-lang"><span>xml:lang</span></code> attributes</a> +<a class="index-counter" href="global-attributes.html#ascii-case-insensitive_5">(2)</a> </dd> <dd> <a href="the-meta-element.html#ascii-case-insensitive_6"><span class="secno">4.2.5 </span>The <span><code>meta</code></span> element</a> Index: the-dropzone-attribute.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-dropzone-attribute.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- the-dropzone-attribute.html 7 May 2011 14:49:13 -0000 1.9 +++ the-dropzone-attribute.html 8 May 2011 13:10:29 -0000 1.10 @@ -1,6 +1,6 @@ <dl id="the-dropzone-attribute_index"> <dd> -<a href="elements.html#dropzone"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#dropzone"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a href="dnd.html#dropzone_0"><span class="secno">7.7.1 </span>Introduction</a> Index: the-span-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-span-element.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- the-span-element.html 8 May 2011 03:17:41 -0000 1.19 +++ the-span-element.html 8 May 2011 13:10:29 -0000 1.20 @@ -6,7 +6,7 @@ <a class="index-counter" href="introduction.html#span_2">(4)</a> </dd> <dd> -<a href="elements.html#span_3"><span class="secno">3.2.3.7 </span>The <span><code>style</code></span> attribute</a> +<a href="global-attributes.html#span_3"><span class="secno">3.2.3.7 </span>The <span><code>style</code></span> attribute</a> </dd> <dd> <a href="content-models.html#span_4"><span class="secno">3.2.5.1.2 </span>Flow content</a> Index: tree-order.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/tree-order.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- tree-order.html 7 May 2011 14:49:17 -0000 1.16 +++ tree-order.html 8 May 2011 13:10:29 -0000 1.17 @@ -15,7 +15,7 @@ <a href="urls.html#tree-order_3"><span class="secno">2.6.2.4 </span>HTMLOptionsCollection</a> </dd> <dd> -<a href="elements.html#tree-order_4"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a href="global-attributes.html#tree-order_4"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> </dd> <dd> <a href="the-ol-element.html#tree-order_5"><span class="secno">4.5.5 </span>The <span><code>ol</code></span> element</a> Index: the-link-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-link-element.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- the-link-element.html 7 May 2011 14:49:15 -0000 1.17 +++ the-link-element.html 8 May 2011 13:10:29 -0000 1.18 @@ -1,6 +1,6 @@ <dl id="the-link-element_index"> <dd> -<a href="elements.html#link_1"><span class="secno">3.2.3.2 </span>The <span><code>title</code></span> attribute</a> +<a href="global-attributes.html#link_1"><span class="secno">3.2.3.2 </span>The <span><code>title</code></span> attribute</a> </dd> <dd> <a href="content-models.html#link_2"><span class="secno">3.2.5.1.1 </span>Metadata content</a> Index: home-subtree.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/home-subtree.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- home-subtree.html 7 May 2011 14:49:06 -0000 1.9 +++ home-subtree.html 8 May 2011 13:10:28 -0000 1.10 @@ -4,7 +4,7 @@ <a class="index-counter" href="infrastructure.html#home-subtree_0">(2)</a> </dd> <dd> -<a href="elements.html#home-subtree_1"><span class="secno">3.2.3.1 </span>The <span><code>id</code></span> attribute</a> +<a href="global-attributes.html#home-subtree_1"><span class="secno">3.2.3.1 </span>The <span><code>id</code></span> attribute</a> </dd> <dd> <a href="obsolete.html#home-subtree_2"><span class="secno">10.1 </span>Obsolete but conforming features</a> Index: attr-output-for.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-output-for.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- attr-output-for.html 7 May 2011 14:48:58 -0000 1.12 +++ attr-output-for.html 8 May 2011 13:10:27 -0000 1.13 @@ -8,7 +8,7 @@ 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> 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 + <a href="global-attributes.html#concept-id" title="concept-id">ID</a> of an element in the same <code><a href="infrastructure.html#document">Document</a></code>.</span> </dd> <dd> Index: the-body-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-body-element.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- the-body-element.html 8 May 2011 03:44:15 -0000 1.18 +++ the-body-element.html 8 May 2011 13:10:28 -0000 1.19 @@ -11,7 +11,7 @@ <a class="index-counter" href="dom.html#body_5">(2)</a> </dd> <dd> -<a href="elements.html#body_6"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#body_6"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a href="the-html-element.html#body_7"><span class="secno">4.1.1 </span>The <span><code>html</code></span> element</a> Index: event-handler-content-attributes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/event-handler-content-attributes.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- event-handler-content-attributes.html 7 May 2011 14:49:04 -0000 1.13 +++ event-handler-content-attributes.html 8 May 2011 13:10:28 -0000 1.14 @@ -3,7 +3,7 @@ <a href="introduction.html#event-handler-content-attributes_0"><span class="secno">1.8 </span>A quick introduction to HTML</a> </dd> <dd> -<a href="elements.html#event-handler-content-attributes_1"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#event-handler-content-attributes_1"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a href="the-body-element.html#event-handler-content-attributes_2"><span class="secno">4.4.1 </span>The <span><code>body</code></span> element</a> Index: attr-xml-lang.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-xml-lang.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- attr-xml-lang.html 7 May 2011 14:49:01 -0000 1.11 +++ attr-xml-lang.html 8 May 2011 13:10:27 -0000 1.12 @@ -7,12 +7,12 @@ <a href="introduction.html#xml:lang"><span class="secno">1.9.3 </span>Restrictions on content models and on attribute values</a> </dd> <dd> -<a href="elements.html#xml:lang_0"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><span>lang</span></code> and <code title="attr-xml-lang"><span>xml:lang</span></code> attributes</a> -<a class="dfn-ref" href="elements.html#attr-xml-lang">(2)</a> -<a class="index-counter" href="elements.html#attr-xml-lang_0">(3)</a> -<a class="index-counter" href="elements.html#attr-xml-lang_1">(4)</a> -<a class="index-counter" href="elements.html#attr-xml-lang_2">(5)</a> -<a class="index-counter" href="elements.html#attr-xml-lang_3">(6)</a> +<a href="global-attributes.html#xml:lang_0"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><span>lang</span></code> and <code title="attr-xml-lang"><span>xml:lang</span></code> attributes</a> +<a class="dfn-ref" href="global-attributes.html#attr-xml-lang">(2)</a> +<a class="index-counter" href="global-attributes.html#attr-xml-lang_0">(3)</a> +<a class="index-counter" href="global-attributes.html#attr-xml-lang_1">(4)</a> +<a class="index-counter" href="global-attributes.html#attr-xml-lang_2">(5)</a> +<a class="index-counter" href="global-attributes.html#attr-xml-lang_3">(6)</a> </dd> <dd> <a href="the-i-element.html#attr-xml-lang_4"><span class="secno">4.6.16 </span>The <span><code>i</code></span> element</a> Index: the-directionality.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-directionality.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- the-directionality.html 7 May 2011 14:49:13 -0000 1.11 +++ the-directionality.html 8 May 2011 13:10:28 -0000 1.12 @@ -1,15 +1,15 @@ <dl id="the-directionality_index"> <dd> -<a class="dfn-ref" href="elements.html#the-directionality"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> -<a class="index-counter" href="elements.html#the-directionality_0">(2)</a> -<a class="index-counter" href="elements.html#the-directionality_1">(3)</a> -<a class="index-counter" href="elements.html#the-directionality_2">(4)</a> -<a class="index-counter" href="elements.html#the-directionality_3">(5)</a> -<a class="index-counter" href="elements.html#the-directionality_4">(6)</a> -<a class="index-counter" href="elements.html#the-directionality_5">(7)</a> -<a class="index-counter" href="elements.html#the-directionality_6">(8)</a> -<a class="index-counter" href="elements.html#the-directionality_7">(9)</a> -<a class="index-counter" href="elements.html#the-directionality_8">(10)</a> +<a class="dfn-ref" href="global-attributes.html#the-directionality"><span class="secno">3.2.3.5 </span>The <span><code>dir</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#the-directionality_0">(2)</a> +<a class="index-counter" href="global-attributes.html#the-directionality_1">(3)</a> +<a class="index-counter" href="global-attributes.html#the-directionality_2">(4)</a> +<a class="index-counter" href="global-attributes.html#the-directionality_3">(5)</a> +<a class="index-counter" href="global-attributes.html#the-directionality_4">(6)</a> +<a class="index-counter" href="global-attributes.html#the-directionality_5">(7)</a> +<a class="index-counter" href="global-attributes.html#the-directionality_6">(8)</a> +<a class="index-counter" href="global-attributes.html#the-directionality_7">(9)</a> +<a class="index-counter" href="global-attributes.html#the-directionality_8">(10)</a> </dd> <dd> <a href="the-textarea-element.html#the-directionality_9"><span class="secno">4.10.13 </span>The <span><code>textarea</code></span> element</a> Index: content-categories.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/content-categories.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- content-categories.html 21 Apr 2011 08:02:38 -0000 1.6 +++ content-categories.html 8 May 2011 13:10:27 -0000 1.7 @@ -1,6 +1,6 @@ <dl id="content-categories_index"> <dd> -<a href="elements.html#content-categories_0"><span class="secno">3.2.4 </span>Element definitions</a> +<a href="global-attributes.html#content-categories_0"><span class="secno">3.2.4 </span>Element definitions</a> </dd> <dd> <a class="dfn-ref" href="content-models.html#content-categories"><span class="secno">3.2.5.1 </span>Kinds of content</a> Index: the-title-attribute.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-title-attribute.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- the-title-attribute.html 7 May 2011 14:49:16 -0000 1.16 +++ the-title-attribute.html 8 May 2011 13:10:29 -0000 1.17 @@ -1,15 +1,15 @@ <dl id="the-title-attribute_index"> <dd> -<a href="elements.html#title"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#title"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> -<a class="dfn-ref" href="elements.html#the-title-attribute"><span class="secno">3.2.3.2 </span>The <span><code>title</code></span> attribute</a> -<a class="index-counter" href="elements.html#title_0">(2)</a> -<a class="index-counter" href="elements.html#title_1">(3)</a> -<a class="index-counter" href="elements.html#title_2">(4)</a> -<a class="index-counter" href="elements.html#title_3">(5)</a> -<a class="index-counter" href="elements.html#title_4">(6)</a> -<a class="index-counter" href="elements.html#title_5">(7)</a> +<a class="dfn-ref" href="global-attributes.html#the-title-attribute"><span class="secno">3.2.3.2 </span>The <span><code>title</code></span> attribute</a> +<a class="index-counter" href="global-attributes.html#title_0">(2)</a> +<a class="index-counter" href="global-attributes.html#title_1">(3)</a> +<a class="index-counter" href="global-attributes.html#title_2">(4)</a> +<a class="index-counter" href="global-attributes.html#title_3">(5)</a> +<a class="index-counter" href="global-attributes.html#title_4">(6)</a> +<a class="index-counter" href="global-attributes.html#title_5">(7)</a> </dd> <dd> <a href="the-link-element.html#title_6"><span class="secno">4.2.4 </span>The <span><code>link</code></span> element</a> Index: html-elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/html-elements.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- html-elements.html 7 May 2011 14:49:06 -0000 1.22 +++ html-elements.html 8 May 2011 13:10:28 -0000 1.23 @@ -14,33 +14,33 @@ <a class="index-counter" href="elements.html#html-elements_4">(3)</a> </dd> <dd> -<a href="elements.html#html-elements_5"><span class="secno">3.2.3 </span><span>Global attributes</span></a> -<a class="index-counter" href="elements.html#html-elements_6">(2)</a> -<a class="index-counter" href="elements.html#html-elements_7">(3)</a> -<a class="index-counter" href="elements.html#html-elements_8">(4)</a> -<a class="index-counter" href="elements.html#html-elements_9">(5)</a> +<a href="global-attributes.html#html-elements_5"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a class="index-counter" href="global-attributes.html#html-elements_6">(2)</a> +<a class="index-counter" href="global-attributes.html#html-elements_7">(3)</a> +<a class="index-counter" href="global-attributes.html#html-elements_8">(4)</a> +<a class="index-counter" href="global-attributes.html#html-elements_9">(5)</a> </dd> <dd> -<a href="elements.html#html-elements_10"><span class="secno">3.2.3.2 </span>The <span><code>title</code></span> attribute</a> +<a href="global-attributes.html#html-elements_10"><span class="secno">3.2.3.2 </span>The <span><code>title</code></span> attribute</a> </dd> <dd> -<a href="elements.html#html-elements_11"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><span>lang</span></code> and <code title="attr-xml-lang"><span>xml:lang</span></code> attributes</a> -<a class="index-counter" href="elements.html#html-elements_12">(2)</a> -<a class="index-counter" href="elements.html#html-elements_13">(3)</a> -<a class="index-counter" href="elements.html#html-elements_14">(4)</a> +<a href="global-attributes.html#html-elements_11"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><span>lang</span></code> and <code title="attr-xml-lang"><span>xml:lang</span></code> attributes</a> +<a class="index-counter" href="global-attributes.html#html-elements_12">(2)</a> +<a class="index-counter" href="global-attributes.html#html-elements_13">(3)</a> +<a class="index-counter" href="global-attributes.html#html-elements_14">(4)</a> </dd> <dd> -<a href="elements.html#html-elements_15"><span class="secno">3.2.3.6 </span>The <span><code>class</code></span> attribute</a> +<a href="global-attributes.html#html-elements_15"><span class="secno">3.2.3.6 </span>The <span><code>class</code></span> attribute</a> </dd> <dd> -<a href="elements.html#html-elements_16"><span class="secno">3.2.3.7 </span>The <span><code>style</code></span> attribute</a> +<a href="global-attributes.html#html-elements_16"><span class="secno">3.2.3.7 </span>The <span><code>style</code></span> attribute</a> </dd> <dd> -<a href="elements.html#html-elements_17"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> -<a class="index-counter" href="elements.html#html-elements_18">(2)</a> +<a href="global-attributes.html#html-elements_17"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> +<a class="index-counter" href="global-attributes.html#html-elements_18">(2)</a> </dd> <dd> -<a href="elements.html#html-elements_19"><span class="secno">3.2.4.1 </span>Attributes</a> +<a href="global-attributes.html#html-elements_19"><span class="secno">3.2.4.1 </span>Attributes</a> </dd> <dd> <a href="content-models.html#html-elements_20"><span class="secno">3.2.5 </span><span>Content models</span></a> Index: the-draggable-attribute.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms/the-draggable-attribute.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- the-draggable-attribute.html 7 May 2011 14:49:13 -0000 1.14 +++ the-draggable-attribute.html 8 May 2011 13:10:29 -0000 1.15 @@ -1,6 +1,6 @@ <dl id="the-draggable-attribute_index"> <dd> -<a href="elements.html#draggable"><span class="secno">3.2.3 </span><span>Global attributes</span></a> +<a href="global-attributes.html#draggable"><span class="secno">3.2.3 </span><span>Global attributes</span></a> </dd> <dd> <a href="dnd.html#draggable_0"><span class="secno">7.7.1 </span>Introduction</a>
Received on Sunday, 8 May 2011 13:10:37 UTC