Skip to content

Commit f021301

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.5.
1 parent 0dbf5e2 commit f021301

File tree

7 files changed

+118
-59
lines changed

7 files changed

+118
-59
lines changed

ed/algorithms/observable.json

Lines changed: 53 additions & 21 deletions
Large diffs are not rendered by default.

ed/dfns/observable.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,15 +1280,15 @@
12801280
"definedIn": "pre"
12811281
},
12821282
{
1283-
"id": "dom-observable-inspect-inspect_observer-inspect_observer",
1284-
"href": "https://wicg.github.io/observable/#dom-observable-inspect-inspect_observer-inspect_observer",
1283+
"id": "dom-observable-inspect-inspectorunion-inspectorunion",
1284+
"href": "https://wicg.github.io/observable/#dom-observable-inspect-inspectorunion-inspectorunion",
12851285
"linkingText": [
1286-
"inspect_observer"
1286+
"inspectorUnion"
12871287
],
12881288
"localLinkingText": [],
12891289
"type": "argument",
12901290
"for": [
1291-
"Observable/inspect(inspect_observer)",
1291+
"Observable/inspect(inspectorUnion)",
12921292
"Observable/inspect()"
12931293
],
12941294
"access": "public",
@@ -1998,9 +1998,8 @@
19981998
"id": "dom-observable-inspect",
19991999
"href": "https://wicg.github.io/observable/#dom-observable-inspect",
20002000
"linkingText": [
2001-
"inspect(inspect_observer)",
2002-
"inspect()",
2003-
"inspect(inspector_union)"
2001+
"inspect(inspectorUnion)",
2002+
"inspect()"
20042003
],
20052004
"localLinkingText": [],
20062005
"type": "method",

ed/dfns/permissions-policy-1.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,27 @@
2323
},
2424
"definedIn": "prose"
2525
},
26+
{
27+
"id": "policy-controlled-feature-tokens",
28+
"href": "https://w3c.github.io/webappsec-permissions-policy/#policy-controlled-feature-tokens",
29+
"linkingText": [
30+
"tokens"
31+
],
32+
"localLinkingText": [],
33+
"type": "dfn",
34+
"for": [
35+
"policy-controlled-feature"
36+
],
37+
"access": "public",
38+
"informative": false,
39+
"heading": {
40+
"id": "features",
41+
"href": "https://w3c.github.io/webappsec-permissions-policy/#features",
42+
"title": "Policy-controlled Features",
43+
"number": "4.1"
44+
},
45+
"definedIn": "prose"
46+
},
2647
{
2748
"id": "supported-features",
2849
"href": "https://w3c.github.io/webappsec-permissions-policy/#supported-features",

ed/idl/observable.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ interface Observable {
8181
Observable drop(unsigned long long amount);
8282
Observable flatMap(Mapper mapper);
8383
Observable switchMap(Mapper mapper);
84-
Observable inspect(optional ObservableInspectorUnion inspect_observer = {});
84+
Observable inspect(optional ObservableInspectorUnion inspectorUnion = {});
8585
Observable catch(CatchCallback callback);
8686
Observable finally(VoidFunction callback);
8787

ed/ids/observable.json

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@
420420
"https://wicg.github.io/observable/#ref-for-observable%E2%91%A8",
421421
"https://wicg.github.io/observable/#ref-for-dom-observable-inspect",
422422
"https://wicg.github.io/observable/#ref-for-typedefdef-observableinspectorunion",
423-
"https://wicg.github.io/observable/#dom-observable-inspect-inspect_observer-inspect_observer",
423+
"https://wicg.github.io/observable/#dom-observable-inspect-inspectorunion-inspectorunion",
424424
"https://wicg.github.io/observable/#ref-for-observable%E2%91%A0%E2%93%AA",
425425
"https://wicg.github.io/observable/#ref-for-dom-observable-catch",
426426
"https://wicg.github.io/observable/#ref-for-callbackdef-catchcallback",
@@ -1003,11 +1003,17 @@
10031003
"https://wicg.github.io/observable/#ref-for-abortsignal-remove%E2%91%A0",
10041004
"https://wicg.github.io/observable/#ref-for-subscriber-subscription-controller%E2%91%A0%E2%91%A4",
10051005
"https://wicg.github.io/observable/#ref-for-abortcontroller-signal%E2%91%A0%E2%91%A4",
1006+
"https://wicg.github.io/observable/#ref-for-invoke-a-callback-function%E2%91%A0%E2%91%A5",
1007+
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A0%E2%91%A8",
10061008
"https://wicg.github.io/observable/#ref-for-dom-subscriber-error%E2%91%A1%E2%91%A1",
1009+
"https://wicg.github.io/observable/#ref-for-dom-subscriber-error%E2%91%A1%E2%91%A2",
10071010
"https://wicg.github.io/observable/#ref-for-internal-observer-complete-steps%E2%91%A0%E2%91%A2",
10081011
"https://wicg.github.io/observable/#ref-for-abortsignal-remove%E2%91%A1",
10091012
"https://wicg.github.io/observable/#ref-for-subscriber-subscription-controller%E2%91%A0%E2%91%A5",
10101013
"https://wicg.github.io/observable/#ref-for-abortcontroller-signal%E2%91%A0%E2%91%A5",
1014+
"https://wicg.github.io/observable/#ref-for-invoke-a-callback-function%E2%91%A0%E2%91%A6",
1015+
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A1%E2%93%AA",
1016+
"https://wicg.github.io/observable/#ref-for-dom-subscriber-error%E2%91%A1%E2%91%A3",
10111017
"https://wicg.github.io/observable/#ref-for-dom-subscriber-complete%E2%91%A0%E2%91%A6",
10121018
"https://wicg.github.io/observable/#ref-for-dictdef-subscribeoptions%E2%91%A1%E2%93%AA",
10131019
"https://wicg.github.io/observable/#ref-for-dom-subscribeoptions-signal%E2%91%A0%E2%91%A4",
@@ -1028,19 +1034,19 @@
10281034
"https://wicg.github.io/observable/#ref-for-internal-observer-next-steps%E2%91%A0%E2%91%A4",
10291035
"https://wicg.github.io/observable/#ref-for-dom-subscriber-next%E2%91%A0%E2%91%A0",
10301036
"https://wicg.github.io/observable/#ref-for-internal-observer-error-steps%E2%91%A0%E2%91%A4",
1031-
"https://wicg.github.io/observable/#ref-for-invoke-a-callback-function%E2%91%A0%E2%91%A5",
1032-
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A0%E2%91%A8",
1033-
"https://wicg.github.io/observable/#ref-for-dom-subscriber-error%E2%91%A1%E2%91%A2",
1037+
"https://wicg.github.io/observable/#ref-for-invoke-a-callback-function%E2%91%A0%E2%91%A7",
1038+
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A1%E2%91%A0",
1039+
"https://wicg.github.io/observable/#ref-for-dom-subscriber-error%E2%91%A1%E2%91%A4",
10341040
"https://wicg.github.io/observable/#ref-for-dom-observable-from%E2%91%A4",
1035-
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A1%E2%93%AA",
1036-
"https://wicg.github.io/observable/#ref-for-dom-subscriber-error%E2%91%A1%E2%91%A3",
1041+
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A1%E2%91%A1",
1042+
"https://wicg.github.io/observable/#ref-for-dom-subscriber-error%E2%91%A1%E2%91%A5",
10371043
"https://wicg.github.io/observable/#issue-4eb2abb1%E2%91%A0",
10381044
"https://wicg.github.io/observable/#ref-for-dom-observable-from%E2%91%A5",
10391045
"https://wicg.github.io/observable/#ref-for-internal-observer%E2%91%A0%E2%91%A5",
10401046
"https://wicg.github.io/observable/#ref-for-internal-observer-next-steps%E2%91%A0%E2%91%A5",
10411047
"https://wicg.github.io/observable/#ref-for-dom-subscriber-next%E2%91%A0%E2%91%A1",
10421048
"https://wicg.github.io/observable/#ref-for-internal-observer-error-steps%E2%91%A0%E2%91%A5",
1043-
"https://wicg.github.io/observable/#ref-for-dom-subscriber-error%E2%91%A1%E2%91%A4",
1049+
"https://wicg.github.io/observable/#ref-for-dom-subscriber-error%E2%91%A1%E2%91%A6",
10441050
"https://wicg.github.io/observable/#ref-for-internal-observer-complete-steps%E2%91%A0%E2%91%A3",
10451051
"https://wicg.github.io/observable/#ref-for-dom-subscriber-complete%E2%91%A0%E2%91%A7",
10461052
"https://wicg.github.io/observable/#ref-for-dictdef-subscribeoptions%E2%91%A1%E2%91%A0",
@@ -1146,8 +1152,8 @@
11461152
"https://wicg.github.io/observable/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A1",
11471153
"https://wicg.github.io/observable/#ref-for-internal-observer%E2%91%A0%E2%91%A8",
11481154
"https://wicg.github.io/observable/#ref-for-internal-observer-next-steps%E2%91%A1%E2%91%A0",
1149-
"https://wicg.github.io/observable/#ref-for-invoke-a-callback-function%E2%91%A0%E2%91%A6",
1150-
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A1%E2%91%A0",
1155+
"https://wicg.github.io/observable/#ref-for-invoke-a-callback-function%E2%91%A0%E2%91%A8",
1156+
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A1%E2%91%A2",
11511157
"https://wicg.github.io/observable/#ref-for-reject%E2%91%A5",
11521158
"https://wicg.github.io/observable/#ref-for-abortcontroller-signal-abort%E2%91%A1",
11531159
"https://wicg.github.io/observable/#ref-for-internal-observer-error-steps%E2%91%A1%E2%93%AA",
@@ -1185,8 +1191,8 @@
11851191
"https://wicg.github.io/observable/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A2",
11861192
"https://wicg.github.io/observable/#ref-for-internal-observer%E2%91%A1%E2%93%AA",
11871193
"https://wicg.github.io/observable/#ref-for-internal-observer-next-steps%E2%91%A1%E2%91%A1",
1188-
"https://wicg.github.io/observable/#ref-for-invoke-a-callback-function%E2%91%A0%E2%91%A7",
1189-
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A1%E2%91%A1",
1194+
"https://wicg.github.io/observable/#ref-for-invoke-a-callback-function%E2%91%A1%E2%93%AA",
1195+
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A1%E2%91%A3",
11901196
"https://wicg.github.io/observable/#ref-for-reject%E2%91%A0%E2%93%AA",
11911197
"https://wicg.github.io/observable/#ref-for-abortcontroller-signal-abort%E2%91%A2",
11921198
"https://wicg.github.io/observable/#ref-for-resolve%E2%91%A1",
@@ -1294,8 +1300,8 @@
12941300
"https://wicg.github.io/observable/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A3",
12951301
"https://wicg.github.io/observable/#ref-for-internal-observer%E2%91%A1%E2%91%A2",
12961302
"https://wicg.github.io/observable/#ref-for-internal-observer-next-steps%E2%91%A1%E2%91%A4",
1297-
"https://wicg.github.io/observable/#ref-for-invoke-a-callback-function%E2%91%A0%E2%91%A8",
1298-
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A1%E2%91%A2",
1303+
"https://wicg.github.io/observable/#ref-for-invoke-a-callback-function%E2%91%A1%E2%91%A0",
1304+
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A1%E2%91%A4",
12991305
"https://wicg.github.io/observable/#ref-for-reject%E2%91%A1%E2%93%AA",
13001306
"https://wicg.github.io/observable/#ref-for-abortcontroller-signal-abort%E2%91%A5",
13011307
"https://wicg.github.io/observable/#ref-for-resolve%E2%91%A7",
@@ -1335,8 +1341,8 @@
13351341
"https://wicg.github.io/observable/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A4",
13361342
"https://wicg.github.io/observable/#ref-for-internal-observer%E2%91%A1%E2%91%A3",
13371343
"https://wicg.github.io/observable/#ref-for-internal-observer-next-steps%E2%91%A1%E2%91%A5",
1338-
"https://wicg.github.io/observable/#ref-for-invoke-a-callback-function%E2%91%A1%E2%93%AA",
1339-
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A1%E2%91%A3",
1344+
"https://wicg.github.io/observable/#ref-for-invoke-a-callback-function%E2%91%A1%E2%91%A1",
1345+
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A1%E2%91%A5",
13401346
"https://wicg.github.io/observable/#ref-for-reject%E2%91%A1%E2%91%A3",
13411347
"https://wicg.github.io/observable/#ref-for-abortcontroller-signal-abort%E2%91%A7",
13421348
"https://wicg.github.io/observable/#ref-for-resolve%E2%91%A0%E2%93%AA",
@@ -1379,11 +1385,11 @@
13791385
"https://wicg.github.io/observable/#ref-for-dom-reducer-currentvalue",
13801386
"https://wicg.github.io/observable/#ref-for-dom-reducer-currentvalue%E2%91%A0",
13811387
"https://wicg.github.io/observable/#ref-for-dom-reducer-accumulator",
1382-
"https://wicg.github.io/observable/#ref-for-invoke-a-callback-function%E2%91%A1%E2%91%A0",
1388+
"https://wicg.github.io/observable/#ref-for-invoke-a-callback-function%E2%91%A1%E2%91%A2",
13831389
"https://wicg.github.io/observable/#ref-for-dom-reducer-accumulator%E2%91%A0",
13841390
"https://wicg.github.io/observable/#ref-for-dom-reducer-currentvalue%E2%91%A1",
13851391
"https://wicg.github.io/observable/#ref-for-dom-reducer-index",
1386-
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A1%E2%91%A4",
1392+
"https://wicg.github.io/observable/#ref-for-an-exception-was-thrown%E2%91%A1%E2%91%A6",
13871393
"https://wicg.github.io/observable/#ref-for-reject%E2%91%A1%E2%91%A7",
13881394
"https://wicg.github.io/observable/#ref-for-abortcontroller-signal-abort%E2%91%A0%E2%93%AA",
13891395
"https://wicg.github.io/observable/#ref-for-internal-observer-error-steps%E2%91%A1%E2%91%A5",

ed/ids/permissions-policy-1.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature",
5555
"https://w3c.github.io/webappsec-permissions-policy/#issue-4ecdbcc2",
5656
"https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature%E2%91%A0",
57+
"https://w3c.github.io/webappsec-permissions-policy/#policy-controlled-feature-tokens",
5758
"https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-directive",
5859
"https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature%E2%91%A1",
5960
"https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature-default-allowlist",

ed/index.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2024-09-21T18:40:12.017Z",
4+
"date": "2024-09-22T00:51:35.493Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -12527,11 +12527,11 @@
1252712527
],
1252812528
"crawled": "https://wicg.github.io/observable/",
1252912529
"crawlCacheInfo": {
12530-
"lastModified": "Tue, 03 Sep 2024 17:35:19 GMT"
12530+
"lastModified": "Sat, 21 Sep 2024 22:32:15 GMT"
1253112531
},
1253212532
"generator": "bikeshed",
12533-
"date": "3 September 2024",
12534-
"revision": "d7bc48b700220a3f6efa682d561b11656551c66e",
12533+
"date": "21 September 2024",
12534+
"revision": "a56ef281bfdbb5d93dab1f2743538be907d54246",
1253512535
"algorithms": "algorithms/observable.json",
1253612536
"links": "links/observable.json",
1253712537
"refs": "refs/observable.json",
@@ -14760,9 +14760,9 @@
1476014760
],
1476114761
"crawled": "https://www.rfc-editor.org/rfc/rfc4120",
1476214762
"crawlCacheInfo": {
14763-
"lastModified": "Sat, 14 Sep 2024 01:19:13 GMT"
14763+
"lastModified": "Sat, 21 Sep 2024 02:33:04 GMT"
1476414764
},
14765-
"date": "14 September 2024",
14765+
"date": "21 September 2024",
1476614766
"links": "links/rfc4120.json",
1476714767
"ids": "ids/rfc4120.json"
1476814768
},
@@ -25545,10 +25545,10 @@
2554525545
],
2554625546
"crawled": "https://w3c.github.io/epub-specs/epub33/core/",
2554725547
"crawlCacheInfo": {
25548-
"lastModified": "Fri, 20 Sep 2024 14:11:09 GMT"
25548+
"lastModified": "Sat, 21 Sep 2024 22:05:40 GMT"
2554925549
},
2555025550
"generator": "respec",
25551-
"date": "20 September 2024",
25551+
"date": "21 September 2024",
2555225552
"algorithms": "algorithms/epub-33.json",
2555325553
"links": "links/epub-33.json",
2555425554
"refs": "refs/epub-33.json",
@@ -25601,10 +25601,10 @@
2560125601
],
2560225602
"crawled": "https://w3c.github.io/epub-specs/epub33/rs/",
2560325603
"crawlCacheInfo": {
25604-
"lastModified": "Fri, 20 Sep 2024 14:11:09 GMT"
25604+
"lastModified": "Sat, 21 Sep 2024 22:05:40 GMT"
2560525605
},
2560625606
"generator": "respec",
25607-
"date": "20 September 2024",
25607+
"date": "21 September 2024",
2560825608
"algorithms": "algorithms/epub-rs-33.json",
2560925609
"links": "links/epub-rs-33.json",
2561025610
"refs": "refs/epub-rs-33.json",
@@ -30003,11 +30003,11 @@
3000330003
],
3000430004
"crawled": "https://w3c.github.io/webappsec-permissions-policy/",
3000530005
"crawlCacheInfo": {
30006-
"lastModified": "Wed, 24 Jul 2024 15:32:32 GMT"
30006+
"lastModified": "Sat, 21 Sep 2024 21:35:52 GMT"
3000730007
},
3000830008
"generator": "bikeshed",
30009-
"date": "24 July 2024",
30010-
"revision": "f15a4548691ea69a87227c0f67571da2cc0e08c1",
30009+
"date": "21 September 2024",
30010+
"revision": "9d645680dd810053398e754207fb49e254e565de",
3001130011
"algorithms": "algorithms/permissions-policy-1.json",
3001230012
"links": "links/permissions-policy-1.json",
3001330013
"refs": "refs/permissions-policy-1.json",

0 commit comments

Comments
 (0)