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

> @@ -324,17 +324,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
> +
> +<ul class=brief>
> +  <li>`<code title>Accept</code>`

Here and elsewhere, single-space indentation should be used.

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

Received on Wednesday, 6 April 2016 07:37:21 UTC