[html5] r3962 - [t] (2) Update the outline algorithm to generate implicit headings, and to creat [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 22 03:49:16 PDT 2009


Author: ianh
Date: 2009-09-22 03:49:15 -0700 (Tue, 22 Sep 2009)
New Revision: 3962

Modified:
   index
   source
Log:
[t] (2) Update the outline algorithm to generate implicit headings, and to create a new section for headings that come after subsections that come before the first heading of their parent section.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7527

Modified: index
===================================================================
--- index	2009-09-22 10:19:16 UTC (rev 3961)
+++ index	2009-09-22 10:49:15 UTC (rev 3962)
@@ -14027,6 +14027,10 @@
 
      <dd>
 
+      <p>If <var title="">current outlinee</var> is not null, and the
+      <var title="">current section</var> has no heading, create an
+      implied heading and let that be the heading for the <var title="">current section</var>.</p>
+
       <p>If <var title="">current outlinee</var> is not null, push
       <var title="">current outlinee</var> onto the stack.</p>
 

Modified: source
===================================================================
--- source	2009-09-22 10:19:16 UTC (rev 3961)
+++ source	2009-09-22 10:49:15 UTC (rev 3962)
@@ -14891,6 +14891,11 @@
 
      <dd>
 
+      <p>If <var title="">current outlinee</var> is not null, and the
+      <var title="">current section</var> has no heading, create an
+      implied heading and let that be the heading for the <var
+      title="">current section</var>.</p>
+
       <p>If <var title="">current outlinee</var> is not null, push
       <var title="">current outlinee</var> onto the stack.</p>
 




More information about the Commit-Watchers mailing list