Skip to content

Commit 0e586ea

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.4.2.
1 parent 4cb375d commit 0e586ea

File tree

8 files changed

+255
-211
lines changed

8 files changed

+255
-211
lines changed

tr/algorithms/webdriver-bidi.json

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

tr/cddl/webdriver-bidi-all.cddl

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,11 +455,15 @@ browsingContext.XPathLocator = {
455455

456456
browsingContext.Navigation = text;
457457

458-
browsingContext.NavigationInfo = {
458+
browsingContext.BaseNavigationInfo = (
459459
context: browsingContext.BrowsingContext,
460460
navigation: browsingContext.Navigation / null,
461461
timestamp: js-uint,
462462
url: text,
463+
)
464+
465+
browsingContext.NavigationInfo = {
466+
browsingContext.BaseNavigationInfo
463467
}
464468

465469
browsingContext.ReadinessState = "none" / "interactive" / "complete"
@@ -717,9 +721,14 @@ browsingContext.Load = (
717721

718722
browsingContext.DownloadWillBegin = (
719723
method: "browsingContext.downloadWillBegin",
720-
params: browsingContext.NavigationInfo
724+
params: browsingContext.DownloadWillBeginParams
721725
)
722726

727+
browsingContext.DownloadWillBeginParams = {
728+
suggestedFilename: text,
729+
browsingContext.BaseNavigationInfo
730+
}
731+
723732
browsingContext.NavigationAborted = (
724733
method: "browsingContext.navigationAborted",
725734
params: browsingContext.NavigationInfo
@@ -761,7 +770,7 @@ browsingContext.UserPromptOpenedParameters = {
761770
}
762771

763772
EmulationCommand = (
764-
emulation.setGeolocationOverride
773+
emulation.SetGeolocationOverride
765774
)
766775

767776
emulation.SetGeolocationOverride = (

tr/cddl/webdriver-bidi-local.cddl

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,15 @@ browsingContext.XPathLocator = {
304304

305305
browsingContext.Navigation = text;
306306

307-
browsingContext.NavigationInfo = {
307+
browsingContext.BaseNavigationInfo = (
308308
context: browsingContext.BrowsingContext,
309309
navigation: browsingContext.Navigation / null,
310310
timestamp: js-uint,
311311
url: text,
312+
)
313+
314+
browsingContext.NavigationInfo = {
315+
browsingContext.BaseNavigationInfo
312316
}
313317

314318
browsingContext.UserPromptType = "alert" / "beforeunload" / "confirm" / "prompt";
@@ -383,9 +387,14 @@ browsingContext.Load = (
383387

384388
browsingContext.DownloadWillBegin = (
385389
method: "browsingContext.downloadWillBegin",
386-
params: browsingContext.NavigationInfo
390+
params: browsingContext.DownloadWillBeginParams
387391
)
388392

393+
browsingContext.DownloadWillBeginParams = {
394+
suggestedFilename: text,
395+
browsingContext.BaseNavigationInfo
396+
}
397+
389398
browsingContext.NavigationAborted = (
390399
method: "browsingContext.navigationAborted",
391400
params: browsingContext.NavigationInfo

tr/cddl/webdriver-bidi-remote.cddl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ browsingContext.TraverseHistoryParameters = {
480480
}
481481

482482
EmulationCommand = (
483-
emulation.setGeolocationOverride
483+
emulation.SetGeolocationOverride
484484
)
485485

486486
emulation.SetGeolocationOverride = (

tr/dfns/webdriver-bidi.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,6 +2649,27 @@
26492649
},
26502650
"definedIn": "dt"
26512651
},
2652+
{
2653+
"id": "navigation-status-suggested-filename",
2654+
"href": "https://www.w3.org/TR/webdriver-bidi/#navigation-status-suggested-filename",
2655+
"linkingText": [
2656+
"suggestedFilename"
2657+
],
2658+
"localLinkingText": [],
2659+
"type": "dfn",
2660+
"for": [
2661+
"WebDriver BiDi navigation status"
2662+
],
2663+
"access": "public",
2664+
"informative": false,
2665+
"heading": {
2666+
"id": "module-browsingContext",
2667+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext",
2668+
"title": "The browsingContext Module",
2669+
"number": "7.3"
2670+
},
2671+
"definedIn": "dt"
2672+
},
26522673
{
26532674
"id": "device-pixel-ratio-overrides",
26542675
"href": "https://www.w3.org/TR/webdriver-bidi/#device-pixel-ratio-overrides",

tr/ids/CSP3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@
11721172
"https://www.w3.org/TR/CSP3/#directive-font-src",
11731173
"https://www.w3.org/TR/CSP3/#font-src",
11741174
"https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A2",
1175-
"https://www.w3.org/TR/CSP3/#example-e644a6ab",
1175+
"https://www.w3.org/TR/CSP3/#example-3d6c348e",
11761176
"https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A7",
11771177
"https://www.w3.org/TR/CSP3/#ref-for-font-src%E2%91%A2",
11781178
"https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A3",

tr/ids/webdriver-bidi.json

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

tr/index.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-03-24T01:35:37.050Z",
4+
"date": "2025-03-25T01:35:09.626Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -733,7 +733,7 @@
733733
"https://aomediacodec.github.io/av1-spec/"
734734
],
735735
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
736-
"date": "24 March 2025",
736+
"date": "25 March 2025",
737737
"links": "links/av1-spec.json",
738738
"cddl": []
739739
},
@@ -854,11 +854,11 @@
854854
],
855855
"crawled": "https://www.w3.org/TR/accname-1.2/",
856856
"crawlCacheInfo": {
857-
"lastModified": "Thu, 20 Mar 2025 18:37:43 GMT"
857+
"lastModified": "Mon, 24 Mar 2025 10:18:23 GMT"
858858
},
859859
"generator": "respec",
860-
"date": "20 March 2025",
861-
"revision": "6c7c76e3702620113cb44b8149614fdebb5b1679",
860+
"date": "24 March 2025",
861+
"revision": "e5f0305049dbe85992b8211936f1ed9c117ee85b",
862862
"algorithms": "algorithms/accname-1.2.json",
863863
"links": "links/accname-1.2.json",
864864
"refs": "refs/accname-1.2.json",
@@ -1916,11 +1916,11 @@
19161916
],
19171917
"crawled": "https://www.w3.org/TR/core-aam-1.2/",
19181918
"crawlCacheInfo": {
1919-
"lastModified": "Thu, 20 Mar 2025 18:37:52 GMT"
1919+
"lastModified": "Mon, 24 Mar 2025 10:18:32 GMT"
19201920
},
19211921
"generator": "respec",
1922-
"date": "20 March 2025",
1923-
"revision": "6c7c76e3702620113cb44b8149614fdebb5b1679",
1922+
"date": "24 March 2025",
1923+
"revision": "e5f0305049dbe85992b8211936f1ed9c117ee85b",
19241924
"links": "links/core-aam-1.2.json",
19251925
"refs": "refs/core-aam-1.2.json",
19261926
"dfns": "dfns/core-aam-1.2.json",
@@ -2113,11 +2113,11 @@
21132113
],
21142114
"crawled": "https://www.w3.org/TR/CSP3/",
21152115
"crawlCacheInfo": {
2116-
"lastModified": "Wed, 12 Mar 2025 14:37:39 GMT"
2116+
"lastModified": "Mon, 24 Mar 2025 08:12:02 GMT"
21172117
},
21182118
"generator": "bikeshed",
2119-
"date": "12 March 2025",
2120-
"revision": "cf891fb86d7ad3f65492c8d533c840de7cf233ae",
2119+
"date": "24 March 2025",
2120+
"revision": "ebdd007313611fd4c85fa280d85da72baf057f25",
21212121
"algorithms": "algorithms/CSP3.json",
21222122
"links": "links/CSP3.json",
21232123
"refs": "refs/CSP3.json",
@@ -11661,11 +11661,11 @@
1166111661
],
1166211662
"crawled": "https://www.w3.org/TR/html-aam-1.0/",
1166311663
"crawlCacheInfo": {
11664-
"lastModified": "Thu, 20 Mar 2025 18:38:00 GMT"
11664+
"lastModified": "Mon, 24 Mar 2025 10:18:38 GMT"
1166511665
},
1166611666
"generator": "respec",
11667-
"date": "20 March 2025",
11668-
"revision": "6c7c76e3702620113cb44b8149614fdebb5b1679",
11667+
"date": "24 March 2025",
11668+
"revision": "e5f0305049dbe85992b8211936f1ed9c117ee85b",
1166911669
"algorithms": "algorithms/html-aam-1.0.json",
1167011670
"links": "links/html-aam-1.0.json",
1167111671
"refs": "refs/html-aam-1.0.json",
@@ -21191,11 +21191,11 @@
2119121191
],
2119221192
"crawled": "https://www.w3.org/TR/webdriver-bidi/",
2119321193
"crawlCacheInfo": {
21194-
"lastModified": "Fri, 21 Mar 2025 12:24:35 GMT"
21194+
"lastModified": "Mon, 24 Mar 2025 15:38:43 GMT"
2119521195
},
2119621196
"generator": "bikeshed",
21197-
"date": "21 March 2025",
21198-
"revision": "d6284ba33a86cae11c1041f01c52ef193ec6bdcc",
21197+
"date": "24 March 2025",
21198+
"revision": "3f131c8401f17801db46dccb0ff79948ae6b661d",
2119921199
"algorithms": "algorithms/webdriver-bidi.json",
2120021200
"links": "links/webdriver-bidi.json",
2120121201
"refs": "refs/webdriver-bidi.json",

0 commit comments

Comments
 (0)