Skip to content

Commit

Permalink
Fix h1-6 levels to match section nesting / ToC
Browse files Browse the repository at this point in the history
Discovered as part of #1462.

It doesn't matter in ReSpec because the <section> nesting level is used,
but Bikeshed does not use the HTML outline algorithm:
https://tabatkins.github.io/bikeshed/#table-of-contents
  • Loading branch information
foolip authored and AutomatedTester committed Jun 2, 2020
1 parent df1d9bd commit cebfd28
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ <h3>Errors</h3>
</section> <!-- /Errors -->

<section>
<h2>Extensions</h2>
<h3>Extensions</h3>

<p>Using the terminology defined in this section, others may define additional
commands that seamlessly integrate with the standard protocol. This allows
Expand Down Expand Up @@ -3498,7 +3498,7 @@ <h3><dfn>Switch To Parent Frame</dfn></h3>
</section> <!-- /Switch To Parent Frame -->

<section>
<h2>Resizing and positioning windows</h2>
<h3>Resizing and positioning windows</h3>

<p>WebDriver provides <a>commands</a>
for interacting with the operating system window
Expand Down Expand Up @@ -3618,7 +3618,7 @@ <h2>Resizing and positioning windows</h2>
or until the operation times out.

<section>
<h3><dfn>Get Window Rect</dfn></h3>
<h4><dfn>Get Window Rect</dfn></h4>

<table class="simple jsoncommand">
<tr>
Expand Down Expand Up @@ -3652,7 +3652,7 @@ <h3><dfn>Get Window Rect</dfn></h3>
</section> <!-- /Get Window Rect -->

<section>
<h3><dfn>Set Window Rect</dfn></h3>
<h4><dfn>Set Window Rect</dfn></h4>

<table class="simple jsoncommand">
<tr>
Expand Down Expand Up @@ -3778,7 +3778,7 @@ <h3><dfn>Set Window Rect</dfn></h3>
</section> <!-- /Set Window Rect -->

<section>
<h3><dfn>Maximize Window</dfn></h3>
<h4><dfn>Maximize Window</dfn></h4>

<table class="simple jsoncommand">
<tr>
Expand Down Expand Up @@ -3825,7 +3825,7 @@ <h3><dfn>Maximize Window</dfn></h3>
</section> <!-- /Maximize Window -->

<section>
<h3><dfn>Minimize Window</dfn></h3>
<h4><dfn>Minimize Window</dfn></h4>

<table class="simple jsoncommand">
<tr>
Expand Down Expand Up @@ -3868,7 +3868,7 @@ <h3><dfn>Minimize Window</dfn></h3>
</section> <!-- /Minimize Window -->

<section>
<h3><dfn>Fullscreen Window</dfn></h3>
<h4><dfn>Fullscreen Window</dfn></h4>

<table class="simple jsoncommand">
<tr>
Expand Down Expand Up @@ -6261,7 +6261,7 @@ <h3>Executing Script</h3>
and is therefore not subject to the document CSP <a>directives</a>.

<section>
<h3><dfn>Execute Script</dfn></h3>
<h4><dfn>Execute Script</dfn></h4>

<table class="simple jsoncommand">
<tr>
Expand Down Expand Up @@ -6317,7 +6317,7 @@ <h3><dfn>Execute Script</dfn></h3>
</section> <!-- /Execute Script -->

<section>
<h3><dfn>Execute Async Script</dfn></h3>
<h4><dfn>Execute Async Script</dfn></h4>

<table class="simple jsoncommand">
<tr>
Expand Down Expand Up @@ -6868,7 +6868,7 @@ <h2><dfn>Actions</dfn></h2>
</aside> <!-- /example -->

<section>
<h2>Input sources</h2>
<h3>Input sources</h3>

<p class=note>
The objects and properties defined in this section are spec-internal constructs
Expand All @@ -6886,7 +6886,7 @@ <h2>Input sources</h2>


<section>
<h3 id=input-sources>Sources</h3>
<h4 id=input-sources>Sources</h4>

<p>A <dfn>null input source</dfn> is an <a>input source</a> that is
not associated with a specific physical device. A <a>null input source</a>
Expand Down Expand Up @@ -6974,7 +6974,7 @@ <h3 id=input-sources>Sources</h3>


<section>
<h3 id=input-source-state>State</h3>
<h4 id=input-source-state>State</h4>

<p>
<dfn>Input source state</dfn> is used as a generic term to
Expand Down Expand Up @@ -7182,7 +7182,7 @@ <h3>Ticks</h3>


<section>
<h2>Processing actions</h2>
<h3>Processing actions</h3>

<p>The algorithm for <a data-lt="extract an action sequence">
extracting an action sequence from a request</a> takes the
Expand Down Expand Up @@ -7627,7 +7627,7 @@ <h2>Processing actions</h2>


<section>
<h2>Dispatching actions</h2>
<h3>Dispatching actions</h3>

<p>The algorithm to <a>dispatch actions</a> takes a list of actions
grouped by <a>tick</a>, and then causes each action to be run at the
Expand Down Expand Up @@ -7753,7 +7753,7 @@ <h2>Dispatching actions</h2>


<section>
<h2>General actions</h2>
<h4>General actions</h4>

<p>When required to <dfn>dispatch a pause action</dfn> with
arguments <var>source id</var>, <var>action object</var>,
Expand All @@ -7767,7 +7767,7 @@ <h2>General actions</h2>


<section>
<h2>Keyboard actions</h2>
<h4>Keyboard actions</h4>

<p>The <dfn>normalised key value</dfn> for a raw key <var>key</var>
is, if <var>key</var> appears in the table below, the string value in
Expand Down Expand Up @@ -8208,7 +8208,7 @@ <h2>Keyboard actions</h2>


<section>
<h2>Pointer actions</h2>
<h4>Pointer actions</h4>

<p>When required to <dfn>dispatch a pointerDown action</dfn> with
arguments <var>source id</var>, <var>action object</var>,
Expand Down Expand Up @@ -8513,7 +8513,7 @@ <h2>Pointer actions</h2>


<section>
<h2><dfn>Perform Actions</dfn></h2>
<h3><dfn>Perform Actions</dfn></h3>

<table class="simple jsoncommand">
<tr>
Expand Down Expand Up @@ -8550,7 +8550,7 @@ <h2><dfn>Perform Actions</dfn></h2>


<section>
<h2><dfn>Release Actions</dfn></h2>
<h3><dfn>Release Actions</dfn></h3>

<table class="simple jsoncommand">
<tr>
Expand Down

0 comments on commit cebfd28

Please sign in to comment.