[html5] r2722 - [e] (0) Mention the global attributes everywhere.

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 29 21:05:34 PST 2009


Author: ianh
Date: 2009-01-29 21:05:33 -0800 (Thu, 29 Jan 2009)
New Revision: 2722

Modified:
   index
   source
Log:
[e] (0) Mention the global attributes everywhere.

Modified: index
===================================================================
--- index	2009-01-29 23:25:14 UTC (rev 2721)
+++ index	2009-01-30 05:05:33 UTC (rev 2722)
@@ -33,7 +33,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 29 January 2009</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 30 January 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -6679,7 +6679,7 @@
 
 
 
-  <h4 id=global-attributes><span class=secno>3.3.3 </span>Global attributes</h4>
+  <h4 id=global-attributes><span class=secno>3.3.3 </span><dfn>Global attributes</dfn></h4>
 
   <p>The following attributes are common to and may be specified on
   all <a href=#html-elements>HTML elements</a> (even those not defined in this
@@ -8263,7 +8263,8 @@
    <dd>Wherever a subdocument fragment is allowed in a compound document.</dd>
    <dt>Content model:</dt>
    <dd>A <code><a href=#the-head-element>head</a></code> element followed by a <code><a href=#the-body-element>body</a></code> element.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
@@ -8303,8 +8304,8 @@
    <dd>As the first element in an <code><a href=#the-html-element>html</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd>One or more elements of <a href=#metadata-content-0>metadata content</a>, of which exactly one is a <code><a href=#the-title-element>title</a></code> element.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-head-element>head</a></code> element collects the document's
@@ -8319,8 +8320,8 @@
    <dd>In a <code><a href=#the-head-element>head</a></code> element containing no other <code><a href=#the-title-element>title</a></code> elements.</dd>
    <dt>Content model:</dt>
    <dd>Text.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-title-element>title</a></code> element represents the document's title or
@@ -8372,7 +8373,8 @@
    <dd>In a <code><a href=#the-head-element>head</a></code> element containing no other <code><a href=#the-base-element>base</a></code> elements.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-base-href><a href=#attr-base-href>href</a></code></dd>
    <dd><code title=attr-base-target><a href=#attr-base-target>target</a></code></dd>
    <dt>DOM interface:</dt>
@@ -8431,7 +8433,8 @@
    <dd>In a <code><a href=#the-noscript-element>noscript</a></code> element that is a child of a <code><a href=#the-head-element>head</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-link-href><a href=#attr-link-href>href</a></code></dd>
    <dd><code title=attr-link-rel><a href=#attr-link-rel>rel</a></code></dd>
    <dd><code title=attr-link-media><a href=#attr-link-media>media</a></code></dd>
@@ -8697,7 +8700,8 @@
    <dd>If the <code title=attr-meta-name><a href=#attr-meta-name>name</a></code> attribute is present: where <a href=#metadata-content-0>metadata content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-meta-name><a href=#attr-meta-name>name</a></code></dd>
    <dd><code title=attr-meta-http-equiv><a href=#attr-meta-http-equiv>http-equiv</a></code></dd>
    <dd><code title=attr-meta-content><a href=#attr-meta-content>content</a></code></dd>
@@ -9289,7 +9293,8 @@
    <dd>If the <code title=attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> attribute is present: where <a href=#flow-content-0>flow content</a> is expected, but before any other <a href=#flow-content-0>flow content</a> other than other <code><a href=#the-style-element>style</a></code> elements and <a href=#inter-element-whitespace>inter-element whitespace</a>.</dd>
    <dt>Content model:</dt>
    <dd>Depends on the value of the <code title=attr-style-type><a href=#attr-style-type>type</a></code> attribute.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-style-media><a href=#attr-style-media>media</a></code></dd>
    <dd><code title=attr-style-type><a href=#attr-style-type>type</a></code></dd>
    <dd><code title=attr-style-scoped><a href=#attr-style-scoped>scoped</a></code></dd>
@@ -9498,7 +9503,8 @@
    <dd>If there <em>is</em> a <code title=attr-script-src><a href=#attr-script-src>src</a></code>
    attribute, the element must be either empty or contain only
    <a href=#inline-documentation-for-external-scripts>script documentation</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-script-src><a href=#attr-script-src>src</a></code></dd>
    <dd><code title=attr-script-async><a href=#attr-script-async>async</a></code></dd>
    <dd><code title=attr-script-defer><a href=#attr-script-defer>defer</a></code></dd>
@@ -10082,8 +10088,8 @@
    <dd>When <a href=#concept-n-noscript title=concept-n-noscript>scripting is disabled</a>, in a <code><a href=#the-head-element>head</a></code> element: in any order, zero or more <code><a href=#the-link-element>link</a></code> elements, zero or more <code><a href=#the-style-element>style</a></code> elements, and zero or more <code><a href=#meta>meta</a></code> elements.</dd>
    <dd>When <a href=#concept-n-noscript title=concept-n-noscript>scripting is disabled</a>, not in a <code><a href=#the-head-element>head</a></code> element: <a href=#transparent>transparent</a>, but there must be no <code><a href=#the-noscript-element>noscript</a></code> element descendants.</dd>
    <dd>Otherwise: text that conforms to the requirements given in the prose.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-noscript-element>noscript</a></code> element does not represent anything. It
@@ -10206,7 +10212,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-eventsource-src><a href=#attr-eventsource-src>src</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -10309,7 +10316,8 @@
    <dd>As the second element in an <code><a href=#the-html-element>html</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=handler-window-onbeforeunload><a href=#handler-window-onbeforeunload>onbeforeunload</a></code></dd>
    <dd><code title=handler-window-onerror><a href=#handler-window-onerror>onerror</a></code></dd>
    <dd><code title=handler-window-onhashchange><a href=#handler-window-onhashchange>onhashchange</a></code></dd>
@@ -10390,8 +10398,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-section-element>section</a></code> element represents a generic document or
@@ -10438,8 +10446,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-nav-element>nav</a></code> element represents a section of a page that
@@ -10495,8 +10503,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
 <!--
 XXX attributes to give the date authored, date published
 -->
@@ -10539,8 +10547,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-aside-element>aside</a></code> element represents a section of a page
@@ -10604,8 +10612,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>These elements define headers for their sections.</p>
@@ -10631,8 +10639,8 @@
    that is <a href=#heading-content-0>heading content</a>, but no <a href=#sectioning-content-0>sectioning
    content</a> descendants, no <code><a href=#the-header-element>header</a></code> element
    descendants, and no <code><a href=#the-footer-element>footer</a></code> element descendants.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-header-element>header</a></code> element represents the header of a
@@ -10716,8 +10724,8 @@
    <dd><a href=#flow-content-0>Flow content</a>, but with no <a href=#heading-content-0>heading
    content</a> descendants, no <a href=#sectioning-content-0>sectioning content</a>
    descendants, and no <code><a href=#the-footer-element>footer</a></code> element descendants.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-footer-element>footer</a></code> element represents a footer for the
@@ -10767,8 +10775,8 @@
    content</a> descendants, no <a href=#sectioning-content-0>sectioning content</a>
    descendants, no <code><a href=#the-footer-element>footer</a></code> element descendants, and no
    <code><a href=#the-address-element>address</a></code> element descendants.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-address-element>address</a></code> element represents the contact
@@ -11273,8 +11281,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-p-element>p</a></code> element represents a
@@ -11342,8 +11350,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-hr-element>hr</a></code> element represents a
@@ -11361,8 +11369,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-br-element>br</a></code> element represents a line break.</p>
@@ -11429,8 +11437,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-pre-element>pre</a></code> element represents a block of preformatted
@@ -11525,8 +11533,8 @@
    <dt>Content model:</dt>
    <dd>Zero or more pairs of one <code><a href=#the-dt-element>dt</a></code> element followed by
    one <code><a href=#the-dd-element>dd</a></code> element.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-dialog-element>dialog</a></code> element represents a conversation.</p>
@@ -11577,7 +11585,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-blockquote-cite><a href=#attr-blockquote-cite>cite</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -11632,7 +11641,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href=#the-li-element>li</a></code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-ol-reversed><a href=#attr-ol-reversed>reversed</a></code></dd>
    <dd><code title=attr-ol-start><a href=#attr-ol-start>start</a></code></dd>
    <dt>DOM interface:</dt>
@@ -11729,8 +11739,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href=#the-li-element>li</a></code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-ul-element>ul</a></code> element represents a list of items, where the
@@ -11784,7 +11794,8 @@
    <dd>Inside <code><a href=#menus>menu</a></code> elements.</dd>
    <dt>Content model:</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd>If the element is a child of an <code><a href=#the-ol-element>ol</a></code> element: <code title=attr-li-value><a href=#attr-li-value>value</a></code></dd>
    <dd>If the element is not the child of an <code><a href=#the-ol-element>ol</a></code> element: None.</dd>
    <dt>DOM interface:</dt>
@@ -11878,8 +11889,8 @@
    <dd>Zero or more groups each consisting of one or more
    <code><a href=#the-dt-element>dt</a></code> elements followed by one or more <code><a href=#the-dd-element>dd</a></code>
    elements.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-dl-element>dl</a></code> element introduces an association list
@@ -12021,8 +12032,8 @@
    <dd>Before a <code><a href=#the-dd-element>dd</a></code> element inside a <code><a href=#the-dialog-element>dialog</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-dt-element>dt</a></code> element represents the term, or name, part of
@@ -12071,8 +12082,8 @@
    <dd>After a <code><a href=#the-dt-element>dt</a></code> element inside a <code><a href=#the-dialog-element>dialog</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-dd-element>dd</a></code> element represents the description,
@@ -12170,7 +12181,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#transparent>Transparent</a>, but there must be no <a href=#interactive-content-0>interactive content</a> descendant.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code></dd>
    <dd><code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code></dd>
    <dd><code title=attr-hyperlink-ping><a href=#ping>ping</a></code></dd>
@@ -12311,7 +12323,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-q-cite><a href=#attr-q-cite>cite</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -12411,8 +12424,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
    <!-- XXX should the cite element have a cite attribute? -->
@@ -12532,8 +12545,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-em-element>em</a></code> element represents stress emphasis of its
@@ -12607,8 +12620,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-strong-element>strong</a></code> element represents strong importance for
@@ -12644,8 +12657,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-small-element>small</a></code> element represents small print (part of a
@@ -12695,8 +12708,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-mark-element>mark</a></code> element represents a run of text in one
@@ -12837,7 +12850,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>, but there must be no descendant <code><a href=#the-dfn-element>dfn</a></code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd>None, but the <code title=attr-dfn-title><a href=#attr-dfn-title>title</a></code> attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
@@ -12904,7 +12918,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd>None, but the <code title=attr-abbr-title><a href=#attr-abbr-title>title</a></code> attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
@@ -13014,7 +13029,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -13135,7 +13151,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-progress-value><a href=#attr-progress-value>value</a></code></dd>
    <dd><code title=attr-progress-max><a href=#attr-progress-max>max</a></code></dd>
    <dt>DOM interface:</dt>
@@ -13302,7 +13319,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-meter-value><a href=#attr-meter-value>value</a></code></dd>
    <dd><code title=attr-meter-min><a href=#attr-meter-min>min</a></code></dd>
    <dd><code title=attr-meter-low><a href=#attr-meter-low>low</a></code></dd>
@@ -13739,8 +13757,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-code-element>code</a></code> element represents a fragment of computer
@@ -13800,8 +13818,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-var-element>var</a></code> element represents a variable. This could be
@@ -13858,8 +13876,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-samp-element>samp</a></code> element represents (sample) output from a
@@ -13897,8 +13915,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-kbd-element>kbd</a></code> element represents user input (typically
@@ -13943,8 +13961,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-sub-and-sup-elements>sup</a></code> element represents a superscript and the
@@ -13999,8 +14017,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-span-element>span</a></code> element doesn't mean anything on its own,
@@ -14017,8 +14035,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-i-element>i</a></code> element represents a span of text in an
@@ -14073,8 +14091,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-b-element>b</a></code> element represents a span of text to be
@@ -14141,7 +14159,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd>None, but the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> global attribute has special requirements on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
@@ -14187,8 +14206,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>One or more groups of: <a href=#phrasing-content-0>phrasing content</a> followed either by a single <code><a href=#the-rt-element>rt</a></code> element, or an <code><a href=#the-rp-element>rp</a></code> element, an <code><a href=#the-rt-element>rt</a></code> element, and another <code><a href=#the-rp-element>rp</a></code> element.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-ruby-element>ruby</a></code> element allows one or more spans of
@@ -14276,8 +14295,8 @@
    <dd>As a child of a <code><a href=#the-ruby-element>ruby</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-rt-element>rt</a></code> element marks the ruby text component of a
@@ -14303,8 +14322,8 @@
    <dt>Content model:</dt>
    <dd>If the <code><a href=#the-rp-element>rp</a></code> element is immediately after an <code><a href=#the-rt-element>rt</a></code> element that is immediately preceded by another <code><a href=#the-rp-element>rp</a></code> element: a single character from Unicode character class Pe.</dd>
    <dd>Otherwise: a single character from Unicode character class Ps.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-rp-element>rp</a></code> element can be used to provide parentheses
@@ -14451,7 +14470,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#transparent>Transparent</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-mod-cite><a href=#attr-mod-cite>cite</a></code></dd>
    <dd><code title=attr-mod-datetime><a href=#attr-mod-datetime>datetime</a></code></dd>
    <dt>DOM interface:</dt>
@@ -14533,7 +14553,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#transparent>Transparent</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-mod-cite><a href=#attr-mod-cite>cite</a></code></dd>
    <dd><code title=attr-mod-datetime><a href=#attr-mod-datetime>datetime</a></code></dd>
    <dt>DOM interface:</dt>
@@ -14718,8 +14739,8 @@
    <dd>Either: one <code><a href=#the-legend-element>legend</a></code> element followed by <a href=#flow-content-0>flow content</a>.</dd>
    <dd>Or: <a href=#flow-content-0>Flow content</a> followed by one <code><a href=#the-legend-element>legend</a></code> element.</dd>
    <dd>Or: <a href=#flow-content-0>Flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><!-- v2: Add a <credit> element for photo credits --><p>The <code><a href=#the-figure-element>figure</a></code> element represents some <a href=#flow-content-0>flow
@@ -14849,7 +14870,8 @@
    <dd>Where <a href=#embedded-content-1>embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-img-alt><a href=#attr-img-alt>alt</a></code></dd>
    <dd><code title=attr-img-src><a href=#attr-img-src>src</a></code></dd>
    <dd><code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code></dd>
@@ -16093,7 +16115,8 @@
    <dd>Where <a href=#embedded-content-1>embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Text that conforms to the requirements given in the prose.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-iframe-src><a href=#attr-iframe-src>src</a></code></dd>
    <dd><code title=attr-iframe-name><a href=#attr-iframe-name>name</a></code></dd>
    <dd><code title=attr-iframe-sandbox><a href=#attr-iframe-sandbox>sandbox</a></code></dd>
@@ -16512,7 +16535,8 @@
    <dd>Where <a href=#embedded-content-1>embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-embed-src><a href=#attr-embed-src>src</a></code></dd>
    <dd><code title=attr-embed-type><a href=#attr-embed-type>type</a></code></dd>
    <dd><code title=attr-dim-width><a href=#attr-dim-width>width</a></code></dd>
@@ -16680,7 +16704,8 @@
    <dd>Where <a href=#embedded-content-1>embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href=#the-param-element>param</a></code> elements, then, <a href=#transparent>transparent</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-object-data><a href=#attr-object-data>data</a></code></dd>
    <dd><code title=attr-object-type><a href=#attr-object-type>type</a></code></dd>
    <dd><code title=attr-object-name><a href=#attr-object-name>name</a></code></dd>
@@ -17077,7 +17102,8 @@
    <dd>As a child of an <code><a href=#the-object-element>object</a></code> element, before any <a href=#flow-content-0>flow content</a>.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-param-name><a href=#attr-param-name>name</a></code></dd>
    <dd><code title=attr-param-value><a href=#attr-param-value>value</a></code></dd>
    <dt>DOM interface:</dt>
@@ -17121,7 +17147,8 @@
    <dt>Content model:</dt>
    <dd>If the element has a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute: <a href=#transparent>transparent</a>.</dd>
    <dd>If the element does not have a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute: one or more <code><a href=#the-source-element>source</a></code> elements, then, <a href=#transparent>transparent</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-media-src><a href=#attr-media-src>src</a></code></dd>
    <dd><code title=attr-video-poster><a href=#attr-video-poster>poster</a></code></dd>
    <dd><code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code></dd>
@@ -17356,7 +17383,8 @@
    <dt>Content model:</dt>
    <dd>If the element has a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute: <a href=#transparent>transparent</a>.</dd>
    <dd>If the element does not have a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute: one or more <code><a href=#the-source-element>source</a></code> elements, then, <a href=#transparent>transparent</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-media-src><a href=#attr-media-src>src</a></code></dd>
    <dd><code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code></dd>
    <dd><code title=attr-media-loop><a href=#attr-media-loop>loop</a></code></dd>
@@ -17432,7 +17460,8 @@
    <dd>As a child of a <a href=#media-element>media element</a>, before any <a href=#flow-content-0>flow content</a>.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-source-src><a href=#attr-source-src>src</a></code></dd>
    <dd><code title=attr-source-type><a href=#attr-source-type>type</a></code></dd>
    <dd><code title=attr-source-media><a href=#attr-source-media>media</a></code></dd>
@@ -19331,7 +19360,8 @@
    <dd>Where <a href=#embedded-content-1>embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#transparent>Transparent</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-canvas-width><a href=#attr-canvas-width>width</a></code></dd>
    <dd><code title=attr-canvas-height><a href=#attr-canvas-height>height</a></code></dd>
    <dt>DOM interface:</dt>
@@ -21503,7 +21533,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-map-name><a href=#attr-map-name>name</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -21548,7 +21579,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected, but only if there is a <code><a href=#the-map-element>map</a></code> element ancestor.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-area-alt><a href=#attr-area-alt>alt</a></code></dd>
    <dd><code title=attr-area-coords><a href=#attr-area-coords>coords</a></code></dd>
    <dd><code title=attr-area-shape><a href=#attr-area-shape>shape</a></code></dd>
@@ -22090,8 +22122,8 @@
    <code><a href=#the-tr-element>tr</a></code> elements, followed optionally by a
    <code><a href=#the-tfoot-element>tfoot</a></code> element (but there can only be one
    <code><a href=#the-tfoot-element>tfoot</a></code> element child in total).</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>
 <pre class=idl>interface <dfn id=htmltableelement>HTMLTableElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -22314,8 +22346,8 @@
    <dd>As the first element child of a <code><a href=#the-table-element>table</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-caption-element>caption</a></code> element represents the title of the
@@ -22337,7 +22369,8 @@
    elements.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href=#the-col-element>col</a></code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-colgroup-span><a href=#attr-colgroup-span>span</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -22372,7 +22405,8 @@
    a <code title=attr-col-span><a href=#attr-col-span>span</a></code> attribute.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-col-span><a href=#attr-col-span>span</a></code></dd>
    <!-- XXXv2 char, to specify the decimal character used in numeric data cells in the column (not header cells) -->
    <dt>DOM interface:</dt>
@@ -22413,8 +22447,8 @@
    <code><a href=#the-table-element>table</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href=#the-tr-element>tr</a></code> elements</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>
     <pre class=idl>interface <dfn id=htmltablesectionelement>HTMLTableSectionElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -22476,8 +22510,8 @@
    <code><a href=#the-table-element>table</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href=#the-tr-element>tr</a></code> elements</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd><code><a href=#htmltablesectionelement>HTMLTableSectionElement</a></code>, as defined for
    <code><a href=#the-tbody-element>tbody</a></code> elements.</dd>
@@ -22507,8 +22541,8 @@
    <code><a href=#the-table-element>table</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href=#the-tr-element>tr</a></code> elements</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd><code><a href=#htmltablesectionelement>HTMLTableSectionElement</a></code>, as defined for
    <code><a href=#the-tbody-element>tbody</a></code> elements.</dd>
@@ -22535,8 +22569,8 @@
    are children of the <code><a href=#the-table-element>table</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> elements</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>
     <pre class=idl>interface <dfn id=htmltablerowelement>HTMLTableRowElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -22609,7 +22643,8 @@
    <dd>As a child of a <code><a href=#the-tr-element>tr</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-tdth-colspan><a href=#attr-tdth-colspan>colspan</a></code></dd>
    <dd><code title=attr-tdth-rowspan><a href=#attr-tdth-rowspan>rowspan</a></code></dd>
    <dd><code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code></dd>
@@ -22632,7 +22667,8 @@
    <dd>As a child of a <code><a href=#the-tr-element>tr</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-tdth-colspan><a href=#attr-tdth-colspan>colspan</a></code></dd>
    <dd><code title=attr-tdth-rowspan><a href=#attr-tdth-rowspan>rowspan</a></code></dd>
    <dd><code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code></dd>
@@ -23801,7 +23837,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#flow-content-0>Flow content</a>, but with no <code><a href=#the-form-element>form</a></code> element descendants.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-form-accept-charset><a href=#attr-form-accept-charset>accept-charset</a></code></dd>
    <dd><code title=attr-fs-action><a href=#attr-fs-action>action</a></code></dd>
    <dd><code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code></dd>
@@ -23976,7 +24013,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>One <code><a href=#the-legend-element>legend</a></code> element follwed by <a href=#flow-content-0>flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-fieldset-disabled><a href=#attr-fieldset-disabled>disabled</a></code></dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
    <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code></dd>
@@ -24049,7 +24087,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>, but with no descendant <a href=#category-label title=category-label>labelable form-associated elements</a> unless it is the element's <a href=#labeled-control>labeled control</a>, and no descendant <code><a href=#the-label-element>label</a></code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
    <dd><code title=attr-label-for><a href=#attr-label-for>for</a></code></dd>
    <dt>DOM interface:</dt>
@@ -24138,7 +24177,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-input-accept><a href=#attr-input-accept>accept</a></code></dd>
    <dd><code title=attr-fs-action><a href=#attr-fs-action>action</a></code></dd>
    <dd><code title=attr-input-alt><a href=#attr-input-alt>alt</a></code></dd>
@@ -28074,7 +28114,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>, but there must be no <a href=#interactive-content-0>interactive content</a> descendant.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-fs-action><a href=#attr-fs-action>action</a></code></dd>
    <dd><code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code></dd>
    <dd><code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code></dd>
@@ -28209,7 +28250,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href=#the-option-element>option</a></code> or <code><a href=#the-optgroup-element>optgroup</a></code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code></dd>
    <dd><code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code></dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
@@ -28457,8 +28499,8 @@
    <dt>Content model:</dt>
    <dd>Either: <a href=#phrasing-content-0>phrasing content</a>.</dd>
    <dd>Or: Zero or more <code><a href=#the-option-element>option</a></code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>
 <pre class=idl>interface <dfn id=htmldatalistelement>HTMLDataListElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -28495,7 +28537,8 @@
    <dd>As a child of a <code><a href=#the-select-element>select</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href=#the-option-element>option</a></code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-optgroup-disabled><a href=#attr-optgroup-disabled>disabled</a></code></dd>
    <dd><code title=attr-optgroup-label><a href=#attr-optgroup-label>label</a></code></dd>
    <dt>DOM interface:</dt>
@@ -28542,7 +28585,8 @@
    <dd>As a child of an <code><a href=#the-optgroup-element>optgroup</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd>Text.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-option-disabled><a href=#attr-option-disabled>disabled</a></code></dd>
    <dd><code title=attr-option-label><a href=#attr-option-label>label</a></code></dd>
    <dd><code title=attr-option-selected><a href=#attr-option-selected>selected</a></code></dd>
@@ -28676,7 +28720,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Text.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code></dd>
    <dd><code title=attr-textarea-cols><a href=#attr-textarea-cols>cols</a></code></dd>
    <dd><code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code></dd>
@@ -28887,7 +28932,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-output-for><a href=#attr-output-for>for</a></code></dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
    <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code></dd>
@@ -30300,7 +30346,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>One <code><a href=#the-legend-element>legend</a></code> element followed by <a href=#flow-content-0>flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-details-open><a href=#attr-details-open>open</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -30373,7 +30420,8 @@
    <dd>Or: A single <code><a href=#the-table-element>table</a></code> element.</dd>
    <dd>Or: A single <code><a href=#the-select-element>select</a></code> element.</dd>
    <dd>Or: A single <code><a href=#the-datalist-element>datalist</a></code> element.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-datagrid-multiple><a href=#attr-datagrid-multiple>multiple</a></code></dd>
    <dd><code title=attr-datagrid-disabled><a href=#attr-datagrid-disabled>disabled</a></code></dd>
    <dt>DOM interface:</dt>
@@ -31977,7 +32025,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-command-type><a href=#attr-command-type>type</a></code></dd>
    <dd><code title=attr-command-label><a href=#attr-command-label>label</a></code></dd>
    <dd><code title=attr-command-icon><a href=#attr-command-icon>icon</a></code></dd>
@@ -32155,7 +32204,8 @@
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>, but there must be no <a href=#interactive-content-0>interactive content</a> descendant.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-command-type><a href=#attr-command-type>type</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -32319,7 +32369,8 @@
    <dt>Content model:</dt>
    <dd>Either: Zero or more <code><a href=#the-li-element>li</a></code> elements.</dd>
    <dd>Or: <a href=#flow-content-0>Flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-menu-type><a href=#attr-menu-type>type</a></code></dd>
    <dd><code title=attr-menu-label><a href=#attr-menu-label>label</a></code></dd>
    <dt>DOM interface:</dt>
@@ -33083,8 +33134,8 @@
    <dd>As a child of a <code><a href=#the-figure-element>figure</a></code> element, if there are no other <code><a href=#the-legend-element>legend</a></code> element children of that element.</dd>
    <dt>Content model:</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>
     <pre class=idl>interface <dfn id=htmllegendelement>HTMLLegendElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -33112,8 +33163,8 @@
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-div-element>div</a></code> element represents nothing at all. It can be

Modified: source
===================================================================
--- source	2009-01-29 23:25:14 UTC (rev 2721)
+++ source	2009-01-30 05:05:33 UTC (rev 2722)
@@ -6728,7 +6728,7 @@
 
 
 
-  <h4>Global attributes</h4>
+  <h4><dfn>Global attributes</dfn></h4>
 
   <p>The following attributes are common to and may be specified on
   all <span>HTML elements</span> (even those not defined in this
@@ -8495,7 +8495,8 @@
    <dd>Wherever a subdocument fragment is allowed in a compound document.</dd>
    <dt>Content model:</dt>
    <dd>A <code>head</code> element followed by a <code>body</code> element.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-html-manifest">manifest</code></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
@@ -8542,8 +8543,8 @@
    <dd>As the first element in an <code>html</code> element.</dd>
    <dt>Content model:</dt>
    <dd>One or more elements of <span>metadata content</span>, of which exactly one is a <code>title</code> element.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -8561,8 +8562,8 @@
    <dd>In a <code>head</code> element containing no other <code>title</code> elements.</dd>
    <dt>Content model:</dt>
    <dd>Text.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -8618,7 +8619,8 @@
    <dd>In a <code>head</code> element containing no other <code>base</code> elements.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-base-href">href</code></dd>
    <dd><code title="attr-base-target">target</code></dd>
    <dt>DOM interface:</dt>
@@ -8687,7 +8689,8 @@
    <dd>In a <code>noscript</code> element that is a child of a <code>head</code> element.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-link-href">href</code></dd>
    <dd><code title="attr-link-rel">rel</code></dd>
    <dd><code title="attr-link-media">media</code></dd>
@@ -8990,7 +8993,8 @@
    <dd>If the <code title="attr-meta-name">name</code> attribute is present: where <span>metadata content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-meta-name">name</code></dd>
    <dd><code title="attr-meta-http-equiv">http-equiv</code></dd>
    <dd><code title="attr-meta-content">content</code></dd>
@@ -9692,7 +9696,8 @@
    <dd>If the <code title="attr-style-scoped">scoped</code> attribute is present: where <span>flow content</span> is expected, but before any other <span>flow content</span> other than other <code>style</code> elements and <span>inter-element whitespace</span>.</dd>
    <dt>Content model:</dt>
    <dd>Depends on the value of the <code title="attr-style-type">type</code> attribute.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-style-media">media</code></dd>
    <dd><code title="attr-style-type">type</code></dd>
    <dd><code title="attr-style-scoped">scoped</code></dd>
@@ -9932,7 +9937,8 @@
    <dd>If there <em>is</em> a <code title="attr-script-src">src</code>
    attribute, the element must be either empty or contain only
    <span>script documentation</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-script-src">src</code></dd>
    <dd><code title="attr-script-async">async</code></dd>
    <dd><code title="attr-script-defer">defer</code></dd>
@@ -10618,8 +10624,8 @@
    <dd>When <span title="concept-n-noscript">scripting is disabled</span>, in a <code>head</code> element: in any order, zero or more <code>link</code> elements, zero or more <code>style</code> elements, and zero or more <code>meta</code> elements.</dd>
    <dd>When <span title="concept-n-noscript">scripting is disabled</span>, not in a <code>head</code> element: <span>transparent</span>, but there must be no <code>noscript</code> element descendants.</dd>
    <dd>Otherwise: text that conforms to the requirements given in the prose.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -10764,7 +10770,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-eventsource-src">src</code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -10886,7 +10893,8 @@
    <dd>As the second element in an <code>html</code> element.</dd>
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="handler-window-onbeforeunload">onbeforeunload</code></dd>
    <dd><code title="handler-window-onerror">onerror</code></dd>
    <dd><code title="handler-window-onhashchange">onhashchange</code></dd>
@@ -10975,8 +10983,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -11026,8 +11034,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -11086,8 +11094,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
 <!--
 XXX attributes to give the date authored, date published
 -->
@@ -11134,8 +11142,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -11202,8 +11210,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -11232,8 +11240,8 @@
    that is <span>heading content</span>, but no <span>sectioning
    content</span> descendants, no <code>header</code> element
    descendants, and no <code>footer</code> element descendants.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -11320,8 +11328,8 @@
    <dd><span>Flow content</span>, but with no <span>heading
    content</span> descendants, no <span>sectioning content</span>
    descendants, and no <code>footer</code> element descendants.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -11374,8 +11382,8 @@
    content</span> descendants, no <span>sectioning content</span>
    descendants, no <code>footer</code> element descendants, and no
    <code>address</code> element descendants.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -11939,8 +11947,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -12011,8 +12019,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -12033,8 +12041,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -12104,8 +12112,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -12207,8 +12215,8 @@
    <dt>Content model:</dt>
    <dd>Zero or more pairs of one <code>dt</code> element followed by
    one <code>dd</code> element.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -12262,7 +12270,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-blockquote-cite">cite</code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -12321,7 +12330,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code>li</code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-ol-reversed">reversed</code></dd>
    <dd><code title="attr-ol-start">start</code></dd>
    <dt>DOM interface:</dt>
@@ -12425,8 +12435,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code>li</code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -12483,7 +12493,8 @@
    <dd>Inside <code>menu</code> elements.</dd>
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd>If the element is a child of an <code>ol</code> element: <code title="attr-li-value">value</code></dd>
    <dd>If the element is not the child of an <code>ol</code> element: None.</dd>
    <dt>DOM interface:</dt>
@@ -12583,8 +12594,8 @@
    <dd>Zero or more groups each consisting of one or more
    <code>dt</code> elements followed by one or more <code>dd</code>
    elements.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -12730,8 +12741,8 @@
    <dd>Before a <code>dd</code> element inside a <code>dialog</code> element.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -12783,8 +12794,8 @@
    <dd>After a <code>dt</code> element inside a <code>dialog</code> element.</dd>
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -12887,7 +12898,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Transparent</span>, but there must be no <span>interactive content</span> descendant.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-hyperlink-href">href</code></dd>
    <dd><code title="attr-hyperlink-target">target</code></dd>
    <dd><code title="attr-hyperlink-ping">ping</code></dd>
@@ -13069,7 +13081,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-q-cite">cite</code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -13172,8 +13185,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
    <!-- XXX should the cite element have a cite attribute? -->
@@ -13296,8 +13309,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -13374,8 +13387,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -13414,8 +13427,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -13468,8 +13481,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -13613,7 +13626,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>, but there must be no descendant <code>dfn</code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd>None, but the <code title="attr-dfn-title">title</code> attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
@@ -13685,7 +13699,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd>None, but the <code title="attr-abbr-title">title</code> attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
@@ -13806,7 +13821,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-time-datetime">datetime</code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -13952,7 +13968,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-progress-value">value</code></dd>
    <dd><code title="attr-progress-max">max</code></dd>
    <dt>DOM interface:</dt>
@@ -14136,7 +14153,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-meter-value">value</code></dd>
    <dd><code title="attr-meter-min">min</code></dd>
    <dd><code title="attr-meter-low">low</code></dd>
@@ -14629,8 +14647,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -14693,8 +14711,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -14754,8 +14772,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -14796,8 +14814,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -14845,8 +14863,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -14905,8 +14923,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -14928,8 +14946,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -14989,8 +15007,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -15061,7 +15079,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd>None, but the <code title="attr-dir">dir</code> global attribute has special requirements on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
@@ -15110,8 +15129,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>One or more groups of: <span>phrasing content</span> followed either by a single <code>rt</code> element, or an <code>rp</code> element, an <code>rt</code> element, and another <code>rp</code> element.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -15206,8 +15225,8 @@
    <dd>As a child of a <code>ruby</code> element.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -15236,8 +15255,8 @@
    <dt>Content model:</dt>
    <dd>If the <code>rp</code> element is immediately after an <code>rt</code> element that is immediately preceded by another <code>rp</code> element: a single character from Unicode character class Pe.</dd>
    <dd>Otherwise: a single character from Unicode character class Ps.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -15389,7 +15408,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Transparent</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-mod-cite">cite</code></dd>
    <dd><code title="attr-mod-datetime">datetime</code></dd>
    <dt>DOM interface:</dt>
@@ -15475,7 +15495,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Transparent</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-mod-cite">cite</code></dd>
    <dd><code title="attr-mod-datetime">datetime</code></dd>
    <dt>DOM interface:</dt>
@@ -15670,8 +15691,8 @@
    <dd>Either: one <code>legend</code> element followed by <span>flow content</span>.</dd>
    <dd>Or: <span>Flow content</span> followed by one <code>legend</code> element.</dd>
    <dd>Or: <span>Flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -15806,7 +15827,8 @@
    <dd>Where <span>embedded content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-img-alt">alt</code></dd>
    <dd><code title="attr-img-src">src</code></dd>
    <dd><code title="attr-hyperlink-usemap">usemap</code></dd>
@@ -17135,7 +17157,8 @@
    <dd>Where <span>embedded content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Text that conforms to the requirements given in the prose.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-iframe-src">src</code></dd>
    <dd><code title="attr-iframe-name">name</code></dd>
    <dd><code title="attr-iframe-sandbox">sandbox</code></dd>
@@ -17611,7 +17634,8 @@
    <dd>Where <span>embedded content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-embed-src">src</code></dd>
    <dd><code title="attr-embed-type">type</code></dd>
    <dd><code title="attr-dim-width">width</code></dd>
@@ -17805,7 +17829,8 @@
    <dd>Where <span>embedded content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code>param</code> elements, then, <span>transparent</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-object-data">data</code></dd>
    <dd><code title="attr-object-type">type</code></dd>
    <dd><code title="attr-object-name">name</code></dd>
@@ -18244,7 +18269,8 @@
    <dd>As a child of an <code>object</code> element, before any <span>flow content</span>.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-param-name">name</code></dd>
    <dd><code title="attr-param-value">value</code></dd>
    <dt>DOM interface:</dt>
@@ -18294,7 +18320,8 @@
    <dt>Content model:</dt>
    <dd>If the element has a <code title="attr-media-src">src</code> attribute: <span>transparent</span>.</dd>
    <dd>If the element does not have a <code title="attr-media-src">src</code> attribute: one or more <code>source</code> elements, then, <span>transparent</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-media-src">src</code></dd>
    <dd><code title="attr-video-poster">poster</code></dd>
    <dd><code title="attr-media-autoplay">autoplay</code></dd>
@@ -18560,7 +18587,8 @@
    <dt>Content model:</dt>
    <dd>If the element has a <code title="attr-media-src">src</code> attribute: <span>transparent</span>.</dd>
    <dd>If the element does not have a <code title="attr-media-src">src</code> attribute: one or more <code>source</code> elements, then, <span>transparent</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-media-src">src</code></dd>
    <dd><code title="attr-media-autoplay">autoplay</code></dd>
    <dd><code title="attr-media-loop">loop</code></dd>
@@ -18651,7 +18679,8 @@
    <dd>As a child of a <span>media element</span>, before any <span>flow content</span>.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-source-src">src</code></dd>
    <dd><code title="attr-source-type">type</code></dd>
    <dd><code title="attr-source-media">media</code></dd>
@@ -20930,7 +20959,8 @@
    <dd>Where <span>embedded content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Transparent</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-canvas-width">width</code></dd>
    <dd><code title="attr-canvas-height">height</code></dd>
    <dt>DOM interface:</dt>
@@ -23605,7 +23635,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-map-name">name</code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -23656,7 +23687,8 @@
    <dd>Where <span>phrasing content</span> is expected, but only if there is a <code>map</code> element ancestor.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-area-alt">alt</code></dd>
    <dd><code title="attr-area-coords">coords</code></dd>
    <dd><code title="attr-area-shape">shape</code></dd>
@@ -24317,8 +24349,8 @@
    <code>tr</code> elements, followed optionally by a
    <code>tfoot</code> element (but there can only be one
    <code>tfoot</code> element child in total).</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn>HTMLTableElement</dfn> : <span>HTMLElement</span> {
@@ -24577,8 +24609,8 @@
    <dd>As the first element child of a <code>table</code> element.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>
@@ -24603,7 +24635,8 @@
    elements.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code>col</code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-colgroup-span">span</code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -24645,7 +24678,8 @@
    a <code title="attr-col-span">span</code> attribute.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-col-span">span</code></dd>
    <!-- XXXv2 char, to specify the decimal character used in numeric data cells in the column (not header cells) -->
    <dt>DOM interface:</dt>
@@ -24691,8 +24725,8 @@
    <code>table</code> element.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code>tr</code> elements</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn>HTMLTableSectionElement</dfn> : <span>HTMLElement</span> {
@@ -24767,8 +24801,8 @@
    <code>table</code> element.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code>tr</code> elements</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd><code>HTMLTableSectionElement</code>, as defined for
    <code>tbody</code> elements.</dd>
@@ -24803,8 +24837,8 @@
    <code>table</code> element.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code>tr</code> elements</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd><code>HTMLTableSectionElement</code>, as defined for
    <code>tbody</code> elements.</dd>
@@ -24836,8 +24870,8 @@
    are children of the <code>table</code> element.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code>td</code> or <code>th</code> elements</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn>HTMLTableRowElement</dfn> : <span>HTMLElement</span> {
@@ -24925,7 +24959,8 @@
    <dd>As a child of a <code>tr</code> element.</dd>
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-tdth-colspan">colspan</code></dd>
    <dd><code title="attr-tdth-rowspan">rowspan</code></dd>
    <dd><code title="attr-tdth-headers">headers</code></dd>
@@ -24955,7 +24990,8 @@
    <dd>As a child of a <code>tr</code> element.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-tdth-colspan">colspan</code></dd>
    <dd><code title="attr-tdth-rowspan">rowspan</code></dd>
    <dd><code title="attr-tdth-headers">headers</code></dd>
@@ -26418,7 +26454,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Flow content</span>, but with no <code>form</code> element descendants.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-form-accept-charset">accept-charset</code></dd>
    <dd><code title="attr-fs-action">action</code></dd>
    <dd><code title="attr-fs-enctype">enctype</code></dd>
@@ -26635,7 +26672,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>One <code>legend</code> element follwed by <span>flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-fieldset-disabled">disabled</code></dd>
    <dd><code title="attr-fae-form">form</code></dd>
    <dd><code title="attr-fe-name">name</code></dd>
@@ -26719,7 +26757,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>, but with no descendant <span title="category-label">labelable form-associated elements</span> unless it is the element's <span>labeled control</span>, and no descendant <code>label</code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-fae-form">form</code></dd>
    <dd><code title="attr-label-for">for</code></dd>
    <dt>DOM interface:</dt>
@@ -26816,7 +26855,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-input-accept">accept</code></dd>
    <dd><code title="attr-fs-action">action</code></dd>
    <dd><code title="attr-input-alt">alt</code></dd>
@@ -31381,7 +31421,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>, but there must be no <span>interactive content</span> descendant.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-fs-action">action</code></dd>
    <dd><code title="attr-fe-autofocus">autofocus</code></dd>
    <dd><code title="attr-fe-disabled">disabled</code></dd>
@@ -31546,7 +31587,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code>option</code> or <code>optgroup</code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-fe-autofocus">autofocus</code></dd>
    <dd><code title="attr-fe-disabled">disabled</code></dd>
    <dd><code title="attr-fae-form">form</code></dd>
@@ -31865,8 +31907,8 @@
    <dt>Content model:</dt>
    <dd>Either: <span>phrasing content</span>.</dd>
    <dd>Or: Zero or more <code>option</code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn>HTMLDataListElement</dfn> : <span>HTMLElement</span> {
@@ -31907,7 +31949,8 @@
    <dd>As a child of a <code>select</code> element.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code>option</code> elements.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-optgroup-disabled">disabled</code></dd>
    <dd><code title="attr-optgroup-label">label</code></dd>
    <dt>DOM interface:</dt>
@@ -31961,7 +32004,8 @@
    <dd>As a child of an <code>optgroup</code> element.</dd>
    <dt>Content model:</dt>
    <dd>Text.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-option-disabled">disabled</code></dd>
    <dd><code title="attr-option-label">label</code></dd>
    <dd><code title="attr-option-selected">selected</code></dd>
@@ -32137,7 +32181,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Text.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-fe-autofocus">autofocus</code></dd>
    <dd><code title="attr-textarea-cols">cols</code></dd>
    <dd><code title="attr-fe-disabled">disabled</code></dd>
@@ -32403,7 +32448,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-output-for">for</code></dd>
    <dd><code title="attr-fae-form">form</code></dd>
    <dd><code title="attr-fe-name">name</code></dd>
@@ -34160,7 +34206,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>One <code>legend</code> element followed by <span>flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-details-open">open</code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -34239,7 +34286,8 @@
    <dd>Or: A single <code>table</code> element.</dd>
    <dd>Or: A single <code>select</code> element.</dd>
    <dd>Or: A single <code>datalist</code> element.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-datagrid-multiple">multiple</code></dd>
    <dd><code title="attr-datagrid-disabled">disabled</code></dd>
    <dt>DOM interface:</dt>
@@ -36210,7 +36258,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-command-type">type</code></dd>
    <dd><code title="attr-command-label">label</code></dd>
    <dd><code title="attr-command-icon">icon</code></dd>
@@ -36433,7 +36482,8 @@
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>, but there must be no <span>interactive content</span> descendant.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-command-type">type</code></dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -36615,7 +36665,8 @@
    <dt>Content model:</dt>
    <dd>Either: Zero or more <code>li</code> elements.</dd>
    <dd>Or: <span>Flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dd><code title="attr-menu-type">type</code></dd>
    <dd><code title="attr-menu-label">label</code></dd>
    <dt>DOM interface:</dt>
@@ -37517,8 +37568,8 @@
    <dd>As a child of a <code>figure</code> element, if there are no other <code>legend</code> element children of that element.</dd>
    <dt>Content model:</dt>
    <dd><span>Phrasing content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn>HTMLLegendElement</dfn> : <span>HTMLElement</span> {
@@ -37550,8 +37601,8 @@
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
-   <dt>Element-specific attributes:</dt>
-   <dd>None.</dd>
+   <dt>Content attributes:</dt>
+   <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code>HTMLElement</code>.</dd>
   </dl>




More information about the Commit-Watchers mailing list