Re: [whatwg/fetch] Integrate Client-Hints with Fetch (#258)

> @@ -805,6 +823,15 @@ <h4 id=terminology-headers>Headers</h4>
>  <span data-anolis-ref>REFERRER</span>
>  
>  <p>A <span title=concept-request>request</span> has an associated
> +<dfn title=concept-request-client-hints-list>client hints list</dfn>, which is a
> +<span title=concept-client-hints-list>client-hints list</span>. Unless stated otherwise, it is
> +the empty list.
> +
> +<p class="note no-backref">This can be used to override a client hints list associated with
> +an <span data-anolis-spec=html>environment settings object</span>.
> +<span data-anolis-ref>CLIENT-HINTS</span>

Right, that part hasn't been specced yet. My intent is to mirror similar language as [referrer policy](https://w3c.github.io/webappsec-referrer-policy/#terms).

- We can either do that within the CH draft.
- Or, we can integrate that language directly into the HTML spec?

Any preference on one vs other? /cc @mnot 

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/258/files/24aead477048fe4db0e91dc21da2ff4a08a4f2e7#r58753475

Received on Wednesday, 6 April 2016 18:08:21 UTC