-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS module scripts #77
Comments
Adding |
The importance of this implementation lies in the fact that now it is impossible to make a polyfill, because importing |
Note that as per references in #128 the underlying syntax is likely to change here. |
From a developer perspective I'm transcompiling imports into a constructable On Safari (non TP), I put it into a I hope it gets implemented, but not entirely important for production since we package imports before deployment. For development, we'd have 0 transcompile which means we can work directly against files on the drive instead of minified ( |
This would be "position: support" if #77 (comment) were addressed. Marking this blocked for now. |
@annevk As I understand it, this commit should unblock this task? |
As #77 (comment) has been resolved (thanks Nicolò!) and no other concerns have been raised I suggest we mark this "position: support" one week from now. |
Request for position on an emerging web specification
Implement CSS module scripts
Information about the spec
Design reviews and vendor positions
Bugs tracking this feature
Anything else we need to know
The CSS module scripts feature has been merged into the HTML spec.
The text was updated successfully, but these errors were encountered: