[html5] r2932 - [e] (0) Not sure how I missed these 'prose content' bits, but that term was rena [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Mar 30 20:48:47 PDT 2009
Author: ianh
Date: 2009-03-30 20:48:46 -0700 (Mon, 30 Mar 2009)
New Revision: 2932
Modified:
index
source
Log:
[e] (0) Not sure how I missed these 'prose content' bits, but that term was renamed to 'flow content' long ago.
Modified: index
===================================================================
--- index 2009-03-31 03:46:26 UTC (rev 2931)
+++ index 2009-03-31 03:48:46 UTC (rev 2932)
@@ -49606,7 +49606,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
@@ -49620,15 +49620,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>
Modified: source
===================================================================
--- source 2009-03-31 03:46:26 UTC (rev 2931)
+++ source 2009-03-31 03:48:46 UTC (rev 2932)
@@ -57875,7 +57875,7 @@
<dt><dfn 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 <span>flow content</span> but not
<span>phrasing content</span>, does nothing.</dd>
<dd class="impl">
<p><strong>Action:</strong> The user agent must run the following
@@ -57890,15 +57890,15 @@
<li>
<p>If <var title="">value</var> is (now) an <span>ASCII
case-insensitive</span> match for the tag name of an element
- defined by this specification that is defined to be <span>prose
+ defined by this specification that is defined to be <span>flow
content</span> but not <span>phrasing content</span>, then, for
every position in the selection, take the furthest <span>flow
content</span> ancestor element of that position that contains
only <span>phrasing content</span>, and, if that element is
<span>editable</span>, and has a content model that allows it to
- contain <span>prose content</span> other than <span>phrasing
+ contain <span>flow content</span> other than <span>phrasing
content</span>, and has a parent element whose content model
- allows that parent to contain any <span>prose content</span>,
+ allows that parent to contain any <span>flow content</span>,
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>
More information about the Commit-Watchers
mailing list