- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Apr 2011 12:18:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv4318 Added Files: tree-construction.html Log Message: new --- NEW FILE: tree-construction.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> <html lang="en-US-x-Hixie" class="split chapter"><head><title>8.2.5 Tree construction — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } h4 { margin: 2.5em 0 0.75em 0; } h5, h6 { margin: 2.5em 0 1em; } h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; } h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; } p { margin: 1em 0; } hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; } dl, dd { margin-top: 0; margin-bottom: 0; } dt { margin-top: 0.75em; margin-bottom: 0.25em; clear: left; } dt + dt { margin-top: 0; } dd dt { margin-top: 0.25em; margin-bottom: 0; } dd p { margin-top: 0; } dd dl + p { margin-top: 1em; } dd table + p { margin-top: 1em; } [...3959 lines suppressed...] <a href="infrastructure.html#converted-to-ascii-lowercase">converted to ASCII lowercase</a>, is the same as the tag name of the token, pop elements from the <a href="parsing.html#stack-of-open-elements">stack of open elements</a> until <var title="">node</var> has been popped from the stack, and then jump to the last step of this list of steps.</p></li> <li><p>Set <var title="">node</var> to the previous entry in the <a href="parsing.html#stack-of-open-elements">stack of open elements</a>.</p></li> <li><p>If <var title="">node</var> is not an element in the <a href="namespaces.html#html-namespace-0">HTML namespace</a>, return to the step labeled <i>loop</i>.</p></li> <li><p>Otherwise, process the token according to the rules given in the section corresponding to the current <a href="parsing.html#insertion-mode">insertion mode</a> in HTML content.</p></li> </ol></dd> </dl></div></body></html>
Received on Wednesday, 20 April 2011 12:18:47 UTC