[CSS Modules] Add non-constructable stylesheet to Open Issues#1264
Open
KurtCattiSchmidt wants to merge 1 commit intoMicrosoftEdge:mainfrom
Open
[CSS Modules] Add non-constructable stylesheet to Open Issues#1264KurtCattiSchmidt wants to merge 1 commit intoMicrosoftEdge:mainfrom
KurtCattiSchmidt wants to merge 1 commit intoMicrosoftEdge:mainfrom
Conversation
mhochk
reviewed
Feb 26, 2026
| * What happens in scenarios that cross document boundaries, such as `Document.parseHTMLUnsafe`? | ||
| * How can developers check for and polyfill `shadowrootadoptedstylesheets`, given that the template element disappears from the DOM? | ||
| * Is it possible to define an intentional race between an async preload of an external stylesheet and a just-in-time definition of a declarative module and only apply the one that wins? This might not be possible due to the fact that specifiers are unique. | ||
| * Can this proposal work with non-constructable stylesheets? See https://github.com/w3c/csswg-drafts/issues/10013. |
Contributor
There was a problem hiding this comment.
NIT: I'm a little hesitant to include an "open issue" for a potential independent change, but if so, I think "can" is an overly strong qualifier. This proposal can work with the existence of non-constructable stylesheets being used for adoptedstylesheets - it's just a question of how.
Suggested change
| * Can this proposal work with non-constructable stylesheets? See https://github.com/w3c/csswg-drafts/issues/10013. | |
| * How should this proposal work if non-constructable stylesheets are adopted for `adoptedstylesheets`? See https://github.com/w3c/csswg-drafts/issues/10013. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This was suggested in w3ctag/design-reviews#1000 (comment).
Since we don't have a concrete answer for this scenario yet, this PR simply adds non-constructable stylesheets to the Open Issues list.