Skip to content

Commit bf478c2

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.2.
1 parent 18e12db commit bf478c2

File tree

7 files changed

+46
-45
lines changed

7 files changed

+46
-45
lines changed

ed/algorithms/fetch.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@
11021102
{
11031103
"name": "resolve an origin",
11041104
"href": "https://fetch.spec.whatwg.org/#resolve-an-origin",
1105-
"html": "<a class=\"tracking-vector\" href=\"https://infra.spec.whatwg.org/#tracking-vector\" style=\"color: currentcolor\"><img alt=\"(This is a tracking vector.)\" class=\"darkmode-aware\" crossorigin=\"\" height=\"64\" src=\"https://resources.whatwg.org/tracking-vector.svg\" title=\"There is a tracking vector here.\" width=\"46\"></a> To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"resolve-an-origin\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">resolve an origin<span id=\"resolve-a-domain\"></span></dfn>, given a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#network-partition-key\" id=\"ref-for-network-partition-key\">network partition key</a> <var>key</var> and an <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin\" id=\"ref-for-concept-origin②\">origin</a> <var>origin</var>:",
1105+
"html": "<a class=\"tracking-vector\" href=\"https://infra.spec.whatwg.org/#tracking-vector\" style=\"color: currentcolor\"><img alt=\"(This is a tracking vector.)\" class=\"darkmode-aware\" crossorigin=\"\" height=\"64\" src=\"https://resources.whatwg.org/tracking-vector.svg\" title=\"There is a tracking vector here.\" width=\"46\"></a> To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"resolve-an-origin\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><span class=\"bs-old-id\" id=\"resolve-a-domain\"></span>resolve an origin</dfn>, given a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#network-partition-key\" id=\"ref-for-network-partition-key\">network partition key</a> <var>key</var> and an <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin\" id=\"ref-for-concept-origin②\">origin</a> <var>origin</var>:",
11061106
"rationale": ".algorithm",
11071107
"steps": [
11081108
{
@@ -1667,7 +1667,7 @@
16671667
{
16681668
"name": "fetch",
16691669
"href": "https://fetch.spec.whatwg.org/#concept-fetch",
1670-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"concept-fetch\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">fetch</dfn>, given a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request\" id=\"ref-for-concept-request①⓪⑤\">request</a> <var>request</var>, an\noptional algorithm <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch\" data-dfn-type=\"dfn\" data-export=\"\" id=\"process-request-body\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><var>processRequestBodyChunkLength</var></dfn>, an\noptional algorithm <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch\" data-dfn-type=\"dfn\" data-export=\"\" id=\"process-request-end-of-body\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><var>processRequestEndOfBody</var><span id=\"process-request-end-of-file\"></span></dfn>,\nan optional algorithm <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch\" data-dfn-type=\"dfn\" data-export=\"\" id=\"fetch-processearlyhintsresponse\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><var>processEarlyHintsResponse</var></dfn>, an optional\nalgorithm <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch\" data-dfn-type=\"dfn\" data-export=\"\" id=\"process-response\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><var>processResponse</var></dfn>, an optional\nalgorithm <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch\" data-dfn-type=\"dfn\" data-export=\"\" id=\"fetch-processresponseendofbody\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><var>processResponseEndOfBody</var></dfn>, an optional algorithm <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch\" data-dfn-type=\"dfn\" data-export=\"\" id=\"process-response-end-of-body\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><var>processResponseConsumeBody</var><span id=\"process-response-end-of-file\"></span></dfn>,\nand an optional boolean <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch\" data-dfn-type=\"dfn\" data-export=\"\" id=\"fetch-useparallelqueue\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><var>useParallelQueue</var></dfn> (default false), run\nthe steps below. If given, <var>processRequestBodyChunkLength</var> must be an algorithm accepting\nan integer representing the number of bytes transmitted. If given, <var>processRequestEndOfBody</var> must be an algorithm accepting no arguments. If given, <var>processEarlyHintsResponse</var> must be an algorithm accepting a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response④③\">response</a>. If\ngiven, <var>processResponse</var> must be an algorithm accepting a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response④④\">response</a>. If given, <var>processResponseEndOfBody</var> must be an algorithm accepting a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response④⑤\">response</a>. If\ngiven, <var>processResponseConsumeBody</var> must be an algorithm accepting a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response④⑥\">response</a> and null, failure, or a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#byte-sequence\" id=\"ref-for-byte-sequence①⑤\">byte sequence</a>.",
1670+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"concept-fetch\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">fetch</dfn>, given a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request\" id=\"ref-for-concept-request①⓪⑤\">request</a> <var>request</var>, an\noptional algorithm <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch\" data-dfn-type=\"dfn\" data-export=\"\" id=\"process-request-body\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><var>processRequestBodyChunkLength</var></dfn>, an\noptional algorithm <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch\" data-dfn-type=\"dfn\" data-export=\"\" id=\"process-request-end-of-body\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><span class=\"bs-old-id\" id=\"process-request-end-of-file\"></span><var>processRequestEndOfBody</var></dfn>,\nan optional algorithm <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch\" data-dfn-type=\"dfn\" data-export=\"\" id=\"fetch-processearlyhintsresponse\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><var>processEarlyHintsResponse</var></dfn>, an optional\nalgorithm <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch\" data-dfn-type=\"dfn\" data-export=\"\" id=\"process-response\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><var>processResponse</var></dfn>, an optional\nalgorithm <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch\" data-dfn-type=\"dfn\" data-export=\"\" id=\"fetch-processresponseendofbody\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><var>processResponseEndOfBody</var></dfn>, an optional algorithm <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch\" data-dfn-type=\"dfn\" data-export=\"\" id=\"process-response-end-of-body\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><span class=\"bs-old-id\" id=\"process-response-end-of-file\"></span><var>processResponseConsumeBody</var></dfn>,\nand an optional boolean <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"fetch\" data-dfn-type=\"dfn\" data-export=\"\" id=\"fetch-useparallelqueue\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><var>useParallelQueue</var></dfn> (default false), run\nthe steps below. If given, <var>processRequestBodyChunkLength</var> must be an algorithm accepting\nan integer representing the number of bytes transmitted. If given, <var>processRequestEndOfBody</var> must be an algorithm accepting no arguments. If given, <var>processEarlyHintsResponse</var> must be an algorithm accepting a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response④③\">response</a>. If\ngiven, <var>processResponse</var> must be an algorithm accepting a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response④④\">response</a>. If given, <var>processResponseEndOfBody</var> must be an algorithm accepting a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response④⑤\">response</a>. If\ngiven, <var>processResponseConsumeBody</var> must be an algorithm accepting a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response④⑥\">response</a> and null, failure, or a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#byte-sequence\" id=\"ref-for-byte-sequence①⑤\">byte sequence</a>.",
16711671
"rationale": ".algorithm",
16721672
"steps": [
16731673
{
@@ -2243,7 +2243,7 @@
22432243
{
22442244
"name": "scheme fetch",
22452245
"href": "https://fetch.spec.whatwg.org/#concept-scheme-fetch",
2246-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"concept-scheme-fetch\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">scheme fetch<span id=\"concept-basic-fetch\"></span></dfn>, given a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-params\" id=\"ref-for-fetch-params⑥\">fetch params</a> <var>fetchParams</var>:",
2246+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"concept-scheme-fetch\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><span class=\"bs-old-id\" id=\"concept-basic-fetch\"></span>scheme fetch</dfn>, given a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-params\" id=\"ref-for-fetch-params⑥\">fetch params</a> <var>fetchParams</var>:",
22472247
"rationale": ".algorithm",
22482248
"steps": [
22492249
{
@@ -3273,7 +3273,10 @@
32733273
"html": "<p>Let <var>buffer</var> be an empty <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#byte-sequence\" id=\"ref-for-byte-sequence①⑦\">byte sequence</a>. </p>"
32743274
},
32753275
{
3276-
"html": "Let <var>pullAlgorithm</var> be the followings steps:",
3276+
"html": "<p>Let <var>stream</var> be a <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#new\" id=\"ref-for-new\">new</a> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://streams.spec.whatwg.org/#readablestream\" id=\"ref-for-readablestream③\">ReadableStream</a></code>. </p>"
3277+
},
3278+
{
3279+
"html": "Let <var>pullAlgorithm</var> be the following steps:",
32773280
"rationale": "let",
32783281
"steps": [
32793282
{
@@ -3314,9 +3317,6 @@
33143317
{
33153318
"html": "<p>Let <var>cancelAlgorithm</var> be an algorithm that <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-controller-abort\" id=\"ref-for-fetch-controller-abort①\">aborts</a> <var>fetchParams</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-params-controller\" id=\"ref-for-fetch-params-controller①③\">controller</a> with <var>reason</var>, given <var>reason</var>. </p>"
33163319
},
3317-
{
3318-
"html": "<p>Let <var>stream</var> be a <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#new\" id=\"ref-for-new\">new</a> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://streams.spec.whatwg.org/#readablestream\" id=\"ref-for-readablestream③\">ReadableStream</a></code>. </p>"
3319-
},
33203320
{
33213321
"html": "<p><a data-link-type=\"dfn\" href=\"https://streams.spec.whatwg.org/#readablestream-set-up-with-byte-reading-support\" id=\"ref-for-readablestream-set-up-with-byte-reading-support\">Set up</a> <var>stream</var> with byte reading\n support with <var><a data-link-type=\"dfn\" href=\"https://streams.spec.whatwg.org/#readablestream-set-up-pullalgorithm\" id=\"ref-for-readablestream-set-up-pullalgorithm\">pullAlgorithm</a></var> set to <var>pullAlgorithm</var>, <var><a data-link-type=\"dfn\" href=\"https://streams.spec.whatwg.org/#readablestream-set-up-cancelalgorithm\" id=\"ref-for-readablestream-set-up-cancelalgorithm\">cancelAlgorithm</a></var> set to <var>cancelAlgorithm</var>. </p>"
33223322
},

ed/algorithms/webdriver-bidi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3970,7 +3970,7 @@
39703970
"rationale": "set",
39713971
"steps": [
39723972
{
3973-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-set\" id=\"ref-for-map-set②\">Set</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#geolocation-overrides-map\" id=\"ref-for-geolocation-overrides-map②\">geolocation overrides map</a>[<var>user context</var>] to a <var>command parameters</var>[\"<code>coordinates</code>\"].</p>"
3973+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-set\" id=\"ref-for-map-set②\">Set</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#geolocation-overrides-map\" id=\"ref-for-geolocation-overrides-map②\">geolocation overrides map</a>[<var>user context</var>] to <var>command parameters</var>[\"<code>coordinates</code>\"].</p>"
39743974
},
39753975
{
39763976
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate⑤\">For each</a> <var>top-level traversable</var> of the list of all <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversable\" id=\"ref-for-top-level-traversable④①\">top-level traversables</a> whose <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#associated-user-context\" id=\"ref-for-associated-user-context①⑧\">associated user context</a> is <var>user context</var>:",

ed/dfns/ecma-426.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
"heading": {
513513
"id": "sec-bibliography",
514514
"href": "https://tc39.es/ecma426/#sec-bibliography",
515-
"title": "D Bibliography"
515+
"title": "Annex D (informative) Bibliography"
516516
},
517517
"definedIn": "prose"
518518
},
@@ -530,7 +530,7 @@
530530
"heading": {
531531
"id": "sec-bibliography",
532532
"href": "https://tc39.es/ecma426/#sec-bibliography",
533-
"title": "D Bibliography"
533+
"title": "Annex D (informative) Bibliography"
534534
},
535535
"definedIn": "prose"
536536
},
@@ -548,7 +548,7 @@
548548
"heading": {
549549
"id": "sec-bibliography",
550550
"href": "https://tc39.es/ecma426/#sec-bibliography",
551-
"title": "D Bibliography"
551+
"title": "Annex D (informative) Bibliography"
552552
},
553553
"definedIn": "prose"
554554
}

ed/ids/fetch.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2587,6 +2587,8 @@
25872587
"https://fetch.spec.whatwg.org/#ref-for-if-aborted%E2%91%A0",
25882588
"https://fetch.spec.whatwg.org/#ref-for-appropriate-network-error%E2%91%A4",
25892589
"https://fetch.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A0%E2%91%A6",
2590+
"https://fetch.spec.whatwg.org/#ref-for-new",
2591+
"https://fetch.spec.whatwg.org/#ref-for-readablestream%E2%91%A2",
25902592
"https://fetch.spec.whatwg.org/#ref-for-a-new-promise",
25912593
"https://fetch.spec.whatwg.org/#ref-for-in-parallel%E2%91%A3",
25922594
"https://fetch.spec.whatwg.org/#ref-for-concept-fetch-suspend",
@@ -2600,8 +2602,6 @@
26002602
"https://fetch.spec.whatwg.org/#ref-for-resolve",
26012603
"https://fetch.spec.whatwg.org/#ref-for-fetch-controller-abort%E2%91%A0",
26022604
"https://fetch.spec.whatwg.org/#ref-for-fetch-params-controller%E2%91%A0%E2%91%A2",
2603-
"https://fetch.spec.whatwg.org/#ref-for-new",
2604-
"https://fetch.spec.whatwg.org/#ref-for-readablestream%E2%91%A2",
26052605
"https://fetch.spec.whatwg.org/#ref-for-readablestream-set-up-with-byte-reading-support",
26062606
"https://fetch.spec.whatwg.org/#ref-for-readablestream-set-up-pullalgorithm",
26072607
"https://fetch.spec.whatwg.org/#ref-for-readablestream-set-up-cancelalgorithm",
@@ -4165,10 +4165,10 @@
41654165
"https://fetch.spec.whatwg.org/#ref-for-cors-request%E2%91%A0%E2%91%A6",
41664166
"https://fetch.spec.whatwg.org/#ref-for-cors-request%E2%91%A0%E2%91%A7",
41674167
"https://fetch.spec.whatwg.org/#websocket-protocol",
4168-
"https://fetch.spec.whatwg.org/#websocket-connections",
4169-
"https://fetch.spec.whatwg.org/#websocket-opening-handshake",
4170-
"https://fetch.spec.whatwg.org/#fail-the-websocket-connection",
41714168
"https://fetch.spec.whatwg.org/#the-websocket-connection-is-established",
4169+
"https://fetch.spec.whatwg.org/#fail-the-websocket-connection",
4170+
"https://fetch.spec.whatwg.org/#websocket-opening-handshake",
4171+
"https://fetch.spec.whatwg.org/#websocket-connections",
41724172
"https://fetch.spec.whatwg.org/#ref-for-websocket%E2%91%A1",
41734173
"https://fetch.spec.whatwg.org/#ref-for-concept-fetch%E2%91%A2%E2%93%AA",
41744174
"https://fetch.spec.whatwg.org/#ref-for-concept-request%E2%91%A0%E2%91%A0%E2%91%A6",

0 commit comments

Comments
 (0)