Skip to content

Commit 7b95d17

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.4.7.
1 parent e2798e0 commit 7b95d17

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

tr/cddl/webdriver-bidi-all.cddl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -785,13 +785,13 @@ emulation.SetGeolocationOverrideParameters = {
785785
}
786786

787787
emulation.GeolocationCoordinates = {
788-
latitude: float,
789-
longitude: float,
790-
? accuracy: float .default 1.0,
788+
latitude: -90.0..90.0,
789+
longitude: -180.0..180.0,
790+
? accuracy: (float .ge 0.0) .default 1.0,
791791
? altitude: float / null .default null,
792-
? altitudeAccuracy: float / null .default null,
793-
? heading: float / null .default null,
794-
? speed: float / null .default null,
792+
? altitudeAccuracy: (float .ge 0.0) / null .default null,
793+
? heading: (0.0...360.0) / null .default null,
794+
? speed: (float .ge 0.0) / null .default null,
795795
}
796796

797797
NetworkCommand = (

tr/cddl/webdriver-bidi-remote.cddl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -495,13 +495,13 @@ emulation.SetGeolocationOverrideParameters = {
495495
}
496496

497497
emulation.GeolocationCoordinates = {
498-
latitude: float,
499-
longitude: float,
500-
? accuracy: float .default 1.0,
498+
latitude: -90.0..90.0,
499+
longitude: -180.0..180.0,
500+
? accuracy: (float .ge 0.0) .default 1.0,
501501
? altitude: float / null .default null,
502-
? altitudeAccuracy: float / null .default null,
503-
? heading: float / null .default null,
504-
? speed: float / null .default null,
502+
? altitudeAccuracy: (float .ge 0.0) / null .default null,
503+
? heading: (0.0...360.0) / null .default null,
504+
? speed: (float .ge 0.0) / null .default null,
505505
}
506506

507507
NetworkCommand = (

tr/index.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-04-14T01:35:31.245Z",
4+
"date": "2025-04-15T01:35:31.995Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -741,7 +741,7 @@
741741
"https://aomediacodec.github.io/av1-spec/"
742742
],
743743
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
744-
"date": "14 April 2025",
744+
"date": "15 April 2025",
745745
"links": "links/av1-spec.json",
746746
"cddl": []
747747
},
@@ -21722,11 +21722,11 @@
2172221722
],
2172321723
"crawled": "https://www.w3.org/TR/webdriver-bidi/",
2172421724
"crawlCacheInfo": {
21725-
"lastModified": "Fri, 11 Apr 2025 06:46:11 GMT"
21725+
"lastModified": "Mon, 14 Apr 2025 08:02:09 GMT"
2172621726
},
2172721727
"generator": "bikeshed",
21728-
"date": "11 April 2025",
21729-
"revision": "4c38a275fee601edc31375bf017d410dfa6e94fa",
21728+
"date": "14 April 2025",
21729+
"revision": "9834a1d2ae0c6027bcb952d49dfbb7e96cc073d7",
2173021730
"algorithms": "algorithms/webdriver-bidi.json",
2173121731
"links": "links/webdriver-bidi.json",
2173221732
"refs": "refs/webdriver-bidi.json",

0 commit comments

Comments
 (0)