Skip to content

Commit d2b5f49

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.0.1.
1 parent de9c177 commit d2b5f49

File tree

12 files changed

+68
-49
lines changed

12 files changed

+68
-49
lines changed

ed/algorithms/CSP3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,7 @@
19731973
"rationale": "let",
19741974
"steps": [
19751975
{
1976-
"html": "<p>Let <var>path</var> be the resulting of joining <var>url</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 on the U+002F SOLIDUS character (<code>/</code>).</p>"
1976+
"html": "<p>Let <var>path</var> be the result of running the <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#url-path-serializer\" id=\"ref-for-url-path-serializer\">URL path serializer</a> on <var>url</var>.</p>"
19771977
},
19781978
{
19791979
"html": "<p>If <var>expression</var>’s <a data-link-type=\"grammar\" href=\"https://w3c.github.io/webappsec-csp/#grammardef-path-part\" id=\"ref-for-grammardef-path-part②\"><code>path-part</code></a> does not <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-csp/#path-part-match\" id=\"ref-for-path-part-match\"><code>path-part</code> match</a> <var>path</var>,\n return \"<code>Does Not Match</code>\".</p>"
@@ -2082,7 +2082,7 @@
20822082
{
20832083
"name": "path-part match",
20842084
"href": "https://w3c.github.io/webappsec-csp/#path-part-match",
2085-
"html": "An <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-string\" id=\"ref-for-ascii-string①①\">ASCII string</a> <var>path A</var> <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" data-lt=\"path-part match\" id=\"path-part-match\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>path-part</code> matches</dfn>\n another <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-string\" id=\"ref-for-ascii-string①②\">ASCII string</a> <var>path B</var> if a CSP source expression that contained the first as a\n <a data-link-type=\"grammar\" href=\"https://w3c.github.io/webappsec-csp/#grammardef-path-part\" id=\"ref-for-grammardef-path-part③\"><code>path-part</code></a> could potentially match a URL containing the latter as a <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-path\" id=\"ref-for-concept-url-path①\">path</a>.\n For example, we say that \"/subdirectory/\" <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-csp/#path-part-match\" id=\"ref-for-path-part-match①\"><code>path-part</code> matches</a> \"/subdirectory/file\".",
2085+
"html": "An <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-string\" id=\"ref-for-ascii-string①①\">ASCII string</a> <var>path A</var> <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" data-lt=\"path-part match\" id=\"path-part-match\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>path-part</code> matches</dfn>\n another <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-string\" id=\"ref-for-ascii-string①②\">ASCII string</a> <var>path B</var> if a CSP source expression that contained the first as a\n <a data-link-type=\"grammar\" href=\"https://w3c.github.io/webappsec-csp/#grammardef-path-part\" id=\"ref-for-grammardef-path-part③\"><code>path-part</code></a> could potentially match a URL containing the latter as a <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-path\" id=\"ref-for-concept-url-path\">path</a>.\n For example, we say that \"/subdirectory/\" <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-csp/#path-part-match\" id=\"ref-for-path-part-match①\"><code>path-part</code> matches</a> \"/subdirectory/file\".",
20862086
"rationale": ".algorithm",
20872087
"steps": [
20882088
{

ed/algorithms/webdriver-bidi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5091,7 +5091,7 @@
50915091
"html": "<p>Let <var>secure</var> be true if <var>stored cookie</var>’s secure-only-flag is true, or false\n otherwise.</p>"
50925092
},
50935093
{
5094-
"html": "<p>Let <var>same site</var> be \"<code>none</code>\" if <var>stored cookie</var>’s samesite-flag is\n \"<code>None</code>\", \"<code>lax</code>\" if it is \"<code>Lax</code>\", or\n \"<code>strict</code>\" if it is \"<code>Strict</code>\".</p>"
5094+
"html": "<p>Let <var>same site</var> be \"<code>none</code>\" if <var>stored cookie</var>’s same-site-flag is\n \"<code>None</code>\", \"<code>lax</code>\" if it is \"<code>Lax</code>\",\n \"<code>strict</code>\" if it is \"<code>Strict</code>\", or\n \"<code>default</code>\" if it is \"<code>Default</code>\"</p>"
50955095
},
50965096
{
50975097
"html": "<p>Return a map matching the <code>network.Cookie</code> production,\n with the <code>name</code> field set to <var>name</var>, the <code>value</code> field\n set to <var>value</var>, the <code>domain</code> field set to <var>domain</var>, the\n <code>path</code> field set to <var>path</var>, the <code>expiry</code> field set to\n <var>expiry</var> if it’s not null, or omitted otherwise, the <code>size</code> field\n set to <var>size</var>, the <code>httpOnly</code> field set to <var>http only</var>, the\n <code>secure</code> field set to <var>secure</var>, and the <code>sameSite</code>\n field set to <var>same site</var>.</p>"

ed/cddl/webdriver-bidi-all.cddl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ network.Collector = text
930930

931931
network.CollectorType = "blob"
932932

933-
network.SameSite = "strict" / "lax" / "none"
933+
network.SameSite = "strict" / "lax" / "none" / "default"
934934

935935
network.Cookie = {
936936
name: text,
@@ -940,8 +940,8 @@ network.Cookie = {
940940
size: js-uint,
941941
httpOnly: bool,
942942
secure: bool,
943-
sameSite: network.SameSite,
944943
? expiry: js-uint,
944+
sameSite: network.SameSite,
945945
Extensible,
946946
}
947947

@@ -2764,7 +2764,7 @@ network.Collector = text
27642764

27652765
network.CollectorType = "blob"
27662766

2767-
network.SameSite = "strict" / "lax" / "none"
2767+
network.SameSite = "strict" / "lax" / "none" / "default"
27682768

27692769
network.Cookie = {
27702770
name: text,
@@ -2774,8 +2774,8 @@ network.Cookie = {
27742774
size: js-uint,
27752775
httpOnly: bool,
27762776
secure: bool,
2777-
sameSite: network.SameSite,
27782777
? expiry: js-uint,
2778+
sameSite: network.SameSite,
27792779
Extensible,
27802780
}
27812781

@@ -4220,7 +4220,7 @@ network.Collector = text
42204220

42214221
network.CollectorType = "blob"
42224222

4223-
network.SameSite = "strict" / "lax" / "none"
4223+
network.SameSite = "strict" / "lax" / "none" / "default"
42244224

42254225
network.Cookie = {
42264226
name: text,
@@ -4230,8 +4230,8 @@ network.Cookie = {
42304230
size: js-uint,
42314231
httpOnly: bool,
42324232
secure: bool,
4233-
sameSite: network.SameSite,
42344233
? expiry: js-uint,
4234+
sameSite: network.SameSite,
42354235
Extensible,
42364236
}
42374237

ed/cddl/webdriver-bidi-local-cddl.cddl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ network.Collector = text
507507

508508
network.CollectorType = "blob"
509509

510-
network.SameSite = "strict" / "lax" / "none"
510+
network.SameSite = "strict" / "lax" / "none" / "default"
511511

512512
network.Cookie = {
513513
name: text,
@@ -517,8 +517,8 @@ network.Cookie = {
517517
size: js-uint,
518518
httpOnly: bool,
519519
secure: bool,
520-
sameSite: network.SameSite,
521520
? expiry: js-uint,
521+
sameSite: network.SameSite,
522522
Extensible,
523523
}
524524

@@ -1782,7 +1782,7 @@ network.Collector = text
17821782

17831783
network.CollectorType = "blob"
17841784

1785-
network.SameSite = "strict" / "lax" / "none"
1785+
network.SameSite = "strict" / "lax" / "none" / "default"
17861786

17871787
network.Cookie = {
17881788
name: text,
@@ -1792,8 +1792,8 @@ network.Cookie = {
17921792
size: js-uint,
17931793
httpOnly: bool,
17941794
secure: bool,
1795-
sameSite: network.SameSite,
17961795
? expiry: js-uint,
1796+
sameSite: network.SameSite,
17971797
Extensible,
17981798
}
17991799

@@ -3238,7 +3238,7 @@ network.Collector = text
32383238

32393239
network.CollectorType = "blob"
32403240

3241-
network.SameSite = "strict" / "lax" / "none"
3241+
network.SameSite = "strict" / "lax" / "none" / "default"
32423242

32433243
network.Cookie = {
32443244
name: text,
@@ -3248,8 +3248,8 @@ network.Cookie = {
32483248
size: js-uint,
32493249
httpOnly: bool,
32503250
secure: bool,
3251-
sameSite: network.SameSite,
32523251
? expiry: js-uint,
3252+
sameSite: network.SameSite,
32533253
Extensible,
32543254
}
32553255

ed/cddl/webdriver-bidi-remote-cddl.cddl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ network.Collector = text
585585

586586
network.CollectorType = "blob"
587587

588-
network.SameSite = "strict" / "lax" / "none"
588+
network.SameSite = "strict" / "lax" / "none" / "default"
589589

590590
network.Cookie = {
591591
name: text,
@@ -595,8 +595,8 @@ network.Cookie = {
595595
size: js-uint,
596596
httpOnly: bool,
597597
secure: bool,
598-
sameSite: network.SameSite,
599598
? expiry: js-uint,
599+
sameSite: network.SameSite,
600600
Extensible,
601601
}
602602

@@ -2119,7 +2119,7 @@ network.Collector = text
21192119

21202120
network.CollectorType = "blob"
21212121

2122-
network.SameSite = "strict" / "lax" / "none"
2122+
network.SameSite = "strict" / "lax" / "none" / "default"
21232123

21242124
network.Cookie = {
21252125
name: text,
@@ -2129,8 +2129,8 @@ network.Cookie = {
21292129
size: js-uint,
21302130
httpOnly: bool,
21312131
secure: bool,
2132-
sameSite: network.SameSite,
21332132
? expiry: js-uint,
2133+
sameSite: network.SameSite,
21342134
Extensible,
21352135
}
21362136

@@ -3575,7 +3575,7 @@ network.Collector = text
35753575

35763576
network.CollectorType = "blob"
35773577

3578-
network.SameSite = "strict" / "lax" / "none"
3578+
network.SameSite = "strict" / "lax" / "none" / "default"
35793579

35803580
network.Cookie = {
35813581
name: text,
@@ -3585,8 +3585,8 @@ network.Cookie = {
35853585
size: js-uint,
35863586
httpOnly: bool,
35873587
secure: bool,
3588-
sameSite: network.SameSite,
35893588
? expiry: js-uint,
3589+
sameSite: network.SameSite,
35903590
Extensible,
35913591
}
35923592

ed/dfns/webdriver-bidi.json

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17348,6 +17348,28 @@
1734817348
},
1734917349
"definedIn": "pre"
1735017350
},
17351+
{
17352+
"id": "cddl-value-networksamesite-default",
17353+
"href": "https://w3c.github.io/webdriver-bidi/#cddl-value-networksamesite-default",
17354+
"linkingText": [
17355+
"default",
17356+
"\"default\""
17357+
],
17358+
"localLinkingText": [],
17359+
"type": "cddl-value",
17360+
"for": [
17361+
"network.SameSite"
17362+
],
17363+
"access": "private",
17364+
"informative": false,
17365+
"heading": {
17366+
"id": "type-network-Cookie",
17367+
"href": "https://w3c.github.io/webdriver-bidi/#type-network-Cookie",
17368+
"title": "The network.Cookie Type",
17369+
"number": "7.5.4.8"
17370+
},
17371+
"definedIn": "pre"
17372+
},
1735117373
{
1735217374
"id": "cddl-type-networkcookie",
1735317375
"href": "https://w3c.github.io/webdriver-bidi/#cddl-type-networkcookie",
@@ -17522,11 +17544,11 @@
1752217544
"definedIn": "pre"
1752317545
},
1752417546
{
17525-
"id": "cddl-key-networkcookie-samesite",
17526-
"href": "https://w3c.github.io/webdriver-bidi/#cddl-key-networkcookie-samesite",
17547+
"id": "cddl-key-networkcookie-expiry",
17548+
"href": "https://w3c.github.io/webdriver-bidi/#cddl-key-networkcookie-expiry",
1752717549
"linkingText": [
17528-
"sameSite",
17529-
"\"sameSite\""
17550+
"expiry",
17551+
"\"expiry\""
1753017552
],
1753117553
"localLinkingText": [],
1753217554
"type": "cddl-key",
@@ -17544,11 +17566,11 @@
1754417566
"definedIn": "pre"
1754517567
},
1754617568
{
17547-
"id": "cddl-key-networkcookie-expiry",
17548-
"href": "https://w3c.github.io/webdriver-bidi/#cddl-key-networkcookie-expiry",
17569+
"id": "cddl-key-networkcookie-samesite",
17570+
"href": "https://w3c.github.io/webdriver-bidi/#cddl-key-networkcookie-samesite",
1754917571
"linkingText": [
17550-
"expiry",
17551-
"\"expiry\""
17572+
"sameSite",
17573+
"\"sameSite\""
1755217574
],
1755317575
"localLinkingText": [],
1755417576
"type": "cddl-key",

ed/ids/CSP3.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@
17461746
"https://w3c.github.io/webappsec-csp/#ref-for-grammardef-port-part%E2%91%A0",
17471747
"https://w3c.github.io/webappsec-csp/#ref-for-port-part-matches",
17481748
"https://w3c.github.io/webappsec-csp/#ref-for-grammardef-path-part%E2%91%A0",
1749-
"https://w3c.github.io/webappsec-csp/#ref-for-concept-url-path",
1749+
"https://w3c.github.io/webappsec-csp/#ref-for-url-path-serializer",
17501750
"https://w3c.github.io/webappsec-csp/#ref-for-grammardef-path-part%E2%91%A1",
17511751
"https://w3c.github.io/webappsec-csp/#ref-for-path-part-match",
17521752
"https://w3c.github.io/webappsec-csp/#ref-for-ascii-case-insensitive%E2%91%A0%E2%93%AA",
@@ -1812,7 +1812,7 @@
18121812
"https://w3c.github.io/webappsec-csp/#path-part-match",
18131813
"https://w3c.github.io/webappsec-csp/#ref-for-ascii-string%E2%91%A0%E2%91%A1",
18141814
"https://w3c.github.io/webappsec-csp/#ref-for-grammardef-path-part%E2%91%A2",
1815-
"https://w3c.github.io/webappsec-csp/#ref-for-concept-url-path%E2%91%A0",
1815+
"https://w3c.github.io/webappsec-csp/#ref-for-concept-url-path",
18161816
"https://w3c.github.io/webappsec-csp/#ref-for-path-part-match%E2%91%A0",
18171817
"https://w3c.github.io/webappsec-csp/#ref-for-strictly-split%E2%91%A0",
18181818
"https://w3c.github.io/webappsec-csp/#ref-for-list-iterate%E2%91%A2%E2%91%A3",
@@ -2260,6 +2260,7 @@
22602260
"https://w3c.github.io/webappsec-csp/#3a711be7",
22612261
"https://w3c.github.io/webappsec-csp/#dcffbccd",
22622262
"https://w3c.github.io/webappsec-csp/#ca3ca4ae",
2263+
"https://w3c.github.io/webappsec-csp/#40a40eb4",
22632264
"https://w3c.github.io/webappsec-csp/#5442ea33",
22642265
"https://w3c.github.io/webappsec-csp/#218c9455",
22652266
"https://w3c.github.io/webappsec-csp/#955b99c4",

ed/ids/webdriver-bidi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3237,6 +3237,7 @@
32373237
"https://w3c.github.io/webdriver-bidi/#cddl-value-networksamesite-strict",
32383238
"https://w3c.github.io/webdriver-bidi/#cddl-value-networksamesite-lax",
32393239
"https://w3c.github.io/webdriver-bidi/#cddl-value-networksamesite-none",
3240+
"https://w3c.github.io/webdriver-bidi/#cddl-value-networksamesite-default",
32403241
"https://w3c.github.io/webdriver-bidi/#cddl-type-networkcookie",
32413242
"https://w3c.github.io/webdriver-bidi/#cddl-key-networkcookie-name",
32423243
"https://w3c.github.io/webdriver-bidi/#ref-for-appendix-D%E2%91%A0%E2%91%A0%E2%93%AA",
@@ -3252,10 +3253,10 @@
32523253
"https://w3c.github.io/webdriver-bidi/#ref-for-appendix-D%E2%91%A0%E2%91%A0%E2%91%A2",
32533254
"https://w3c.github.io/webdriver-bidi/#cddl-key-networkcookie-secure",
32543255
"https://w3c.github.io/webdriver-bidi/#ref-for-appendix-D%E2%91%A0%E2%91%A0%E2%91%A3",
3255-
"https://w3c.github.io/webdriver-bidi/#cddl-key-networkcookie-samesite",
3256-
"https://w3c.github.io/webdriver-bidi/#ref-for-cddl-type-networksamesite",
32573256
"https://w3c.github.io/webdriver-bidi/#cddl-key-networkcookie-expiry",
32583257
"https://w3c.github.io/webdriver-bidi/#ref-for-cddl-type-js-uint%E2%91%A0%E2%91%A7",
3258+
"https://w3c.github.io/webdriver-bidi/#cddl-key-networkcookie-samesite",
3259+
"https://w3c.github.io/webdriver-bidi/#ref-for-cddl-type-networksamesite",
32593260
"https://w3c.github.io/webdriver-bidi/#ref-for-cddl-type-extensible%E2%91%A0%E2%91%A2",
32603261
"https://w3c.github.io/webdriver-bidi/#serialize-cookie",
32613262
"https://w3c.github.io/webdriver-bidi/#ref-for-utf-8-decode%E2%91%A0",
@@ -6843,7 +6844,6 @@
68436844
"https://w3c.github.io/webdriver-bidi/#biblio-css-values-3",
68446845
"https://w3c.github.io/webdriver-bidi/#biblio-http11",
68456846
"https://w3c.github.io/webdriver-bidi/#biblio-json-rpc",
6846-
"https://w3c.github.io/webdriver-bidi/#biblio-same-site-cookies",
68476847
"https://w3c.github.io/webdriver-bidi/#biblio-urlpattern",
68486848
"https://w3c.github.io/webdriver-bidi/#cddl-index",
68496849
"https://w3c.github.io/webdriver-bidi/#cddl-index-cddl-module-remote-end-definition",

ed/index.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-06-30T06:47:26.744Z",
4+
"date": "2025-06-30T12:49:47.601Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -6964,9 +6964,9 @@
69646964
],
69656965
"crawled": "https://tc39.es/ecma426/",
69666966
"crawlCacheInfo": {
6967-
"lastModified": "Fri, 27 Jun 2025 21:20:27 GMT"
6967+
"lastModified": "Mon, 30 Jun 2025 09:35:25 GMT"
69686968
},
6969-
"date": "27 June 2025",
6969+
"date": "30 June 2025",
69706970
"links": "links/ecma-426.json",
69716971
"dfns": "dfns/ecma-426.json",
69726972
"headings": "headings/ecma-426.json",
@@ -18610,11 +18610,11 @@
1861018610
],
1861118611
"crawled": "https://w3c.github.io/webappsec-csp/",
1861218612
"crawlCacheInfo": {
18613-
"lastModified": "Sun, 22 Jun 2025 12:11:48 GMT"
18613+
"lastModified": "Mon, 30 Jun 2025 12:10:47 GMT"
1861418614
},
1861518615
"generator": "bikeshed",
18616-
"date": "22 June 2025",
18617-
"revision": "a4418990e19014f6c920b15f849cfe4ef6f4652d",
18616+
"date": "30 June 2025",
18617+
"revision": "97e4a821c6d61de8c3ec417c8808f809608251d7",
1861818618
"algorithms": "algorithms/CSP3.json",
1861918619
"links": "links/CSP3.json",
1862018620
"refs": "refs/CSP3.json",
@@ -38802,11 +38802,11 @@
3880238802
],
3880338803
"crawled": "https://w3c.github.io/webdriver-bidi/",
3880438804
"crawlCacheInfo": {
38805-
"lastModified": "Fri, 27 Jun 2025 12:16:18 GMT"
38805+
"lastModified": "Mon, 30 Jun 2025 12:17:27 GMT"
3880638806
},
3880738807
"generator": "bikeshed",
38808-
"date": "27 June 2025",
38809-
"revision": "7831d08b89809b754909f996b9213f36ea5ce984",
38808+
"date": "30 June 2025",
38809+
"revision": "8bc9c3c8367771bc06abc1eff9eced63edbb8765",
3881038810
"algorithms": "algorithms/webdriver-bidi.json",
3881138811
"links": "links/webdriver-bidi.json",
3881238812
"refs": "refs/webdriver-bidi.json",

ed/links/CSP3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,12 +380,13 @@
380380
"concept-url-parser",
381381
"concept-base-url",
382382
"dom-url-host",
383-
"concept-url-path",
383+
"url-path-serializer",
384384
"dom-url-port",
385385
"default-port",
386386
"concept-host",
387387
"concept-domain",
388388
"concept-url-port",
389+
"concept-url-path",
389390
"string-percent-decode"
390391
]
391392
},

0 commit comments

Comments
 (0)