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

>   <li>
>    <p>If <var>request</var> is a <span>subresource request</span>, run these substeps:
>  
>    <ol>
> +    <li><p>If the <var>request</var>'s <span title=concept-client-hint-list>client hints list</span> is not empty, run these substeps for each <var>hint-name</var> in the list:
> +      <ol>
> +        <li><p>Set <var>value</var> to the first matching statement, if any, switching on <var>hint-name</var>:

If an `<li>` or any other element has multiple "block"-level children, those should appear on their own line, and be indented once.

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

Received on Wednesday, 6 April 2016 07:40:28 UTC