- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 04 Sep 2009 00:08:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27964
Modified Files:
Overview.html
Log Message:
Copy attributes for formatBlock. (whatwg r3746)
Index: Overview.html
===================================================================
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:05 UTC