Re: [whatwg/url] Windows drive letter uppercasing (#515)

I found that IE and Edge actually lowercase the drive letter, and then incorrectly stick it to the host, e.g. `file://somehost/C:/test` becomes `file://somehostc:/test`. 

Also it seems that Chrome on Mac does not support drive letters at all but treats them as ordinary path components. 


-- 
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/515#issuecomment-628607741

Received on Thursday, 14 May 2020 12:42:20 UTC