diff --git a/index.bs b/index.bs
index 8877e9eea5..0bf7eef611 100644
--- a/index.bs
+++ b/index.bs
@@ -4343,10 +4343,12 @@ Content-Type: application/reports+json
|element|'s attribute list:
1. If |attribute|'s name contains an ASCII case-insensitive match for
- "<script" or "<style", return "`Not Nonceable`".
+ "<link", "<script", or "<style",
+ return "`Not Nonceable`".
2. If |attribute|'s value contains an ASCII case-insensitive match for
- "<script" or "<style", return "`Not Nonceable`".
+ "<link", "<script", or "<style",
+ return "`Not Nonceable`".
3. If |element| had a [=duplicate-attribute=] [=parse error=] during tokenization, return
"`Not Nonceable`".