Skip to content

Commit

Permalink
[e] (0) Clarify in what order the removals happen.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11689

git-svn-id: http://svn.whatwg.org/webapps@5845 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 8, 2011
1 parent 92854fc commit 74dca88
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions complete.html
Expand Up @@ -41208,7 +41208,7 @@ <h6 id=e-mail-state><span class=secno>4.10.7.1.5 </span><dfn title=attr-input-ty
<ol><li><p>Let <var title="">latest values</var> be a copy of the
element's <a href=#concept-fe-value title=concept-fe-value>value<em>s</em></a>.</li>

<!-- It's a copy because /values/ might include leading and
<!-- It's a copy because /values/ might include leading and<
trailing spaces that we don't necessarily want to remove from the
UI but that we do want to remove before serialising. -->

Expand Down Expand Up @@ -57505,14 +57505,14 @@ <h4 id=atom><span class=secno>5.5.3 </span>Atom</h4>

<li>

<p>Remove from the subtree rooted at <var title="">cloned
article</var> any <code><a href=#the-article-element>article</a></code> elements other than the
<var title="">cloned article</var> itself, any
<code><a href=#the-header-element>header</a></code>, <code><a href=#the-footer-element>footer</a></code>, or <code><a href=#the-nav-element>nav</a></code>
<p>Find in the subtree rooted at <var title="">cloned
article</var> all the <code><a href=#the-article-element>article</a></code> elements other than
the <var title="">cloned article</var> itself, all the
<code><a href=#the-header-element>header</a></code>, <code><a href=#the-footer-element>footer</a></code>, and <code><a href=#the-nav-element>nav</a></code>
elements whose nearest ancestor of <a href=#sectioning-content>sectioning
content</a> is the <var title="">cloned article</var>, and
the first element of <a href=#heading-content>heading content</a> whose nearest
ancestor of <a href=#sectioning-content>sectioning content</a> is the <var title="">cloned article</var>, if any.</p>
ancestor of <a href=#sectioning-content>sectioning content</a> is the <var title="">cloned article</var>, if any, and remove them all.</p>

</li>

Expand Down
12 changes: 6 additions & 6 deletions index
Expand Up @@ -41191,7 +41191,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<ol><li><p>Let <var title="">latest values</var> be a copy of the
element's <a href=#concept-fe-value title=concept-fe-value>value<em>s</em></a>.</li>

<!-- It's a copy because /values/ might include leading and
<!-- It's a copy because /values/ might include leading and<
trailing spaces that we don't necessarily want to remove from the
UI but that we do want to remove before serialising. -->

Expand Down Expand Up @@ -57488,14 +57488,14 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;

<li>

<p>Remove from the subtree rooted at <var title="">cloned
article</var> any <code><a href=#the-article-element>article</a></code> elements other than the
<var title="">cloned article</var> itself, any
<code><a href=#the-header-element>header</a></code>, <code><a href=#the-footer-element>footer</a></code>, or <code><a href=#the-nav-element>nav</a></code>
<p>Find in the subtree rooted at <var title="">cloned
article</var> all the <code><a href=#the-article-element>article</a></code> elements other than
the <var title="">cloned article</var> itself, all the
<code><a href=#the-header-element>header</a></code>, <code><a href=#the-footer-element>footer</a></code>, and <code><a href=#the-nav-element>nav</a></code>
elements whose nearest ancestor of <a href=#sectioning-content>sectioning
content</a> is the <var title="">cloned article</var>, and
the first element of <a href=#heading-content>heading content</a> whose nearest
ancestor of <a href=#sectioning-content>sectioning content</a> is the <var title="">cloned article</var>, if any.</p>
ancestor of <a href=#sectioning-content>sectioning content</a> is the <var title="">cloned article</var>, if any, and remove them all.</p>

</li>

Expand Down
12 changes: 6 additions & 6 deletions source
Expand Up @@ -45925,7 +45925,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
element's <span
title="concept-fe-value">value<em>s</em></span>.</p></li>

<!-- It's a copy because /values/ might include leading and
<!-- It's a copy because /values/ might include leading and<
trailing spaces that we don't necessarily want to remove from the
UI but that we do want to remove before serialising. -->

Expand Down Expand Up @@ -65291,15 +65291,15 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;

<li>

<p>Remove from the subtree rooted at <var title="">cloned
article</var> any <code>article</code> elements other than the
<var title="">cloned article</var> itself, any
<code>header</code>, <code>footer</code>, or <code>nav</code>
<p>Find in the subtree rooted at <var title="">cloned
article</var> all the <code>article</code> elements other than
the <var title="">cloned article</var> itself, all the
<code>header</code>, <code>footer</code>, and <code>nav</code>
elements whose nearest ancestor of <span>sectioning
content</span> is the <var title="">cloned article</var>, and
the first element of <span>heading content</span> whose nearest
ancestor of <span>sectioning content</span> is the <var
title="">cloned article</var>, if any.</p>
title="">cloned article</var>, if any, and remove them all.</p>

</li>

Expand Down

0 comments on commit 74dca88

Please sign in to comment.