- From: poot <cvsmail@w3.org>
- Date: Fri, 30 Jan 2009 14:11:06 +0900 (JST)
- To: public-html-diffs@w3.org
Mention the global attributes everywhere. (whatwg r2722) Editor's Draft 30 January 2009 http://people.w3.org/mike/diffs/html5/spec/Overview.1.1892.html#editor-s-draft-date-zzz-9-june-2008 A vocabulary and associated APIs for HTML and XHTML http://people.w3.org/mike/diffs/html5/spec/Overview.1.1892.html#a-vocabulary-and-associated-apis-for-html-and-xhtml HTMLLegendElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1892.html#htmllegendelement Status of this document http://people.w3.org/mike/diffs/html5/spec/Overview.1.1892.html#status-of-this-document 4.12.2 The div element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1892.html#the-div-element http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1891&r2=1.1892&f=h http://html5.org/tools/web-apps-tracker?from=2721&to=2722 =================================================================== 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:11:42 UTC