- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 23:31:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv21442 Modified Files: Overview.html Log Message: Attempt to simplify the AAA a bit and make it less dependent on the DOM state. Please send feedback if this breaks anything. (It is expected that this will increase the number of DOM nodes in certain cases.) (whatwg r2794) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1964 retrieving revision 1.1965 diff -u -d -r1.1964 -r1.1965 --- Overview.html 11 Feb 2009 21:12:34 -0000 1.1964 +++ Overview.html 11 Feb 2009 23:31:49 -0000 1.1965 @@ -41998,10 +41998,6 @@ immediately above the <var title="">formatting element</var> in the <a href=#stack-of-open-elements>stack of open elements</a>.</li> - <li><p>If the <var title="">furthest block</var> has a parent node, - then remove the <var title="">furthest block</var> from its parent - node.</li> - <li><p>Let a bookmark note the position of the <var title="">formatting element</var> in the <a href=#list-of-active-formatting-elements>list of active formatting elements</a> relative to the elements on either side of it in the list.</li> @@ -42026,7 +42022,7 @@ bookmark to be immediately after the <var title="">node</var> in the <a href=#list-of-active-formatting-elements>list of active formatting elements</a>.</li> - <li>If <var title="">node</var> has any children, perform a shallow + <li>Perform a shallow clone of <var title="">node</var>, replace the entry for <var title="">node</var> in the <a href=#list-of-active-formatting-elements>list of active formatting elements</a> with an entry for the clone, replace the @@ -42049,7 +42045,8 @@ <code><a href=#the-table-element>table</a></code>, <code><a href=#the-tbody-element>tbody</a></code>, <code><a href=#the-tfoot-element>tfoot</a></code>, <code><a href=#the-thead-element>thead</a></code>, or <code><a href=#the-tr-element>tr</a></code> element, then, <a href=#foster-parent>foster parent</a> whatever <var title="">last - node</var> ended up being in the previous step.</p> + node</var> ended up being in the previous step, first removing + it from its previous parent node if any.</p> <p>Otherwise, append whatever <var title="">last node</var> ended up being in the previous step to the <var title="">common
Received on Wednesday, 11 February 2009 23:32:00 UTC