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

> +
> +<ul class=brief>
> +  <li>`<code title>Accept</code>`
> +  <li>`<code title>Accept-Language</code>`
> +  <li>`<code title>Content-Language</code>`
> +  <li>`<code title>Content-Type</code>` and whose <span title=concept-header-value>value</span>,
> +  <span title=concept-header-parse>once parsed</span>, has a MIME type (ignoring parameters)
> +  that is `<code title>application/x-www-form-urlencoded</code>`,
> +  `<code title>multipart/form-data</code>`, or `<code title>text/plain</code>`
> +  <li>`<code title><a href=http://httpwg.org/http-extensions/client-hints.html#the-dpr-client-hint>DPR</a></code>`,
> +  `<code title><a href=http://httpwg.org/http-extensions/client-hints.html#the-downlink-client-hint>Downlink</a></code>`,
> +  `<code title><a href=http://httpwg.org/http-extensions/client-hints.html#the-save-data-hint>Save-Data</a></code>`,
> +  `<code title><a href=http://httpwg.org/http-extensions/client-hints.html#the-viewport-width-client-hint>Viewport-Width</a></code>`, or
> +  `<code title><a href=http://httpwg.org/http-extensions/client-hints.html#the-width-client-hint>Width</a></code>`, and whose <span title=concept-header-value>value</span>,
> +  <span title=concept-header-parse>once parsed</span>, is not a failure.
> +</ul>

I think it might be better to have `<p>or whose name is one of </p> <ul class=brief> ... </ul> <p>and value, once parsed, is not failure.</p>` after the `Content-Type` entry. It seems a little weird to have a list of header names and then have a list of header names inside that 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/18c8dc051bfd9164205a143eaab74aaf8c9aa8a7#r58020091

Received on Thursday, 31 March 2016 08:57:12 UTC