Skip to content

Commit

Permalink
[e] (0) Not sure how I missed these 'prose content' bits, but that te…
Browse files Browse the repository at this point in the history
…rm was renamed to 'flow content' long ago.

git-svn-id: http://svn.whatwg.org/webapps@2932 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 31, 2009
1 parent 539458c commit 061dac3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions index
Expand Up @@ -49606,7 +49606,7 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<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
Expand All @@ -49620,15 +49620,15 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<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>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -57875,7 +57875,7 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<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
Expand All @@ -57890,15 +57890,15 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
<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>
Expand Down

0 comments on commit 061dac3

Please sign in to comment.