Re: [whatwg/url] feat: handle Windows file paths with backslashes in URL parsing (PR #874)

annevk left a comment (whatwg/url#874)

I don't understand. Why would we not parse `CC:\path` as we do today? https://jsdom.github.io/whatwg-url/#url=Q0M6XHBhdGg=&base=YWJvdXQ6Ymxhbms= That seems fine.

We only want to special case ASCII letter followed by `:\` here, right? I don't understand why you thought I meant we should support UNC paths in some special way as well.

The same for special characters in paths. In fact, I answered that question in my earlier reply. Did you miss it?

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

Message ID: <whatwg/url/pull/874/c3395903728@github.com>

Received on Monday, 13 October 2025 05:26:13 UTC