From cebfd28bf95e6f73993f8553d0e7c5ee03858fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Tue, 2 Jun 2020 11:05:09 +0200 Subject: [PATCH] Fix h1-6 levels to match section nesting / ToC Discovered as part of https://github.com/w3c/webdriver/issues/1462. It doesn't matter in ReSpec because the
nesting level is used, but Bikeshed does not use the HTML outline algorithm: https://tabatkins.github.io/bikeshed/#table-of-contents --- index.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index f658dec7a..c8f9a2776 100644 --- a/index.html +++ b/index.html @@ -1308,7 +1308,7 @@

Errors

-

Extensions

+

Extensions

Using the terminology defined in this section, others may define additional commands that seamlessly integrate with the standard protocol. This allows @@ -3498,7 +3498,7 @@

Switch To Parent Frame

-

Resizing and positioning windows

+

Resizing and positioning windows

WebDriver provides commands for interacting with the operating system window @@ -3618,7 +3618,7 @@

Resizing and positioning windows

or until the operation times out.
-

Get Window Rect

+

Get Window Rect

@@ -3652,7 +3652,7 @@

Get Window Rect

-

Set Window Rect

+

Set Window Rect

@@ -3778,7 +3778,7 @@

Set Window Rect

-

Maximize Window

+

Maximize Window

@@ -3825,7 +3825,7 @@

Maximize Window

-

Minimize Window

+

Minimize Window

@@ -3868,7 +3868,7 @@

Minimize Window

-

Fullscreen Window

+

Fullscreen Window

@@ -6261,7 +6261,7 @@

Executing Script

and is therefore not subject to the document CSP directives.
-

Execute Script

+

Execute Script

@@ -6317,7 +6317,7 @@

Execute Script

-

Execute Async Script

+

Execute Async Script

@@ -6868,7 +6868,7 @@

Actions

-

Input sources

+

Input sources

The objects and properties defined in this section are spec-internal constructs @@ -6886,7 +6886,7 @@

Input sources

-

Sources

+

Sources

A null input source is an input source that is not associated with a specific physical device. A null input source @@ -6974,7 +6974,7 @@

Sources

-

State

+

State

Input source state is used as a generic term to @@ -7182,7 +7182,7 @@

Ticks

-

Processing actions

+

Processing actions

The algorithm for extracting an action sequence from a request takes the @@ -7627,7 +7627,7 @@

Processing actions

-

Dispatching actions

+

Dispatching actions

The algorithm to dispatch actions takes a list of actions grouped by tick, and then causes each action to be run at the @@ -7753,7 +7753,7 @@

Dispatching actions

-

General actions

+

General actions

When required to dispatch a pause action with arguments source id, action object, @@ -7767,7 +7767,7 @@

General actions

-

Keyboard actions

+

Keyboard actions

The normalised key value for a raw key key is, if key appears in the table below, the string value in @@ -8208,7 +8208,7 @@

Keyboard actions

-

Pointer actions

+

Pointer actions

When required to dispatch a pointerDown action with arguments source id, action object, @@ -8513,7 +8513,7 @@

Pointer actions

-

Perform Actions

+

Perform Actions

@@ -8550,7 +8550,7 @@

Perform Actions

-

Release Actions

+

Release Actions