1
0
mirror of synced 2025-02-16 20:13:16 +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">
<h1>Adapters</h1>
<h1 id="adapters">Adapters</h1>
</div>
<p>

View File

@ -1,6 +1,6 @@
<section id="compatibility">
<section>
<div class="page-header">
<h1>Backwards compatibility</h1>
<h1 id="compatibility">Backwards compatibility</h1>
</div>
<p>
@ -166,7 +166,6 @@
</dl>
</div>
</div>
</section>
<h2 id="input-fallback">
Compatibility with <code>&lt;input type="text" /&gt;</code>

View File

@ -1,6 +1,6 @@
<section id="dropdown">
<section>
<div class="page-header">
<h1>Dropdown</h1>
<h1 id="dropdown">Dropdown</h1>
</div>
<p>

View File

@ -1,5 +1,5 @@
<section id="events">
<div class="page-header">
<section>
<div id="events" class="page-header">
<h1>Events</h1>
</div>