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

> @@ -1851,10 +1886,54 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul
>    for HTTP/2, and equivalent information used to prioritize dispatch and processing of
>    HTTP/1 fetches.
>  
> +
> + <li><p>If <var>request</var> is a <span>navigation request</span>, a user agent should <span title=concept-header-list-append>append</span> the following pairs to <var>request</var>'s
> +   <span title=concept-request-header-list>header list</span>:

I wonder if we should do the for each here too, that might make it read a little better.

A user agent should, for each header name /x/ in the first column of the following of the following table, if /x/ is not in request's header list, append /x/ / a value given in the same row on the second column, to request's header list.

---
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/8c2d5483219bd85257d8d9d270292585c528e406#r58229819

Received on Friday, 1 April 2016 16:21:45 UTC