- From: poot <cvsmail@w3.org>
- Date: Mon, 9 Mar 2009 22:44:47 +0900 (JST)
- To: public-html-diffs@w3.org
Divided elements into sections 3.5 Choosing HTML or XHTML http://people.w3.org/mike/diffs/html5/html-author/Overview.1.54.html#choosing-html-or-xhtml Attributes http://people.w3.org/mike/diffs/html5/html-author/Overview.1.54.html#attributes-94 DOM Interface http://people.w3.org/mike/diffs/html5/html-author/Overview.1.54.html#dom-interface-93 http://people.w3.org/mike/diffs/html5/html-author/Overview.diff.html http://dev.w3.org/cvsweb/html5/html-author/Overview.html?r1=1.53&r2=1.54&f=h =================================================================== RCS file: /sources/public/html5/html-author/Overview.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- Overview.html 7 Mar 2009 08:24:30 -0000 1.53 +++ Overview.html 9 Mar 2009 13:44:11 -0000 1.54 @@ -57,11 +57,11 @@ <!--begin-logo--><p><a href="http://www.w3.org/"><img alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></p><!--end-logo--> <h1>HTML 5 Reference</h1> <h2 class="no-num no-toc">A Web Developer’s Guide to HTML 5</h2> - <h2 class="no-num no-toc">W3C Editor’s Draft 7 March 2009</h2> + <h2 class="no-num no-toc">W3C Editor’s Draft 9 March 2009</h2> <dl> <dt>This version:</dt> - <dd><a href="">http://www.w3.org/TR/2009/ED-html5-author-20090307</a></dd> + <dd><a href="">http://www.w3.org/TR/2009/ED-html5-author-20090309</a></dd> <dt>Latest version:</dt> [...7810 lines suppressed...] + <th>Content Model:</th> + <td><ul><li><a href="#flow-content">Flow content</a>.</li></ul></td> + </tr> + </tbody></table> + + <div class="properties"> + <div class="attributes"> + <h6 class="no-num no-toc" id="attributes-94">Attributes</h6> + <ul><li><span>Global attributes</span></li></ul></div> + <div class="dom"> + <h6 class="no-num no-toc" id="dom-interface-93">DOM Interface</h6> + <ul><li>Uses <code>HTMLElement</code>.</li></ul></div> </div> </div> + </div> +</section> + </section> </section> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html-author/Overview.src.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- Overview.src.html 7 Mar 2009 08:24:30 -0000 1.54 +++ Overview.src.html 9 Mar 2009 13:44:11 -0000 1.55 @@ -911,53 +911,56 @@ within the summary box, in addition to fuller descriptions and examples afterwards.</p> - <!-- The html Element --> - <div class=element> - <h2>The <dfn><code>html</code></dfn> element</h2> - <div class=summary> - <p class=desc>The <code>html</code> element represents the root of an HTML document.</p> +<!-- The Root Element --> +<section> + <h1>The Root Element</h1> [...7569 lines suppressed...] + <th>Content Model:</th> + <td><ul><li><span>Flow content</span>.</li></ul></td> + </tr> + </tbody></table> + + <div class="properties"> + <div class="attributes"> + <h3 class="no-num no-toc">Attributes</h3> + <ul><li><span>Global attributes</span></li></ul></div> + <div class="dom"> + <h3 class="no-num no-toc">DOM Interface</h3> + <ul><li>Uses <code>HTMLElement</code>.</li></ul></div> </div> </div> + </div> +</section> + </section> </section>
Received on Monday, 9 March 2009 13:45:24 UTC