From 4fd70cb3c73a44653be667f4d15005be393b0be3 Mon Sep 17 00:00:00 2001 From: Ari Chivukula Date: Tue, 21 May 2024 05:53:12 -0400 Subject: [PATCH] Use http-equiv not name for Delegate-CH fixes #159 --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.