Skip to content

Commit 2132ec7

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.2.
1 parent 539c287 commit 2132ec7

15 files changed

+786
-687
lines changed

ed/algorithms/first-party-sets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
"html": "<p>Let <var>domain</var> be site’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-host\" id=\"ref-for-concept-origin-host\">host</a>.</p>"
332332
},
333333
{
334-
"html": "For each <var>origin</var> known to the user agent whose <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-host\" id=\"ref-for-concept-origin-host①\">host</a>'s <a data-link-type=\"dfn\" href=\"https://publicsuffix.org/list/#\" id=\"ref-for-something\">registered domain</a> is <var>domain</var>:",
334+
"html": "For each <var>origin</var> known to the user agent whose <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-host\" id=\"ref-for-concept-origin-host①\">host</a>s <a data-link-type=\"dfn\" href=\"https://publicsuffix.org/list/#\" id=\"ref-for-something\">registered domain</a> is <var>domain</var>:",
335335
"rationale": "clear",
336336
"steps": [
337337
{

ed/algorithms/url.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@
828828
{
829829
"name": "relative-URL string",
830830
"href": "https://url.spec.whatwg.org/#relative-url-string",
831-
"html": "A <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"relative-url-string\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">relative-URL string<span id=\"syntax-url-relative\"></span></dfn> must be one of the following,\nswitching on <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-base-url\" id=\"ref-for-concept-base-url⑦\">base URL</a>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\" id=\"ref-for-concept-url-scheme①①\">scheme</a>:",
831+
"html": "A <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"relative-url-string\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><span class=\"bs-old-id\" id=\"syntax-url-relative\"></span>relative-URL string</dfn> must be one of the following,\nswitching on <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-base-url\" id=\"ref-for-concept-base-url⑦\">base URL</a>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\" id=\"ref-for-concept-url-scheme①①\">scheme</a>:",
832832
"rationale": ".switch",
833833
"steps": [
834834
{
@@ -1241,14 +1241,14 @@
12411241
"html": "<p>If <var>state override</var> is given and <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\" id=\"ref-for-concept-url-scheme②⑦\">scheme</a> is\n \"<code>file</code>\", then decrease <var>pointer</var> by 1 and set <var>state</var> to <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#file-host-state\" id=\"ref-for-file-host-state\">file host state</a>. </p>"
12421242
},
12431243
{
1244-
"html": "Otherwise, if <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#c\" id=\"ref-for-c④②\">c</a> is U+003A (:) and <var>insideBrackets</var> is false, then:",
1244+
"html": "Otherwise, if <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#c\" id=\"ref-for-c④②\">c</a> is U+003A (:) and <var>insideBrackets</var> is false:",
12451245
"rationale": "if",
12461246
"steps": [
12471247
{
12481248
"html": "<p>If <var>buffer</var> is the empty string, <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#host-missing\" id=\"ref-for-host-missing①\">host-missing</a> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#validation-error\" id=\"ref-for-validation-error④②\">validation error</a>,\n return failure. </p>"
12491249
},
12501250
{
1251-
"html": "<p>If <var>state override</var> is given and <var>state override</var> is <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#hostname-state\" id=\"ref-for-hostname-state\">hostname state</a>, then return. </p>"
1251+
"html": "<p>If <var>state override</var> is given and <var>state override</var> is <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#hostname-state\" id=\"ref-for-hostname-state\">hostname state</a>, then return failure. </p>"
12521252
},
12531253
{
12541254
"html": "<p>Let <var>host</var> be the result of <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-host-parser\" id=\"ref-for-concept-host-parser⑧\">host parsing</a> <var>buffer</var> with <var>url</var> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#is-not-special\" id=\"ref-for-is-not-special①\">is not special</a>. </p>"
@@ -1262,14 +1262,14 @@
12621262
]
12631263
},
12641264
{
1265-
"html": "then decrease <var>pointer</var> by 1, and then:",
1265+
"html": "then decrease <var>pointer</var> by 1, and:",
12661266
"rationale": "if",
12671267
"steps": [
12681268
{
12691269
"html": "<p>If <var>url</var> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#is-special\" id=\"ref-for-is-special⑨\">is special</a> and <var>buffer</var> is the empty string, <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#host-missing\" id=\"ref-for-host-missing②\">host-missing</a> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#validation-error\" id=\"ref-for-validation-error④③\">validation error</a>, return failure. </p>"
12701270
},
12711271
{
1272-
"html": "<p>Otherwise, if <var>state override</var> is given, <var>buffer</var> is the empty\n string, and either <var>url</var> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#include-credentials\" id=\"ref-for-include-credentials②\">includes credentials</a> or <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-port\" id=\"ref-for-concept-url-port⑧\">port</a> is non-null, return. </p>"
1272+
"html": "<p>Otherwise, if <var>state override</var> is given, <var>buffer</var> is the empty\n string, and either <var>url</var> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#include-credentials\" id=\"ref-for-include-credentials②\">includes credentials</a> or <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-port\" id=\"ref-for-concept-url-port⑧\">port</a> is non-null, then return failure. </p>"
12731273
},
12741274
{
12751275
"html": "<p>Let <var>host</var> be the result of <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-host-parser\" id=\"ref-for-concept-host-parser⑨\">host parsing</a> <var>buffer</var> with <var>url</var> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#is-not-special\" id=\"ref-for-is-not-special②\">is not special</a>. </p>"
@@ -1311,14 +1311,14 @@
13111311
"html": "<p>If <var>state override</var> is given and <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\" id=\"ref-for-concept-url-scheme②⑦\">scheme</a> is\n \"<code>file</code>\", then decrease <var>pointer</var> by 1 and set <var>state</var> to <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#file-host-state\" id=\"ref-for-file-host-state\">file host state</a>. </p>"
13121312
},
13131313
{
1314-
"html": "Otherwise, if <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#c\" id=\"ref-for-c④②\">c</a> is U+003A (:) and <var>insideBrackets</var> is false, then:",
1314+
"html": "Otherwise, if <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#c\" id=\"ref-for-c④②\">c</a> is U+003A (:) and <var>insideBrackets</var> is false:",
13151315
"rationale": "if",
13161316
"steps": [
13171317
{
13181318
"html": "<p>If <var>buffer</var> is the empty string, <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#host-missing\" id=\"ref-for-host-missing①\">host-missing</a> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#validation-error\" id=\"ref-for-validation-error④②\">validation error</a>,\n return failure. </p>"
13191319
},
13201320
{
1321-
"html": "<p>If <var>state override</var> is given and <var>state override</var> is <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#hostname-state\" id=\"ref-for-hostname-state\">hostname state</a>, then return. </p>"
1321+
"html": "<p>If <var>state override</var> is given and <var>state override</var> is <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#hostname-state\" id=\"ref-for-hostname-state\">hostname state</a>, then return failure. </p>"
13221322
},
13231323
{
13241324
"html": "<p>Let <var>host</var> be the result of <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-host-parser\" id=\"ref-for-concept-host-parser⑧\">host parsing</a> <var>buffer</var> with <var>url</var> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#is-not-special\" id=\"ref-for-is-not-special①\">is not special</a>. </p>"
@@ -1332,14 +1332,14 @@
13321332
]
13331333
},
13341334
{
1335-
"html": "then decrease <var>pointer</var> by 1, and then:",
1335+
"html": "then decrease <var>pointer</var> by 1, and:",
13361336
"rationale": "if",
13371337
"steps": [
13381338
{
13391339
"html": "<p>If <var>url</var> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#is-special\" id=\"ref-for-is-special⑨\">is special</a> and <var>buffer</var> is the empty string, <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#host-missing\" id=\"ref-for-host-missing②\">host-missing</a> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#validation-error\" id=\"ref-for-validation-error④③\">validation error</a>, return failure. </p>"
13401340
},
13411341
{
1342-
"html": "<p>Otherwise, if <var>state override</var> is given, <var>buffer</var> is the empty\n string, and either <var>url</var> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#include-credentials\" id=\"ref-for-include-credentials②\">includes credentials</a> or <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-port\" id=\"ref-for-concept-url-port⑧\">port</a> is non-null, return. </p>"
1342+
"html": "<p>Otherwise, if <var>state override</var> is given, <var>buffer</var> is the empty\n string, and either <var>url</var> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#include-credentials\" id=\"ref-for-include-credentials②\">includes credentials</a> or <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-port\" id=\"ref-for-concept-url-port⑧\">port</a> is non-null, then return failure. </p>"
13431343
},
13441344
{
13451345
"html": "<p>Let <var>host</var> be the result of <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-host-parser\" id=\"ref-for-concept-host-parser⑨\">host parsing</a> <var>buffer</var> with <var>url</var> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#is-not-special\" id=\"ref-for-is-not-special②\">is not special</a>. </p>"
@@ -2392,7 +2392,7 @@
23922392
{
23932393
"name": "URLSearchParams/initialize",
23942394
"href": "https://url.spec.whatwg.org/#urlsearchparams-initialize",
2395-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"URLSearchParams\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"urlsearchparams-initialize\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">initialize<span id=\"concept-urlsearchparams-new\"></span></dfn> a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://url.spec.whatwg.org/#urlsearchparams\" id=\"ref-for-urlsearchparams⑦\">URLSearchParams</a></code> object <var>query</var> with <var>init</var>:",
2395+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"URLSearchParams\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"urlsearchparams-initialize\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><span class=\"bs-old-id\" id=\"concept-urlsearchparams-new\"></span>initialize</dfn> a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://url.spec.whatwg.org/#urlsearchparams\" id=\"ref-for-urlsearchparams⑦\">URLSearchParams</a></code> object <var>query</var> with <var>init</var>:",
23962396
"rationale": ".algorithm",
23972397
"steps": [
23982398
{

0 commit comments

Comments
 (0)