[html5] r7671 - [e] (0) Try renaming 'outlinee' to 'outline target' to see if it makes more sens [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 30 12:35:12 PST 2013


Author: ianh
Date: 2013-01-30 12:35:11 -0800 (Wed, 30 Jan 2013)
New Revision: 7671

Modified:
   complete.html
   index
   source
Log:
[e] (0) Try renaming 'outlinee' to 'outline target' to see if it makes more sense to people.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18777
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-01-30 19:45:57 UTC (rev 7670)
+++ complete.html	2013-01-30 20:35:11 UTC (rev 7671)
@@ -18217,7 +18217,7 @@
   <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
@@ -18270,22 +18270,22 @@
 
      <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>
@@ -18300,11 +18300,11 @@
       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
@@ -18325,11 +18325,11 @@
        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>
@@ -18349,7 +18349,7 @@
 
      <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
@@ -18374,10 +18374,10 @@
 
       <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
@@ -18397,7 +18397,7 @@
 
        <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>
 

Modified: index
===================================================================
--- index	2013-01-30 19:45:57 UTC (rev 7670)
+++ index	2013-01-30 20:35:11 UTC (rev 7671)
@@ -18217,7 +18217,7 @@
   <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
@@ -18270,22 +18270,22 @@
 
      <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>
@@ -18300,11 +18300,11 @@
       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
@@ -18325,11 +18325,11 @@
        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>
@@ -18349,7 +18349,7 @@
 
      <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
@@ -18374,10 +18374,10 @@
 
       <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
@@ -18397,7 +18397,7 @@
 
        <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>
 

Modified: source
===================================================================
--- source	2013-01-30 19:45:57 UTC (rev 7670)
+++ source	2013-01-30 20:35:11 UTC (rev 7671)
@@ -19207,7 +19207,7 @@
 
   <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
@@ -19265,26 +19265,26 @@
 
      <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>
 
@@ -19301,11 +19301,11 @@
       <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
@@ -19329,11 +19329,11 @@
        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
@@ -19356,7 +19356,7 @@
 
      <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
@@ -19383,11 +19383,11 @@
       <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
@@ -19415,7 +19415,7 @@
        <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>




More information about the Commit-Watchers mailing list