Skip to content

Commit 6eb693d

Browse files
committed
Remove ABNF; match wording of RFC in item definition
See example phrasing in https://datatracker.ietf.org/doc/html/rfc9651#section-3.3-2. Resolves #29.
1 parent a8691dc commit 6eb693d

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

index.bs

+5-13
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,8 @@ The `Sec-Fetch-Storage-Access` HTTP Request Header {#sec-fetch-storage-access-he
164164
-----------------------------------------------------------------
165165

166166
The <dfn http-header>`Sec-Fetch-Storage-Access`</dfn> HTTP request header exposes a [=request=]'s
167-
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=]. [[!RFC9651]] Its ABNF is:
169-
170-
```
171-
Sec-Fetch-Storage-Access = sf-token
172-
```
167+
ability or inability to access cookies to a server. It is a [=Structured Field=] [=structured field/item=] which is a
168+
[=structured field/token=]. [[!RFC9651]]
173169

174170
Valid `Sec-Fetch-Storage-Access` values include "<code>[=storage access status/none=]</code>", "<code>[=storage access status/inactive=]</code>", and
175171
"<code>[=storage access status/active=]</code>". In order to support forward-compatibility with as-yet-unknown
@@ -214,14 +210,10 @@ The `Activate-Storage-Access` HTTP Response Header {#activate-storage-access-hea
214210

215211
The <dfn http-header>`Activate-Storage-Access`</dfn> HTTP response header
216212
allows a server to opt in to accessing its unpartitioned cookies in a cross-site request
217-
context. It is a [=Structured Field=] [=structured field/item=] whose value MUST be a [=structured
218-
field/token=]. [[!RFC9651]] Its ABNF is:
219-
220-
```
221-
Activate-Storage-Access = sf-item
222-
```
213+
context. It is a [=Structured Field=] [=structured field/item=] which is a [=structured
214+
field/token=]. [[!RFC9651]]
223215

224-
Valid `Activate-Storage-Access` values include "`load`" and "`retry`".
216+
Valid `Activate-Storage-Access` values include `load` and `retry`.
225217

226218
The following parameter is defined:
227219

0 commit comments

Comments
 (0)