Skip to content
This repository was archived by the owner on Jul 30, 2019. It is now read-only.
This repository was archived by the owner on Jul 30, 2019. It is now read-only.

headings and sections examples are inconsistent #802

Closed
@chaals

Description

@chaals

Hi, as far as I can tell, Examples 24 and 25 and the text around them in the headings and sections section 4.3.9 are inconsistent.

Stripped down, 24 and the normative text before and after it it says you get

<body>
  <h1>level 1 in sectioning root</h1>
  <section>
    <h2>level 2 in explicit section</h2>
      <h3>level 3 in implied section</h3>
  </section>
  <section>
    <h3>level **2** in explicit section</h3>
  </section>
</body>

Whereas example 25 suggests that isn't so.

I haven't run them through the algorithm itself yet, but unless I missed something one or other of these examples should be updated whether or not we touch the algorithm - proposed by #794

updated fixed the missing / in the last section tag in the second-last line.
updated linked to the relevant section

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions