- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 10:42:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv25095 Modified Files: Overview.html Log Message: 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) Index: Overview.html =================================================================== 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:42:40 UTC