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

Chrome uppercases the Windows drive letter (only on Windows) as part of its file URL parsing. No other browser engine, including IE6, IE8, IE10, and IE11, seems to do this. However, there is something to be said for doing this as the letters are supposed to be case-insensitive and we already perform some normalization.

A prerequisite should probably be Chrome successfully shipping this on all platforms.

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

Received on Wednesday, 13 May 2020 09:10:45 UTC