Skip to content

Commit

Permalink
Add heading-focused outlines and :heading
Browse files Browse the repository at this point in the history
This makes a number of fairly big changes:

* Introduces a heading and heading level concept.
* Replaces the outline algorithm with a document headings concept.
* Requires document headings to not skip heading levels and start
  with heading level 1.
* Introduces a :heading pseudo-class selector.
* Introduces a :heading(level) functional pseudo-class selector.
* Does away with the section concept (except insofar it's needed to
  influence the heading level of h1/hgroup).
* Does away with sectioning roots.

Tests: ...

Fixes #83.
  • Loading branch information
annevk committed Mar 14, 2019
1 parent e32a6f8 commit f13faa7
Showing 1 changed file with 153 additions and 775 deletions.
Loading

0 comments on commit f13faa7

Please sign in to comment.