Skip to content

Commit ffc79de

Browse files
author
curation-bot
committed
Publish curated data from dcd2ffb
Curated data generated from raw data at dcd2ffb
1 parent e2f7c52 commit ffc79de

File tree

5 files changed

+28
-29
lines changed

5 files changed

+28
-29
lines changed

ed/algorithms/storage-access.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -489,14 +489,14 @@
489489
]
490490
},
491491
{
492-
"html": "To generate a new <a data-link-type=\"dfn\" href=\"https://w3c.github.io/permissions/#dfn-permission-key\" id=\"ref-for-dfn-permission-key②\">permission key</a> for the \"<a class=\"idl-code\" data-link-type=\"permission\" href=\"https://privacycg.github.io/storage-access/#permissiondef-storage-access\" id=\"ref-for-permissiondef-storage-access⑧\"><code>storage-access</code></a>\" feature, given an <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object\" id=\"ref-for-environment-settings-object\">environment settings object</a> <var>settings</var>, run the following steps:",
492+
"html": "To generate a new <a data-link-type=\"dfn\" href=\"https://w3c.github.io/permissions/#dfn-permission-key\" id=\"ref-for-dfn-permission-key②\">permission key</a> for the \"<a class=\"idl-code\" data-link-type=\"permission\" href=\"https://privacycg.github.io/storage-access/#permissiondef-storage-access\" id=\"ref-for-permissiondef-storage-access⑧\"><code>storage-access</code></a>\" feature, given an <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin\" id=\"ref-for-concept-origin④\">origin</a> <var>origin</var> and <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin\" id=\"ref-for-concept-origin⑤\">origin</a> <var>embeddedOrigin</var>:",
493493
"rationale": "let",
494494
"steps": [
495495
{
496-
"html": "<p>Let <var>topLevelSite</var> be the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#obtain-a-site\" id=\"ref-for-obtain-a-site④\">obtaining a site</a> from <var>settings</var>’ <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-origin\" id=\"ref-for-concept-environment-top-level-origin⑤\">top-level origin</a>.</p>"
496+
"html": "<p>Let <var>topLevelSite</var> be the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#obtain-a-site\" id=\"ref-for-obtain-a-site④\">obtaining a site</a> from <var>origin</var>.</p>"
497497
},
498498
{
499-
"html": "<p>Let <var>embeddedSite</var> be the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#obtain-a-site\" id=\"ref-for-obtain-a-site⑤\">obtaining a site</a> from <var>settings</var>’ <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin\" id=\"ref-for-concept-settings-object-origin①\">origin</a>.</p>"
499+
"html": "<p>Let <var>embeddedSite</var> be the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#obtain-a-site\" id=\"ref-for-obtain-a-site⑤\">obtaining a site</a> from <var>embeddedOrigin</var>.</p>"
500500
},
501501
{
502502
"html": "<p>Return (<var>topLevelSite</var>, <var>embeddedSite</var>).</p>"
@@ -556,7 +556,7 @@
556556
"html": "<p>Let <var>settings</var> be <var>doc</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object\" id=\"ref-for-relevant-settings-object⑦\">relevant settings object</a>.</p>"
557557
},
558558
{
559-
"html": "<p>Let <var>top-level site</var> be the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#obtain-a-site\" id=\"ref-for-obtain-a-site⑥\">obtaining a site</a> from <var>settings</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin\" id=\"ref-for-concept-settings-object-origin\">origin</a>.</p>"
559+
"html": "<p>Let <var>top-level site</var> be the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#obtain-a-site\" id=\"ref-for-obtain-a-site⑥\">obtaining a site</a> from <var>settings</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin\" id=\"ref-for-concept-settings-object-origin\">origin</a>.</p>"
560560
},
561561
{
562562
"html": "If <var>embedded origin</var> is a single U+002A ASTERISK character (*), then:",
@@ -587,7 +587,7 @@
587587
"rationale": "if",
588588
"steps": [
589589
{
590-
"html": "<p>If <var>embedded origin</var> is <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#same-site\" id=\"ref-for-same-site⑤\">same site</a> with <var>settings</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin\" id=\"ref-for-concept-settings-object-origin\">origin</a> return a <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/webdriver-spec.html#dfn-error\" id=\"ref-for-dfn-error③\">WebDriver error</a> with <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/webdriver-spec.html#dfn-error-code\" id=\"ref-for-dfn-error-code③\">WebDriver error code</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/webdriver-spec.html#dfn-unsupported-operation\" id=\"ref-for-dfn-unsupported-operation①\">unsupported operation</a>.</p>"
590+
"html": "<p>If <var>embedded origin</var> is <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#same-site\" id=\"ref-for-same-site⑤\">same site</a> with <var>settings</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin\" id=\"ref-for-concept-settings-object-origin\">origin</a> return a <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/webdriver-spec.html#dfn-error\" id=\"ref-for-dfn-error③\">WebDriver error</a> with <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/webdriver-spec.html#dfn-error-code\" id=\"ref-for-dfn-error-code③\">WebDriver error code</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/webdriver-spec.html#dfn-unsupported-operation\" id=\"ref-for-dfn-unsupported-operation①\">unsupported operation</a>.</p>"
591591
},
592592
{
593593
"html": "If <var>blocked</var> is <code>true</code>, then:",

ed/headings/storage-access.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"id": "subtitle",
1515
"href": "https://privacycg.github.io/storage-access/#subtitle",
1616
"level": 2,
17-
"title": "Draft Community Group Report, 12 April 2025"
17+
"title": "Draft Community Group Report, 18 October 2025"
1818
},
1919
{
2020
"id": "abstract",

ed/ids/storage-access.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,10 @@
340340
"https://privacycg.github.io/storage-access/#ref-for-dfn-permission-key-generation-algorithm",
341341
"https://privacycg.github.io/storage-access/#ref-for-dfn-permission-key%E2%91%A1",
342342
"https://privacycg.github.io/storage-access/#ref-for-permissiondef-storage-access%E2%91%A7",
343-
"https://privacycg.github.io/storage-access/#ref-for-environment-settings-object",
343+
"https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A3",
344+
"https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A4",
344345
"https://privacycg.github.io/storage-access/#ref-for-obtain-a-site%E2%91%A3",
345-
"https://privacycg.github.io/storage-access/#ref-for-concept-environment-top-level-origin%E2%91%A4",
346346
"https://privacycg.github.io/storage-access/#ref-for-obtain-a-site%E2%91%A4",
347-
"https://privacycg.github.io/storage-access/#ref-for-concept-settings-object-origin%E2%91%A0",
348347
"https://privacycg.github.io/storage-access/#ref-for-dfn-permission-key-comparison-algorithm",
349348
"https://privacycg.github.io/storage-access/#ref-for-dfn-permission-key%E2%91%A2",
350349
"https://privacycg.github.io/storage-access/#ref-for-permissiondef-storage-access%E2%91%A8",
@@ -386,7 +385,7 @@
386385
"https://privacycg.github.io/storage-access/#ref-for-unpartitioned-data%E2%91%A3",
387386
"https://privacycg.github.io/storage-access/#ref-for-implementation-defined%E2%91%A0",
388387
"https://privacycg.github.io/storage-access/#site-scope",
389-
"https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A3",
388+
"https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A5",
390389
"https://privacycg.github.io/storage-access/#ref-for-site%E2%91%A4",
391390
"https://privacycg.github.io/storage-access/#ref-for-site%E2%91%A5",
392391
"https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site%E2%91%A3",
@@ -396,10 +395,10 @@
396395
"https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A1%E2%93%AA",
397396
"https://privacycg.github.io/storage-access/#ref-for-dom-document-requeststorageaccess%E2%91%A0%E2%93%AA",
398397
"https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A1%E2%91%A0",
399-
"https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A4",
400-
"https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A5",
401-
"https://privacycg.github.io/storage-access/#ref-for-dom-document-requeststorageaccess%E2%91%A0%E2%91%A0",
402398
"https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A6",
399+
"https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A7",
400+
"https://privacycg.github.io/storage-access/#ref-for-dom-document-requeststorageaccess%E2%91%A0%E2%91%A0",
401+
"https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A8",
403402
"https://privacycg.github.io/storage-access/#reputation",
404403
"https://privacycg.github.io/storage-access/#ref-for-secure-context%E2%91%A2",
405404
"https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A1%E2%91%A1",
@@ -433,15 +432,15 @@
433432
"https://privacycg.github.io/storage-access/#ref-for-nav-document%E2%91%A4",
434433
"https://privacycg.github.io/storage-access/#ref-for-relevant-settings-object%E2%91%A6",
435434
"https://privacycg.github.io/storage-access/#ref-for-obtain-a-site%E2%91%A5",
436-
"https://privacycg.github.io/storage-access/#ref-for-concept-settings-object-origin%E2%91%A1",
435+
"https://privacycg.github.io/storage-access/#ref-for-concept-settings-object-origin%E2%91%A0",
437436
"https://privacycg.github.io/storage-access/#ref-for-implementation-defined%E2%91%A1",
438437
"https://privacycg.github.io/storage-access/#ref-for-unpartitioned-data%E2%91%A5",
439438
"https://privacycg.github.io/storage-access/#ref-for-third-party-context%E2%91%A2",
440439
"https://privacycg.github.io/storage-access/#ref-for-implementation-defined%E2%91%A2",
441440
"https://privacycg.github.io/storage-access/#ref-for-unpartitioned-data%E2%91%A6",
442441
"https://privacycg.github.io/storage-access/#ref-for-third-party-context%E2%91%A3",
443442
"https://privacycg.github.io/storage-access/#ref-for-same-site%E2%91%A4",
444-
"https://privacycg.github.io/storage-access/#ref-for-concept-settings-object-origin%E2%91%A2",
443+
"https://privacycg.github.io/storage-access/#ref-for-concept-settings-object-origin%E2%91%A1",
445444
"https://privacycg.github.io/storage-access/#ref-for-dfn-error%E2%91%A2",
446445
"https://privacycg.github.io/storage-access/#ref-for-dfn-error-code%E2%91%A2",
447446
"https://privacycg.github.io/storage-access/#ref-for-dfn-unsupported-operation%E2%91%A0",
@@ -487,7 +486,6 @@
487486
"https://privacycg.github.io/storage-access/#a1e6e861",
488487
"https://privacycg.github.io/storage-access/#07ad3048",
489488
"https://privacycg.github.io/storage-access/#0e5e4e32",
490-
"https://privacycg.github.io/storage-access/#3e12e042",
491489
"https://privacycg.github.io/storage-access/#0e3ba9f8",
492490
"https://privacycg.github.io/storage-access/#73a186aa",
493491
"https://privacycg.github.io/storage-access/#87fcd40c",

ed/index.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-10-18T12:56:36.048Z",
4+
"date": "2025-10-18T18:51:16.345Z",
55
"options": {
66
"useCrawl": "curated",
77
"output": "curated",
@@ -32,7 +32,7 @@
3232
},
3333
"stats": {
3434
"crawled": 716,
35-
"errors": 2
35+
"errors": 4
3636
},
3737
"crawler": "reffy-20.0.1",
3838
"results": [
@@ -3398,11 +3398,11 @@
33983398
],
33993399
"crawled": "https://privacycg.github.io/storage-access/",
34003400
"crawlCacheInfo": {
3401-
"lastModified": "Sat, 12 Apr 2025 00:28:48 GMT"
3401+
"lastModified": "Sat, 18 Oct 2025 13:57:57 GMT"
34023402
},
34033403
"generator": "bikeshed",
3404-
"date": "12 April 2025",
3405-
"revision": "b569d1e224927140624d2ac0626cac09f6a01772",
3404+
"date": "18 October 2025",
3405+
"revision": "03af52d120e8f2ccb566c79597b7de8a31284b66",
34063406
"algorithms": "algorithms/storage-access.json",
34073407
"links": "links/storage-access.json",
34083408
"refs": "refs/storage-access.json",
@@ -19663,7 +19663,7 @@
1966319663
],
1966419664
"crawled": "https://drafts.csswg.org/css-color-4/",
1966519665
"crawlCacheInfo": {
19666-
"lastModified": "Fri, 17 Oct 2025 16:31:05 GMT"
19666+
"lastModified": "Fri, 17 Oct 2025 16:31:06 GMT"
1966719667
},
1966819668
"generator": "bikeshed",
1966919669
"date": "12 October 2025",
@@ -23934,7 +23934,7 @@
2393423934
],
2393523935
"crawled": "https://drafts.csswg.org/css-shadow-parts-1/",
2393623936
"crawlCacheInfo": {
23937-
"lastModified": "Fri, 17 Oct 2025 16:31:05 GMT"
23937+
"lastModified": "Fri, 17 Oct 2025 16:31:06 GMT"
2393823938
},
2393923939
"generator": "bikeshed",
2394023940
"date": "12 October 2025",
@@ -24212,7 +24212,7 @@
2421224212
],
2421324213
"crawled": "https://drafts.csswg.org/css-speech-1/",
2421424214
"crawlCacheInfo": {
24215-
"lastModified": "Fri, 17 Oct 2025 16:31:06 GMT"
24215+
"lastModified": "Fri, 17 Oct 2025 16:31:07 GMT"
2421624216
},
2421724217
"generator": "bikeshed",
2421824218
"date": "29 October 2024",
@@ -25874,7 +25874,7 @@
2587425874
],
2587525875
"crawled": "https://drafts.csswg.org/css-writing-modes-4/",
2587625876
"crawlCacheInfo": {
25877-
"lastModified": "Fri, 17 Oct 2025 16:31:05 GMT"
25877+
"lastModified": "Fri, 17 Oct 2025 16:31:06 GMT"
2587825878
},
2587925879
"generator": "bikeshed",
2588025880
"date": "12 October 2025",
@@ -27709,7 +27709,7 @@
2770927709
],
2771027710
"crawled": "https://w3c.github.io/epub-specs/epub33/rs/",
2771127711
"crawlCacheInfo": {
27712-
"lastModified": "Thu, 16 Oct 2025 12:42:38 GMT"
27712+
"lastModified": "Thu, 16 Oct 2025 12:42:39 GMT"
2771327713
},
2771427714
"generator": "respec",
2771527715
"date": "16 October 2025",
@@ -28606,6 +28606,7 @@
2860628606
"headings": "headings/geometry-1.json",
2860728607
"ids": "ids/geometry-1.json",
2860828608
"cddl": [],
28609+
"error": "Error: Loading https://drafts.fxtf.org/geometry-1/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:109:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:452:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 490)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:473:21)",
2860928610
"idlparsed": "idlparsed/geometry-1.json"
2861028611
},
2861128612
{
@@ -31293,7 +31294,8 @@
3129331294
"dfns": "dfns/motion-1.json",
3129431295
"headings": "headings/motion-1.json",
3129531296
"ids": "ids/motion-1.json",
31296-
"cddl": []
31297+
"cddl": [],
31298+
"error": "Error: Loading https://drafts.fxtf.org/motion-1/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:109:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:452:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 533)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:473:21)"
3129731299
},
3129831300
{
3129931301
"url": "https://www.w3.org/TR/mse-byte-stream-format-isobmff/",

ed/links/storage-access.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@
145145
"secure-context",
146146
"queue-a-global-task",
147147
"networking-task-source",
148-
"concept-environment-id",
149-
"environment-settings-object"
148+
"concept-environment-id"
150149
]
151150
},
152151
"https://infra.spec.whatwg.org/": {

0 commit comments

Comments
 (0)