Fix indention, consistently declare anchor-nav relevant IDs for <h1> (instead of <section>).
This commit is contained in:
parent
dc679f7cbd
commit
922d54615f
@ -1,6 +1,6 @@
|
|||||||
<section id="adapters">
|
<section>
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Adapters</h1>
|
<h1 id="adapters">Adapters</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<section id="compatibility">
|
<section>
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Backwards compatibility</h1>
|
<h1 id="compatibility">Backwards compatibility</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -166,7 +166,6 @@
|
|||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
|
||||||
|
|
||||||
<h2 id="input-fallback">
|
<h2 id="input-fallback">
|
||||||
Compatibility with <code><input type="text" /></code>
|
Compatibility with <code><input type="text" /></code>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<section id="dropdown">
|
<section>
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Dropdown</h1>
|
<h1 id="dropdown">Dropdown</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<section id="events">
|
<section>
|
||||||
<div class="page-header">
|
<div id="events" class="page-header">
|
||||||
<h1>Events</h1>
|
<h1>Events</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user