Skip to content

Commit 05a3609

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.1.1.
1 parent d649d7d commit 05a3609

File tree

8 files changed

+267
-534
lines changed

8 files changed

+267
-534
lines changed

ed/algorithms/at-driver.json

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

ed/cddl/at-driver-all.cddl

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
; (https://github.com/w3c/webref)
44
; Source: AT Driver (https://w3c.github.io/at-driver/)
55

6-
Extensible = {
7-
*text => any
8-
}
9-
106
Command = {
117
id: uint,
128
CommandData,
@@ -21,10 +17,6 @@ CommandData = (
2117

2218
EmptyParams = { Extensible }
2319

24-
Extensible = {
25-
*text => any
26-
}
27-
2820
Message = (
2921
CommandResponse //
3022
ErrorResponse //
@@ -62,6 +54,10 @@ EventData = (
6254
InteractionEvent
6355
)
6456

57+
Extensible = {
58+
*text => any
59+
}
60+
6561
SessionCommand = (SessionNewCommand)
6662

6763
SessionResult = (SessionNewResult)

ed/cddl/at-driver-local.cddl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
; (https://github.com/w3c/webref)
44
; Source: AT Driver (https://w3c.github.io/at-driver/)
55

6-
Extensible = {
7-
*text => any
8-
}
9-
106
Message = (
117
CommandResponse //
128
ErrorResponse //
@@ -44,6 +40,10 @@ EventData = (
4440
InteractionEvent
4541
)
4642

43+
Extensible = {
44+
*text => any
45+
}
46+
4747
SessionResult = (SessionNewResult)
4848

4949
CapabilitiesRequest = {

ed/cddl/at-driver-remote.cddl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
; (https://github.com/w3c/webref)
44
; Source: AT Driver (https://w3c.github.io/at-driver/)
55

6-
Extensible = {
7-
*text => any
8-
}
9-
106
Command = {
117
id: uint,
128
CommandData,
@@ -21,6 +17,10 @@ CommandData = (
2117

2218
EmptyParams = { Extensible }
2319

20+
Extensible = {
21+
*text => any
22+
}
23+
2424
SessionCommand = (SessionNewCommand)
2525

2626
CapabilitiesRequest = {

0 commit comments

Comments
 (0)