Open
Description
The problem with using specific heading levels ("<h4>
") is it couples components to their containing context.
On the other hand, using <h1>
everywhere and relying upon the outline algorithm makes an incorrect and contradictory assertion; every heading is of '1' level.
<h>
's level would be dynamic to the outline as composed.