- From: Linus Lewandowski <notifications@github.com>
- Date: Tue, 10 Apr 2018 15:35:55 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 April 2018 22:36:48 UTC
Actually, there is a similar problem for other URL parts, too.

For example:
* generated path may contain ```[, \, ], ^, |``` - which are not valid there;
* generated fragment may contain the above and ```#, {, }``` - which are not valid there;
* if `state override` is given, valid path may contain `?` (which will be then escaped)
--
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/issues/379#issuecomment-380269276
Received on Tuesday, 10 April 2018 22:36:48 UTC