- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Mar 2009 15:56:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author/utils In directory hutz:/tmp/cvs-serv25747/utils Added Files: elements.html Log Message: Element summaries --- NEW FILE: elements.html --- <!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:56:54 UTC