[html5] r5842 - [giow] (0) Atom conversion: fix the way to get the blog heading to actually work [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 7 15:32:41 PST 2011


Author: ianh
Date: 2011-02-07 15:32:40 -0800 (Mon, 07 Feb 2011)
New Revision: 5842

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Atom conversion: fix the way to get the blog heading to actually work.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11684

Modified: complete.html
===================================================================
--- complete.html	2011-02-07 23:08:06 UTC (rev 5841)
+++ complete.html	2011-02-07 23:32:40 UTC (rev 5842)
@@ -57255,9 +57255,10 @@
    list.</li>
 
    <li><p>Let <var title="">heading</var> be the first element of
-   <a href=#heading-content>heading content</a> whose nearest ancestor of
-   <a href=#sectioning-content>sectioning content</a> is <a href=#the-body-element>the body
-   element</a>, if any, or null if there is none.</li>
+   <a href=#heading-content>heading content</a> whose nearest ancestor element that is
+   a <a href=#sectioning-root>sectioning root</a> or that is <a href=#sectioning-content>sectioning
+   content</a> is <a href=#the-body-element>the body element</a>, if any, or null if
+   there is none.</li>
 
    <li>
 

Modified: index
===================================================================
--- index	2011-02-07 23:08:06 UTC (rev 5841)
+++ index	2011-02-07 23:32:40 UTC (rev 5842)
@@ -57238,9 +57238,10 @@
    list.</li>
 
    <li><p>Let <var title="">heading</var> be the first element of
-   <a href=#heading-content>heading content</a> whose nearest ancestor of
-   <a href=#sectioning-content>sectioning content</a> is <a href=#the-body-element>the body
-   element</a>, if any, or null if there is none.</li>
+   <a href=#heading-content>heading content</a> whose nearest ancestor element that is
+   a <a href=#sectioning-root>sectioning root</a> or that is <a href=#sectioning-content>sectioning
+   content</a> is <a href=#the-body-element>the body element</a>, if any, or null if
+   there is none.</li>
 
    <li>
 

Modified: source
===================================================================
--- source	2011-02-07 23:08:06 UTC (rev 5841)
+++ source	2011-02-07 23:32:40 UTC (rev 5842)
@@ -64993,9 +64993,10 @@
    list.</p></li>
 
    <li><p>Let <var title="">heading</var> be the first element of
-   <span>heading content</span> whose nearest ancestor of
-   <span>sectioning content</span> is <span>the body
-   element</span>, if any, or null if there is none.</p></li>
+   <span>heading content</span> whose nearest ancestor element that is
+   a <span>sectioning root</span> or that is <span>sectioning
+   content</span> is <span>the body element</span>, if any, or null if
+   there is none.</p></li>
 
    <li>
 




More information about the Commit-Watchers mailing list