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
  1. Let |metaElement| be the <{meta}> element.
  2. If any <{link}>, <{style}>, or <{script}> elements have begun to execute, then return. -
  3. If |metaElement| has no <{meta/name}> attribute, or if that attribute's value is not `delegate-ch`, then return. +
  4. If |metaElement| has no <{meta/http-equiv}> attribute, or if that attribute's value is not `delegate-ch`, then return.
  5. If |metaElement| has no <{meta/content}> attribute, or if that attribute's value is the empty string, then return.
  6. Let |settingsObject| be |metaElement|'s [=relevant settings object=].
  7. If |settingsObject| is a [=non-secure context=], abort these steps.