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

How does chromium on windows canonicalise e.g. `file:///./C|` currently?

The linked discussion mentions: 

> Currently it only recognises drive letters appearing at the start of the path, optionally after a block of slashes.

That would suggest that it canonicalises to `file:///C|` which is also not canonical, similar to the problem that [this commit] tried to solve.

[this commit]: https://chromium-review.googlesource.com/c/chromium/src/+/2860002


-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/515#issuecomment-1382696811
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/issues/515/1382696811@github.com>

Received on Saturday, 14 January 2023 09:07:28 UTC