Re: [w3c/manifest] Manifest: property 'src' ignored, URL is invalid. (Issue #1059)

Looking at the url parsing spec: https://url.spec.whatwg.org/#url-parsing

I believe a single `.` is not a valid url, even if base_url is populated? It looks like that is correctly parsed if you get into "path state" (https://url.spec.whatwg.org/#path-state), but the parser is not initially in path state.

It's better to use absolute URLs in general, they clear up a lot of potential errors.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/1059#issuecomment-1297387856
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/issues/1059/1297387856@github.com>

Received on Monday, 31 October 2022 16:57:30 UTC