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>
|
||||||
@ -206,4 +206,4 @@ DataAdapter.query = function (params, callback) {
|
|||||||
<code title="select2/results">ResultsAdapter</code>
|
<code title="select2/results">ResultsAdapter</code>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
|
@ -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>
|
||||||
@ -198,4 +197,4 @@
|
|||||||
<code title="select2/compat/inputData">InputData</code>
|
<code title="select2/compat/inputData">InputData</code>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<section>
|
<section>
|
||||||
<h1 id="core-options" class="page-header">Core options</h1>
|
<h1 id="core-options" class="page-header">Core options</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -787,4 +787,4 @@ matcher: function (params, data) {
|
|||||||
<a href="#compat-matcher">compatibility modules</a> has been created to
|
<a href="#compat-matcher">compatibility modules</a> has been created to
|
||||||
make it easier.
|
make it easier.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
@ -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>
|
||||||
@ -305,4 +305,4 @@
|
|||||||
result is selected. The dropdown will also never close if the
|
result is selected. The dropdown will also never close if the
|
||||||
<kbd>ctrl</kbd> key is held down when the result is selected.
|
<kbd>ctrl</kbd> key is held down when the result is selected.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
@ -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>
|
||||||
|
|
||||||
@ -47,4 +47,4 @@
|
|||||||
You can find more information on the public events triggered by individual
|
You can find more information on the public events triggered by individual
|
||||||
adapters in <a href="#adapters">the individual adapter documentation</a>.
|
adapters in <a href="#adapters">the individual adapter documentation</a>.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user