diff --git a/ed/algorithms/at-driver.json b/ed/algorithms/at-driver.json index bca4398f83d8..693a0a72aa10 100644 --- a/ed/algorithms/at-driver.json +++ b/ed/algorithms/at-driver.json @@ -7,7 +7,7 @@ { "name": "try", "href": "https://w3c.github.io/at-driver/#try", - "html": "When calling a fallible algorithm, the construct \"Let result be the result of trying to call algorithm\" is equivalent to:", + "html": "When calling a fallible algorithm, the construct \"Let result be the result of trying to call algorithm\" is equivalent to:", "rationale": "let", "steps": [ { @@ -21,7 +21,7 @@ { "name": "process capabilities", "href": "https://w3c.github.io/at-driver/#process-capabilities", - "html": "To process capabilities with argument parameters, the remote end must:", + "html": "To process capabilities with argument parameters, the remote end must:", "rationale": ".algorithm", "steps": [ { @@ -50,7 +50,7 @@ { "name": "match capabilities", "href": "https://w3c.github.io/at-driver/#match-capabilities", - "html": "To match capabilities given requested capabilities, the remote end must:", + "html": "To match capabilities given requested capabilities, the remote end must:", "rationale": ".algorithm", "steps": [ { @@ -82,7 +82,7 @@ { "name": "check that keyboard interaction can be simulated", "href": "https://w3c.github.io/at-driver/#check-that-keyboard-interaction-can-be-simulated", - "html": "To check that keyboard interaction can be simulated:", + "html": "To check that keyboard interaction can be simulated:", "rationale": "if", "steps": [ { @@ -96,7 +96,7 @@ { "name": "check that one of the expected applications has focus", "href": "https://w3c.github.io/at-driver/#check-that-one-of-the-expected-applications-has-focus", - "html": "To check that one of the expected applications has focus:", + "html": "To check that one of the expected applications has focus:", "rationale": "if", "steps": [ { @@ -110,7 +110,7 @@ { "name": "should be withheld", "href": "https://w3c.github.io/at-driver/#should-be-withheld", - "html": "To determine whether a string text should be withheld:", + "html": "To determine whether a string text should be withheld:", "rationale": "if", "steps": [ { @@ -145,7 +145,7 @@ { "name": "start listening for a WebSocket connection", "href": "https://w3c.github.io/at-driver/#start-listening-for-a-websocket-connection", - "html": "To start listening for a WebSocket connection:", + "html": "To start listening for a WebSocket connection:", "rationale": "let", "steps": [ { @@ -162,7 +162,7 @@ { "name": "handle an incoming message", "href": "https://w3c.github.io/at-driver/#handle-an-incoming-message", - "html": "To handle an incoming message given a WebSocket connection connection, type type and data data:", + "html": "To handle an incoming message given a WebSocket connection connection, type type and data data:", "rationale": ".algorithm", "steps": [ { @@ -187,7 +187,7 @@ "html": "

Let parsed be the result of parsing JSON into Infra values given data. If this throws an exception, then send an error response given connection, null, and invalid argument, and finally return.

" }, { - "html": "Match parsed against the remote end definition. If this results in a match:", + "html": "Match parsed against the remote end definition. If this results in a match:", "rationale": "let", "steps": [ { @@ -258,7 +258,7 @@ ] }, { - "html": "

Let response be a new map matching the CommandResponse production in the local end definition with the id field set to command id and the value field set to value.

" + "html": "

Let response be a new map matching the CommandResponse production in the local end definition with the id field set to command id and the value field set to value.

" }, { "html": "

Let serialized be the result of serialize an infra value to JSON bytes given response.

" @@ -296,7 +296,7 @@ { "name": "emit an event", "href": "https://w3c.github.io/at-driver/#emit-an-event", - "html": "To emit an event given session, and body:", + "html": "To emit an event given session, and body:", "rationale": ".algorithm", "steps": [ { @@ -319,11 +319,11 @@ { "name": "send an error response", "href": "https://w3c.github.io/at-driver/#send-an-error-response", - "html": "To send an error response given a WebSocket connection connection, command id, and error code:", + "html": "To send an error response given a WebSocket connection connection, command id, and error code:", "rationale": ".algorithm", "steps": [ { - "html": "

Let error data be a new map matching the ErrorResponse production in the local end definition, with the id field set to command id, the error field set to error code, the message field set to an implementation-defined string containing a human-readable definition of the error that occurred and the stacktrace field optionally set to an implementation-defined string containing a stack trace report of the active stack frames at the time when the error occurred.

" + "html": "

Let error data be a new map matching the ErrorResponse production in the local end definition, with the id field set to command id, the error field set to error code, the message field set to an implementation-defined string containing a human-readable definition of the error that occurred and the stacktrace field optionally set to an implementation-defined string containing a stack trace report of the active stack frames at the time when the error occurred.

" }, { "html": "

Let response be the result of serialize an infra value to JSON bytes given error data.

" @@ -336,7 +336,7 @@ { "name": "handle a connection closing", "href": "https://w3c.github.io/at-driver/#handle-a-connection-closing", - "html": "To handle a connection closing given a WebSocket connection connection:", + "html": "To handle a connection closing given a WebSocket connection connection:", "rationale": ".algorithm", "steps": [ { @@ -417,7 +417,7 @@ { "name": "validate setting name", "href": "https://w3c.github.io/at-driver/#validate-setting-name", - "html": "To validate setting name given string name:", + "html": "To validate setting name given string name:", "rationale": ".algorithm", "steps": [ { @@ -446,7 +446,7 @@ { "name": "get settings", "href": "https://w3c.github.io/at-driver/#get-settings", - "html": "To get settings given a list of strings names:", + "html": "To get settings given a list of strings names:", "rationale": ".algorithm", "steps": [ { @@ -469,7 +469,7 @@ "html": "

Let value be the value of the setting named name.

" }, { - "html": "

Let item be a new map matching the SettingsGetSettingsResultItem production in the local end definition with the name field set to name and the value field set to value.

" + "html": "

Let item be a new map matching the SettingsGetSettingsResultItem production in the local end definition with the name field set to name and the value field set to value.

" }, { "html": "

Append item to items.

" @@ -487,7 +487,7 @@ { "name": "modify setting", "href": "https://w3c.github.io/at-driver/#modify-setting", - "html": "To modify setting given string name and value:", + "html": "To modify setting given string name and value:", "rationale": ".algorithm", "steps": [ { diff --git a/ed/cddl/at-driver-all.cddl b/ed/cddl/at-driver-all.cddl index b91f86faeeb6..55578715a3f8 100644 --- a/ed/cddl/at-driver-all.cddl +++ b/ed/cddl/at-driver-all.cddl @@ -3,10 +3,6 @@ ; (https://github.com/w3c/webref) ; Source: AT Driver (https://w3c.github.io/at-driver/) -Extensible = { - *text => any -} - Command = { id: uint, CommandData, @@ -21,10 +17,6 @@ CommandData = ( EmptyParams = { Extensible } -Extensible = { - *text => any -} - Message = ( CommandResponse // ErrorResponse // @@ -62,6 +54,10 @@ EventData = ( InteractionEvent ) +Extensible = { + *text => any +} + SessionCommand = (SessionNewCommand) SessionResult = (SessionNewResult) diff --git a/ed/cddl/at-driver-local.cddl b/ed/cddl/at-driver-local.cddl index a23a76abfd91..b9b7bc0c9523 100644 --- a/ed/cddl/at-driver-local.cddl +++ b/ed/cddl/at-driver-local.cddl @@ -3,10 +3,6 @@ ; (https://github.com/w3c/webref) ; Source: AT Driver (https://w3c.github.io/at-driver/) -Extensible = { - *text => any -} - Message = ( CommandResponse // ErrorResponse // @@ -44,6 +40,10 @@ EventData = ( InteractionEvent ) +Extensible = { + *text => any +} + SessionResult = (SessionNewResult) CapabilitiesRequest = { diff --git a/ed/cddl/at-driver-remote.cddl b/ed/cddl/at-driver-remote.cddl index 18f8826c7d6d..f60c5211e764 100644 --- a/ed/cddl/at-driver-remote.cddl +++ b/ed/cddl/at-driver-remote.cddl @@ -3,10 +3,6 @@ ; (https://github.com/w3c/webref) ; Source: AT Driver (https://w3c.github.io/at-driver/) -Extensible = { - *text => any -} - Command = { id: uint, CommandData, @@ -21,6 +17,10 @@ CommandData = ( EmptyParams = { Extensible } +Extensible = { + *text => any +} + SessionCommand = (SessionNewCommand) CapabilitiesRequest = { diff --git a/ed/dfns/at-driver.json b/ed/dfns/at-driver.json index a5a073126e6c..cfc0e0e84e4d 100644 --- a/ed/dfns/at-driver.json +++ b/ed/dfns/at-driver.json @@ -35,9 +35,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "infra", + "href": "https://w3c.github.io/at-driver/#infra", + "title": "Infrastructure", + "number": "3" }, "definedIn": "prose" }, @@ -53,9 +54,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "infra", + "href": "https://w3c.github.io/at-driver/#infra", + "title": "Infrastructure", + "number": "3" }, "definedIn": "prose" }, @@ -71,9 +73,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "infra", + "href": "https://w3c.github.io/at-driver/#infra", + "title": "Infrastructure", + "number": "3" }, "definedIn": "prose" }, @@ -90,9 +93,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "infra", + "href": "https://w3c.github.io/at-driver/#infra", + "title": "Infrastructure", + "number": "3" }, "definedIn": "prose" }, @@ -127,9 +131,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "nodes", + "href": "https://w3c.github.io/at-driver/#nodes", + "title": "Nodes", + "number": "4" }, "definedIn": "dt" }, @@ -164,9 +169,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol", + "href": "https://w3c.github.io/at-driver/#protocol", + "title": "Protocol", + "number": "5" }, "definedIn": "prose" }, @@ -302,9 +308,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-capabilities", + "href": "https://w3c.github.io/at-driver/#protocol-capabilities", + "title": "Capabilities", + "number": "5.2" }, "definedIn": "prose" }, @@ -320,9 +327,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-capabilities", + "href": "https://w3c.github.io/at-driver/#protocol-capabilities", + "title": "Capabilities", + "number": "5.2" }, "definedIn": "prose" }, @@ -359,9 +367,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-session", + "href": "https://w3c.github.io/at-driver/#protocol-session", + "title": "Session", + "number": "5.3" }, "definedIn": "prose" }, @@ -379,9 +388,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-session", + "href": "https://w3c.github.io/at-driver/#protocol-session", + "title": "Session", + "number": "5.3" }, "definedIn": "prose" }, @@ -416,9 +426,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-modules", + "href": "https://w3c.github.io/at-driver/#protocol-modules", + "title": "Modules", + "number": "5.4" }, "definedIn": "prose" }, @@ -434,9 +445,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-modules", + "href": "https://w3c.github.io/at-driver/#protocol-modules", + "title": "Modules", + "number": "5.4" }, "definedIn": "prose" }, @@ -471,9 +483,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-commands", + "href": "https://w3c.github.io/at-driver/#protocol-commands", + "title": "Commands", + "number": "5.5" }, "definedIn": "prose" }, @@ -489,9 +502,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-commands", + "href": "https://w3c.github.io/at-driver/#protocol-commands", + "title": "Commands", + "number": "5.5" }, "definedIn": "prose" }, @@ -507,9 +521,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-commands", + "href": "https://w3c.github.io/at-driver/#protocol-commands", + "title": "Commands", + "number": "5.5" }, "definedIn": "prose" }, @@ -525,9 +540,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-commands", + "href": "https://w3c.github.io/at-driver/#protocol-commands", + "title": "Commands", + "number": "5.5" }, "definedIn": "prose" }, @@ -543,9 +559,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-commands", + "href": "https://w3c.github.io/at-driver/#protocol-commands", + "title": "Commands", + "number": "5.5" }, "definedIn": "prose" }, @@ -561,9 +578,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-commands", + "href": "https://w3c.github.io/at-driver/#protocol-commands", + "title": "Commands", + "number": "5.5" }, "definedIn": "prose" }, @@ -579,9 +597,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-commands", + "href": "https://w3c.github.io/at-driver/#protocol-commands", + "title": "Commands", + "number": "5.5" }, "definedIn": "prose" }, @@ -616,9 +635,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-events", + "href": "https://w3c.github.io/at-driver/#protocol-events", + "title": "Events", + "number": "5.6" }, "definedIn": "prose" }, @@ -634,9 +654,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-events", + "href": "https://w3c.github.io/at-driver/#protocol-events", + "title": "Events", + "number": "5.6" }, "definedIn": "prose" }, @@ -652,9 +673,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-events", + "href": "https://w3c.github.io/at-driver/#protocol-events", + "title": "Events", + "number": "5.6" }, "definedIn": "prose" }, @@ -670,9 +692,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-events", + "href": "https://w3c.github.io/at-driver/#protocol-events", + "title": "Events", + "number": "5.6" }, "definedIn": "prose" }, @@ -709,9 +732,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-errors", + "href": "https://w3c.github.io/at-driver/#protocol-errors", + "title": "Errors", + "number": "5.7" }, "definedIn": "table" }, @@ -729,9 +753,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-errors", + "href": "https://w3c.github.io/at-driver/#protocol-errors", + "title": "Errors", + "number": "5.7" }, "definedIn": "table" }, @@ -749,9 +774,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-errors", + "href": "https://w3c.github.io/at-driver/#protocol-errors", + "title": "Errors", + "number": "5.7" }, "definedIn": "table" }, @@ -769,9 +795,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-errors", + "href": "https://w3c.github.io/at-driver/#protocol-errors", + "title": "Errors", + "number": "5.7" }, "definedIn": "table" }, @@ -789,9 +816,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-errors", + "href": "https://w3c.github.io/at-driver/#protocol-errors", + "title": "Errors", + "number": "5.7" }, "definedIn": "table" }, @@ -809,9 +837,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "protocol-errors", + "href": "https://w3c.github.io/at-driver/#protocol-errors", + "title": "Errors", + "number": "5.7" }, "definedIn": "table" }, @@ -846,9 +875,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "security-checks", + "href": "https://w3c.github.io/at-driver/#security-checks", + "title": "Security checks", + "number": "5.8" }, "definedIn": "prose" }, @@ -864,9 +894,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "security-checks", + "href": "https://w3c.github.io/at-driver/#security-checks", + "title": "Security checks", + "number": "5.8" }, "definedIn": "prose" }, @@ -903,9 +934,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "transport", + "href": "https://w3c.github.io/at-driver/#transport", + "title": "Transport", + "number": "6" }, "definedIn": "prose" }, @@ -923,9 +955,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "transport", + "href": "https://w3c.github.io/at-driver/#transport", + "title": "Transport", + "number": "6" }, "definedIn": "prose" }, @@ -943,9 +976,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "transport", + "href": "https://w3c.github.io/at-driver/#transport", + "title": "Transport", + "number": "6" }, "definedIn": "prose" }, @@ -963,9 +997,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "transport", + "href": "https://w3c.github.io/at-driver/#transport", + "title": "Transport", + "number": "6" }, "definedIn": "prose" }, @@ -983,9 +1018,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "transport", + "href": "https://w3c.github.io/at-driver/#transport", + "title": "Transport", + "number": "6" }, "definedIn": "prose" }, @@ -1001,9 +1037,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "transport", + "href": "https://w3c.github.io/at-driver/#transport", + "title": "Transport", + "number": "6" }, "definedIn": "prose" }, @@ -1021,9 +1058,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "transport", + "href": "https://w3c.github.io/at-driver/#transport", + "title": "Transport", + "number": "6" }, "definedIn": "prose" }, @@ -1041,9 +1079,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "transport", + "href": "https://w3c.github.io/at-driver/#transport", + "title": "Transport", + "number": "6" }, "definedIn": "prose" }, @@ -1059,9 +1098,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "transport", + "href": "https://w3c.github.io/at-driver/#transport", + "title": "Transport", + "number": "6" }, "definedIn": "prose" }, @@ -1077,9 +1117,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "transport", + "href": "https://w3c.github.io/at-driver/#transport", + "title": "Transport", + "number": "6" }, "definedIn": "prose" }, @@ -1095,9 +1136,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "transport", + "href": "https://w3c.github.io/at-driver/#transport", + "title": "Transport", + "number": "6" }, "definedIn": "prose" }, @@ -1113,9 +1155,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "transport", + "href": "https://w3c.github.io/at-driver/#transport", + "title": "Transport", + "number": "6" }, "definedIn": "prose" }, @@ -1131,9 +1174,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "transport", + "href": "https://w3c.github.io/at-driver/#transport", + "title": "Transport", + "number": "6" }, "definedIn": "prose" }, @@ -1189,9 +1233,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "module-settings", + "href": "https://w3c.github.io/at-driver/#module-settings", + "title": "The settings Module", + "number": "7.2" }, "definedIn": "prose" }, @@ -1207,9 +1252,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "module-settings", + "href": "https://w3c.github.io/at-driver/#module-settings", + "title": "The settings Module", + "number": "7.2" }, "definedIn": "prose" }, @@ -1225,9 +1271,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/at-driver/#title", - "title": "AT Driver" + "id": "module-settings", + "href": "https://w3c.github.io/at-driver/#module-settings", + "title": "The settings Module", + "number": "7.2" }, "definedIn": "prose" }, diff --git a/ed/ids/at-driver.json b/ed/ids/at-driver.json index d53c58d20ae5..9c9f4ccf42c4 100644 --- a/ed/ids/at-driver.json +++ b/ed/ids/at-driver.json @@ -7,10 +7,12 @@ "https://w3c.github.io/at-driver/#toc-nav", "https://w3c.github.io/at-driver/#toc-jump", "https://w3c.github.io/at-driver/#toc-toggle", + "https://w3c.github.io/at-driver/#toc-theme-toggle", "https://w3c.github.io/at-driver/#title", "https://w3c.github.io/at-driver/#w3c-state", "https://w3c.github.io/at-driver/#abstract", "https://w3c.github.io/at-driver/#sotd", + "https://w3c.github.io/at-driver/#sotd_patent", "https://w3c.github.io/at-driver/#w3c_process_revision", "https://w3c.github.io/at-driver/#toc", "https://w3c.github.io/at-driver/#contents", @@ -22,63 +24,29 @@ "https://w3c.github.io/at-driver/#explainer-example", "https://w3c.github.io/at-driver/#infra", "https://w3c.github.io/at-driver/#uuid", - "https://w3c.github.io/at-driver/#infopanel-for-uuid", - "https://w3c.github.io/at-driver/#infopaneltitle-for-uuid", - "https://w3c.github.io/at-driver/#infopanel-for-uuid", - "https://w3c.github.io/at-driver/#infopaneltitle-for-uuid", "https://w3c.github.io/at-driver/#generating-a-uuid", - "https://w3c.github.io/at-driver/#infopanel-for-generating-a-uuid", - "https://w3c.github.io/at-driver/#infopaneltitle-for-generating-a-uuid", - "https://w3c.github.io/at-driver/#infopanel-for-generating-a-uuid", - "https://w3c.github.io/at-driver/#infopaneltitle-for-generating-a-uuid", "https://w3c.github.io/at-driver/#success", - "https://w3c.github.io/at-driver/#infopanel-for-success", - "https://w3c.github.io/at-driver/#infopaneltitle-for-success", - "https://w3c.github.io/at-driver/#infopanel-for-success", - "https://w3c.github.io/at-driver/#infopaneltitle-for-success", "https://w3c.github.io/at-driver/#error", - "https://w3c.github.io/at-driver/#infopanel-for-error", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error", - "https://w3c.github.io/at-driver/#infopanel-for-error", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error", "https://w3c.github.io/at-driver/#ref-for-success", "https://w3c.github.io/at-driver/#ref-for-error", "https://w3c.github.io/at-driver/#ref-for-error-code", "https://w3c.github.io/at-driver/#try", - "https://w3c.github.io/at-driver/#infopanel-for-try", - "https://w3c.github.io/at-driver/#infopaneltitle-for-try", - "https://w3c.github.io/at-driver/#infopanel-for-try", - "https://w3c.github.io/at-driver/#infopaneltitle-for-try", "https://w3c.github.io/at-driver/#ref-for-error%E2%91%A0", "https://w3c.github.io/at-driver/#nodes", "https://w3c.github.io/at-driver/#local-end", - "https://w3c.github.io/at-driver/#infopanel-for-local-end", - "https://w3c.github.io/at-driver/#infopaneltitle-for-local-end", - "https://w3c.github.io/at-driver/#infopanel-for-local-end", - "https://w3c.github.io/at-driver/#infopaneltitle-for-local-end", "https://w3c.github.io/at-driver/#remote-end", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end", "https://w3c.github.io/at-driver/#protocol", "https://w3c.github.io/at-driver/#remote-end-definition", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end-definition", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end-definition", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end-definition", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end-definition", "https://w3c.github.io/at-driver/#ref-for-local-end", "https://w3c.github.io/at-driver/#ref-for-remote-end", "https://w3c.github.io/at-driver/#local-end-definition", - "https://w3c.github.io/at-driver/#infopanel-for-local-end-definition", - "https://w3c.github.io/at-driver/#infopaneltitle-for-local-end-definition", - "https://w3c.github.io/at-driver/#infopanel-for-local-end-definition", - "https://w3c.github.io/at-driver/#infopaneltitle-for-local-end-definition", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-local-end%E2%91%A0", "https://w3c.github.io/at-driver/#protocol-definition", "https://w3c.github.io/at-driver/#ref-for-remote-end-definition", "https://w3c.github.io/at-driver/#ref-for-local-end-definition", + "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A0", + "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A0", "https://w3c.github.io/at-driver/#protocol-capabilities", "https://w3c.github.io/at-driver/#capabilities", "https://w3c.github.io/at-driver/#ref-for-local-end%E2%91%A1", @@ -96,25 +64,13 @@ "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A3", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A4", "https://w3c.github.io/at-driver/#extension-capabilities", - "https://w3c.github.io/at-driver/#infopanel-for-extension-capabilities", - "https://w3c.github.io/at-driver/#infopaneltitle-for-extension-capabilities", - "https://w3c.github.io/at-driver/#infopanel-for-extension-capabilities", - "https://w3c.github.io/at-driver/#infopaneltitle-for-extension-capabilities", "https://w3c.github.io/at-driver/#process-capabilities", - "https://w3c.github.io/at-driver/#infopanel-for-process-capabilities", - "https://w3c.github.io/at-driver/#infopaneltitle-for-process-capabilities", - "https://w3c.github.io/at-driver/#infopanel-for-process-capabilities", - "https://w3c.github.io/at-driver/#infopaneltitle-for-process-capabilities", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A5", "https://w3c.github.io/at-driver/#ref-for-map-exists", "https://w3c.github.io/at-driver/#ref-for-map-exists%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-ordered-map", "https://w3c.github.io/at-driver/#ref-for-match-capabilities", "https://w3c.github.io/at-driver/#match-capabilities", - "https://w3c.github.io/at-driver/#infopanel-for-match-capabilities", - "https://w3c.github.io/at-driver/#infopaneltitle-for-match-capabilities", - "https://w3c.github.io/at-driver/#infopanel-for-match-capabilities", - "https://w3c.github.io/at-driver/#infopaneltitle-for-match-capabilities", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A6", "https://w3c.github.io/at-driver/#ref-for-ordered-map%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-ascii-lowercase", @@ -134,60 +90,32 @@ "https://w3c.github.io/at-driver/#ref-for-success%E2%91%A3", "https://w3c.github.io/at-driver/#protocol-session", "https://w3c.github.io/at-driver/#session", - "https://w3c.github.io/at-driver/#infopanel-for-session", - "https://w3c.github.io/at-driver/#infopaneltitle-for-session", - "https://w3c.github.io/at-driver/#infopanel-for-session", - "https://w3c.github.io/at-driver/#infopaneltitle-for-session", "https://w3c.github.io/at-driver/#ref-for-local-end%E2%91%A2", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A7", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A8", "https://w3c.github.io/at-driver/#remote-end-active-sessions", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end-active-sessions", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end-active-sessions", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end-active-sessions", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end-active-sessions", "https://w3c.github.io/at-driver/#ref-for-session%E2%91%A3", "https://w3c.github.io/at-driver/#ref-for-remote-end-active-sessions", "https://w3c.github.io/at-driver/#ref-for-session%E2%91%A4", "https://w3c.github.io/at-driver/#session-session-id", - "https://w3c.github.io/at-driver/#infopanel-for-session-session-id", - "https://w3c.github.io/at-driver/#infopaneltitle-for-session-session-id", - "https://w3c.github.io/at-driver/#infopanel-for-session-session-id", - "https://w3c.github.io/at-driver/#infopaneltitle-for-session-session-id", "https://w3c.github.io/at-driver/#ref-for-uuid", "https://w3c.github.io/at-driver/#protocol-modules", "https://w3c.github.io/at-driver/#module", - "https://w3c.github.io/at-driver/#infopanel-for-module", - "https://w3c.github.io/at-driver/#infopaneltitle-for-module", - "https://w3c.github.io/at-driver/#infopanel-for-module", - "https://w3c.github.io/at-driver/#infopaneltitle-for-module", "https://w3c.github.io/at-driver/#ref-for-command", "https://w3c.github.io/at-driver/#ref-for-event", "https://w3c.github.io/at-driver/#module-name", - "https://w3c.github.io/at-driver/#infopanel-for-module-name", - "https://w3c.github.io/at-driver/#infopaneltitle-for-module-name", - "https://w3c.github.io/at-driver/#infopanel-for-module-name", - "https://w3c.github.io/at-driver/#infopaneltitle-for-module-name", "https://w3c.github.io/at-driver/#ref-for-command-name", "https://w3c.github.io/at-driver/#ref-for-event-name", "https://w3c.github.io/at-driver/#ref-for-module-name", "https://w3c.github.io/at-driver/#ref-for-command%E2%91%A0", - "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A0", - "https://w3c.github.io/at-driver/#extension-modules", - "https://w3c.github.io/at-driver/#infopanel-for-extension-modules", - "https://w3c.github.io/at-driver/#infopaneltitle-for-extension-modules", - "https://w3c.github.io/at-driver/#infopanel-for-extension-modules", - "https://w3c.github.io/at-driver/#infopaneltitle-for-extension-modules", - "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A1", + "https://w3c.github.io/at-driver/#extension-modules", + "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A1", + "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A2", "https://w3c.github.io/at-driver/#ref-for-command%E2%91%A1", "https://w3c.github.io/at-driver/#ref-for-event%E2%91%A0", "https://w3c.github.io/at-driver/#protocol-commands", "https://w3c.github.io/at-driver/#command", - "https://w3c.github.io/at-driver/#infopanel-for-command", - "https://w3c.github.io/at-driver/#infopaneltitle-for-command", - "https://w3c.github.io/at-driver/#infopanel-for-command", - "https://w3c.github.io/at-driver/#infopaneltitle-for-command", "https://w3c.github.io/at-driver/#ref-for-local-end%E2%91%A3", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A0%E2%93%AA", "https://w3c.github.io/at-driver/#ref-for-success%E2%91%A4", @@ -195,136 +123,56 @@ "https://w3c.github.io/at-driver/#ref-for-local-end%E2%91%A4", "https://w3c.github.io/at-driver/#ref-for-command%E2%91%A2", "https://w3c.github.io/at-driver/#command-type", - "https://w3c.github.io/at-driver/#infopanel-for-command-type", - "https://w3c.github.io/at-driver/#infopaneltitle-for-command-type", - "https://w3c.github.io/at-driver/#infopanel-for-command-type", - "https://w3c.github.io/at-driver/#infopaneltitle-for-command-type", - "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A2", + "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A3", "https://w3c.github.io/at-driver/#command-name", - "https://w3c.github.io/at-driver/#infopanel-for-command-name", - "https://w3c.github.io/at-driver/#infopaneltitle-for-command-name", - "https://w3c.github.io/at-driver/#infopanel-for-command-name", - "https://w3c.github.io/at-driver/#infopaneltitle-for-command-name", "https://w3c.github.io/at-driver/#command-parameters", - "https://w3c.github.io/at-driver/#infopanel-for-command-parameters", - "https://w3c.github.io/at-driver/#infopaneltitle-for-command-parameters", - "https://w3c.github.io/at-driver/#infopanel-for-command-parameters", - "https://w3c.github.io/at-driver/#infopaneltitle-for-command-parameters", "https://w3c.github.io/at-driver/#result-type", - "https://w3c.github.io/at-driver/#infopanel-for-result-type", - "https://w3c.github.io/at-driver/#infopaneltitle-for-result-type", - "https://w3c.github.io/at-driver/#infopanel-for-result-type", - "https://w3c.github.io/at-driver/#infopaneltitle-for-result-type", - "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A1", + "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A2", "https://w3c.github.io/at-driver/#remote-end-steps", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end-steps", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end-steps", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end-steps", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end-steps", "https://w3c.github.io/at-driver/#ref-for-session%E2%91%A5", "https://w3c.github.io/at-driver/#ref-for-command-parameters", "https://w3c.github.io/at-driver/#ref-for-result-type", "https://w3c.github.io/at-driver/#static-command", - "https://w3c.github.io/at-driver/#infopanel-for-static-command", - "https://w3c.github.io/at-driver/#infopaneltitle-for-static-command", - "https://w3c.github.io/at-driver/#infopanel-for-static-command", - "https://w3c.github.io/at-driver/#infopaneltitle-for-static-command", "https://w3c.github.io/at-driver/#ref-for-local-end%E2%91%A5", "https://w3c.github.io/at-driver/#ref-for-local-end%E2%91%A6", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A0%E2%91%A0", "https://w3c.github.io/at-driver/#set-of-all-command-names", - "https://w3c.github.io/at-driver/#infopanel-for-set-of-all-command-names", - "https://w3c.github.io/at-driver/#infopaneltitle-for-set-of-all-command-names", - "https://w3c.github.io/at-driver/#infopanel-for-set-of-all-command-names", - "https://w3c.github.io/at-driver/#infopaneltitle-for-set-of-all-command-names", "https://w3c.github.io/at-driver/#ref-for-ordered-set", "https://w3c.github.io/at-driver/#ref-for-command-name%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-extension-modules", "https://w3c.github.io/at-driver/#protocol-events", "https://w3c.github.io/at-driver/#event", - "https://w3c.github.io/at-driver/#infopanel-for-event", - "https://w3c.github.io/at-driver/#infopaneltitle-for-event", - "https://w3c.github.io/at-driver/#infopanel-for-event", - "https://w3c.github.io/at-driver/#infopaneltitle-for-event", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A0%E2%91%A1", "https://w3c.github.io/at-driver/#ref-for-local-end%E2%91%A7", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A0%E2%91%A2", "https://w3c.github.io/at-driver/#event-type", - "https://w3c.github.io/at-driver/#infopanel-for-event-type", - "https://w3c.github.io/at-driver/#infopaneltitle-for-event-type", - "https://w3c.github.io/at-driver/#infopanel-for-event-type", - "https://w3c.github.io/at-driver/#infopaneltitle-for-event-type", - "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A2", + "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A3", "https://w3c.github.io/at-driver/#event-name", - "https://w3c.github.io/at-driver/#infopanel-for-event-name", - "https://w3c.github.io/at-driver/#infopaneltitle-for-event-name", - "https://w3c.github.io/at-driver/#infopanel-for-event-name", - "https://w3c.github.io/at-driver/#infopaneltitle-for-event-name", "https://w3c.github.io/at-driver/#event-parameters", "https://w3c.github.io/at-driver/#remote-end-event-trigger", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end-event-trigger", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end-event-trigger", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end-event-trigger", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end-event-trigger", "https://w3c.github.io/at-driver/#ref-for-event-type", "https://w3c.github.io/at-driver/#protocol-errors", "https://w3c.github.io/at-driver/#error-code", - "https://w3c.github.io/at-driver/#infopanel-for-error-code", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error-code", - "https://w3c.github.io/at-driver/#infopanel-for-error-code", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error-code", "https://w3c.github.io/at-driver/#error-code-invalid-argument", - "https://w3c.github.io/at-driver/#infopanel-for-error-code-invalid-argument", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error-code-invalid-argument", - "https://w3c.github.io/at-driver/#infopanel-for-error-code-invalid-argument", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error-code-invalid-argument", "https://w3c.github.io/at-driver/#ref-for-command%E2%91%A3", "https://w3c.github.io/at-driver/#error-code-invalid-session-id", - "https://w3c.github.io/at-driver/#infopanel-for-error-code-invalid-session-id", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error-code-invalid-session-id", - "https://w3c.github.io/at-driver/#infopanel-for-error-code-invalid-session-id", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error-code-invalid-session-id", "https://w3c.github.io/at-driver/#ref-for-session%E2%91%A6", "https://w3c.github.io/at-driver/#error-code-unknown-command", - "https://w3c.github.io/at-driver/#infopanel-for-error-code-unknown-command", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error-code-unknown-command", - "https://w3c.github.io/at-driver/#infopanel-for-error-code-unknown-command", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error-code-unknown-command", "https://w3c.github.io/at-driver/#ref-for-command%E2%91%A4", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A0%E2%91%A3", "https://w3c.github.io/at-driver/#error-code-session-not-created", - "https://w3c.github.io/at-driver/#infopanel-for-error-code-session-not-created", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error-code-session-not-created", - "https://w3c.github.io/at-driver/#infopanel-for-error-code-session-not-created", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error-code-session-not-created", "https://w3c.github.io/at-driver/#ref-for-session%E2%91%A7", "https://w3c.github.io/at-driver/#error-code-cannot-simulate-keyboard-interaction", - "https://w3c.github.io/at-driver/#infopanel-for-error-code-cannot-simulate-keyboard-interaction", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error-code-cannot-simulate-keyboard-interaction", - "https://w3c.github.io/at-driver/#infopanel-for-error-code-cannot-simulate-keyboard-interaction", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error-code-cannot-simulate-keyboard-interaction", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A0%E2%91%A4", "https://w3c.github.io/at-driver/#error-code-invalid-os-focus-state", - "https://w3c.github.io/at-driver/#infopanel-for-error-code-invalid-os-focus-state", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error-code-invalid-os-focus-state", - "https://w3c.github.io/at-driver/#infopanel-for-error-code-invalid-os-focus-state", - "https://w3c.github.io/at-driver/#infopaneltitle-for-error-code-invalid-os-focus-state", "https://w3c.github.io/at-driver/#security-checks", "https://w3c.github.io/at-driver/#check-that-keyboard-interaction-can-be-simulated", - "https://w3c.github.io/at-driver/#infopanel-for-check-that-keyboard-interaction-can-be-simulated", - "https://w3c.github.io/at-driver/#infopaneltitle-for-check-that-keyboard-interaction-can-be-simulated", - "https://w3c.github.io/at-driver/#infopanel-for-check-that-keyboard-interaction-can-be-simulated", - "https://w3c.github.io/at-driver/#infopaneltitle-for-check-that-keyboard-interaction-can-be-simulated", "https://w3c.github.io/at-driver/#ref-for-implementation-defined%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-error%E2%91%A2", "https://w3c.github.io/at-driver/#ref-for-error-code%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-error-code-cannot-simulate-keyboard-interaction", "https://w3c.github.io/at-driver/#ref-for-success%E2%91%A5", "https://w3c.github.io/at-driver/#check-that-one-of-the-expected-applications-has-focus", - "https://w3c.github.io/at-driver/#infopanel-for-check-that-one-of-the-expected-applications-has-focus", - "https://w3c.github.io/at-driver/#infopaneltitle-for-check-that-one-of-the-expected-applications-has-focus", - "https://w3c.github.io/at-driver/#infopanel-for-check-that-one-of-the-expected-applications-has-focus", - "https://w3c.github.io/at-driver/#infopaneltitle-for-check-that-one-of-the-expected-applications-has-focus", "https://w3c.github.io/at-driver/#ref-for-error%E2%91%A3", "https://w3c.github.io/at-driver/#ref-for-error-code%E2%91%A1", "https://w3c.github.io/at-driver/#ref-for-error-code-invalid-os-focus-state", @@ -332,34 +180,14 @@ "https://w3c.github.io/at-driver/#issue-e10bf837", "https://w3c.github.io/at-driver/#ref-for-success%E2%91%A6", "https://w3c.github.io/at-driver/#should-be-withheld", - "https://w3c.github.io/at-driver/#infopanel-for-should-be-withheld", - "https://w3c.github.io/at-driver/#infopaneltitle-for-should-be-withheld", - "https://w3c.github.io/at-driver/#infopanel-for-should-be-withheld", - "https://w3c.github.io/at-driver/#infopaneltitle-for-should-be-withheld", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A0%E2%91%A5", "https://w3c.github.io/at-driver/#ref-for-implementation-defined%E2%91%A2", "https://w3c.github.io/at-driver/#transport", "https://w3c.github.io/at-driver/#websocket-listener", - "https://w3c.github.io/at-driver/#infopanel-for-websocket-listener", - "https://w3c.github.io/at-driver/#infopaneltitle-for-websocket-listener", - "https://w3c.github.io/at-driver/#infopanel-for-websocket-listener", - "https://w3c.github.io/at-driver/#infopaneltitle-for-websocket-listener", "https://w3c.github.io/at-driver/#ref-for-websocket-listener", "https://w3c.github.io/at-driver/#websocket-listener-host", - "https://w3c.github.io/at-driver/#infopanel-for-websocket-listener-host", - "https://w3c.github.io/at-driver/#infopaneltitle-for-websocket-listener-host", - "https://w3c.github.io/at-driver/#infopanel-for-websocket-listener-host", - "https://w3c.github.io/at-driver/#infopaneltitle-for-websocket-listener-host", "https://w3c.github.io/at-driver/#websocket-listener-port", - "https://w3c.github.io/at-driver/#infopanel-for-websocket-listener-port", - "https://w3c.github.io/at-driver/#infopaneltitle-for-websocket-listener-port", - "https://w3c.github.io/at-driver/#infopanel-for-websocket-listener-port", - "https://w3c.github.io/at-driver/#infopaneltitle-for-websocket-listener-port", "https://w3c.github.io/at-driver/#websocket-listener-secure-flag", - "https://w3c.github.io/at-driver/#infopanel-for-websocket-listener-secure-flag", - "https://w3c.github.io/at-driver/#infopaneltitle-for-websocket-listener-secure-flag", - "https://w3c.github.io/at-driver/#infopanel-for-websocket-listener-secure-flag", - "https://w3c.github.io/at-driver/#infopaneltitle-for-websocket-listener-secure-flag", "https://w3c.github.io/at-driver/#ref-for-websocket-listener%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A0%E2%91%A6", "https://w3c.github.io/at-driver/#ref-for-websocket-listener-secure-flag", @@ -367,36 +195,16 @@ "https://w3c.github.io/at-driver/#ref-for-ordered-set%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-websocket-listener%E2%91%A1", "https://w3c.github.io/at-driver/#remote-end-active-listeners", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end-active-listeners", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end-active-listeners", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end-active-listeners", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end-active-listeners", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A0%E2%91%A8", "https://w3c.github.io/at-driver/#ref-for-ordered-set%E2%91%A1", "https://w3c.github.io/at-driver/#remote-end-websocket-connections-not-associated-with-a-session", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end-websocket-connections-not-associated-with-a-session", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end-websocket-connections-not-associated-with-a-session", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end-websocket-connections-not-associated-with-a-session", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end-websocket-connections-not-associated-with-a-session", "https://w3c.github.io/at-driver/#websocket-connection", - "https://w3c.github.io/at-driver/#infopanel-for-websocket-connection", - "https://w3c.github.io/at-driver/#infopaneltitle-for-websocket-connection", - "https://w3c.github.io/at-driver/#infopanel-for-websocket-connection", - "https://w3c.github.io/at-driver/#infopaneltitle-for-websocket-connection", "https://w3c.github.io/at-driver/#ref-for-session%E2%91%A8", "https://w3c.github.io/at-driver/#ref-for-ordered-set%E2%91%A2", "https://w3c.github.io/at-driver/#session-session-websocket-connections", - "https://w3c.github.io/at-driver/#infopanel-for-session-session-websocket-connections", - "https://w3c.github.io/at-driver/#infopaneltitle-for-session-session-websocket-connections", - "https://w3c.github.io/at-driver/#infopanel-for-session-session-websocket-connections", - "https://w3c.github.io/at-driver/#infopaneltitle-for-session-session-websocket-connections", "https://w3c.github.io/at-driver/#ref-for-websocket-connection", "https://w3c.github.io/at-driver/#ref-for-session%E2%91%A0%E2%93%AA", "https://w3c.github.io/at-driver/#session-associated-with-connection", - "https://w3c.github.io/at-driver/#infopanel-for-session-associated-with-connection", - "https://w3c.github.io/at-driver/#infopaneltitle-for-session-associated-with-connection", - "https://w3c.github.io/at-driver/#infopanel-for-session-associated-with-connection", - "https://w3c.github.io/at-driver/#infopaneltitle-for-session-associated-with-connection", "https://w3c.github.io/at-driver/#ref-for-session-session-websocket-connections", "https://w3c.github.io/at-driver/#ref-for-websocket-connection%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-session%E2%91%A0%E2%91%A0", @@ -410,10 +218,6 @@ "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A1%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-handle-a-connection-closing", "https://w3c.github.io/at-driver/#start-listening-for-a-websocket-connection", - "https://w3c.github.io/at-driver/#infopanel-for-start-listening-for-a-websocket-connection", - "https://w3c.github.io/at-driver/#infopaneltitle-for-start-listening-for-a-websocket-connection", - "https://w3c.github.io/at-driver/#infopanel-for-start-listening-for-a-websocket-connection", - "https://w3c.github.io/at-driver/#infopaneltitle-for-start-listening-for-a-websocket-connection", "https://w3c.github.io/at-driver/#ref-for-websocket-listener%E2%91%A2", "https://w3c.github.io/at-driver/#ref-for-implementation-defined%E2%91%A4", "https://w3c.github.io/at-driver/#ref-for-websocket-listener-host", @@ -423,10 +227,6 @@ "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A1%E2%91%A1", "https://w3c.github.io/at-driver/#ref-for-remote-end-active-listeners%E2%91%A0", "https://w3c.github.io/at-driver/#handle-an-incoming-message", - "https://w3c.github.io/at-driver/#infopanel-for-handle-an-incoming-message", - "https://w3c.github.io/at-driver/#infopaneltitle-for-handle-an-incoming-message", - "https://w3c.github.io/at-driver/#infopanel-for-handle-an-incoming-message", - "https://w3c.github.io/at-driver/#infopaneltitle-for-handle-an-incoming-message", "https://w3c.github.io/at-driver/#ref-for-websocket-connection%E2%91%A3", "https://w3c.github.io/at-driver/#ref-for-send-an-error-response", "https://w3c.github.io/at-driver/#ref-for-error-code-invalid-argument", @@ -438,7 +238,7 @@ "https://w3c.github.io/at-driver/#ref-for-parse-a-json-string-to-an-infra-value", "https://w3c.github.io/at-driver/#ref-for-send-an-error-response%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-error-code-invalid-argument%E2%91%A0", - "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A3", + "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A4", "https://w3c.github.io/at-driver/#ref-for-assert%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-map-exists%E2%91%A1", "https://w3c.github.io/at-driver/#ref-for-command-name%E2%91%A1", @@ -459,7 +259,7 @@ "https://w3c.github.io/at-driver/#ref-for-set-append%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-session-session-websocket-connections%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-remote-end-websocket-connections-not-associated-with-a-session%E2%91%A1", - "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A3", + "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A4", "https://w3c.github.io/at-driver/#ref-for-serialize-an-infra-value-to-json-bytes", "https://w3c.github.io/at-driver/#ref-for-ordered-map%E2%91%A1", "https://w3c.github.io/at-driver/#ref-for-map-exists%E2%91%A2", @@ -470,10 +270,6 @@ "https://w3c.github.io/at-driver/#ref-for-error-code-unknown-command", "https://w3c.github.io/at-driver/#ref-for-send-an-error-response%E2%91%A3", "https://w3c.github.io/at-driver/#emit-an-event", - "https://w3c.github.io/at-driver/#infopanel-for-emit-an-event", - "https://w3c.github.io/at-driver/#infopaneltitle-for-emit-an-event", - "https://w3c.github.io/at-driver/#infopanel-for-emit-an-event", - "https://w3c.github.io/at-driver/#infopaneltitle-for-emit-an-event", "https://w3c.github.io/at-driver/#ref-for-assert%E2%91%A2", "https://w3c.github.io/at-driver/#ref-for-map-size", "https://w3c.github.io/at-driver/#ref-for-map-exists%E2%91%A4", @@ -481,21 +277,13 @@ "https://w3c.github.io/at-driver/#ref-for-list-iterate", "https://w3c.github.io/at-driver/#ref-for-session-session-websocket-connections%E2%91%A1", "https://w3c.github.io/at-driver/#send-an-error-response", - "https://w3c.github.io/at-driver/#infopanel-for-send-an-error-response", - "https://w3c.github.io/at-driver/#infopaneltitle-for-send-an-error-response", - "https://w3c.github.io/at-driver/#infopanel-for-send-an-error-response", - "https://w3c.github.io/at-driver/#infopaneltitle-for-send-an-error-response", "https://w3c.github.io/at-driver/#ref-for-websocket-connection%E2%91%A4", "https://w3c.github.io/at-driver/#ref-for-ordered-map%E2%91%A3", - "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A4", + "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A5", "https://w3c.github.io/at-driver/#ref-for-implementation-defined%E2%91%A5", "https://w3c.github.io/at-driver/#ref-for-implementation-defined%E2%91%A6", "https://w3c.github.io/at-driver/#ref-for-serialize-an-infra-value-to-json-bytes%E2%91%A1", "https://w3c.github.io/at-driver/#handle-a-connection-closing", - "https://w3c.github.io/at-driver/#infopanel-for-handle-a-connection-closing", - "https://w3c.github.io/at-driver/#infopaneltitle-for-handle-a-connection-closing", - "https://w3c.github.io/at-driver/#infopanel-for-handle-a-connection-closing", - "https://w3c.github.io/at-driver/#infopaneltitle-for-handle-a-connection-closing", "https://w3c.github.io/at-driver/#ref-for-websocket-connection%E2%91%A5", "https://w3c.github.io/at-driver/#ref-for-session%E2%91%A0%E2%91%A2", "https://w3c.github.io/at-driver/#ref-for-session-associated-with-connection%E2%91%A0", @@ -511,12 +299,12 @@ "https://w3c.github.io/at-driver/#modules", "https://w3c.github.io/at-driver/#module-session", "https://w3c.github.io/at-driver/#module-session-definition", - "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A4", - "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A5", - "https://w3c.github.io/at-driver/#module-session-types", - "https://w3c.github.io/at-driver/#module-session-CapabilitiesRequest", "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A5", "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A6", + "https://w3c.github.io/at-driver/#module-session-types", + "https://w3c.github.io/at-driver/#module-session-CapabilitiesRequest", + "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A6", + "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A7", "https://w3c.github.io/at-driver/#module-session-commands", "https://w3c.github.io/at-driver/#module-session-new", "https://w3c.github.io/at-driver/#sessionnew", @@ -546,25 +334,13 @@ "https://w3c.github.io/at-driver/#module-settings", "https://w3c.github.io/at-driver/#ref-for-remote-end%E2%91%A1%E2%91%A2", "https://w3c.github.io/at-driver/#remote-end-supported-settings", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end-supported-settings", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end-supported-settings", - "https://w3c.github.io/at-driver/#infopanel-for-remote-end-supported-settings", - "https://w3c.github.io/at-driver/#infopaneltitle-for-remote-end-supported-settings", "https://w3c.github.io/at-driver/#ref-for-ordered-set%E2%91%A3", "https://w3c.github.io/at-driver/#ref-for-module%E2%91%A0", "https://w3c.github.io/at-driver/#validate-setting-name", - "https://w3c.github.io/at-driver/#infopanel-for-validate-setting-name", - "https://w3c.github.io/at-driver/#infopaneltitle-for-validate-setting-name", - "https://w3c.github.io/at-driver/#infopanel-for-validate-setting-name", - "https://w3c.github.io/at-driver/#infopaneltitle-for-validate-setting-name", "https://w3c.github.io/at-driver/#ref-for-remote-end-supported-settings", "https://w3c.github.io/at-driver/#ref-for-remote-end-supported-settings%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-list-contain", "https://w3c.github.io/at-driver/#get-settings", - "https://w3c.github.io/at-driver/#infopanel-for-get-settings", - "https://w3c.github.io/at-driver/#infopaneltitle-for-get-settings", - "https://w3c.github.io/at-driver/#infopanel-for-get-settings", - "https://w3c.github.io/at-driver/#infopaneltitle-for-get-settings", "https://w3c.github.io/at-driver/#ref-for-list", "https://w3c.github.io/at-driver/#ref-for-list%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-list-iterate%E2%91%A0", @@ -573,15 +349,11 @@ "https://w3c.github.io/at-driver/#ref-for-error-code%E2%91%A3", "https://w3c.github.io/at-driver/#ref-for-error-code-invalid-argument%E2%91%A2", "https://w3c.github.io/at-driver/#ref-for-ordered-map%E2%91%A5", - "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A7", + "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A8", "https://w3c.github.io/at-driver/#ref-for-list-append", "https://w3c.github.io/at-driver/#ref-for-ordered-map%E2%91%A6", "https://w3c.github.io/at-driver/#ref-for-success%E2%91%A8", "https://w3c.github.io/at-driver/#modify-setting", - "https://w3c.github.io/at-driver/#infopanel-for-modify-setting", - "https://w3c.github.io/at-driver/#infopaneltitle-for-modify-setting", - "https://w3c.github.io/at-driver/#infopanel-for-modify-setting", - "https://w3c.github.io/at-driver/#infopaneltitle-for-modify-setting", "https://w3c.github.io/at-driver/#ref-for-validate-setting-name%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-error%E2%91%A0%E2%91%A0", "https://w3c.github.io/at-driver/#ref-for-error-code%E2%91%A4", @@ -596,18 +368,14 @@ "https://w3c.github.io/at-driver/#ref-for-module%E2%91%A1", "https://w3c.github.io/at-driver/#issue-b4b3c071", "https://w3c.github.io/at-driver/#module-settings-definition", - "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A6", - "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A8", + "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A7", + "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A0%E2%93%AA", "https://w3c.github.io/at-driver/#module-settings-types", "https://w3c.github.io/at-driver/#module-settings-get-settings-result", - "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A0%E2%93%AA", + "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A0%E2%91%A0", "https://w3c.github.io/at-driver/#module-settings-commands", "https://w3c.github.io/at-driver/#command-settings-set-settings", "https://w3c.github.io/at-driver/#settingssetsettings", - "https://w3c.github.io/at-driver/#infopanel-for-settingssetsettings", - "https://w3c.github.io/at-driver/#infopaneltitle-for-settingssetsettings", - "https://w3c.github.io/at-driver/#infopanel-for-settingssetsettings", - "https://w3c.github.io/at-driver/#infopaneltitle-for-settingssetsettings", "https://w3c.github.io/at-driver/#ref-for-settingssetsettings", "https://w3c.github.io/at-driver/#ref-for-success%E2%91%A0%E2%91%A0", "https://w3c.github.io/at-driver/#issue-c41981a9", @@ -641,8 +409,8 @@ "https://w3c.github.io/at-driver/#issue-0b79b3d5", "https://w3c.github.io/at-driver/#module-interaction", "https://w3c.github.io/at-driver/#module-interaction-definition", - "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A7", - "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A0%E2%91%A0", + "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A8", + "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A0%E2%91%A1", "https://w3c.github.io/at-driver/#module-interaction-types", "https://w3c.github.io/at-driver/#module-interaction-commands", "https://w3c.github.io/at-driver/#module-interaction-presskeys", @@ -679,8 +447,8 @@ "https://w3c.github.io/at-driver/#issue-fbd6fc51", "https://w3c.github.io/at-driver/#issue-398c181d", "https://w3c.github.io/at-driver/#schemas", - "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A8", - "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A0%E2%91%A1", + "https://w3c.github.io/at-driver/#ref-for-remote-end-definition%E2%91%A0%E2%93%AA", + "https://w3c.github.io/at-driver/#ref-for-local-end-definition%E2%91%A0%E2%91%A2", "https://w3c.github.io/at-driver/#issue-f906273a", "https://w3c.github.io/at-driver/#w3c-conformance", "https://w3c.github.io/at-driver/#w3c-conventions", @@ -690,110 +458,26 @@ "https://w3c.github.io/at-driver/#index-defined-here", "https://w3c.github.io/at-driver/#index-defined-elsewhere", "https://w3c.github.io/at-driver/#a72449dd", - "https://w3c.github.io/at-driver/#infopanel-for-a72449dd", - "https://w3c.github.io/at-driver/#infopaneltitle-for-a72449dd", - "https://w3c.github.io/at-driver/#infopanel-for-a72449dd", - "https://w3c.github.io/at-driver/#infopaneltitle-for-a72449dd", "https://w3c.github.io/at-driver/#53275e46", - "https://w3c.github.io/at-driver/#infopanel-for-53275e46", - "https://w3c.github.io/at-driver/#infopaneltitle-for-53275e46", - "https://w3c.github.io/at-driver/#infopanel-for-53275e46", - "https://w3c.github.io/at-driver/#infopaneltitle-for-53275e46", "https://w3c.github.io/at-driver/#a3b18719", - "https://w3c.github.io/at-driver/#infopanel-for-a3b18719", - "https://w3c.github.io/at-driver/#infopaneltitle-for-a3b18719", - "https://w3c.github.io/at-driver/#infopanel-for-a3b18719", - "https://w3c.github.io/at-driver/#infopaneltitle-for-a3b18719", "https://w3c.github.io/at-driver/#6f2dfa22", - "https://w3c.github.io/at-driver/#infopanel-for-6f2dfa22", - "https://w3c.github.io/at-driver/#infopaneltitle-for-6f2dfa22", - "https://w3c.github.io/at-driver/#infopanel-for-6f2dfa22", - "https://w3c.github.io/at-driver/#infopaneltitle-for-6f2dfa22", "https://w3c.github.io/at-driver/#77b4c09a", - "https://w3c.github.io/at-driver/#infopanel-for-77b4c09a", - "https://w3c.github.io/at-driver/#infopaneltitle-for-77b4c09a", - "https://w3c.github.io/at-driver/#infopanel-for-77b4c09a", - "https://w3c.github.io/at-driver/#infopaneltitle-for-77b4c09a", "https://w3c.github.io/at-driver/#ae8def21", - "https://w3c.github.io/at-driver/#infopanel-for-ae8def21", - "https://w3c.github.io/at-driver/#infopaneltitle-for-ae8def21", - "https://w3c.github.io/at-driver/#infopanel-for-ae8def21", - "https://w3c.github.io/at-driver/#infopaneltitle-for-ae8def21", "https://w3c.github.io/at-driver/#a326add7", - "https://w3c.github.io/at-driver/#infopanel-for-a326add7", - "https://w3c.github.io/at-driver/#infopaneltitle-for-a326add7", - "https://w3c.github.io/at-driver/#infopanel-for-a326add7", - "https://w3c.github.io/at-driver/#infopaneltitle-for-a326add7", "https://w3c.github.io/at-driver/#03afaf9c", - "https://w3c.github.io/at-driver/#infopanel-for-03afaf9c", - "https://w3c.github.io/at-driver/#infopaneltitle-for-03afaf9c", - "https://w3c.github.io/at-driver/#infopanel-for-03afaf9c", - "https://w3c.github.io/at-driver/#infopaneltitle-for-03afaf9c", "https://w3c.github.io/at-driver/#1243a891", - "https://w3c.github.io/at-driver/#infopanel-for-1243a891", - "https://w3c.github.io/at-driver/#infopaneltitle-for-1243a891", - "https://w3c.github.io/at-driver/#infopanel-for-1243a891", - "https://w3c.github.io/at-driver/#infopaneltitle-for-1243a891", "https://w3c.github.io/at-driver/#16d07e10", - "https://w3c.github.io/at-driver/#infopanel-for-16d07e10", - "https://w3c.github.io/at-driver/#infopaneltitle-for-16d07e10", - "https://w3c.github.io/at-driver/#infopanel-for-16d07e10", - "https://w3c.github.io/at-driver/#infopaneltitle-for-16d07e10", "https://w3c.github.io/at-driver/#45209803", - "https://w3c.github.io/at-driver/#infopanel-for-45209803", - "https://w3c.github.io/at-driver/#infopaneltitle-for-45209803", - "https://w3c.github.io/at-driver/#infopanel-for-45209803", - "https://w3c.github.io/at-driver/#infopaneltitle-for-45209803", "https://w3c.github.io/at-driver/#860300d4", - "https://w3c.github.io/at-driver/#infopanel-for-860300d4", - "https://w3c.github.io/at-driver/#infopaneltitle-for-860300d4", - "https://w3c.github.io/at-driver/#infopanel-for-860300d4", - "https://w3c.github.io/at-driver/#infopaneltitle-for-860300d4", "https://w3c.github.io/at-driver/#649608b9", - "https://w3c.github.io/at-driver/#infopanel-for-649608b9", - "https://w3c.github.io/at-driver/#infopaneltitle-for-649608b9", - "https://w3c.github.io/at-driver/#infopanel-for-649608b9", - "https://w3c.github.io/at-driver/#infopaneltitle-for-649608b9", "https://w3c.github.io/at-driver/#3fca5a9e", - "https://w3c.github.io/at-driver/#infopanel-for-3fca5a9e", - "https://w3c.github.io/at-driver/#infopaneltitle-for-3fca5a9e", - "https://w3c.github.io/at-driver/#infopanel-for-3fca5a9e", - "https://w3c.github.io/at-driver/#infopaneltitle-for-3fca5a9e", "https://w3c.github.io/at-driver/#8e8decb4", - "https://w3c.github.io/at-driver/#infopanel-for-8e8decb4", - "https://w3c.github.io/at-driver/#infopaneltitle-for-8e8decb4", - "https://w3c.github.io/at-driver/#infopanel-for-8e8decb4", - "https://w3c.github.io/at-driver/#infopaneltitle-for-8e8decb4", "https://w3c.github.io/at-driver/#762869d3", - "https://w3c.github.io/at-driver/#infopanel-for-762869d3", - "https://w3c.github.io/at-driver/#infopaneltitle-for-762869d3", - "https://w3c.github.io/at-driver/#infopanel-for-762869d3", - "https://w3c.github.io/at-driver/#infopaneltitle-for-762869d3", "https://w3c.github.io/at-driver/#4c07280e", - "https://w3c.github.io/at-driver/#infopanel-for-4c07280e", - "https://w3c.github.io/at-driver/#infopaneltitle-for-4c07280e", - "https://w3c.github.io/at-driver/#infopanel-for-4c07280e", - "https://w3c.github.io/at-driver/#infopaneltitle-for-4c07280e", "https://w3c.github.io/at-driver/#15e48c39", - "https://w3c.github.io/at-driver/#infopanel-for-15e48c39", - "https://w3c.github.io/at-driver/#infopaneltitle-for-15e48c39", - "https://w3c.github.io/at-driver/#infopanel-for-15e48c39", - "https://w3c.github.io/at-driver/#infopaneltitle-for-15e48c39", "https://w3c.github.io/at-driver/#0e6b2056", - "https://w3c.github.io/at-driver/#infopanel-for-0e6b2056", - "https://w3c.github.io/at-driver/#infopaneltitle-for-0e6b2056", - "https://w3c.github.io/at-driver/#infopanel-for-0e6b2056", - "https://w3c.github.io/at-driver/#infopaneltitle-for-0e6b2056", "https://w3c.github.io/at-driver/#653d0848", - "https://w3c.github.io/at-driver/#infopanel-for-653d0848", - "https://w3c.github.io/at-driver/#infopaneltitle-for-653d0848", - "https://w3c.github.io/at-driver/#infopanel-for-653d0848", - "https://w3c.github.io/at-driver/#infopaneltitle-for-653d0848", "https://w3c.github.io/at-driver/#0698d556", - "https://w3c.github.io/at-driver/#infopanel-for-0698d556", - "https://w3c.github.io/at-driver/#infopaneltitle-for-0698d556", - "https://w3c.github.io/at-driver/#infopanel-for-0698d556", - "https://w3c.github.io/at-driver/#infopaneltitle-for-0698d556", "https://w3c.github.io/at-driver/#references", "https://w3c.github.io/at-driver/#normative", "https://w3c.github.io/at-driver/#biblio-html", diff --git a/ed/index.json b/ed/index.json index b49d7f49ec6e..8481755d6175 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-12-18T00:58:49.515Z", + "date": "2024-12-18T06:43:50.614Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -683,7 +683,7 @@ }, "stats": { "crawled": 651, - "errors": 14 + "errors": 17 }, "crawler": "reffy-18.1.1", "results": [ @@ -2043,7 +2043,7 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "24 January 2024", @@ -2959,7 +2959,8 @@ "dfns": "dfns/compositing-2.json", "headings": "headings/compositing-2.json", "ids": "ids/compositing-2.json", - "cddl": [] + "cddl": [], + "error": "Error: Loading https://drafts.fxtf.org/compositing-2/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:380:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 39)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:401:21)" }, { "url": "https://drafts.fxtf.org/filter-effects-2/", @@ -8561,11 +8562,11 @@ ], "crawled": "https://w3c.github.io/at-driver/", "crawlCacheInfo": { - "lastModified": "Tue, 08 Oct 2024 00:23:26 GMT" + "lastModified": "Wed, 18 Dec 2024 03:00:14 GMT" }, "generator": "bikeshed", - "date": "8 October 2024", - "revision": "f13f715535191dd6735e6e29c7b61aed80fee7cd", + "date": "18 December 2024", + "revision": "7cb6e57b286bb822c59ac5f7b06af408cb481436", "algorithms": "algorithms/at-driver.json", "links": "links/at-driver.json", "refs": "refs/at-driver.json", @@ -17860,7 +17861,8 @@ "dfns": "dfns/compositing-1.json", "headings": "headings/compositing-1.json", "ids": "ids/compositing-1.json", - "cddl": [] + "cddl": [], + "error": "Error: Loading https://drafts.fxtf.org/compositing-1/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:380:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 319)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:401:21)" }, { "url": "https://www.w3.org/TR/compute-pressure/", @@ -20145,7 +20147,7 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "18 December 2023", @@ -20352,7 +20354,7 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "17 September 2024", @@ -21528,7 +21530,8 @@ "elements": "elements/css-masking-1.json", "headings": "headings/css-masking-1.json", "ids": "ids/css-masking-1.json", - "cddl": [] + "cddl": [], + "error": "Error: Loading https://drafts.fxtf.org/css-masking-1/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:380:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 373)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:401:21)" }, { "url": "https://www.w3.org/TR/css-multicol-1/", @@ -22257,7 +22260,7 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "19 November 2024", @@ -23349,7 +23352,7 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "29 October 2024", @@ -33167,7 +33170,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Tue, 17 Dec 2024 12:32:22 GMT" + "lastModified": "Tue, 17 Dec 2024 12:32:23 GMT" }, "generator": "bikeshed", "date": "12 December 2024", diff --git a/ed/links/at-driver.json b/ed/links/at-driver.json index c10eb880f3bf..04e64ce044e8 100644 --- a/ed/links/at-driver.json +++ b/ed/links/at-driver.json @@ -13,6 +13,7 @@ "https://github.com/w3c/at-driver/issues/77": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://infra.spec.whatwg.org/": {}, + "https://lists.w3.org/Archives/Public/public-browser-tools-testing/": {}, "https://tools.ietf.org/html/rfc6455": { "anchors": [ "section-4.1", @@ -42,14 +43,15 @@ "https://www.rfc-editor.org/rfc/rfc6455": {}, "https://www.rfc-editor.org/rfc/rfc8610": {}, "https://www.rfc-editor.org/rfc/rfc9562": {}, - "https://www.w3.org/2004/01/pp-impl/32061/status": {}, - "https://www.w3.org/Consortium/Patent-Policy-20170801/": { + "https://www.w3.org/TR/": {}, + "https://www.w3.org/groups/wg/browser-tools-testing/": {}, + "https://www.w3.org/groups/wg/browser-tools-testing/ipr/": {}, + "https://www.w3.org/policies/patent-policy/": { "anchors": [ "def-essential", "sec-Disclosure" ] }, - "https://www.w3.org/groups/wg/browser-tools-testing": {}, "https://www.w3.org/policies/process/20231103/": {} }, "autolinks": { @@ -80,7 +82,8 @@ "list", "list-append" ] - } + }, + "https://www.w3.org/policies/patent-policy/": {} } } } \ No newline at end of file