hixie: 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. (whatwg r3962)

hixie: 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. (whatwg r3962)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3123&r2=1.3124&f=h
http://html5.org/tools/web-apps-tracker?from=3961&to=3962

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3123
retrieving revision 1.3124
diff -u -d -r1.3123 -r1.3124
--- Overview.html 22 Sep 2009 10:12:21 -0000 1.3123
+++ Overview.html 22 Sep 2009 10:42:20 -0000 1.3124
@@ -12398,6 +12398,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>

Received on Tuesday, 22 September 2009 10:43:23 UTC