Re: [WICG/webcomponents] without .html in link rel="import" and href in web component (Issue #971)

> why?
> there are cdn's that don't allow to have .html files in the web component

I would not count it as a good argument. The `.html` extension and extension of file in the web server world replaced with a bit more strict `content-type`.  But the module mapping (similar to import maps in JS) is one of important parts of Declarative Web Application. The consumer module would refer the dependency by symbolic name and loader would use import maps to resolve it to CDN URL. The semver CDN server then would resolve it to final URL. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/971#issuecomment-1298074524
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/971/1298074524@github.com>

Received on Tuesday, 1 November 2022 06:13:04 UTC