Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 18.3.0.
  • Loading branch information
reffy-bot committed Jan 27, 2025
1 parent aca2c57 commit daacd55
Show file tree
Hide file tree
Showing 9 changed files with 384 additions and 322 deletions.
90 changes: 48 additions & 42 deletions ed/algorithms/fenced-frame.json

Large diffs are not rendered by default.

225 changes: 120 additions & 105 deletions ed/algorithms/html.json

Large diffs are not rendered by default.

24 changes: 21 additions & 3 deletions ed/algorithms/service-workers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4274,7 +4274,22 @@
]
},
{
"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>"
"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>:",
"rationale": "let",
"steps": [
{
"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>"
},
{
"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>"
},
{
"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>"
},
{
"html": "<p>Set <var>hasCondition</var> to true.</p>"
}
]
},
{
"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>"
Expand Down Expand Up @@ -4387,11 +4402,14 @@
]
},
{
"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:",
"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:",
"rationale": "let",
"steps": [
{
"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>"
"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>"
},
{
"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>"
},
{
"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>"
Expand Down
163 changes: 85 additions & 78 deletions ed/ids/fenced-frame.json

Large diffs are not rendered by default.

167 changes: 86 additions & 81 deletions ed/ids/html.json

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions ed/ids/service-workers.json
Original file line number Diff line number Diff line change
Expand Up @@ -3664,6 +3664,9 @@
"https://w3c.github.io/ServiceWorker/#ref-for-url-pattern-has-regexp-groups",
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestmethod",
"https://w3c.github.io/ServiceWorker/#ref-for-map-exists%E2%91%A0%E2%91%A0",
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestmethod%E2%91%A0",
"https://w3c.github.io/ServiceWorker/#ref-for-concept-method",
"https://w3c.github.io/ServiceWorker/#ref-for-forbidden-method",
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestmode",
"https://w3c.github.io/ServiceWorker/#ref-for-map-exists%E2%91%A0%E2%91%A1",
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestdestination",
Expand Down Expand Up @@ -3699,9 +3702,10 @@
"https://w3c.github.io/ServiceWorker/#ref-for-parse-url-pattern%E2%91%A0",
"https://w3c.github.io/ServiceWorker/#ref-for-url-pattern-match",
"https://w3c.github.io/ServiceWorker/#ref-for-concept-request-url%E2%91%A0%E2%93%AA",
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestmethod%E2%91%A0",
"https://w3c.github.io/ServiceWorker/#ref-for-map-exists%E2%91%A1%E2%93%AA",
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestmethod%E2%91%A1",
"https://w3c.github.io/ServiceWorker/#ref-for-map-exists%E2%91%A1%E2%93%AA",
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestmethod%E2%91%A2",
"https://w3c.github.io/ServiceWorker/#ref-for-concept-method-normalize",
"https://w3c.github.io/ServiceWorker/#ref-for-concept-request-method%E2%91%A6",
"https://w3c.github.io/ServiceWorker/#ref-for-dom-routercondition-requestmode%E2%91%A0",
"https://w3c.github.io/ServiceWorker/#ref-for-map-exists%E2%91%A1%E2%91%A0",
Expand Down Expand Up @@ -4310,19 +4314,22 @@
"https://w3c.github.io/ServiceWorker/#6bb42fbb",
"https://w3c.github.io/ServiceWorker/#00f91d3b",
"https://w3c.github.io/ServiceWorker/#de82addd",
"https://w3c.github.io/ServiceWorker/#f7bf85cd",
"https://w3c.github.io/ServiceWorker/#99d701c5",
"https://w3c.github.io/ServiceWorker/#c9e7c11a",
"https://w3c.github.io/ServiceWorker/#6ee0eab1",
"https://w3c.github.io/ServiceWorker/#f7b00a8b",
"https://w3c.github.io/ServiceWorker/#2aaa2f42",
"https://w3c.github.io/ServiceWorker/#fa4ea124",
"https://w3c.github.io/ServiceWorker/#9a95489b",
"https://w3c.github.io/ServiceWorker/#1a4f3e89",
"https://w3c.github.io/ServiceWorker/#50b05fad",
"https://w3c.github.io/ServiceWorker/#cb98f71f",
"https://w3c.github.io/ServiceWorker/#4b84a0bc",
"https://w3c.github.io/ServiceWorker/#2889d1ec",
"https://w3c.github.io/ServiceWorker/#eb1b1af3",
"https://w3c.github.io/ServiceWorker/#5a391458",
"https://w3c.github.io/ServiceWorker/#2c16705a",
"https://w3c.github.io/ServiceWorker/#a27468c5",
"https://w3c.github.io/ServiceWorker/#d3d229b5",
"https://w3c.github.io/ServiceWorker/#f78d5b5c",
Expand Down
18 changes: 9 additions & 9 deletions ed/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
"date": "2025-01-27T00:51:48.337Z",
"date": "2025-01-27T06:41:54.168Z",
"options": {
"fallback": "ed/index.json",
"output": "report",
Expand Down Expand Up @@ -3197,9 +3197,9 @@
],
"crawled": "https://html.spec.whatwg.org/multipage/",
"crawlCacheInfo": {
"lastModified": "Thu, 23 Jan 2025 16:16:55 GMT"
"lastModified": "Mon, 27 Jan 2025 04:14:49 GMT"
},
"date": "23 January 2025",
"date": "27 January 2025",
"algorithms": "algorithms/html.json",
"links": "links/html.json",
"refs": "refs/html.json",
Expand Down Expand Up @@ -11446,11 +11446,11 @@
],
"crawled": "https://wicg.github.io/fenced-frame/",
"crawlCacheInfo": {
"lastModified": "Fri, 24 Jan 2025 14:40:56 GMT"
"lastModified": "Mon, 27 Jan 2025 03:51:50 GMT"
},
"generator": "bikeshed",
"date": "24 January 2025",
"revision": "2967ddccbf48e9ba33097515d1dbdf8f73c68335",
"date": "27 January 2025",
"revision": "1c78202a40f8d57726c0d22256a12b54bb6c3ccf",
"algorithms": "algorithms/fenced-frame.json",
"links": "links/fenced-frame.json",
"refs": "refs/fenced-frame.json",
Expand Down Expand Up @@ -33400,11 +33400,11 @@
],
"crawled": "https://w3c.github.io/ServiceWorker/",
"crawlCacheInfo": {
"lastModified": "Fri, 24 Jan 2025 06:03:08 GMT"
"lastModified": "Mon, 27 Jan 2025 02:47:24 GMT"
},
"generator": "bikeshed",
"date": "24 January 2025",
"revision": "522a17c3b5abe33b0ecd918e6f7a517c7341a574",
"date": "27 January 2025",
"revision": "45e047cee52cc1528698b8538b6d1d469ba25a12",
"algorithms": "algorithms/service-workers.json",
"links": "links/service-workers.json",
"refs": "refs/service-workers.json",
Expand Down
5 changes: 3 additions & 2 deletions ed/links/fenced-frame.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"https://github.com/WICG/fenced-frame/issues/191": {},
"https://github.com/WICG/fenced-frame/issues/192": {},
"https://github.com/WICG/fenced-frame/issues/194": {},
"https://github.com/WICG/fenced-frame/issues/207": {},
"https://github.com/WICG/fenced-frame/issues/new": {},
"https://github.com/WICG/fenced-frame/pull/84": {
"anchors": [
Expand Down Expand Up @@ -697,8 +698,8 @@
"anchors": [
"history-3",
"dom-history-length",
"window-navigable",
"window-bc",
"window-navigable",
"concept-document-window",
"dom-opener",
"window",
Expand Down Expand Up @@ -731,8 +732,8 @@
},
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
"global-object",
"concept-relevant-global",
"global-object",
"queue-a-global-task",
"dom-manipulation-task-source",
"relevant-settings-object",
Expand Down
3 changes: 3 additions & 0 deletions ed/links/service-workers.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@
"body-unusable",
"response-service-worker-timing-info",
"fetch-controller-serialized-abort-reason",
"concept-method",
"forbidden-method",
"concept-method-normalize",
"concept-request-mode",
"header-list-contains",
"concept-header-list-combine"
Expand Down

0 comments on commit daacd55

Please sign in to comment.