- From: Travis Leithead <notifications@github.com>
- Date: Wed, 06 Mar 2019 09:57:09 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 March 2019 17:57:30 UTC
travisleithead commented on this pull request. > @@ -124,6 +124,16 @@ This example demonstrates how the above custom element definition can be consume [main.html](demo/main.html) +## Major open design questions + +The following list is **not** comprehensive of all open issues; the intent here is to highlight questions that could have a significant impact on the shape of the final design depending on the way they are decided. + +- Should HTML Modules use a new MIME type, or the existing `text/html`? [[1](https://github.com/w3c/webcomponents/issues/742)] +- How should HTML modules interact with CSP? In particular, should their inline scripts be allowed to run even without an `unsafe-inline` directive? [[1](https://github.com/w3c/webappsec/issues/544)], [[2](https://discourse.wicg.io/t/proposal-html-modules/3309/2)] +- Should non-`type="module"` scripts in an HTML module yield an error or be implicitly interpreted as module scripts? [[1](https://github.com/w3c/webcomponents/issues/798)] +- Should there be a declarative way to consume HTML modules? You're welcome to comment on that issue there (no need to duplicate issues). We prefer new issues be opened here (or in whatwg/html) from now on though :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/pull/801#discussion_r263061460
Received on Wednesday, 6 March 2019 17:57:30 UTC