Re: [whatwg/url] file: URL with a port number through the host setter (#97)

Thinking it over a bit, the spec should likely be updated to treat specifying a port for the host in a file URL as an error. Parsing a URL such as `file://example.net:81/foo` or setting `url.host = 'example.net:81'` should likely throw.

-- 
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/97#issuecomment-270455738

Received on Wednesday, 4 January 2017 19:00:58 UTC