1
0
mirror of synced 2024-11-26 14:56:07 +03:00

Fix indention, consistently declare anchor-nav relevant IDs for <h1> (instead of <section>).

This commit is contained in:
Florian Kissling 2015-05-08 03:41:52 +02:00
parent dc679f7cbd
commit 922d54615f
5 changed files with 1160 additions and 1161 deletions

View File

@ -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>

View File

@ -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>&lt;input type="text" /&gt;</code> Compatibility with <code>&lt;input type="text" /&gt;</code>

View File

@ -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>

View File

@ -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>