Skip to content

Commit bc3f5ef

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.0.1.
1 parent c6326d5 commit bc3f5ef

File tree

12 files changed

+48
-29
lines changed

12 files changed

+48
-29
lines changed

tr/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://www.w3.org/TR/CSP3/#grammardef-path-part\" id=\"ref-for-grammardef-path-part②\"><code>path-part</code></a> does not <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/CSP3/#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://www.w3.org/TR/CSP3/#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://www.w3.org/TR/CSP3/#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://www.w3.org/TR/CSP3/#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://www.w3.org/TR/CSP3/#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://www.w3.org/TR/CSP3/#path-part-match\" id=\"ref-for-path-part-match①\"><code>path-part</code> matches</a> \"/subdirectory/file\".",
20862086
"rationale": ".algorithm",
20872087
"steps": [
20882088
{

tr/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>"

tr/cddl/webdriver-bidi-all.cddl

Lines changed: 3 additions & 3 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,
@@ -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,
@@ -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,

tr/cddl/webdriver-bidi-local-cddl.cddl

Lines changed: 3 additions & 3 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,
@@ -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,
@@ -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,

tr/cddl/webdriver-bidi-remote-cddl.cddl

Lines changed: 3 additions & 3 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,
@@ -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,
@@ -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,

tr/dfns/webdriver-bidi.json

Lines changed: 22 additions & 0 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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/webdriver-bidi/#cddl-type-networkcookie",

tr/ids/CSP3.json

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

tr/ids/webdriver-bidi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3237,6 +3237,7 @@
32373237
"https://www.w3.org/TR/webdriver-bidi/#cddl-value-networksamesite-strict",
32383238
"https://www.w3.org/TR/webdriver-bidi/#cddl-value-networksamesite-lax",
32393239
"https://www.w3.org/TR/webdriver-bidi/#cddl-value-networksamesite-none",
3240+
"https://www.w3.org/TR/webdriver-bidi/#cddl-value-networksamesite-default",
32403241
"https://www.w3.org/TR/webdriver-bidi/#cddl-type-networkcookie",
32413242
"https://www.w3.org/TR/webdriver-bidi/#cddl-key-networkcookie-name",
32423243
"https://www.w3.org/TR/webdriver-bidi/#ref-for-appendix-D%E2%91%A0%E2%91%A0%E2%93%AA",
@@ -6843,7 +6844,6 @@
68436844
"https://www.w3.org/TR/webdriver-bidi/#biblio-css-values-3",
68446845
"https://www.w3.org/TR/webdriver-bidi/#biblio-http11",
68456846
"https://www.w3.org/TR/webdriver-bidi/#biblio-json-rpc",
6846-
"https://www.w3.org/TR/webdriver-bidi/#biblio-same-site-cookies",
68476847
"https://www.w3.org/TR/webdriver-bidi/#biblio-urlpattern",
68486848
"https://www.w3.org/TR/webdriver-bidi/#cddl-index",
68496849
"https://www.w3.org/TR/webdriver-bidi/#cddl-index-cddl-module-remote-end-definition",

tr/index.json

Lines changed: 8 additions & 8 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-30T01:36:28.408Z",
4+
"date": "2025-07-01T01:37:06.290Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -756,7 +756,7 @@
756756
"https://aomediacodec.github.io/av1-spec/"
757757
],
758758
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
759-
"date": "30 June 2025",
759+
"date": "1 July 2025",
760760
"links": "links/av1-spec.json",
761761
"cddl": []
762762
},
@@ -2356,11 +2356,11 @@
23562356
],
23572357
"crawled": "https://www.w3.org/TR/CSP3/",
23582358
"crawlCacheInfo": {
2359-
"lastModified": "Sun, 22 Jun 2025 12:11:41 GMT"
2359+
"lastModified": "Mon, 30 Jun 2025 12:10:45 GMT"
23602360
},
23612361
"generator": "bikeshed",
2362-
"date": "22 June 2025",
2363-
"revision": "a4418990e19014f6c920b15f849cfe4ef6f4652d",
2362+
"date": "30 June 2025",
2363+
"revision": "97e4a821c6d61de8c3ec417c8808f809608251d7",
23642364
"algorithms": "algorithms/CSP3.json",
23652365
"links": "links/CSP3.json",
23662366
"refs": "refs/CSP3.json",
@@ -22580,11 +22580,11 @@
2258022580
],
2258122581
"crawled": "https://www.w3.org/TR/webdriver-bidi/",
2258222582
"crawlCacheInfo": {
22583-
"lastModified": "Fri, 27 Jun 2025 12:16:24 GMT"
22583+
"lastModified": "Mon, 30 Jun 2025 12:54:56 GMT"
2258422584
},
2258522585
"generator": "bikeshed",
22586-
"date": "27 June 2025",
22587-
"revision": "7831d08b89809b754909f996b9213f36ea5ce984",
22586+
"date": "30 June 2025",
22587+
"revision": "0b2239cc49548abf98dea30eb3f573bb3900d976",
2258822588
"algorithms": "algorithms/webdriver-bidi.json",
2258922589
"links": "links/webdriver-bidi.json",
2259022590
"refs": "refs/webdriver-bidi.json",

tr/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)