Skip to content

Commit 6e3823a

Browse files
[CSS Modules] Add non-constructable stylesheet to Open Issues (#1264)
Adding additional open issue
1 parent 201d383 commit 6e3823a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ShadowDOM/explainer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@ The following table compares pros and cons of the various proposals:
939939
* What happens in scenarios that cross document boundaries, such as `Document.parseHTMLUnsafe`?
940940
* How can developers check for and polyfill `shadowrootadoptedstylesheets`, given that the template element disappears from the DOM?
941941
* 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.
942+
* How should this proposal work if non-constructable stylesheets are adopted for `adoptedstylesheets`? See https://github.com/w3c/csswg-drafts/issues/10013.
942943
943944
## References and acknowledgements
944945
Many thanks for valuable feedback and advice from other contributors:

0 commit comments

Comments
 (0)