Re: [whatwg/url] Proposal: file: URL separator deduplication (#552)

The quote with these examples is taken from RFC 8089: https://datatracker.ietf.org/doc/html/rfc8089#appendix-E.3.2
For example Firefox uses 5 slashes before host, when converts from UNC path:
`\\host.example.com\path\to\file` -> `file://///host.example.com/path/to/file`

-- 
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/552#issuecomment-939506643

Received on Sunday, 10 October 2021 15:56:05 UTC