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

sideshowbarker commented on 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 class="note no-backref"><a>HTTP whitespace</a> is only useful for specific constructs that are
+reused outside the context of HTTP headers (e.g., <a for=/>MIME types</a>). For HTTP header values

```
… For HTTP header values
```

should be “… For HTTP header values`,`” [add comma]

-- 
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-173809055

Received on Monday, 12 November 2018 09:25:58 UTC