Bug 227967
Summary: | Implement CSS module scripts | ||
---|---|---|---|
Product: | WebKit | Reporter: | daniec <daniec> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | 709922234, agafvv, bannostookaylo, cory, herr.ernst, incoming-webkitbugs, jochen.kuehner, koddsson, koivisto, me, simon.fraser, tomac, webkit-bug-importer, webkit.bugzilla, westbrook.johnson, woodlxf00 |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
daniec@microsoft.com
The CSS module scripts feature has been merged into the HTML spec.
Spec: https://html.spec.whatwg.org/multipage/webappapis.html#creating-a-css-module-script
Spec Integration PR: https://github.com/whatwg/html/pull/4898
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/80917329>
Westbrook
Now that the import attributes spec has re-advanced to stage 3 (https://tc39.es/proposal-import-attributes/), any thoughts on when we might see this work resourced?
jogibear9988
Chromestatus:
https://chromestatus.com/feature/5205869105250304
Firefox issue about import attributes:
https://bugzilla.mozilla.org/show_bug.cgi?id=1736059
Firefox issue about Module CSS Scripts:
https://bugzilla.mozilla.org/show_bug.cgi?id=1720570
bannostookaylo
Any updates on when this might be out? Sure would be nice to be able to use this in production apps as it makes things load really nicely in Chrome and Edge but I have to opt for less attractive and old techniques because of Safari.
bannostookaylo
Is there any kind of eta of releasing import with type CSS? Being able to import CSS would be a game changer. I know because I wrote my app with it but only tested with chrome like a noob. I had to revert everything to accommodate FF and Safari.