html5/spec Overview.html,1.1891,1.1892

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14480

Modified Files:
	Overview.html 
Log Message:
Mention the global attributes everywhere. (whatwg r2722)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1891
retrieving revision 1.1892
diff -u -d -r1.1891 -r1.1892
--- Overview.html	29 Jan 2009 23:25:20 -0000	1.1891
+++ Overview.html	30 Jan 2009 05:05:38 -0000	1.1892
@@ -8,7 +8,7 @@
    <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <h1>HTML 5</h1>
    <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->29 January 2009</h2>
+   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->30 January 2009</h2>
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
     <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090610/">http://www.w3.org/TR/2009/WD-html5-20090610/</a></dd>
@@ -97,7 +97,7 @@
   specification's progress along the W3C Recommendation
   track.
[...1011 lines suppressed...]
    <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> {
@@ -26835,8 +26886,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

Received on Friday, 30 January 2009 05:05:49 UTC