[whatwg/url] Large ports of non special urls (#257)

Old safari would allow large ports, and URL.port of urls like nonspecial://host:65537/ would be capped at 65535, but toString would return the initial given string. I admit this was strange, but changing it found somebody who was relying on our strange behavior, as all URL changes do. I'm curious to know other browsers' views on large ports of custom schemes.

-- 
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/257

Received on Thursday, 23 February 2017 09:18:53 UTC