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

> +  <var>request</var>'s <span title=concept-request-header-list>header list</span>.
> +
> +  <table>
> +  <tr>
> +   <th><span title=hint-name>hint-name</span>
> +   <th><span title=hint-value>hint-value</span>
> +  <tr>
> +   <td>`<code title=http-dpr>dpr</a></code>`
> +   <td>a suitable <a href=http://httpwg.org/http-extensions/client-hints.html#dpr>dpr value</a>
> +  <tr>
> +   <td>`<code title=http-save-data>save-data</code>`
> +   <td>a suitable <a href=http://httpwg.org/http-extensions/client-hints.html#save-data>save-data value</a>
> +  <tr>
> +   <td>`<code title=http-viewport-width>viewport-width</code>`
> +   <td>a suitable <a href=http://httpwg.org/http-extensions/client-hints.html#viewport-width>viewport-width value</a>
> +  </table>

The `<tr>`s and `<th>`/`<td>`s need to be indented one more.

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

Received on Thursday, 7 April 2016 08:57:51 UTC