diff --git a/index.bs b/index.bs
index 6bebf80..60cf0cc 100644
--- a/index.bs
+++ b/index.bs
@@ -239,7 +239,7 @@ Note: This metadata *appends* [=client hints token=]s to the [=environment setti
- Let |metaElement| be the <{meta}> element.
- If any <{link}>, <{style}>, or <{script}> elements have begun to execute, then return.
-
- If |metaElement| has no <{meta/name}> attribute, or if that attribute's value is not `delegate-ch`, then return.
+
- If |metaElement| has no <{meta/http-equiv}> attribute, or if that attribute's value is not `delegate-ch`, then return.
- If |metaElement| has no <{meta/content}> attribute, or if that attribute's value is the empty string, then return.
- Let |settingsObject| be |metaElement|'s [=relevant settings object=].
- If |settingsObject| is a [=non-secure context=], abort these steps.