Skip to content

Commit 552279d

Browse files
committed
Update rfc9651 status
Closes #28
1 parent b346d9d commit 552279d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Include Can I Use Panels: yes
1818
</pre>
1919
<pre class="biblio">
2020
{
21-
"I-D.structured-field-values-for-http": {
21+
"RFC9651": {
2222
"authors": [ "Mark Nottingham", "Poul-Henning Kamp" ],
2323
"href": "https://datatracker.ietf.org/doc/html/rfc9651",
2424
"title": "Structured Field Values for HTTP",
25-
"status": "ID",
25+
"status": "PS",
2626
"publisher": "IETF"
2727
},
2828
"mnot-designing-headers": {
@@ -39,7 +39,7 @@ spec: storage-access; type: method; text: requestStorageAccess
3939
</pre>
4040

4141
<pre class="anchors">
42-
urlPrefix: https://datatracker.ietf.org/doc/html/rfc9651; spec: I-D.structured-field-values-for-http
42+
urlPrefix: https://datatracker.ietf.org/doc/html/rfc9651; spec: RFC9651
4343
type: dfn
4444
text: structured field; url: #
4545
for: structured field
@@ -165,7 +165,7 @@ The `Sec-Fetch-Storage-Access` HTTP Request Header {#sec-fetch-storage-access-he
165165

166166
The <dfn http-header>`Sec-Fetch-Storage-Access`</dfn> HTTP request header exposes a [=request=]'s
167167
ability or inability to access cookies to a server. It is a [=Structured Field=] [=structured field/item=] whose value MUST be a
168-
[=structured field/token=]. [[!I-D.structured-field-values-for-http]] Its ABNF is:
168+
[=structured field/token=]. [[!RFC9651]] Its ABNF is:
169169

170170
```
171171
Sec-Fetch-Storage-Access = sf-token
@@ -215,7 +215,7 @@ The `Activate-Storage-Access` HTTP Response Header {#activate-storage-access-hea
215215
The <dfn http-header>`Activate-Storage-Access`</dfn> HTTP response header
216216
allows a server to opt in to accessing its unpartitioned cookies in a cross-site request
217217
context. It is a [=Structured Field=] [=structured field/item=] whose value MUST be a [=structured
218-
field/token=]. [[!I-D.structured-field-values-for-http]] Its ABNF is:
218+
field/token=]. [[!RFC9651]] Its ABNF is:
219219

220220
```
221221
Activate-Storage-Access = sf-item

0 commit comments

Comments
 (0)