- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Mar 2009 13:25:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author In directory hutz:/tmp/cvs-serv1369 Modified Files: Overview.html Overview.src.html Log Message: Added placeholder for Global Attributes Index: Overview.html =================================================================== RCS file: /sources/public/html5/html-author/Overview.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- Overview.html 6 Mar 2009 12:46:17 -0000 1.46 +++ Overview.html 6 Mar 2009 13:25:20 -0000 1.47 @@ -161,106 +161,107 @@ <li><a href=#embedded-content><span class=secno>4.1.7 </span>Embedded content</a></li> <li><a href=#interactive-content><span class=secno>4.1.8 </span>Interactive content</a></li> <li><a href=#transparent-content-models><span class=secno>4.1.9 </span>Transparent Content Models</a></li></ol></li> - <li><a href=#the-elements><span class=secno>4.2 </span>The Elements</a> + <li><a href=#global-attributes><span class=secno>4.2 </span>Global Attributes</a></li> + <li><a href=#the-elements><span class=secno>4.3 </span>The Elements</a> <ol class=toc> - <li><a href=#the-html-element><span class=secno>4.2.1 </span>The <code>html</code> element</a></li> - <li><a href=#the-head-element><span class=secno>4.2.2 </span>The <code>head</code> element</a></li> - <li><a href=#the-title-element><span class=secno>4.2.3 </span>The <code>title</code> element</a></li> - <li><a href=#the-base-element><span class=secno>4.2.4 </span>The <code>base</code> element</a></li> [...1043 lines suppressed...] <p class=desc>The <code><a href=#the-menu-element>menu</a></code> element represents a list of commands.</p> @@ -4842,7 +4848,7 @@ </div> </div> </div><div class=element> - <h4 id=the-legend-element><span class=secno>4.2.94 </span>The <dfn><code>legend</code></dfn> element</h4> + <h4 id=the-legend-element><span class=secno>4.3.94 </span>The <dfn><code>legend</code></dfn> element</h4> <div class=summary> <p class=desc>The <code><a href=#the-legend-element>legend</a></code> element represents a title or explanatory caption for the rest of the contents of the <code><a href=#the-legend-element>legend</a></code> element's parent element.</p> @@ -4880,7 +4886,7 @@ </div> </div> </div><div class=element> - <h4 id=the-div-element><span class=secno>4.2.95 </span>The <dfn><code>div</code></dfn> element</h4> + <h4 id=the-div-element><span class=secno>4.3.95 </span>The <dfn><code>div</code></dfn> element</h4> <div class=summary> <p class=desc>The <code><a href=#the-div-element>div</a></code> element represents nothing at all. It can be used with the <code title=attr-class>class</code>, <code title=attr-lang>lang</code>/<code title=attr-xml-lang>xml:lang</code>, and <code title=attr-title>title</code> attributes to mark up semantics common to a group of consecutive elements.</p> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html-author/Overview.src.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- Overview.src.html 6 Mar 2009 12:46:22 -0000 1.47 +++ Overview.src.html 6 Mar 2009 13:25:21 -0000 1.48 @@ -875,6 +875,11 @@ <span>flow content</span>. </section> + <section> + <h1>Global Attributes</h1> + <p class="XXX">To be completed.</p> + </section> + <!-- The Elements --> <section> <h1>The Elements</h1>
Received on Friday, 6 March 2009 13:25:33 UTC