hixie: Copy attributes for formatBlock. (whatwg r3746)

hixie: Copy attributes for formatBlock. (whatwg r3746)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2918&r2=1.2919&f=h
http://html5.org/tools/web-apps-tracker?from=3745&to=3746

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2918
retrieving revision 1.2919
diff -u -d -r1.2918 -r1.2919
--- Overview.html 4 Sep 2009 00:06:48 -0000 1.2918
+++ Overview.html 4 Sep 2009 00:08:53 -0000 1.2919
@@ -52574,6 +52574,7 @@
       has a parent element whose content model allows that parent to
       contain any <a href="#flow-content">flow content</a>, replace it with an
       element in the HTML namespace whose name is <var title="">value</var>, and move all the children that were in it
+      to the new element, and copy all the attributes that were on it
       to the new element.</p>
       <p>If there is no selection, then, where in the description
       above refers to the selection, the user agent must act as if the

Received on Friday, 4 September 2009 00:09:46 UTC