Skip to content

Commit daacd55

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.3.0.
1 parent aca2c57 commit daacd55

File tree

9 files changed

+384
-322
lines changed

9 files changed

+384
-322
lines changed

ed/algorithms/fenced-frame.json

Lines changed: 48 additions & 42 deletions
Large diffs are not rendered by default.

ed/algorithms/html.json

Lines changed: 120 additions & 105 deletions
Large diffs are not rendered by default.

ed/algorithms/service-workers.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4274,7 +4274,22 @@
42744274
]
42754275
},
42764276
{
4277-
"html": "<p>If <var>condition</var>[\"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#dom-routercondition-requestmethod\" id=\"ref-for-dom-routercondition-requestmethod\">requestMethod</a></code>\"] <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists①①\">exists</a>, set <var>hasCondition</var> to true.</p>"
4277+
"html": "If <var>condition</var>[\"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#dom-routercondition-requestmethod\" id=\"ref-for-dom-routercondition-requestmethod\">requestMethod</a></code>\"] <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists①①\">exists</a>:",
4278+
"rationale": "let",
4279+
"steps": [
4280+
{
4281+
"html": "<p>Let <var>method</var> be <var>condition</var>[\"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#dom-routercondition-requestmethod\" id=\"ref-for-dom-routercondition-requestmethod①\">requestMethod</a></code>\"].</p>"
4282+
},
4283+
{
4284+
"html": "<p>If <var>method</var> is not a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-method\" id=\"ref-for-concept-method\">method</a>, then return false.</p>"
4285+
},
4286+
{
4287+
"html": "<p>If <var>method</var> is a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#forbidden-method\" id=\"ref-for-forbidden-method\">forbidden method</a>, then return false.</p>"
4288+
},
4289+
{
4290+
"html": "<p>Set <var>hasCondition</var> to true.</p>"
4291+
}
4292+
]
42784293
},
42794294
{
42804295
"html": "<p>If <var>condition</var>[\"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#dom-routercondition-requestmode\" id=\"ref-for-dom-routercondition-requestmode\">requestMode</a></code>\"] <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists①②\">exists</a>, set <var>hasCondition</var> to true.</p>"
@@ -4387,11 +4402,14 @@
43874402
]
43884403
},
43894404
{
4390-
"html": "If <var>condition</var>[\"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#dom-routercondition-requestmethod\" id=\"ref-for-dom-routercondition-requestmethod\">requestMethod</a></code>\"] <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists②⓪\">exists</a>, then:",
4405+
"html": "If <var>condition</var>[\"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#dom-routercondition-requestmethod\" id=\"ref-for-dom-routercondition-requestmethod\">requestMethod</a></code>\"] <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists②⓪\">exists</a>, then:",
43914406
"rationale": "let",
43924407
"steps": [
43934408
{
4394-
"html": "<p>Let <var>method</var> be <var>condition</var>[\"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#dom-routercondition-requestmethod\" id=\"ref-for-dom-routercondition-requestmethod②\">requestMethod</a></code>\"].</p>"
4409+
"html": "<p>Let <var>method</var> be <var>condition</var>[\"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ServiceWorker/#dom-routercondition-requestmethod\" id=\"ref-for-dom-routercondition-requestmethod③\">requestMethod</a></code>\"].</p>"
4410+
},
4411+
{
4412+
"html": "<p><a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-method-normalize\" id=\"ref-for-concept-method-normalize\">Normalize</a> <var>method</var>.</p>"
43954413
},
43964414
{
43974415
"html": "<p>If <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-method\" id=\"ref-for-concept-request-method⑦\">method</a> is not <var>method</var>, return false.</p>"

ed/ids/fenced-frame.json

Lines changed: 85 additions & 78 deletions
Large diffs are not rendered by default.

ed/ids/html.json

Lines changed: 86 additions & 81 deletions
Large diffs are not rendered by default.

ed/ids/service-workers.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3664,6 +3664,9 @@
36643664
"https://w3c.github.io/ServiceWorker/#ref-for-url-pattern-has-regexp-groups",
36653665
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestmethod",
36663666
"https://w3c.github.io/ServiceWorker/#ref-for-map-exists%E2%91%A0%E2%91%A0",
3667+
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestmethod%E2%91%A0",
3668+
"https://w3c.github.io/ServiceWorker/#ref-for-concept-method",
3669+
"https://w3c.github.io/ServiceWorker/#ref-for-forbidden-method",
36673670
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestmode",
36683671
"https://w3c.github.io/ServiceWorker/#ref-for-map-exists%E2%91%A0%E2%91%A1",
36693672
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestdestination",
@@ -3699,9 +3702,10 @@
36993702
"https://w3c.github.io/ServiceWorker/#ref-for-parse-url-pattern%E2%91%A0",
37003703
"https://w3c.github.io/ServiceWorker/#ref-for-url-pattern-match",
37013704
"https://w3c.github.io/ServiceWorker/#ref-for-concept-request-url%E2%91%A0%E2%93%AA",
3702-
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestmethod%E2%91%A0",
3703-
"https://w3c.github.io/ServiceWorker/#ref-for-map-exists%E2%91%A1%E2%93%AA",
37043705
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestmethod%E2%91%A1",
3706+
"https://w3c.github.io/ServiceWorker/#ref-for-map-exists%E2%91%A1%E2%93%AA",
3707+
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestmethod%E2%91%A2",
3708+
"https://w3c.github.io/ServiceWorker/#ref-for-concept-method-normalize",
37053709
"https://w3c.github.io/ServiceWorker/#ref-for-concept-request-method%E2%91%A6",
37063710
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestmode%E2%91%A0",
37073711
"https://w3c.github.io/ServiceWorker/#ref-for-map-exists%E2%91%A1%E2%91%A0",
@@ -4310,19 +4314,22 @@
43104314
"https://w3c.github.io/ServiceWorker/#6bb42fbb",
43114315
"https://w3c.github.io/ServiceWorker/#00f91d3b",
43124316
"https://w3c.github.io/ServiceWorker/#de82addd",
4317+
"https://w3c.github.io/ServiceWorker/#f7bf85cd",
43134318
"https://w3c.github.io/ServiceWorker/#99d701c5",
43144319
"https://w3c.github.io/ServiceWorker/#c9e7c11a",
43154320
"https://w3c.github.io/ServiceWorker/#6ee0eab1",
43164321
"https://w3c.github.io/ServiceWorker/#f7b00a8b",
43174322
"https://w3c.github.io/ServiceWorker/#2aaa2f42",
43184323
"https://w3c.github.io/ServiceWorker/#fa4ea124",
43194324
"https://w3c.github.io/ServiceWorker/#9a95489b",
4325+
"https://w3c.github.io/ServiceWorker/#1a4f3e89",
43204326
"https://w3c.github.io/ServiceWorker/#50b05fad",
43214327
"https://w3c.github.io/ServiceWorker/#cb98f71f",
43224328
"https://w3c.github.io/ServiceWorker/#4b84a0bc",
43234329
"https://w3c.github.io/ServiceWorker/#2889d1ec",
43244330
"https://w3c.github.io/ServiceWorker/#eb1b1af3",
43254331
"https://w3c.github.io/ServiceWorker/#5a391458",
4332+
"https://w3c.github.io/ServiceWorker/#2c16705a",
43264333
"https://w3c.github.io/ServiceWorker/#a27468c5",
43274334
"https://w3c.github.io/ServiceWorker/#d3d229b5",
43284335
"https://w3c.github.io/ServiceWorker/#f78d5b5c",

ed/index.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-01-27T00:51:48.337Z",
4+
"date": "2025-01-27T06:41:54.168Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -3197,9 +3197,9 @@
31973197
],
31983198
"crawled": "https://html.spec.whatwg.org/multipage/",
31993199
"crawlCacheInfo": {
3200-
"lastModified": "Thu, 23 Jan 2025 16:16:55 GMT"
3200+
"lastModified": "Mon, 27 Jan 2025 04:14:49 GMT"
32013201
},
3202-
"date": "23 January 2025",
3202+
"date": "27 January 2025",
32033203
"algorithms": "algorithms/html.json",
32043204
"links": "links/html.json",
32053205
"refs": "refs/html.json",
@@ -11446,11 +11446,11 @@
1144611446
],
1144711447
"crawled": "https://wicg.github.io/fenced-frame/",
1144811448
"crawlCacheInfo": {
11449-
"lastModified": "Fri, 24 Jan 2025 14:40:56 GMT"
11449+
"lastModified": "Mon, 27 Jan 2025 03:51:50 GMT"
1145011450
},
1145111451
"generator": "bikeshed",
11452-
"date": "24 January 2025",
11453-
"revision": "2967ddccbf48e9ba33097515d1dbdf8f73c68335",
11452+
"date": "27 January 2025",
11453+
"revision": "1c78202a40f8d57726c0d22256a12b54bb6c3ccf",
1145411454
"algorithms": "algorithms/fenced-frame.json",
1145511455
"links": "links/fenced-frame.json",
1145611456
"refs": "refs/fenced-frame.json",
@@ -33400,11 +33400,11 @@
3340033400
],
3340133401
"crawled": "https://w3c.github.io/ServiceWorker/",
3340233402
"crawlCacheInfo": {
33403-
"lastModified": "Fri, 24 Jan 2025 06:03:08 GMT"
33403+
"lastModified": "Mon, 27 Jan 2025 02:47:24 GMT"
3340433404
},
3340533405
"generator": "bikeshed",
33406-
"date": "24 January 2025",
33407-
"revision": "522a17c3b5abe33b0ecd918e6f7a517c7341a574",
33406+
"date": "27 January 2025",
33407+
"revision": "45e047cee52cc1528698b8538b6d1d469ba25a12",
3340833408
"algorithms": "algorithms/service-workers.json",
3340933409
"links": "links/service-workers.json",
3341033410
"refs": "refs/service-workers.json",

ed/links/fenced-frame.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"https://github.com/WICG/fenced-frame/issues/191": {},
3535
"https://github.com/WICG/fenced-frame/issues/192": {},
3636
"https://github.com/WICG/fenced-frame/issues/194": {},
37+
"https://github.com/WICG/fenced-frame/issues/207": {},
3738
"https://github.com/WICG/fenced-frame/issues/new": {},
3839
"https://github.com/WICG/fenced-frame/pull/84": {
3940
"anchors": [
@@ -697,8 +698,8 @@
697698
"anchors": [
698699
"history-3",
699700
"dom-history-length",
700-
"window-navigable",
701701
"window-bc",
702+
"window-navigable",
702703
"concept-document-window",
703704
"dom-opener",
704705
"window",
@@ -731,8 +732,8 @@
731732
},
732733
"https://html.spec.whatwg.org/multipage/webappapis.html": {
733734
"anchors": [
734-
"global-object",
735735
"concept-relevant-global",
736+
"global-object",
736737
"queue-a-global-task",
737738
"dom-manipulation-task-source",
738739
"relevant-settings-object",

ed/links/service-workers.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@
316316
"body-unusable",
317317
"response-service-worker-timing-info",
318318
"fetch-controller-serialized-abort-reason",
319+
"concept-method",
320+
"forbidden-method",
321+
"concept-method-normalize",
319322
"concept-request-mode",
320323
"header-list-contains",
321324
"concept-header-list-combine"

0 commit comments

Comments
 (0)