- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 31 Mar 2009 03:48:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10578
Modified Files:
Overview.html
Log Message:
Not sure how I missed these 'prose content' bits, but that term was renamed to 'flow content' long ago. (whatwg r2932)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2096
retrieving revision 1.2097
diff -u -d -r1.2096 -r1.2097
--- Overview.html 31 Mar 2009 03:46:32 -0000 1.2096
+++ Overview.html 31 Mar 2009 03:48:51 -0000 1.2097
@@ -44336,7 +44336,7 @@
<dt><dfn id=command-formatblock title=command-formatBlock><code>formatBlock</code></dfn></dt>
<dd><strong>Summary:</strong> Wraps the selection in the element
given by the second argument. If the second argument doesn't
- specify an element that is <span>prose content</span> but not
+ specify an element that is <a href=#flow-content-0>flow content</a> but not
<a href=#phrasing-content-0>phrasing content</a>, does nothing.</dd>
<dd class=impl>
<p><strong>Action:</strong> The user agent must run the following
@@ -44350,15 +44350,15 @@
<li>
<p>If <var title="">value</var> is (now) an <a href=#ascii-case-insensitive>ASCII
case-insensitive</a> match for the tag name of an element
- defined by this specification that is defined to be <span>prose
- content</span> but not <a href=#phrasing-content-0>phrasing content</a>, then, for
+ defined by this specification that is defined to be <a href=#flow-content-0>flow
+ content</a> but not <a href=#phrasing-content-0>phrasing content</a>, then, for
every position in the selection, take the furthest <a href=#flow-content-0>flow
content</a> ancestor element of that position that contains
only <a href=#phrasing-content-0>phrasing content</a>, and, if that element is
<a href=#editable>editable</a>, and has a content model that allows it to
- contain <span>prose content</span> other than <a href=#phrasing-content-0>phrasing
+ contain <a href=#flow-content-0>flow content</a> other than <a href=#phrasing-content-0>phrasing
content</a>, and has a parent element whose content model
- allows that parent to contain any <span>prose content</span>,
+ allows that parent to contain any <a href=#flow-content-0>flow content</a>,
replace the element with one in the HTML namespace whose name is
<var title="">value</var>, and move all the children that were
in the element to the new element.</p>
Received on Tuesday, 31 March 2009 03:49:03 UTC