- 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. ![image](https://user-images.githubusercontent.com/9737/38586664-e8a8685c-3d1e-11e8-9700-8f7c4c8575a4.png) 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