Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[t] (2) Update the outline algorithm to generate implicit headings, a…
…nd 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 git-svn-id: http://svn.whatwg.org/webapps@3962 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
|
||
<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> | ||
|
|
||
<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> | ||
|