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

> +      <p>Set <var>value</var> to the first matching statement, if any, switching on
> +      <var>hint-name</var>:
> +
> +       <dl class=switch>
> +        <dt>"<code title>dpr</code>"
> +        <dd>a suitable <a href=http://httpwg.org/http-extensions/client-hints.html#dpr>dpr value</a>
> +        <dt>"<code title>save-data</code>"
> +        <dd>a suitable <a href=http://httpwg.org/http-extensions/client-hints.html#save-data>save-data value</a>
> +        <dt>"<code title>viewport-width</code>"
> +        <dd>a suitable <a href=http://httpwg.org/http-extensions/client-hints.html#viewport-width>viewport-width value</a>
> +        <dt>"<code title>width</code>"
> +        <dd>a suitable <a href=http://httpwg.org/http-extensions/client-hints.html#width>width value</a></code>
> +       </dl>
> +
> +     <li>
> +      <p><span title=concept-header-list-append>Append</span>

This `<p>` doesn't need to be on a newline since it's the only child of the `<li>`.

---
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/1185bc1e7c71785224cfc26140eb01ad038cc6f0#r58839674

Received on Thursday, 7 April 2016 08:59:33 UTC