Skip to content

Commit d78f051

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.7.
1 parent c5560d6 commit d78f051

17 files changed

+2760
-2718
lines changed

ed/algorithms/IndexedDB-3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2035,7 +2035,7 @@
20352035
"rationale": ".algorithm",
20362036
"steps": [
20372037
{
2038-
"html": "<p>If <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#transaction-state\" id=\"ref-for-transaction-state③⑧\">state</a> is <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#transaction-finished\" id=\"ref-for-transaction-finished①⑧\">finished</a>, abort these steps.</p>"
2038+
"html": "<p>If <var>transaction</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#transaction-state\" id=\"ref-for-transaction-state③⑧\">state</a> is <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#transaction-finished\" id=\"ref-for-transaction-finished①⑧\">finished</a>, abort these steps.</p>"
20392039
},
20402040
{
20412041
"html": "<p>All the changes made to the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#database\" id=\"ref-for-database⑥④\">database</a> by the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#transaction-concept\" id=\"ref-for-transaction-concept⑦⑤\">transaction</a>\nare reverted. For <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#upgrade-transaction\" id=\"ref-for-upgrade-transaction④⑧\">upgrade transactions</a> this includes changes\nto the set of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#object-store\" id=\"ref-for-object-store⑨⑤\">object stores</a> and <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#index-concept\" id=\"ref-for-index-concept④①\">indexes</a>, as well as the\nchange to the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#database-version\" id=\"ref-for-database-version①⑨\">version</a>. Any <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#object-store\" id=\"ref-for-object-store⑨⑥\">object stores</a> and\n<a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#index-concept\" id=\"ref-for-index-concept④②\">indexes</a> which were created during the transaction are now\nconsidered deleted for the purposes of other algorithms.</p>"

ed/algorithms/fetch.json

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,6 +1428,23 @@
14281428
}
14291429
]
14301430
},
1431+
{
1432+
"name": "serialized cookie default path",
1433+
"href": "https://fetch.spec.whatwg.org/#serialized-cookie-default-path",
1434+
"html": "To obtain a <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"serialized-cookie-default-path\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">serialized cookie default path</dfn> given a <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-concept-url①⑤\">URL</a>\n<var>url</var>:",
1435+
"rationale": ".algorithm",
1436+
"steps": [
1437+
{
1438+
"html": "<p>Let <var>cloneURL</var> be a clone of <var>url</var>.\n\n </p>"
1439+
},
1440+
{
1441+
"html": "<p>Set <var>cloneURL</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-path\" id=\"ref-for-concept-url-path②\">path</a> to the <a data-link-type=\"dfn\" href=\"https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-layered-cookies#name-cookie-default-path\" id=\"ref-for-name-cookie-default-path\">cookie default path</a> of\n <var>cloneURL</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-path\" id=\"ref-for-concept-url-path③\">path</a>.\n\n </p>"
1442+
},
1443+
{
1444+
"html": "<p>Return the <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#url-path-serializer\" id=\"ref-for-url-path-serializer\">URL path serialization</a> of <var>cloneURL</var>.\n</p>"
1445+
}
1446+
]
1447+
},
14311448
{
14321449
"name": "append a request `Origin` header",
14331450
"href": "https://fetch.spec.whatwg.org/#append-a-request-origin-header",
@@ -2398,7 +2415,7 @@
23982415
"steps": [
23992416
{
24002417
"case": "\"about\"",
2401-
"html": "<p>If <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-current-url\" id=\"ref-for-concept-request-current-url②⑥\">current URL</a>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-path\" id=\"ref-for-concept-url-path③\">path</a> is the string\n \"<code>blank</code>\", then return a new <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response⑤③\">response</a> whose\n <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response-status-message\" id=\"ref-for-concept-response-status-message③\">status message</a> is `<code>OK</code>`, <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response-header-list\" id=\"ref-for-concept-response-header-list①⑦\">header list</a> is «\n (`<code>Content-Type</code>`, `<code>text/html;charset=utf-8</code>`) », and\n <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response-body\" id=\"ref-for-concept-response-body①⑧\">body</a> is the empty byte sequence <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#byte-sequence-as-a-body\" id=\"ref-for-byte-sequence-as-a-body②\">as a body</a>.\n\n </p>"
2418+
"html": "<p>If <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-current-url\" id=\"ref-for-concept-request-current-url②⑥\">current URL</a>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-path\" id=\"ref-for-concept-url-path⑤\">path</a> is the string\n \"<code>blank</code>\", then return a new <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response⑤③\">response</a> whose\n <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response-status-message\" id=\"ref-for-concept-response-status-message③\">status message</a> is `<code>OK</code>`, <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response-header-list\" id=\"ref-for-concept-response-header-list①⑦\">header list</a> is «\n (`<code>Content-Type</code>`, `<code>text/html;charset=utf-8</code>`) », and\n <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response-body\" id=\"ref-for-concept-response-body①⑧\">body</a> is the empty byte sequence <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#byte-sequence-as-a-body\" id=\"ref-for-byte-sequence-as-a-body②\">as a body</a>.\n\n </p>"
24022419
},
24032420
{
24042421
"case": "\"blob\"",
@@ -2554,7 +2571,7 @@
25542571
},
25552572
{
25562573
"case": "\"file\"",
2557-
"html": "<p>For now, unfortunate as it is, <code>file:</code> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-concept-url①\">URLs</a> are left as an exercise\n for the reader.\n\n </p>\n <p>When in doubt, return a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-network-error\" id=\"ref-for-concept-network-error③②\">network error</a>.\n\n </p>"
2574+
"html": "<p>For now, unfortunate as it is, <code>file:</code> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-concept-url①\">URLs</a> are left as an exercise\n for the reader.\n\n </p>\n <p>When in doubt, return a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-network-error\" id=\"ref-for-concept-network-error③②\">network error</a>.\n\n </p>"
25582575
},
25592576
{
25602577
"case": "HTTP(S) scheme",
@@ -2945,7 +2962,7 @@
29452962
]
29462963
},
29472964
{
2948-
"html": "If <var>httpRequest</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-referrer\" id=\"ref-for-concept-request-referrer④\">referrer</a> is a <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-concept-url①⑨\">URL</a>, then:",
2965+
"html": "If <var>httpRequest</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-referrer\" id=\"ref-for-concept-request-referrer④\">referrer</a> is a <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-concept-url②⓪\">URL</a>, then:",
29492966
"rationale": "let",
29502967
"steps": [
29512968
{
@@ -4515,7 +4532,7 @@
45154532
"html": "<p>If <var>parsedReferrer</var> is failure, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw①②\">throw</a> a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror①⑤\">TypeError</a></code>.\n\n </p>"
45164533
},
45174534
{
4518-
"html": "<p>If one of the following is true\n\n </p>\n <ul class=\"brief\">\n <li>\n <p><var>parsedReferrer</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 \"<code>about</code>\" and\n <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-path\" id=\"ref-for-concept-url-path④\">path</a> is the string \"<code>client</code>\"\n\n </p>\n </li><li>\n <p><var>parsedReferrer</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-origin\" id=\"ref-for-concept-url-origin②⑥\">origin</a> is not <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#same-origin\" id=\"ref-for-same-origin①⑥\">same origin</a> with\n <var>origin</var>\n </p>\n </li></ul>\n <p>then set <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-referrer\" id=\"ref-for-concept-request-referrer①⑤\">referrer</a> to \"<code>client</code>\".\n\n </p>"
4535+
"html": "<p>If one of the following is true\n\n </p>\n <ul class=\"brief\">\n <li>\n <p><var>parsedReferrer</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 \"<code>about</code>\" and\n <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-path\" id=\"ref-for-concept-url-path⑥\">path</a> is the string \"<code>client</code>\"\n\n </p>\n </li><li>\n <p><var>parsedReferrer</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-origin\" id=\"ref-for-concept-url-origin②⑥\">origin</a> is not <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#same-origin\" id=\"ref-for-same-origin①⑥\">same origin</a> with\n <var>origin</var>\n </p>\n </li></ul>\n <p>then set <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-referrer\" id=\"ref-for-concept-request-referrer①⑤\">referrer</a> to \"<code>client</code>\".\n\n </p>"
45194536
},
45204537
{
45214538
"html": "<p>Otherwise, set <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-referrer\" id=\"ref-for-concept-request-referrer①⑥\">referrer</a> to\n <var>parsedReferrer</var>.\n </p>"
@@ -5073,7 +5090,7 @@
50735090
{
50745091
"name": "data: URL processor",
50755092
"href": "https://fetch.spec.whatwg.org/#data-url-processor",
5076-
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"data-url-processor\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>data:</code> URL processor</dfn> takes a <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-concept-url②\">URL</a>\n<var>dataURL</var> and then runs these steps:",
5093+
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"data-url-processor\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>data:</code> URL processor</dfn> takes a <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-concept-url②\">URL</a>\n<var>dataURL</var> and then runs these steps:",
50775094
"rationale": ".algorithm",
50785095
"steps": [
50795096
{

0 commit comments

Comments
 (0)