[html5] r7402 - [e] (0) Oops, ranks are higher/lower, not greater/lesser Fixing https://www.w3.o [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 24 21:25:11 PDT 2012


Author: ianh
Date: 2012-09-24 21:25:10 -0700 (Mon, 24 Sep 2012)
New Revision: 7402

Modified:
   complete.html
   index
   source
Log:
[e] (0) Oops, ranks are higher/lower, not greater/lesser
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16531
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-25 03:54:40 UTC (rev 7401)
+++ complete.html	2012-09-25 04:25:10 UTC (rev 7402)
@@ -19518,7 +19518,7 @@
       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

Modified: index
===================================================================
--- index	2012-09-25 03:54:40 UTC (rev 7401)
+++ index	2012-09-25 04:25:10 UTC (rev 7402)
@@ -19518,7 +19518,7 @@
       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

Modified: source
===================================================================
--- source	2012-09-25 03:54:40 UTC (rev 7401)
+++ source	2012-09-25 04:25:10 UTC (rev 7402)
@@ -20911,7 +20911,7 @@
       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




More information about the Commit-Watchers mailing list