Skip to content

Commit c00770b

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.2.
1 parent 26dd80f commit c00770b

File tree

5 files changed

+47
-350
lines changed

5 files changed

+47
-350
lines changed

ed/algorithms/requestStorageAccessFor.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "Document/requestStorageAccessFor(requestedOrigin)",
99
"href": "https://privacycg.github.io/requestStorageAccessFor/#dom-document-requeststorageaccessfor",
10-
"html": "When invoked on <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#document\" id=\"ref-for-document⑤\">Document</a></code> <var>doc</var> with <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-USVString\" id=\"ref-for-idl-USVString②\">USVString</a></code> <var>requestedOrigin</var>, the <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"Document\" data-dfn-type=\"method\" data-export=\"\" id=\"dom-document-requeststorageaccessfor\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>requestStorageAccessFor(requestedOrigin)</code></dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> method must run these steps:",
10+
"html": "When invoked on <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#document\" id=\"ref-for-document⑤\">Document</a></code> <var>doc</var> with <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-USVString\" id=\"ref-for-idl-USVString②\">USVString</a></code> <var>requestedOrigin</var>, the <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"Document\" data-dfn-type=\"method\" data-export=\"\" id=\"dom-document-requeststorageaccessfor\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>requestStorageAccessFor(requestedOrigin)</code></dfn> method must run these steps:",
1111
"rationale": ".algorithm",
1212
"steps": [
1313
{
@@ -132,14 +132,14 @@
132132
{
133133
"name": "determine if a request has top-level storage access",
134134
"href": "https://privacycg.github.io/requestStorageAccessFor/#determine-if-a-request-has-top-level-storage-access",
135-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"determine-if-a-request-has-top-level-storage-access\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">determine if a request has top-level storage access</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> with <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request\" id=\"ref-for-concept-request\">request</a> <var>request</var>, run these steps:",
135+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"determine-if-a-request-has-top-level-storage-access\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">determine if a request has top-level storage access</dfn> with <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request\" id=\"ref-for-concept-request\">request</a> <var>request</var>, run these steps:",
136136
"rationale": ".algorithm",
137137
"steps": [
138138
{
139-
"html": "<p>Let <var>settings</var> be <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-client\" id=\"ref-for-concept-request-client\">client</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\" id=\"ref-for-concept-relevant-global②\">relevant global object</a>'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>"
139+
"html": "<p>Let <var>settings</var> be <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-client\" id=\"ref-for-concept-request-client\">client</a>s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\" id=\"ref-for-concept-relevant-global②\">relevant global object</a>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>"
140140
},
141141
{
142-
"html": "<p>Let <var>embedded origin</var> be <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-url\" id=\"ref-for-concept-request-url\">url</a>'s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-origin\" id=\"ref-for-concept-url-origin\">origin</a>.</p>"
142+
"html": "<p>Let <var>embedded origin</var> be <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-url\" id=\"ref-for-concept-request-url\">url</a>s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-origin\" id=\"ref-for-concept-url-origin\">origin</a>.</p>"
143143
},
144144
{
145145
"html": "<p>Let <var>descriptor</var> be a newly created <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://privacycg.github.io/requestStorageAccessFor/#dictdef-toplevelstorageaccesspermissiondescriptor\" id=\"ref-for-dictdef-toplevelstorageaccesspermissiondescriptor①\">TopLevelStorageAccessPermissionDescriptor</a></code> with <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/permissions/#dom-permissiondescriptor-name\" id=\"ref-for-dom-permissiondescriptor-name①\">name</a></code> set to \"<a class=\"idl-code\" data-link-type=\"permission\" href=\"https://privacycg.github.io/requestStorageAccessFor/#permissiondef-top-level-storage-access\" id=\"ref-for-permissiondef-top-level-storage-access②\"><code>top-level-storage-access</code></a>\" and with <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://privacycg.github.io/requestStorageAccessFor/#dom-toplevelstorageaccesspermissiondescriptor-requestedorigin\" id=\"ref-for-dom-toplevelstorageaccesspermissiondescriptor-requestedorigin①\">requestedOrigin</a></code> set to <var>embedded origin</var>.</p>"
@@ -218,7 +218,7 @@
218218
"html": "<p>If <var>is subresource</var> is true and <var>allowed subresource mode</var> is false, return false.</p>"
219219
},
220220
{
221-
"html": "<p>If <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-client\" id=\"ref-for-concept-request-client①\">client</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\" id=\"ref-for-concept-relevant-global③\">relevant global object</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window\" id=\"ref-for-concept-document-window\">associated document</a> is not a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigable\" id=\"ref-for-traversable-navigable④\">traversable navigable</a>, return false.</p>"
221+
"html": "<p>If <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-client\" id=\"ref-for-concept-request-client①\">client</a>s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\" id=\"ref-for-concept-relevant-global③\">relevant global object</a>s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window\" id=\"ref-for-concept-document-window\">associated document</a> is not a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigable\" id=\"ref-for-traversable-navigable④\">traversable navigable</a>, return false.</p>"
222222
},
223223
{
224224
"html": "<p>Return true.</p>"

ed/dfns/requestStorageAccessFor.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@
3535
"access": "private",
3636
"informative": false,
3737
"heading": {
38-
"id": "title",
39-
"href": "https://privacycg.github.io/requestStorageAccessFor/#title",
40-
"title": "requestStorageAccessFor API"
38+
"id": "the-rsa-for-api",
39+
"href": "https://privacycg.github.io/requestStorageAccessFor/#the-rsa-for-api",
40+
"title": "The requestStorageAccessFor API",
41+
"number": "3"
4142
},
4243
"definedIn": "prose"
4344
},
@@ -53,9 +54,10 @@
5354
"access": "private",
5455
"informative": false,
5556
"heading": {
56-
"id": "title",
57-
"href": "https://privacycg.github.io/requestStorageAccessFor/#title",
58-
"title": "requestStorageAccessFor API"
57+
"id": "the-rsa-for-api",
58+
"href": "https://privacycg.github.io/requestStorageAccessFor/#the-rsa-for-api",
59+
"title": "The requestStorageAccessFor API",
60+
"number": "3"
5961
},
6062
"definedIn": "prose"
6163
},
@@ -151,9 +153,10 @@
151153
"access": "public",
152154
"informative": false,
153155
"heading": {
154-
"id": "title",
155-
"href": "https://privacycg.github.io/requestStorageAccessFor/#title",
156-
"title": "requestStorageAccessFor API"
156+
"id": "permissions-integration",
157+
"href": "https://privacycg.github.io/requestStorageAccessFor/#permissions-integration",
158+
"title": "Permissions Integration",
159+
"number": "4"
157160
},
158161
"definedIn": "pre"
159162
},
@@ -171,9 +174,10 @@
171174
"access": "public",
172175
"informative": false,
173176
"heading": {
174-
"id": "title",
175-
"href": "https://privacycg.github.io/requestStorageAccessFor/#title",
176-
"title": "requestStorageAccessFor API"
177+
"id": "permissions-integration",
178+
"href": "https://privacycg.github.io/requestStorageAccessFor/#permissions-integration",
179+
"title": "Permissions Integration",
180+
"number": "4"
177181
},
178182
"definedIn": "pre"
179183
}

ed/headings/requestStorageAccessFor.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/requestStorageAccessFor/#subtitle",
1616
"level": 2,
17-
"title": "Draft Community Group Report, 4 November 2024"
17+
"title": "Draft Community Group Report, 13 March 2025"
1818
},
1919
{
2020
"id": "abstract",

0 commit comments

Comments
 (0)