[html5] r8499 - [e] (0) Try to clarify that outlines are owned by elements. Fixing https://www.w [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 21 13:09:40 PST 2014


Author: ianh
Date: 2014-02-21 13:09:39 -0800 (Fri, 21 Feb 2014)
New Revision: 8499

Modified:
   complete.html
   index
   source
Log:
[e] (0) Try to clarify that outlines are owned by elements.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24100
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-02-21 18:50:16 UTC (rev 8498)
+++ complete.html	2014-02-21 21:09:39 UTC (rev 8499)
@@ -15384,7 +15384,11 @@
   </div>
 
   <p>The <dfn id=outline>outline</dfn> for a <a href=#sectioning-content>sectioning content</a> element or a <a href=#sectioning-root>sectioning
-  root</a> element consists of a list of one or more potentially nested <a href=#concept-section title=concept-section>sections</a>. A <dfn id=concept-section title=concept-section>section</dfn> is a
+  root</a> element consists of a list of one or more potentially nested <a href=#concept-section title=concept-section>sections</a>. The element for which an <a href=#outline>outline</a> is created
+  is said to be <dfn id="the-outline's-owner">the outline's owner</dfn>.</p>
+
+<!--CLEANUP-->
+  <p>A <dfn id=concept-section title=concept-section>section</dfn> is a
   container that corresponds to some nodes in the original DOM tree. Each section can have one
   heading associated with it, and can contain any number of further nested sections. <span class=impl>The algorithm for the outline also associates each node in the DOM tree with a
   particular section and potentially a heading.</span> (The sections in the outline aren't

Modified: index
===================================================================
--- index	2014-02-21 18:50:16 UTC (rev 8498)
+++ index	2014-02-21 21:09:39 UTC (rev 8499)
@@ -15384,7 +15384,11 @@
   </div>
 
   <p>The <dfn id=outline>outline</dfn> for a <a href=#sectioning-content>sectioning content</a> element or a <a href=#sectioning-root>sectioning
-  root</a> element consists of a list of one or more potentially nested <a href=#concept-section title=concept-section>sections</a>. A <dfn id=concept-section title=concept-section>section</dfn> is a
+  root</a> element consists of a list of one or more potentially nested <a href=#concept-section title=concept-section>sections</a>. The element for which an <a href=#outline>outline</a> is created
+  is said to be <dfn id="the-outline's-owner">the outline's owner</dfn>.</p>
+
+<!--CLEANUP-->
+  <p>A <dfn id=concept-section title=concept-section>section</dfn> is a
   container that corresponds to some nodes in the original DOM tree. Each section can have one
   heading associated with it, and can contain any number of further nested sections. <span class=impl>The algorithm for the outline also associates each node in the DOM tree with a
   particular section and potentially a heading.</span> (The sections in the outline aren't

Modified: source
===================================================================
--- source	2014-02-21 18:50:16 UTC (rev 8498)
+++ source	2014-02-21 21:09:39 UTC (rev 8499)
@@ -15958,7 +15958,11 @@
 
   <p>The <dfn>outline</dfn> for a <span>sectioning content</span> element or a <span>sectioning
   root</span> element consists of a list of one or more potentially nested <span
-  data-x="concept-section">sections</span>. A <dfn data-x="concept-section">section</dfn> is a
+  data-x="concept-section">sections</span>. The element for which an <span>outline</span> is created
+  is said to be <dfn>the outline's owner</dfn>.</p>
+
+<!--CLEANUP-->
+  <p>A <dfn data-x="concept-section">section</dfn> is a
   container that corresponds to some nodes in the original DOM tree. Each section can have one
   heading associated with it, and can contain any number of further nested sections. <span
   class="impl">The algorithm for the outline also associates each node in the DOM tree with a




More information about the Commit-Watchers mailing list