You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ShadowDOM/explainer.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -939,6 +939,7 @@ The following table compares pros and cons of the various proposals:
939
939
* What happens in scenarios that cross document boundaries, such as `Document.parseHTMLUnsafe`?
940
940
* How can developers check for and polyfill `shadowrootadoptedstylesheets`, given that the templateelement disappears from the DOM?
941
941
* Is it possible to define an intentional race between an async preload of an external stylesheet and ajust-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.
942
943
943
944
## References and acknowledgements
944
945
Many thanks for valuable feedback and advice from other contributors:
0 commit comments