Skip to content

Commit a751923

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.6.1.
1 parent 9d2a458 commit a751923

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+5860
-1411
lines changed

ed/algorithms/html.json

Lines changed: 17 additions & 17 deletions
Large diffs are not rendered by default.

ed/algorithms/partitioned-cookies.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
{
22
"spec": {
33
"title": "Cookies Having Independent Partitioned State specification",
4-
"url": "https://explainers-by-googlers.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html"
4+
"url": "https://www.ietf.org/archive/id/draft-cutler-httpbis-partitioned-cookies-01.html"
55
},
66
"algorithms": [
77
{
88
"rationale": "let",
99
"steps": [
1010
{
11-
"html": "Let top-document be the active document in document's browsing context's top-level browsing context.<a href=\"https://explainers-by-googlers.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.2-2.1.1\" class=\"pilcrow\">¶</a>"
11+
"html": "Let top-document be the active document in document's browsing context's top-level browsing context.<a href=\"https://www.ietf.org/archive/id/draft-cutler-httpbis-partitioned-cookies-01.html#section-2.2-2.1.1\" class=\"pilcrow\">¶</a>"
1212
},
1313
{
14-
"html": "Let \"cookie-partition-key\" be the site of the top-document when the user agent made the request.<a href=\"https://explainers-by-googlers.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.2-2.1.2\" class=\"pilcrow\">¶</a>"
14+
"html": "Let \"cookie-partition-key\" be the site of the top-document when the user agent made the request.<a href=\"https://www.ietf.org/archive/id/draft-cutler-httpbis-partitioned-cookies-01.html#section-2.2-2.1.2\" class=\"pilcrow\">¶</a>"
1515
},
1616
{
17-
"html": "If the cookie is being read or written via a \"non-HTTP\" API, then cookie-partition-key is the site (as defined in <span>[<a href=\"https://explainers-by-googlers.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#HTML\" class=\"cite xref\">HTML</a>]</span>) of the top-document of the document associated with the non-HTTP API.<a href=\"https://explainers-by-googlers.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.2-2.1.3\" class=\"pilcrow\">¶</a>"
17+
"html": "If the cookie is being read or written via a \"non-HTTP\" API, then cookie-partition-key is the site (as defined in <span>[<a href=\"https://www.ietf.org/archive/id/draft-cutler-httpbis-partitioned-cookies-01.html#HTML\" class=\"cite xref\">HTML</a>]</span>) of the top-document of the document associated with the non-HTTP API.<a href=\"https://www.ietf.org/archive/id/draft-cutler-httpbis-partitioned-cookies-01.html#section-2.2-2.1.3\" class=\"pilcrow\">¶</a>"
1818
}
1919
]
2020
},
2121
{
2222
"rationale": "if",
2323
"steps": [
2424
{
25-
"html": "If the cookie-attribute-list does not contain an attribute with an attribute-name of \"Partitioned\", set partition-key to null.<br><br>\n If the cookie-attribute-list does contain an attribute with an attribute-name of \"Partitioned\" and the secure-only-flag is false, abort these steps and ignore the cookie entirely.<br><br>\n Otherwise, set partition-key to cookie-partition-key defined in section 5.X.X.<a href=\"https://explainers-by-googlers.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.3-4.1.1\" class=\"pilcrow\">¶</a>"
25+
"html": "If the cookie-attribute-list does not contain an attribute with an attribute-name of \"Partitioned\", set partition-key to null.<br><br>\n If the cookie-attribute-list does contain an attribute with an attribute-name of \"Partitioned\" and the secure-only-flag is false, abort these steps and ignore the cookie entirely.<br><br>\n Otherwise, set partition-key to cookie-partition-key defined in section 5.X.X.<a href=\"https://www.ietf.org/archive/id/draft-cutler-httpbis-partitioned-cookies-01.html#section-2.3-4.1.1\" class=\"pilcrow\">¶</a>"
2626
}
2727
]
2828
},
2929
{
3030
"rationale": "if",
3131
"steps": [
3232
{
33-
"html": "If the cookie store contains a cookie with the same name, domain, host-only-flag, path, and partition-key as the newly-created cookie:<br><br>\n a. Let old-cookie be the existing cookie with the same name, domain, host-only-flag, path, and partition-key as the newly-created cookie. (Notice that this algorithm maintains the invariant that there is at most one such cookie.)<br><br>\n b. If the newly-created cookie was received from a \"non-HTTP\" API and the old-cookie's http-only-flag is true, abort these steps and ignore the newly created cookie entirely.<br><br>\n c. Update the creation-time of the newly-created cookie to match the creation-time of the old-cookie.<br><br>\n d. Remove the old-cookie from the cookie store.<a href=\"https://explainers-by-googlers.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-2.4-2.1.1\" class=\"pilcrow\">¶</a>"
33+
"html": "If the cookie store contains a cookie with the same name, domain, host-only-flag, path, and partition-key as the newly-created cookie:<br><br>\n a. Let old-cookie be the existing cookie with the same name, domain, host-only-flag, path, and partition-key as the newly-created cookie. (Notice that this algorithm maintains the invariant that there is at most one such cookie.)<br><br>\n b. If the newly-created cookie was received from a \"non-HTTP\" API and the old-cookie's http-only-flag is true, abort these steps and ignore the newly created cookie entirely.<br><br>\n c. Update the creation-time of the newly-created cookie to match the creation-time of the old-cookie.<br><br>\n d. Remove the old-cookie from the cookie store.<a href=\"https://www.ietf.org/archive/id/draft-cutler-httpbis-partitioned-cookies-01.html#section-2.4-2.1.1\" class=\"pilcrow\">¶</a>"
3434
}
3535
]
3636
},
3737
{
3838
"rationale": "for",
3939
"steps": [
4040
{
41-
"html": "For each cookie in cookie-list, do the following:<br><br>\n a. If the cookie's cookie-partition-key attribute is null, skip this step.<br><br>\n b. Otherwise, if the top-document is not same-site with the cookie's partition-key then remove the cookie from cookie-list.<a href=\"https://explainers-by-googlers.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html#section-4.3-2.1.1\" class=\"pilcrow\">¶</a>"
41+
"html": "For each cookie in cookie-list, do the following:<br><br>\n a. If the cookie's cookie-partition-key attribute is null, skip this step.<br><br>\n b. Otherwise, if the top-document is not same-site with the cookie's partition-key then remove the cookie from cookie-list.<a href=\"https://www.ietf.org/archive/id/draft-cutler-httpbis-partitioned-cookies-01.html#section-4.3-2.1.1\" class=\"pilcrow\">¶</a>"
4242
}
4343
]
4444
}

ed/algorithms/passkey-endpoints.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"spec": {
3-
"title": "A Well-Known URL for Passkey Endpoints",
4-
"url": "https://w3c.github.io/webappsec-passkey-endpoints/passkey-endpoints.html"
3+
"title": "A Well-Known URL for Relying Party Passkey Endpoints",
4+
"url": "https://w3c.github.io/webappsec-passkey-endpoints/"
55
},
66
"algorithms": [
77
{
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)