Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 18.1.1.
  • Loading branch information
reffy-bot committed Dec 18, 2024
1 parent d649d7d commit 05a3609
Show file tree
Hide file tree
Showing 8 changed files with 267 additions and 534 deletions.
36 changes: 18 additions & 18 deletions ed/algorithms/at-driver.json

Large diffs are not rendered by default.

12 changes: 4 additions & 8 deletions ed/cddl/at-driver-all.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -21,10 +17,6 @@ CommandData = (

EmptyParams = { Extensible }

Extensible = {
*text => any
}

Message = (
CommandResponse //
ErrorResponse //
Expand Down Expand Up @@ -62,6 +54,10 @@ EventData = (
InteractionEvent
)

Extensible = {
*text => any
}

SessionCommand = (SessionNewCommand)

SessionResult = (SessionNewResult)
Expand Down
8 changes: 4 additions & 4 deletions ed/cddl/at-driver-local.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
; (https://github.com/w3c/webref)
; Source: AT Driver (https://w3c.github.io/at-driver/)

Extensible = {
*text => any
}

Message = (
CommandResponse //
ErrorResponse //
Expand Down Expand Up @@ -44,6 +40,10 @@ EventData = (
InteractionEvent
)

Extensible = {
*text => any
}

SessionResult = (SessionNewResult)

CapabilitiesRequest = {
Expand Down
8 changes: 4 additions & 4 deletions ed/cddl/at-driver-remote.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -21,6 +17,10 @@ CommandData = (

EmptyParams = { Extensible }

Extensible = {
*text => any
}

SessionCommand = (SessionNewCommand)

CapabilitiesRequest = {
Expand Down
Loading

0 comments on commit 05a3609

Please sign in to comment.