[whatwg/url] Record whether the URL parser removed newlines. (#284)

In order to support checks like those sketched out in [1], it would
be helpful to record at parse-time whether or not tabs and newline
characters were stripped from a given URL. This patch does so by
adding a cleverly-named flag that could be referenced from other
specifications. Fetch, for instance.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/url/pull/284

-- Commit Summary --

  * Record whether the URL parser removed newlines.

-- File Changes --

    M url.bs (13)

-- Patch Links --

https://github.com/whatwg/url/pull/284.patch
https://github.com/whatwg/url/pull/284.diff

-- 
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/url/pull/284

Received on Tuesday, 28 March 2017 12:53:54 UTC