> I'm not sure if that's a legit URL if it doesn't have a double-slash
after the first colon.
Double-slash is not a requirement for all URL/URIs, for example,
data:text/html,bla. file: uses triple-slash and so on...
(Not entirely sure regarding URL versus URI, if you meant specifically the
former and not the latter)
The scheme/protocol specifies the format after the colon, but the general
"how to write a URL/URI" does not mandate anything in this regard, I think.

☆*PhistucK*


On Fri, Feb 4, 2022 at 1:37 AM Nigel Tao <nigel...@chromium.org> wrote:

> On Thu, Jan 27, 2022 at 3:23 AM Brianna Goldstein
> <brgoldst...@chromium.org> wrote:
> >On Thu, Jan 27, 2022 at 2:49 AM Yoav Weiss <yoavwe...@chromium.org>
> wrote:
> >> At the risk of piling on with another question: are these URLs
> different from `file://` scheme URLs?
> >
> > @Yoav Weiss yes these are from the `filesystem://` scheme which is
> different from `file://`. Here's some information about where this scheme
> comes from.
>
> I'll ask another naive question...
>
> I understand "file://" URLs. "file:///home/user/bar.txt" is an example.
>
> Can you give some examples of "filesystem://" URLs? Do they look like
> "filesystem:///home/user/bar.txt" or
> "filesystem://example.domain/foo/bar.txt" or something else? Do these
> URLs look different for Android versus Desktop? Do they look different
> for Browser App versus Web View?
>
> Your "Here's" link points to
> https://www.iana.org/assignments/uri-schemes/historic/filesystem which
> doesn't give an example, nor does the
> https://www.w3.org/TR/file-system-api/ or
> http://www.html5rocks.com/en/tutorials/file/filesystem/ (which
> redirects to https://web.dev/read-files/) links from its references.
>
> pwnall@ later linked to
> https://dev.w3.org/2009/dap/file-system/file-dir-sys.html and
> https://wicg.github.io/file-system-access/ and the only example URL is
> "Proposal currently under discussion: Use a format such as
> filesystem:http://example.domain/persistent-or-temporary/path/to/file.html
> "
> but even if it's more than a proposal, I'm not sure if that's a legit
> URL if it doesn't have a double-slash after the first colon.
>
> --
> You received this message because you are subscribed to the Google Groups
> "blink-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to blink-dev+unsubscr...@chromium.org.
> To view this discussion on the web visit
> https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAEdON6acwSf5c2uJ7ZWgJa32q7tnj%2B%2Bcobqc5Mw3ksu2pFUHXg%40mail.gmail.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blink-dev+unsubscr...@chromium.org.
To view this discussion on the web visit 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABc02_JKqfWDHg8%3DQpxsuTi7r%3DJUAkp-p6WiLKPOk53gkziX7A%40mail.gmail.com.

Reply via email to