Skip to content

Commit

Permalink
[e] (0) Oops, ranks are higher/lower, not greater/lesser
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16531
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7402 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 25, 2012
1 parent 5ebb4f4 commit 9f40693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -19518,7 +19518,7 @@ <h5 id=outlines><span class=secno>4.4.11.1 </span>Creating an outline</h5>
let the element being entered be the heading for the <var title="">current section</var>.</p>

<p>Otherwise, if the element being entered has a
<a href=#rank>rank</a> equal to or greater than the heading of the
<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
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
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -19518,7 +19518,7 @@ Space is not the only void</pre>
let the element being entered be the heading for the <var title="">current section</var>.</p>

<p>Otherwise, if the element being entered has a
<a href=#rank>rank</a> equal to or greater than the heading of the
<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
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
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -20911,7 +20911,7 @@ Space is not the only void</pre>
title="">current section</var>.</p>

<p>Otherwise, if the element being entered has a
<span>rank</span> equal to or greater than the heading of the
<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
section of the <span>outline</span> of the <var title="">current
Expand Down

0 comments on commit 9f40693

Please sign in to comment.