Skip to content

Headers should be inside of a section #159

@MinThaMie

Description

@MinThaMie

@jenweber tried to fix this problem in #36, but with the redesign-branch merged a lot changed. So this should be started from scratch.

Before

<h2 id="some-title">Some title</h2>
<section aria-labelledby="some-title">
  <p>Ember is doing better at accessibility</p>
<section>

After

<section aria-labelledby="some-title">
  <h2 id="some-title">Some title</h2>
  <p>Ember is doing better at accessibility</p>
<section>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions