Skip to content

Commit

Permalink
[e] (0) Try renaming 'outlinee' to 'outline target' to see if it make…
Browse files Browse the repository at this point in the history
…s more sense to people.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18777
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7671 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 30, 2013
1 parent 08a85c6 commit fed6b01
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
34 changes: 17 additions & 17 deletions complete.html
Expand Up @@ -18217,7 +18217,7 @@ <h5 id=outlines><span class=secno>4.4.11.1 </span>Creating an outline</h5>
<a href=#sectioning-root>sectioning root</a> element to determine that element's
<a href=#outline>outline</a> is as follows:</p>

<ol><li><p>Let <var title="">current outlinee</var> be null. (It holds
<ol><li><p>Let <var title="">current outline target</var> be null. (It holds
the element whose <a href=#outline>outline</a> is being created.)</li>

<li><p>Let <var title="">current section</var> be null. (It holds a
Expand Down Expand Up @@ -18270,22 +18270,22 @@ <h5 id=outlines><span class=secno>4.4.11.1 </span>Creating an outline</h5>

<dd>

<p>If <var title="">current outlinee</var> is not null, and the
<p>If <var title="">current outline target</var> is not null, and the
<var title="">current section</var> has no heading, create an
implied heading and let that be the heading for the <var title="">current section</var>.</p>

<p>If <var title="">current outlinee</var> is not null, push
<var title="">current outlinee</var> onto the stack.</p>
<p>If <var title="">current outline target</var> is not null, push
<var title="">current outline target</var> onto the stack.</p>

<p>Let <var title="">current outlinee</var> be the element
<p>Let <var title="">current outline target</var> be the element
that is being entered.</p>

<p>Let <var title="">current section</var> be a newly created
<a href=#concept-section title=concept-section>section</a> for the <var title="">current outlinee</var> element.</p>
<a href=#concept-section title=concept-section>section</a> for the <var title="">current outline target</var> element.</p>

<p>Associate <var title="">current outlinee</var> with <var title="">current section</var>.</p>
<p>Associate <var title="">current outline target</var> with <var title="">current section</var>.</p>

<p>Let there be a new <a href=#outline>outline</a> for the new <var title="">current outlinee</var>, initialized with just the new
<p>Let there be a new <a href=#outline>outline</a> for the new <var title="">current outline target</var>, initialized with just the new
<var title="">current section</var> as the only <a href=#concept-section title=concept-section>section</a> in the outline.</p>

</dd>
Expand All @@ -18300,11 +18300,11 @@ <h5 id=outlines><span class=secno>4.4.11.1 </span>Creating an outline</h5>
create an implied heading and let that be the heading for the
<var title="">current section</var>.</p>

<p>Pop the top element from the stack, and let the <var title="">current outlinee</var> be that element.</p>
<p>Pop the top element from the stack, and let the <var title="">current outline target</var> be that element.</p>

<p>Let <var title="">current section</var> be the last section
in the <a href=#outline>outline</a> of the <var title="">current
outlinee</var> element.</p>
outline target</var> element.</p>

<p>Append the <a href=#outline>outline</a> of the <a href=#sectioning-content>sectioning
content</a> element being exited to the <var title="">current
Expand All @@ -18325,11 +18325,11 @@ <h5 id=outlines><span class=secno>4.4.11.1 </span>Creating an outline</h5>
heading, create an implied heading and let that be the heading
for the <var title="">current section</var>.</li>

<li><p>Pop the top element from the stack, and let the <var title="">current outlinee</var> be that element.</li>
<li><p>Pop the top element from the stack, and let the <var title="">current outline target</var> be that element.</li>

<li><p>Let <var title="">current section</var> be the last
section in the <a href=#outline>outline</a> of the <var title="">current
outlinee</var> element.</li>
outline target</var> element.</li>

<li><p><i>Finding the deepest child</i>: If <var title="">current section</var> has no child sections, stop
these steps.</li>
Expand All @@ -18349,7 +18349,7 @@ <h5 id=outlines><span class=secno>4.4.11.1 </span>Creating an outline</h5>

<dd>

<p class=note>The <var title="">current outlinee</var> is the
<p class=note>The <var title="">current outline target</var> is the
element being exited, and it is the <a href=#sectioning-content>sectioning
content</a> element or a <a href=#sectioning-root>sectioning root</a> element
at the root of the subtree for which an outline is being
Expand All @@ -18374,10 +18374,10 @@ <h5 id=outlines><span class=secno>4.4.11.1 </span>Creating an outline</h5>

<p>Otherwise, if the element being entered has a
<a href=#rank>rank</a> equal to or higher than the heading of the
last section of the <a href=#outline>outline</a> of the <var title="">current outlinee</var>, or if the heading of the last
last section of the <a href=#outline>outline</a> of the <var title="">current outline target</var>, or if the heading of the last
section of the <a href=#outline>outline</a> of the <var title="">current
outlinee</var> is an implied heading, then create a new <a href=#concept-section title=concept-section>section</a> and append it to the
<a href=#outline>outline</a> of the <var title="">current outlinee</var>
outline target</var> is an implied heading, then create a new <a href=#concept-section title=concept-section>section</a> and append it to the
<a href=#outline>outline</a> of the <var title="">current outline target</var>
element, so that this new section is the new last section of
that outline. Let <var title="">current section</var> be that
new section. Let the element being entered be the new heading
Expand All @@ -18397,7 +18397,7 @@ <h5 id=outlines><span class=secno>4.4.11.1 </span>Creating an outline</h5>

<li><p>Let <var title="">new candidate section</var> be the
<a href=#concept-section title=concept-section>section</a> that contains <var title="">candidate section</var> in the <a href=#outline>outline</a> of
<var title="">current outlinee</var>.</li>
<var title="">current outline target</var>.</li>

<li><p>Let <var title="">candidate section</var> be <var title="">new candidate section</var>.</li>

Expand Down
34 changes: 17 additions & 17 deletions index
Expand Up @@ -18217,7 +18217,7 @@ Space is not the only void</pre>
<a href=#sectioning-root>sectioning root</a> element to determine that element's
<a href=#outline>outline</a> is as follows:</p>

<ol><li><p>Let <var title="">current outlinee</var> be null. (It holds
<ol><li><p>Let <var title="">current outline target</var> be null. (It holds
the element whose <a href=#outline>outline</a> is being created.)</li>

<li><p>Let <var title="">current section</var> be null. (It holds a
Expand Down Expand Up @@ -18270,22 +18270,22 @@ Space is not the only void</pre>

<dd>

<p>If <var title="">current outlinee</var> is not null, and the
<p>If <var title="">current outline target</var> is not null, and the
<var title="">current section</var> has no heading, create an
implied heading and let that be the heading for the <var title="">current section</var>.</p>

<p>If <var title="">current outlinee</var> is not null, push
<var title="">current outlinee</var> onto the stack.</p>
<p>If <var title="">current outline target</var> is not null, push
<var title="">current outline target</var> onto the stack.</p>

<p>Let <var title="">current outlinee</var> be the element
<p>Let <var title="">current outline target</var> be the element
that is being entered.</p>

<p>Let <var title="">current section</var> be a newly created
<a href=#concept-section title=concept-section>section</a> for the <var title="">current outlinee</var> element.</p>
<a href=#concept-section title=concept-section>section</a> for the <var title="">current outline target</var> element.</p>

<p>Associate <var title="">current outlinee</var> with <var title="">current section</var>.</p>
<p>Associate <var title="">current outline target</var> with <var title="">current section</var>.</p>

<p>Let there be a new <a href=#outline>outline</a> for the new <var title="">current outlinee</var>, initialized with just the new
<p>Let there be a new <a href=#outline>outline</a> for the new <var title="">current outline target</var>, initialized with just the new
<var title="">current section</var> as the only <a href=#concept-section title=concept-section>section</a> in the outline.</p>

</dd>
Expand All @@ -18300,11 +18300,11 @@ Space is not the only void</pre>
create an implied heading and let that be the heading for the
<var title="">current section</var>.</p>

<p>Pop the top element from the stack, and let the <var title="">current outlinee</var> be that element.</p>
<p>Pop the top element from the stack, and let the <var title="">current outline target</var> be that element.</p>

<p>Let <var title="">current section</var> be the last section
in the <a href=#outline>outline</a> of the <var title="">current
outlinee</var> element.</p>
outline target</var> element.</p>

<p>Append the <a href=#outline>outline</a> of the <a href=#sectioning-content>sectioning
content</a> element being exited to the <var title="">current
Expand All @@ -18325,11 +18325,11 @@ Space is not the only void</pre>
heading, create an implied heading and let that be the heading
for the <var title="">current section</var>.</li>

<li><p>Pop the top element from the stack, and let the <var title="">current outlinee</var> be that element.</li>
<li><p>Pop the top element from the stack, and let the <var title="">current outline target</var> be that element.</li>

<li><p>Let <var title="">current section</var> be the last
section in the <a href=#outline>outline</a> of the <var title="">current
outlinee</var> element.</li>
outline target</var> element.</li>

<li><p><i>Finding the deepest child</i>: If <var title="">current section</var> has no child sections, stop
these steps.</li>
Expand All @@ -18349,7 +18349,7 @@ Space is not the only void</pre>

<dd>

<p class=note>The <var title="">current outlinee</var> is the
<p class=note>The <var title="">current outline target</var> is the
element being exited, and it is the <a href=#sectioning-content>sectioning
content</a> element or a <a href=#sectioning-root>sectioning root</a> element
at the root of the subtree for which an outline is being
Expand All @@ -18374,10 +18374,10 @@ Space is not the only void</pre>

<p>Otherwise, if the element being entered has a
<a href=#rank>rank</a> equal to or higher than the heading of the
last section of the <a href=#outline>outline</a> of the <var title="">current outlinee</var>, or if the heading of the last
last section of the <a href=#outline>outline</a> of the <var title="">current outline target</var>, or if the heading of the last
section of the <a href=#outline>outline</a> of the <var title="">current
outlinee</var> is an implied heading, then create a new <a href=#concept-section title=concept-section>section</a> and append it to the
<a href=#outline>outline</a> of the <var title="">current outlinee</var>
outline target</var> is an implied heading, then create a new <a href=#concept-section title=concept-section>section</a> and append it to the
<a href=#outline>outline</a> of the <var title="">current outline target</var>
element, so that this new section is the new last section of
that outline. Let <var title="">current section</var> be that
new section. Let the element being entered be the new heading
Expand All @@ -18397,7 +18397,7 @@ Space is not the only void</pre>

<li><p>Let <var title="">new candidate section</var> be the
<a href=#concept-section title=concept-section>section</a> that contains <var title="">candidate section</var> in the <a href=#outline>outline</a> of
<var title="">current outlinee</var>.</li>
<var title="">current outline target</var>.</li>

<li><p>Let <var title="">candidate section</var> be <var title="">new candidate section</var>.</li>

Expand Down
34 changes: 17 additions & 17 deletions source
Expand Up @@ -19207,7 +19207,7 @@ Space is not the only void</pre>

<ol>

<li><p>Let <var title="">current outlinee</var> be null. (It holds
<li><p>Let <var title="">current outline target</var> be null. (It holds
the element whose <span>outline</span> is being created.)</p></li>

<li><p>Let <var title="">current section</var> be null. (It holds a
Expand Down Expand Up @@ -19265,26 +19265,26 @@ Space is not the only void</pre>

<dd>

<p>If <var title="">current outlinee</var> is not null, and the
<p>If <var title="">current outline target</var> is not null, and the
<var title="">current section</var> has no heading, create an
implied heading and let that be the heading for the <var
title="">current section</var>.</p>

<p>If <var title="">current outlinee</var> is not null, push
<var title="">current outlinee</var> onto the stack.</p>
<p>If <var title="">current outline target</var> is not null, push
<var title="">current outline target</var> onto the stack.</p>

<p>Let <var title="">current outlinee</var> be the element
<p>Let <var title="">current outline target</var> be the element
that is being entered.</p>

<p>Let <var title="">current section</var> be a newly created
<span title="concept-section">section</span> for the <var
title="">current outlinee</var> element.</p>
title="">current outline target</var> element.</p>

<p>Associate <var title="">current outlinee</var> with <var
<p>Associate <var title="">current outline target</var> with <var
title="">current section</var>.</p>

<p>Let there be a new <span>outline</span> for the new <var
title="">current outlinee</var>, initialized with just the new
title="">current outline target</var>, initialized with just the new
<var title="">current section</var> as the only <span
title="concept-section">section</span> in the outline.</p>

Expand All @@ -19301,11 +19301,11 @@ Space is not the only void</pre>
<var title="">current section</var>.</p>

<p>Pop the top element from the stack, and let the <var
title="">current outlinee</var> be that element.</p>
title="">current outline target</var> be that element.</p>

<p>Let <var title="">current section</var> be the last section
in the <span>outline</span> of the <var title="">current
outlinee</var> element.</p>
outline target</var> element.</p>

<p>Append the <span>outline</span> of the <span>sectioning
content</span> element being exited to the <var title="">current
Expand All @@ -19329,11 +19329,11 @@ Space is not the only void</pre>
for the <var title="">current section</var>.</p></li>

<li><p>Pop the top element from the stack, and let the <var
title="">current outlinee</var> be that element.</p></li>
title="">current outline target</var> be that element.</p></li>

<li><p>Let <var title="">current section</var> be the last
section in the <span>outline</span> of the <var title="">current
outlinee</var> element.</p></li>
outline target</var> element.</p></li>

<li><p><i>Finding the deepest child</i>: If <var
title="">current section</var> has no child sections, stop
Expand All @@ -19356,7 +19356,7 @@ Space is not the only void</pre>

<dd>

<p class="note">The <var title="">current outlinee</var> is the
<p class="note">The <var title="">current outline target</var> is the
element being exited, and it is the <span>sectioning
content</span> element or a <span>sectioning root</span> element
at the root of the subtree for which an outline is being
Expand All @@ -19383,11 +19383,11 @@ Space is not the only void</pre>
<p>Otherwise, if the element being entered has a
<span>rank</span> equal to or higher than the heading of the
last section of the <span>outline</span> of the <var
title="">current outlinee</var>, or if the heading of the last
title="">current outline target</var>, or if the heading of the last
section of the <span>outline</span> of the <var title="">current
outlinee</var> is an implied heading, then create a new <span
outline target</var> is an implied heading, then create a new <span
title="concept-section">section</span> and append it to the
<span>outline</span> of the <var title="">current outlinee</var>
<span>outline</span> of the <var title="">current outline target</var>
element, so that this new section is the new last section of
that outline. Let <var title="">current section</var> be that
new section. Let the element being entered be the new heading
Expand Down Expand Up @@ -19415,7 +19415,7 @@ Space is not the only void</pre>
<li><p>Let <var title="">new candidate section</var> be the
<span title="concept-section">section</span> that contains <var
title="">candidate section</var> in the <span>outline</span> of
<var title="">current outlinee</var>.</p></li>
<var title="">current outline target</var>.</p></li>

<li><p>Let <var title="">candidate section</var> be <var
title="">new candidate section</var>.</p></li>
Expand Down

0 comments on commit fed6b01

Please sign in to comment.