Re: [whatwg/fetch] Add HTTP whitespace back for MIME types (#828)

sideshowbarker approved this pull request.



> @@ -238,6 +238,13 @@ means (e.g., <code>data</code> URLs).
 
 <p>An <dfn export>HTTP tab or space</dfn> is U+0009 TAB or U+0020 SPACE.
 
+<p><dfn export>HTTP whitespace</dfn> is U+000A LF, U+000D CR, or a <a>HTTP tab or space</a>.

```
 <p><dfn export>HTTP whitespace</dfn> is U+000A LF, U+000D CR, or a <a>HTTP tab or space</a>. 
```

Should be “**an** `<a>`HTTP tab or space`</a>`”

-- 
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/828#pullrequestreview-173807918

Received on Monday, 12 November 2018 09:23:44 UTC