Skip to content

Commit 8c85629

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.7.
1 parent eb55485 commit 8c85629

File tree

14 files changed

+7547
-7558
lines changed

14 files changed

+7547
-7558
lines changed

ed/algorithms/FileAPI.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"rationale": ".algorithm",
223223
"steps": [
224224
{
225-
"html": "<p>Let <var>native line ending</var> be be the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-point\" id=\"ref-for-code-point\">code point</a> U+000A LF.</p>"
225+
"html": "<p>Let <var>native line ending</var> be the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-point\" id=\"ref-for-code-point\">code point</a> U+000A LF.</p>"
226226
},
227227
{
228228
"html": "<p>If the underlying platform’s conventions are\nto represent newlines as a carriage return and line feed sequence,\nset <var>native line ending</var> to the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-point\" id=\"ref-for-code-point①\">code point</a> U+000D CR\nfollowed by the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-point\" id=\"ref-for-code-point②\">code point</a> U+000A LF.</p>"

ed/algorithms/fetch.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
{
196196
"name": "header list/get a structured field value",
197197
"href": "https://fetch.spec.whatwg.org/#concept-header-list-get-structured-header",
198-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"header list\" data-dfn-type=\"dfn\" data-export=\"\" id=\"concept-header-list-get-structured-header\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">get a structured field value</dfn> given a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#header-name\" id=\"ref-for-header-name\">header name</a> <var>name</var> and a string <var>type</var> from a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-header-list\" id=\"ref-for-concept-header-list①\">header list</a> <var>list</var>, run these steps. They return null or a <a data-link-type=\"dfn\" href=\"https://httpwg.org/specs/rfc8941.html#rfc.section.2\" id=\"ref-for-rfc.section.2\">structured field value</a>.",
198+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"header list\" data-dfn-type=\"dfn\" data-export=\"\" id=\"concept-header-list-get-structured-header\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">get a structured field value</dfn> given a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#header-name\" id=\"ref-for-header-name\">header name</a> <var>name</var> and a string <var>type</var> from a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-header-list\" id=\"ref-for-concept-header-list①\">header list</a> <var>list</var>, run these steps. They return null or a <a data-link-type=\"dfn\" href=\"https://httpwg.org/specs/rfc9651.html#rfc.section.2\" id=\"ref-for-rfc.section.2\">structured field value</a>.",
199199
"rationale": ".algorithm",
200200
"steps": [
201201
{
@@ -208,7 +208,7 @@
208208
"html": "<p>If <var>value</var> is null, then return null. </p>"
209209
},
210210
{
211-
"html": "<p>Let <var>result</var> be the result of <a data-link-type=\"dfn\" href=\"https://httpwg.org/specs/rfc8941.html#text-parse\" id=\"ref-for-text-parse\">parsing structured fields</a> with <var>input_string</var> set to <var>value</var> and <var>header_type</var> set to <var>type</var>. </p>"
211+
"html": "<p>Let <var>result</var> be the result of <a data-link-type=\"dfn\" href=\"https://httpwg.org/specs/rfc9651.html#text-parse\" id=\"ref-for-text-parse\">parsing structured fields</a> with <var>input_string</var> set to <var>value</var> and <var>header_type</var> set to <var>type</var>. </p>"
212212
},
213213
{
214214
"html": "<p>If parsing failed, then return null. </p>"
@@ -221,11 +221,11 @@
221221
{
222222
"name": "header list/set a structured field value",
223223
"href": "https://fetch.spec.whatwg.org/#concept-header-list-set-structured-header",
224-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"header list\" data-dfn-type=\"dfn\" data-export=\"\" id=\"concept-header-list-set-structured-header\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">set a structured field value</dfn> given a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#tuple\" id=\"ref-for-tuple\">tuple</a> (<a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#header-name\" id=\"ref-for-header-name①\">header name</a> <var>name</var>, <a data-link-type=\"dfn\" href=\"https://httpwg.org/specs/rfc8941.html#rfc.section.2\" id=\"ref-for-rfc.section.2②\">structured field value</a> <var>structuredValue</var>), in a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-header-list\" id=\"ref-for-concept-header-list②\">header list</a> <var>list</var>:",
224+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"header list\" data-dfn-type=\"dfn\" data-export=\"\" id=\"concept-header-list-set-structured-header\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">set a structured field value</dfn> given a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#tuple\" id=\"ref-for-tuple\">tuple</a> (<a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#header-name\" id=\"ref-for-header-name①\">header name</a> <var>name</var>, <a data-link-type=\"dfn\" href=\"https://httpwg.org/specs/rfc9651.html#rfc.section.2\" id=\"ref-for-rfc.section.2②\">structured field value</a> <var>structuredValue</var>), in a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-header-list\" id=\"ref-for-concept-header-list②\">header list</a> <var>list</var>:",
225225
"rationale": ".algorithm",
226226
"steps": [
227227
{
228-
"html": "<p>Let <var>serializedValue</var> be the result of executing the <a data-link-type=\"dfn\" href=\"https://httpwg.org/specs/rfc8941.html#text-serialize\" id=\"ref-for-text-serialize\">serializing structured fields</a> algorithm on <var>structuredValue</var>. </p>"
228+
"html": "<p>Let <var>serializedValue</var> be the result of executing the <a data-link-type=\"dfn\" href=\"https://httpwg.org/specs/rfc9651.html#text-serialize\" id=\"ref-for-text-serialize\">serializing structured fields</a> algorithm on <var>structuredValue</var>. </p>"
229229
},
230230
{
231231
"html": "<p><a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-header-list-set\" id=\"ref-for-concept-header-list-set\">Set</a> (<var>name</var>, <var>serializedValue</var>) in <var>list</var>. </p>"
@@ -2783,7 +2783,7 @@
27832783
"html": "<p><a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/webappsec-fetch-metadata/#abstract-opdef-append-the-fetch-metadata-headers-for-a-request\" id=\"ref-for-abstract-opdef-append-the-fetch-metadata-headers-for-a-request\">Append the Fetch metadata headers for <var>httpRequest</var></a>. <a data-link-type=\"biblio\" href=\"https://fetch.spec.whatwg.org/#biblio-fetch-metadata\" title=\"Fetch Metadata Request Headers\">[FETCH-METADATA]</a> </p>"
27842784
},
27852785
{
2786-
"html": "<p>If <var>httpRequest</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-initiator\" id=\"ref-for-concept-request-initiator⑤\">initiator</a> is \"<code>prefetch</code>\", then <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-header-list-set-structured-header\" id=\"ref-for-concept-header-list-set-structured-header\">set a structured field value</a> given (`<a data-link-type=\"http-header\" href=\"https://fetch.spec.whatwg.org/#http-sec-purpose\" id=\"ref-for-http-sec-purpose①\"><code>Sec-Purpose</code></a>`,\n the <a data-link-type=\"dfn\" href=\"https://httpwg.org/specs/rfc8941.html#token\" id=\"ref-for-token②\">token</a> <code>prefetch</code>) in <var>httpRequest</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-header-list\" id=\"ref-for-concept-request-header-list①⑨\">header list</a>. </p>"
2786+
"html": "<p>If <var>httpRequest</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-initiator\" id=\"ref-for-concept-request-initiator⑤\">initiator</a> is \"<code>prefetch</code>\", then <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-header-list-set-structured-header\" id=\"ref-for-concept-header-list-set-structured-header\">set a structured field value</a> given (`<a data-link-type=\"http-header\" href=\"https://fetch.spec.whatwg.org/#http-sec-purpose\" id=\"ref-for-http-sec-purpose①\"><code>Sec-Purpose</code></a>`,\n the <a data-link-type=\"dfn\" href=\"https://httpwg.org/specs/rfc9651.html#token\" id=\"ref-for-token②\">token</a> <code>prefetch</code>) in <var>httpRequest</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-header-list\" id=\"ref-for-concept-request-header-list①⑨\">header list</a>. </p>"
27872787
},
27882788
{
27892789
"html": "<p>If <var>httpRequest</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-header-list\" id=\"ref-for-concept-request-header-list②⓪\">header list</a> <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#header-list-contains\" id=\"ref-for-header-list-contains①②\">does not contain</a> `<code>User-Agent</code>`, then user agents should <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-header-list-append\" id=\"ref-for-concept-header-list-append⑦\">append</a> (`<code>User-Agent</code>`, <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#default-user-agent-value\" id=\"ref-for-default-user-agent-value\">default `<code>User-Agent</code>` value</a>) to <var>httpRequest</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-header-list\" id=\"ref-for-concept-request-header-list②①\">header list</a>. </p>"

0 commit comments

Comments
 (0)