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

> @@ -336,17 +336,35 @@ <h4 id=terminology-headers>Headers</h4>
>  <hr>
>  
>  <p>A <dfn>simple header</dfn> is a <span title=concept-header>header</span> whose
> -<span title=concept-header-name>name</span> is `<code title>Accept</code>`,
> -`<code title>Accept-Language</code>`, or `<code title>Content-Language</code>`, or whose
> -<span title=concept-header-name>name</span> is `<code title>Content-Type</code>` and
> -<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>`.
> +<span title=concept-header-name>name</span> is one of:

I think it's fine to leave off the ":" here since it's basically one long paragraph, with nested lists. (HTML cannot express that unfortunately due to parsing issues, but this will have to do.)

---
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#r58228976

Received on Friday, 1 April 2016 16:14:49 UTC