Skip to content

Commit

Permalink
Use http-equiv not name for Delegate-CH (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv authored May 21, 2024
1 parent 404398c commit 11b77f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Note: This metadata *appends* [=client hints token=]s to the [=environment setti
<ol>
<li>Let |metaElement| be the <{meta}> element.
<li>If any <{link}>, <{style}>, or <{script}> elements have begun to execute, then return.
<li>If |metaElement| has no <{meta/name}> attribute, or if that attribute's value is not `delegate-ch`, then return.
<li>If |metaElement| has no <{meta/http-equiv}> attribute, or if that attribute's value is not `delegate-ch`, then return.
<li>If |metaElement| has no <{meta/content}> attribute, or if that attribute's value is the empty string, then return.
<li>Let |settingsObject| be |metaElement|'s [=relevant settings object=].
<li>If |settingsObject| is a [=non-secure context=], abort these steps.
Expand Down

0 comments on commit 11b77f0

Please sign in to comment.