Skip to content

Commit 958cb56

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.2.
1 parent 6b14d25 commit 958cb56

File tree

5 files changed

+32
-26
lines changed

5 files changed

+32
-26
lines changed

ed/algorithms/prerendering-revamped.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"html": "<p>Let <var>prefetchRecord</var> be a new <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record\" id=\"ref-for-prefetch-record\">prefetch record</a> whose <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-url\" id=\"ref-for-prefetch-record-url\">URL</a> is <var>startingURL</var>, <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-anonymization-policy\" id=\"ref-for-prefetch-record-anonymization-policy\">anonymization policy</a> is null, <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-referrer-policy\" id=\"ref-for-prefetch-record-referrer-policy\">referrer policy</a> is the empty string, <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-no-vary-search-hint\" id=\"ref-for-prefetch-record-no-vary-search-hint\">No-Vary-Search hint</a> is the <a data-link-type=\"dfn\" href=\"https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html#iref-default-url-search-variance\" id=\"ref-for-iref-default-url-search-variance\">default URL search variance</a>, <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#source\" id=\"ref-for-source\">source</a> is \"<code>browser UI</code>\", and <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prerendering-traversable\" id=\"ref-for-prerendering-traversable①\">prerendering traversable</a> is <var>prerenderingTraversable</var>.</p>"
5757
},
5858
{
59-
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch\" id=\"ref-for-prefetch\">Prefetch</a> given <var>prerenderingTraversable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"ref-for-nav-document\">active document</a> and <var>prefetchRecord</var>.</p>"
59+
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#start-a-referrer-initiated-navigational-prefetch\" id=\"ref-for-start-a-referrer-initiated-navigational-prefetch\">Start a referrer-initiated navigational prefetch</a> given <var>prerenderingTraversable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"ref-for-nav-document\">active document</a> and <var>prefetchRecord</var>.</p>"
6060
},
6161
{
6262
"html": "<p><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate\" id=\"ref-for-navigate\">Navigate</a> <var>prerenderingTraversable</var> to <var>startingURL</var> using <var>prerenderingTraversable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"ref-for-nav-document①\">active document</a>.</p>"
@@ -130,7 +130,7 @@
130130
"html": "<p>Set <var>prerenderingTraversable</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#prerendering-traversable-remove-from-referrer\" id=\"ref-for-prerendering-traversable-remove-from-referrer\">remove from referrer</a> to be an algorithm which sets <var>prefetchRecord</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prerendering-traversable\" id=\"ref-for-prerendering-traversable⑤\">prerendering traversable</a> to null.</p>"
131131
},
132132
{
133-
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch\" id=\"ref-for-prefetch①\">Prefetch</a> given <var>referrerDoc</var> and <var>prefetchRecord</var>.</p>"
133+
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#start-a-referrer-initiated-navigational-prefetch\" id=\"ref-for-start-a-referrer-initiated-navigational-prefetch①\">Start a referrer-initiated navigational prefetch</a> given <var>referrerDoc</var> and <var>prefetchRecord</var>.</p>"
134134
},
135135
{
136136
"html": "<p><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate\" id=\"ref-for-navigate①\">Navigate</a> <var>prerenderingTraversable</var> to <var>prefetchRecord</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-url\" id=\"ref-for-prefetch-record-url③\">URL</a> using <var>referrerDoc</var>, with <i><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-referrer-policy\" id=\"ref-for-navigation-referrer-policy\">referrerPolicy</a></i> set to <var>prefetchRecord</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-referrer-policy\" id=\"ref-for-prefetch-record-referrer-policy①\">referrer policy</a>.</p>"

ed/ids/html.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23297,8 +23297,14 @@
2329723297
"https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element%3Adom-fae-form-2",
2329823298
"https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element%3Adom-fe-name-2",
2329923299
"https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element%3Athe-select-element-40",
23300-
"https://html.spec.whatwg.org/multipage/form-elements.html#note-first-button-in-select-not-submit",
23300+
"https://html.spec.whatwg.org/multipage/form-elements.html#example-customizable-select",
23301+
"https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element%3Athe-div-element",
23302+
"https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element%3Athe-legend-element",
23303+
"https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element%3Athe-img-element",
2330123304
"https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element%3Athe-button-element-2",
23305+
"https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element%3Athe-selectedcontent-element",
23306+
"https://html.spec.whatwg.org/multipage/form-elements.html#note-first-button-in-select-not-submit",
23307+
"https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element%3Athe-button-element-3",
2330223308
"https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element%3Athe-select-element-41",
2330323309
"https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element%3Athe-select-element-42",
2330423310
"https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element%3Ainert",

ed/ids/prerendering-revamped.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-iref-default-url-search-variance",
8989
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-source",
9090
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-traversable%E2%91%A0",
91-
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prefetch",
91+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-start-a-referrer-initiated-navigational-prefetch",
9292
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-nav-document",
9393
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-navigate",
9494
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-nav-document%E2%91%A0",
@@ -141,7 +141,7 @@
141141
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-destroy-a-top-level-traversable%E2%91%A0",
142142
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prefetch-record%E2%91%A1",
143143
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-traversable%E2%91%A6",
144-
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prefetch%E2%91%A0",
144+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-start-a-referrer-initiated-navigational-prefetch%E2%91%A0",
145145
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-navigate%E2%91%A0",
146146
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prefetch-record-url%E2%91%A2",
147147
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-navigation-referrer-policy",
@@ -1059,10 +1059,10 @@
10591059
"https://wicg.github.io/nav-speculation/prerendering.html#a253f84c",
10601060
"https://wicg.github.io/nav-speculation/prerendering.html#79729ee9",
10611061
"https://wicg.github.io/nav-speculation/prerendering.html#4ce800e8",
1062-
"https://wicg.github.io/nav-speculation/prerendering.html#c647f477",
10631062
"https://wicg.github.io/nav-speculation/prerendering.html#99c55261",
10641063
"https://wicg.github.io/nav-speculation/prerendering.html#9aaa83de",
10651064
"https://wicg.github.io/nav-speculation/prerendering.html#4d80a6e7",
1065+
"https://wicg.github.io/nav-speculation/prerendering.html#05390e01",
10661066
"https://wicg.github.io/nav-speculation/prerendering.html#7f3b9a3d",
10671067
"https://wicg.github.io/nav-speculation/prerendering.html#5bc14177",
10681068
"https://wicg.github.io/nav-speculation/prerendering.html#10f6701c",

ed/index.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-07-24T00:53:29.909Z",
4+
"date": "2025-07-24T06:48:43.994Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -1384,9 +1384,9 @@
13841384
],
13851385
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-compression-dictionary.html",
13861386
"crawlCacheInfo": {
1387-
"lastModified": "Wed, 23 Jul 2025 09:16:18 GMT"
1387+
"lastModified": "Thu, 24 Jul 2025 01:07:42 GMT"
13881388
},
1389-
"date": "23 July 2025",
1389+
"date": "24 July 2025",
13901390
"algorithms": "algorithms/compression-dictionary.json",
13911391
"links": "links/compression-dictionary.json",
13921392
"refs": "refs/compression-dictionary.json",
@@ -1433,9 +1433,9 @@
14331433
],
14341434
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html",
14351435
"crawlCacheInfo": {
1436-
"lastModified": "Wed, 23 Jul 2025 09:16:18 GMT"
1436+
"lastModified": "Thu, 24 Jul 2025 01:07:42 GMT"
14371437
},
1438-
"date": "23 July 2025",
1438+
"date": "24 July 2025",
14391439
"algorithms": "algorithms/no-vary-search.json",
14401440
"links": "links/no-vary-search.json",
14411441
"refs": "refs/no-vary-search.json",
@@ -1482,9 +1482,9 @@
14821482
],
14831483
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html",
14841484
"crawlCacheInfo": {
1485-
"lastModified": "Wed, 23 Jul 2025 09:16:18 GMT"
1485+
"lastModified": "Thu, 24 Jul 2025 01:07:42 GMT"
14861486
},
1487-
"date": "23 July 2025",
1487+
"date": "24 July 2025",
14881488
"algorithms": "algorithms/rfc6265bis.json",
14891489
"links": "links/rfc6265bis.json",
14901490
"refs": "refs/rfc6265bis.json",
@@ -3112,9 +3112,9 @@
31123112
],
31133113
"crawled": "https://html.spec.whatwg.org/multipage/",
31143114
"crawlCacheInfo": {
3115-
"lastModified": "Wed, 23 Jul 2025 06:30:52 GMT"
3115+
"lastModified": "Thu, 24 Jul 2025 02:01:22 GMT"
31163116
},
3117-
"date": "23 July 2025",
3117+
"date": "24 July 2025",
31183118
"algorithms": "algorithms/html.json",
31193119
"links": "links/html.json",
31203120
"refs": "refs/html.json",
@@ -12467,10 +12467,10 @@
1246712467
],
1246812468
"crawled": "https://wicg.github.io/nav-speculation/prefetch.html",
1246912469
"crawlCacheInfo": {
12470-
"lastModified": "Wed, 23 Jul 2025 02:32:27 GMT"
12470+
"lastModified": "Thu, 24 Jul 2025 03:35:58 GMT"
1247112471
},
1247212472
"generator": "bikeshed",
12473-
"date": "22 July 2025",
12473+
"date": "23 July 2025",
1247412474
"algorithms": "algorithms/prefetch.json",
1247512475
"links": "links/prefetch.json",
1247612476
"refs": "refs/prefetch.json",
@@ -12517,10 +12517,10 @@
1251712517
],
1251812518
"crawled": "https://wicg.github.io/nav-speculation/prerendering.html",
1251912519
"crawlCacheInfo": {
12520-
"lastModified": "Wed, 23 Jul 2025 02:32:27 GMT"
12520+
"lastModified": "Thu, 24 Jul 2025 03:35:58 GMT"
1252112521
},
1252212522
"generator": "bikeshed",
12523-
"date": "22 July 2025",
12523+
"date": "23 July 2025",
1252412524
"algorithms": "algorithms/prerendering-revamped.json",
1252512525
"links": "links/prerendering-revamped.json",
1252612526
"refs": "refs/prerendering-revamped.json",
@@ -12569,10 +12569,10 @@
1256912569
],
1257012570
"crawled": "https://wicg.github.io/nav-speculation/speculation-rules.html",
1257112571
"crawlCacheInfo": {
12572-
"lastModified": "Wed, 23 Jul 2025 02:32:27 GMT"
12572+
"lastModified": "Thu, 24 Jul 2025 03:35:58 GMT"
1257312573
},
1257412574
"generator": "bikeshed",
12575-
"date": "22 July 2025",
12575+
"date": "23 July 2025",
1257612576
"algorithms": "algorithms/speculation-rules.json",
1257712577
"links": "links/speculation-rules.json",
1257812578
"refs": "refs/speculation-rules.json",
@@ -19066,7 +19066,7 @@
1906619066
],
1906719067
"crawled": "https://drafts.csswg.org/css-box-4/",
1906819068
"crawlCacheInfo": {
19069-
"lastModified": "Wed, 23 Jul 2025 17:29:52 GMT"
19069+
"lastModified": "Wed, 23 Jul 2025 17:29:53 GMT"
1907019070
},
1907119071
"generator": "bikeshed",
1907219072
"date": "18 January 2025",
@@ -23146,7 +23146,7 @@
2314623146
],
2314723147
"crawled": "https://drafts.csswg.org/css-regions-1/",
2314823148
"crawlCacheInfo": {
23149-
"lastModified": "Wed, 23 Jul 2025 17:29:52 GMT"
23149+
"lastModified": "Wed, 23 Jul 2025 17:29:53 GMT"
2315023150
},
2315123151
"generator": "bikeshed",
2315223152
"date": "3 July 2025",
@@ -23345,7 +23345,7 @@
2334523345
],
2334623346
"crawled": "https://drafts.csswg.org/css-ruby-1/",
2334723347
"crawlCacheInfo": {
23348-
"lastModified": "Wed, 23 Jul 2025 17:29:52 GMT"
23348+
"lastModified": "Wed, 23 Jul 2025 17:29:53 GMT"
2334923349
},
2335023350
"generator": "bikeshed",
2335123351
"date": "15 July 2024",
@@ -23414,7 +23414,7 @@
2341423414
],
2341523415
"crawled": "https://drafts.csswg.org/css-scoping-1/",
2341623416
"crawlCacheInfo": {
23417-
"lastModified": "Wed, 23 Jul 2025 17:29:52 GMT"
23417+
"lastModified": "Wed, 23 Jul 2025 17:29:53 GMT"
2341823418
},
2341923419
"generator": "bikeshed",
2342023420
"date": "9 May 2025",

ed/links/prerendering-revamped.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
"prefetch-record-anonymization-policy",
624624
"prefetch-record-referrer-policy",
625625
"prefetch-record-no-vary-search-hint",
626-
"prefetch",
626+
"start-a-referrer-initiated-navigational-prefetch",
627627
"prefetch-record-matches-a-url",
628628
"document-prefetch-records",
629629
"prefetch-record-is-expected-to-match-a-url",

0 commit comments

Comments
 (0)