Skip to content

Commit 67f6d77

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 20.0.3.
1 parent 980ceb1 commit 67f6d77

File tree

6 files changed

+49
-15
lines changed

6 files changed

+49
-15
lines changed

ed/cddl/webdriver-bidi-all.cddl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,8 +1149,10 @@ network.FetchTimingInfo = {
11491149
connectStart: float,
11501150
connectEnd: float,
11511151
tlsStart: float,
1152+
11521153
requestStart: float,
11531154
responseStart: float,
1155+
11541156
responseEnd: float,
11551157
}
11561158

@@ -1704,12 +1706,14 @@ script.RemoteReference = (
17041706

17051707
script.SharedReference = {
17061708
sharedId: script.SharedId
1709+
17071710
? handle: script.Handle,
17081711
Extensible
17091712
}
17101713

17111714
script.RemoteObjectReference = {
17121715
handle: script.Handle,
1716+
17131717
? sharedId: script.SharedId
17141718
Extensible
17151719
}
@@ -3494,12 +3498,14 @@ script.RemoteReference = (
34943498

34953499
script.SharedReference = {
34963500
sharedId: script.SharedId
3501+
34973502
? handle: script.Handle,
34983503
Extensible
34993504
}
35003505

35013506
script.RemoteObjectReference = {
35023507
handle: script.Handle,
3508+
35033509
? sharedId: script.SharedId
35043510
Extensible
35053511
}
@@ -4694,8 +4700,10 @@ network.FetchTimingInfo = {
46944700
connectStart: float,
46954701
connectEnd: float,
46964702
tlsStart: float,
4703+
46974704
requestStart: float,
46984705
responseStart: float,
4706+
46994707
responseEnd: float,
47004708
}
47014709

@@ -5050,12 +5058,14 @@ script.RemoteReference = (
50505058

50515059
script.SharedReference = {
50525060
sharedId: script.SharedId
5061+
50535062
? handle: script.Handle,
50545063
Extensible
50555064
}
50565065

50575066
script.RemoteObjectReference = {
50585067
handle: script.Handle,
5068+
50595069
? sharedId: script.SharedId
50605070
Extensible
50615071
}

ed/cddl/webdriver-bidi-local-cddl.cddl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,10 @@ network.FetchTimingInfo = {
608608
connectStart: float,
609609
connectEnd: float,
610610
tlsStart: float,
611+
611612
requestStart: float,
612613
responseStart: float,
614+
613615
responseEnd: float,
614616
}
615617

@@ -964,12 +966,14 @@ script.RemoteReference = (
964966

965967
script.SharedReference = {
966968
sharedId: script.SharedId
969+
967970
? handle: script.Handle,
968971
Extensible
969972
}
970973

971974
script.RemoteObjectReference = {
972975
handle: script.Handle,
976+
973977
? sharedId: script.SharedId
974978
Extensible
975979
}
@@ -2382,12 +2386,14 @@ script.RemoteReference = (
23822386

23832387
script.SharedReference = {
23842388
sharedId: script.SharedId
2389+
23852390
? handle: script.Handle,
23862391
Extensible
23872392
}
23882393

23892394
script.RemoteObjectReference = {
23902395
handle: script.Handle,
2396+
23912397
? sharedId: script.SharedId
23922398
Extensible
23932399
}
@@ -3582,8 +3588,10 @@ network.FetchTimingInfo = {
35823588
connectStart: float,
35833589
connectEnd: float,
35843590
tlsStart: float,
3591+
35853592
requestStart: float,
35863593
responseStart: float,
3594+
35873595
responseEnd: float,
35883596
}
35893597

@@ -3938,12 +3946,14 @@ script.RemoteReference = (
39383946

39393947
script.SharedReference = {
39403948
sharedId: script.SharedId
3949+
39413950
? handle: script.Handle,
39423951
Extensible
39433952
}
39443953

39453954
script.RemoteObjectReference = {
39463955
handle: script.Handle,
3956+
39473957
? sharedId: script.SharedId
39483958
Extensible
39493959
}

ed/cddl/webdriver-bidi-remote-cddl.cddl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,12 +1072,14 @@ script.RemoteReference = (
10721072

10731073
script.SharedReference = {
10741074
sharedId: script.SharedId
1075+
10751076
? handle: script.Handle,
10761077
Extensible
10771078
}
10781079

10791080
script.RemoteObjectReference = {
10801081
handle: script.Handle,
1082+
10811083
? sharedId: script.SharedId
10821084
Extensible
10831085
}
@@ -2736,12 +2738,14 @@ script.RemoteReference = (
27362738

27372739
script.SharedReference = {
27382740
sharedId: script.SharedId
2741+
27392742
? handle: script.Handle,
27402743
Extensible
27412744
}
27422745

27432746
script.RemoteObjectReference = {
27442747
handle: script.Handle,
2748+
27452749
? sharedId: script.SharedId
27462750
Extensible
27472751
}
@@ -3936,8 +3940,10 @@ network.FetchTimingInfo = {
39363940
connectStart: float,
39373941
connectEnd: float,
39383942
tlsStart: float,
3943+
39393944
requestStart: float,
39403945
responseStart: float,
3946+
39413947
responseEnd: float,
39423948
}
39433949

@@ -4292,12 +4298,14 @@ script.RemoteReference = (
42924298

42934299
script.SharedReference = {
42944300
sharedId: script.SharedId
4301+
42954302
? handle: script.Handle,
42964303
Extensible
42974304
}
42984305

42994306
script.RemoteObjectReference = {
43004307
handle: script.Handle,
4308+
43014309
? sharedId: script.SharedId
43024310
Extensible
43034311
}

ed/ids/shacl12-core.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@
6666
"https://w3c.github.io/data-shapes/shacl12-core/#ref-for-index-term-predicate-2",
6767
"https://w3c.github.io/data-shapes/shacl12-core/#ref-for-index-term-object-type-2",
6868
"https://w3c.github.io/data-shapes/shacl12-core/#dfn-sparql-property-path",
69+
"https://w3c.github.io/data-shapes/shacl12-core/#ref-for-index-term-sparql-1-2-1",
6970
"https://w3c.github.io/data-shapes/shacl12-core/#ref-for-dfn-sparql-property-path-1",
71+
"https://w3c.github.io/data-shapes/shacl12-core/#ref-for-index-term-solution-mapping-1",
7072
"https://w3c.github.io/data-shapes/shacl12-core/#syntax-rule-SHACL-list",
7173
"https://w3c.github.io/data-shapes/shacl12-core/#dfn-shacl-list",
7274
"https://w3c.github.io/data-shapes/shacl12-core/#ref-for-index-term-iri-3",
@@ -573,6 +575,7 @@
573575
"https://w3c.github.io/data-shapes/shacl12-core/#ref-for-dfn-sparql-property-path-2",
574576
"https://w3c.github.io/data-shapes/shacl12-core/#ref-for-dfn-well-formed-7",
575577
"https://w3c.github.io/data-shapes/shacl12-core/#ref-for-dfn-shacl-property-path-3",
578+
"https://w3c.github.io/data-shapes/shacl12-core/#ref-for-index-term-sparql-1-2-2",
576579
"https://w3c.github.io/data-shapes/shacl12-core/#dfn-path-mapping",
577580
"https://w3c.github.io/data-shapes/shacl12-core/#dfn-equivalent-paths",
578581
"https://w3c.github.io/data-shapes/shacl12-core/#syntax-rule-path-metarule",
@@ -2169,6 +2172,8 @@
21692172
"https://w3c.github.io/data-shapes/shacl12-core/#index-term-subject",
21702173
"https://w3c.github.io/data-shapes/shacl12-core/#index-term-triple-term",
21712174
"https://w3c.github.io/data-shapes/shacl12-core/#index-term-datatype-0",
2175+
"https://w3c.github.io/data-shapes/shacl12-core/#index-term-solution-mapping",
2176+
"https://w3c.github.io/data-shapes/shacl12-core/#index-term-sparql-1-2",
21722177
"https://w3c.github.io/data-shapes/shacl12-core/#index-term-sparql-langmatches",
21732178
"https://w3c.github.io/data-shapes/shacl12-core/#index-term-sparql-regex-function",
21742179
"https://w3c.github.io/data-shapes/shacl12-core/#index-term-sparql-str-function",

ed/index.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-12-10T06:49:01.006Z",
4+
"date": "2025-12-10T12:50:22.676Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -8350,7 +8350,7 @@
83508350
],
83518351
"crawled": "https://w3c.github.io/data-shapes/shacl12-cs/",
83528352
"crawlCacheInfo": {
8353-
"lastModified": "Wed, 10 Dec 2025 01:51:05 GMT"
8353+
"lastModified": "Wed, 10 Dec 2025 09:12:09 GMT"
83548354
},
83558355
"generator": "respec",
83568356
"date": "04 August 2025",
@@ -8397,7 +8397,7 @@
83978397
],
83988398
"crawled": "https://w3c.github.io/data-shapes/shacl12-node-expr/",
83998399
"crawlCacheInfo": {
8400-
"lastModified": "Wed, 10 Dec 2025 01:51:05 GMT"
8400+
"lastModified": "Wed, 10 Dec 2025 09:12:09 GMT"
84018401
},
84028402
"generator": "respec",
84038403
"date": "10 December 2025",
@@ -8446,7 +8446,7 @@
84468446
],
84478447
"crawled": "https://w3c.github.io/data-shapes/shacl12-profiling/",
84488448
"crawlCacheInfo": {
8449-
"lastModified": "Wed, 10 Dec 2025 01:51:05 GMT"
8449+
"lastModified": "Wed, 10 Dec 2025 09:12:09 GMT"
84508450
},
84518451
"generator": "respec",
84528452
"date": "10 December 2025",
@@ -8498,7 +8498,7 @@
84988498
],
84998499
"crawled": "https://w3c.github.io/data-shapes/shacl12-rules/",
85008500
"crawlCacheInfo": {
8501-
"lastModified": "Wed, 10 Dec 2025 01:51:05 GMT"
8501+
"lastModified": "Wed, 10 Dec 2025 09:12:09 GMT"
85028502
},
85038503
"generator": "respec",
85048504
"date": "10 December 2025",
@@ -8546,7 +8546,7 @@
85468546
],
85478547
"crawled": "https://w3c.github.io/data-shapes/shacl12-ui/",
85488548
"crawlCacheInfo": {
8549-
"lastModified": "Wed, 10 Dec 2025 01:51:05 GMT"
8549+
"lastModified": "Wed, 10 Dec 2025 09:12:09 GMT"
85508550
},
85518551
"generator": "respec",
85528552
"date": "10 December 2025",
@@ -15890,9 +15890,9 @@
1589015890
],
1589115891
"crawled": "https://www.rfc-editor.org/rfc/rfc6455",
1589215892
"crawlCacheInfo": {
15893-
"lastModified": "Fri, 28 Nov 2025 07:15:07 GMT"
15893+
"lastModified": "Fri, 05 Dec 2025 07:48:55 GMT"
1589415894
},
15895-
"date": "28 November 2025",
15895+
"date": "5 December 2025",
1589615896
"links": "links/rfc6455.json",
1589715897
"headings": "headings/rfc6455.json",
1589815898
"ids": "ids/rfc6455.json",
@@ -16376,9 +16376,9 @@
1637616376
],
1637716377
"crawled": "https://www.rfc-editor.org/rfc/rfc7932",
1637816378
"crawlCacheInfo": {
16379-
"lastModified": "Fri, 05 Dec 2025 17:27:12 GMT"
16379+
"lastModified": "Tue, 09 Dec 2025 20:11:28 GMT"
1638016380
},
16381-
"date": "5 December 2025",
16381+
"date": "9 December 2025",
1638216382
"links": "links/rfc7932.json",
1638316383
"headings": "headings/rfc7932.json",
1638416384
"ids": "ids/rfc7932.json",
@@ -35937,7 +35937,7 @@
3593735937
],
3593835938
"crawled": "https://w3c.github.io/data-shapes/shacl12-core/",
3593935939
"crawlCacheInfo": {
35940-
"lastModified": "Wed, 10 Dec 2025 01:51:05 GMT"
35940+
"lastModified": "Wed, 10 Dec 2025 09:12:09 GMT"
3594135941
},
3594235942
"generator": "respec",
3594335943
"date": "10 December 2025",
@@ -35993,7 +35993,7 @@
3599335993
],
3599435994
"crawled": "https://w3c.github.io/data-shapes/shacl12-sparql/",
3599535995
"crawlCacheInfo": {
35996-
"lastModified": "Wed, 10 Dec 2025 01:51:05 GMT"
35996+
"lastModified": "Wed, 10 Dec 2025 09:12:09 GMT"
3599735997
},
3599835998
"generator": "respec",
3599935999
"date": "10 December 2025",
@@ -40915,11 +40915,11 @@
4091540915
],
4091640916
"crawled": "https://w3c.github.io/webdriver-bidi/",
4091740917
"crawlCacheInfo": {
40918-
"lastModified": "Thu, 20 Nov 2025 15:50:57 GMT"
40918+
"lastModified": "Wed, 10 Dec 2025 10:06:58 GMT"
4091940919
},
4092040920
"generator": "bikeshed",
40921-
"date": "20 November 2025",
40922-
"revision": "d304c9b0d172d2e1922e26107c9e3a71312d8d62",
40921+
"date": "10 December 2025",
40922+
"revision": "bb89d2fbc2961ca60462b03cf6400abaf3c79b7e",
4092340923
"algorithms": "algorithms/webdriver-bidi.json",
4092440924
"links": "links/webdriver-bidi.json",
4092540925
"refs": "refs/webdriver-bidi.json",

ed/links/shacl12-core.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"https://www.w3.org/TR/sparql12-query/": {
7878
"anchors": [
7979
"pp-language",
80+
"defn_sparqlSolutionMapping",
8081
"func-datatype",
8182
"func-strlen",
8283
"func-str",

0 commit comments

Comments
 (0)