diff --git a/index.bs b/index.bs
index 9116ed9..e9015a6 100644
--- a/index.bs
+++ b/index.bs
@@ -248,12 +248,13 @@ To set the `Sec-Fetch-Site` header for a [=
1. If |url| is [=same origin=] with |r|'s [=request/origin=], [=iteration/continue=].
- 2. If |r|'s [=request/origin=]'s [=registrable domain=] is not the same as |url|'s
- [=registrable domain=], set |header|'s value to `cross-site` and [=iteration/break=].
+ 2. If |r|'s [=request/origin=]'s [=origin/scheme=] is not the same as |url|'s
+ [=url/scheme=], or if |r|'s [=request/origin=]'s [=registrable domain=] is not the same
+ as |url|'s [=registrable domain=], set |header|'s value to `cross-site` and
+ [=iteration/break=].
3. Set |header|'s value to `same-site`.
-
6. Let |value| be the result of [$serialize Structured Header|serializing$] |header|.
7. [=header list/Set=] ``Sec-Fetch-Site``/|value| in |r|'s
diff --git a/index.html b/index.html
index 1ff773c..d5a4f65 100644
--- a/index.html
+++ b/index.html
@@ -1029,7 +1029,7 @@
}
/* } */
- @supports (display:grid) {
+ @supports (display:grid) and (display:contents) {
/* Use #toc over .toc to override non-@supports rules. */
#toc {
display: grid;
@@ -1212,9 +1212,9 @@
}
}
-
-
-
+
+
+