Skip to content

Commit 194d496

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.1.
1 parent 1b7e0a3 commit 194d496

15 files changed

+1414
-1885
lines changed

ed/cddl/webdriver-bidi-all.cddl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Event = {
6868

6969
EventData = (
7070
BrowsingContextEvent //
71+
InputEvent //
7172
LogEvent //
7273
NetworkEvent //
7374
ScriptEvent
@@ -1790,6 +1791,10 @@ InputCommand = (
17901791
input.SetFiles
17911792
)
17921793

1794+
InputEvent = (
1795+
input.FileDialogOpened
1796+
)
1797+
17931798
input.ElementOrigin = {
17941799
type: "element",
17951800
element: script.SharedReference

ed/cddl/webdriver-bidi-local.cddl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Event = {
4747

4848
EventData = (
4949
BrowsingContextEvent //
50+
InputEvent //
5051
LogEvent //
5152
NetworkEvent //
5253
ScriptEvent
@@ -1122,6 +1123,10 @@ log.EntryAdded = (
11221123
params: log.Entry,
11231124
)
11241125

1126+
InputEvent = (
1127+
input.FileDialogOpened
1128+
)
1129+
11251130
input.FileDialogOpened = (
11261131
method: "input.fileDialogOpened",
11271132
params: input.FileDialogInfo

ed/dfns/ppa.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -294,27 +294,6 @@
294294
},
295295
"definedIn": "pre"
296296
},
297-
{
298-
"id": "dom-privateattributionaggregationservice-url",
299-
"href": "https://w3c.github.io/ppa/#dom-privateattributionaggregationservice-url",
300-
"linkingText": [
301-
"url"
302-
],
303-
"localLinkingText": [],
304-
"type": "dict-member",
305-
"for": [
306-
"PrivateAttributionAggregationService"
307-
],
308-
"access": "public",
309-
"informative": false,
310-
"heading": {
311-
"id": "find-aggregation-service",
312-
"href": "https://w3c.github.io/ppa/#find-aggregation-service",
313-
"title": "Finding a Supported Aggregation Service",
314-
"number": "3.3"
315-
},
316-
"definedIn": "dt"
317-
},
318297
{
319298
"id": "dom-privateattributionaggregationservice-protocol",
320299
"href": "https://w3c.github.io/ppa/#dom-privateattributionaggregationservice-protocol",

0 commit comments

Comments
 (0)