Skip to content

Commit fb1438e

Browse files
committed
Fix erroneously parsed HTML tag
1 parent 2509a0e commit fb1438e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ semantics, servers SHOULD ignore this header if it contains an invalid value.
177177

178178
<pre class="example" id="sec-fetch-storage-access-usage">
179179
// When the request's credentials mode is "`omit`", the header is omitted:
180-
<no-header>
180+
(no header sent in this case)
181181

182182
// When the request is same-site, the header is omitted:
183-
<no-header>
183+
(no header sent in this case)
184184

185185
// When the request has no access to unpartitioned cookies, the header's value is "<code>[=storage access status/none=]</code>":
186186
Sec-Fetch-Storage-Access: none

0 commit comments

Comments
 (0)