Skip to content

Commit

Permalink
[giow] (0) Atom conversion: fix the way to get the blog heading to ac…
Browse files Browse the repository at this point in the history
…tually work.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11684

git-svn-id: http://svn.whatwg.org/webapps@5842 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 7, 2011
1 parent d973a21 commit 725bfe3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -57255,9 +57255,10 @@ <h4 id=atom><span class=secno>5.5.3 </span>Atom</h4>
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>

Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -57238,9 +57238,10 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;
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>

Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -64993,9 +64993,10 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;
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>

Expand Down

0 comments on commit 725bfe3

Please sign in to comment.