WICG / client-hints-infrastructure

Specification for the Client Hints infrastructure - privacy preserving proactive content negotiation
https://wicg.github.io/client-hints-infrastructure
Other
61 stars 26 forks source link

Is Delegate-CH a pragma or not? #159

Closed eeeps closed 4 months ago

eeeps commented 4 months ago

Chrome currently only supports:

<meta http-equiv="Delegate-CH">

but if I'm reading the spec correctly (step three of the Delegate-CH algorithm), it seems to call for:

<meta name="Delegate-CH">

Which is correct?

miketaylr commented 4 months ago

Thanks for the issue @eeeps :)

I think given @arichiv's PR, we can conclude that http-equiv is the right answer.