Re: [whatwg/url] Changes to file URL path normalization (#544)

Yes, there are corner cases where Safari is different. My understanding is this happens only when a host-less url is parsed against a base url. Quote:

> As an aside, Safari fails the mentioned tests because it (sometimes? or always?) does not copy the host from the base URL when parsing host-less URLs. I suspect that this is not intentional; 

From https://github.com/whatwg/url/issues/405#issuecomment-698208289. Note that this is not drive letter specific behaviour. 

And, thanks, it's the first time I did something like this so it's nice to see it work out!
Should I file a bug for Safari? I've not done that before either. 

-- 
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/544#issuecomment-701508277

Received on Wednesday, 30 September 2020 16:42:12 UTC