- From: poot <cvsmail@w3.org>
- Date: Tue, 10 Mar 2009 00:58:24 +0900 (JST)
- To: public-html-diffs@w3.org
Element summaries http://people.w3.org/mike/diffs/html5/html-author/utils/elements.1.1.html http://dev.w3.org/html5/html-author/utils/elements.html http://people.w3.org/mike/diffs/html5/html-author/utils/elements.diff.html http://dev.w3.org/cvsweb/html5/html-author/utils/elements.html?r1=NONE&r2=1.1&f=h <!DOCTYPE html> <title>The Elements</title> <!-- 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> <dl class="html-tags"> <dt>Start tag:</dt> <dd>optional</dd> <dt>End tag:</dt> <dd>optional</dd> </dl> <table class="kinds-of-content"> <tbody><tr> <th>Categories:</th> <td><ul><li>None.</li></ul></td> </tr> <tr> [...4056 lines suppressed...] <th>Contained By:</th> <td><ul><li>Where <span>flow content</span> is expected.</li></ul></td> </tr> <tr> <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>
Received on Monday, 9 March 2009 15:59:01 UTC