-
Notifications
You must be signed in to change notification settings - Fork 25
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
Shall we include added stylesheets in document.styleSheets
?
#4
Comments
All 5 inline issues are migrated to GitHub. WICG#2 Shall we allow asynchronous style sheet parsing? WICG#3 moreStyleSheets needs better name WICG#4 Shall we include added stylesheets in `document.styleSheets`? WICG#5 StyleSheetList will need to define a constructor, accepting a `sequence<StyleSheet>`. WICG#18 Define how origin is determined for a constructed stylesheet
I agree putting constructed stylesheets to existing I'd prefer the separate list ( |
As #3 concludes no |
(instead of #3,)
Do we want to include manually-added sheets in
document.styleSheets
, similar to howdocument.fonts
mixes OM-created and manually-created fonts?Big difference is that ordering matters here, which makes dealing with the invariants much more annoying. (What happens if you manually add a sheet between two
<link>
sheets, then insert another<link>
in the document between them? Does it go before or after your manually-added one? Or do we just make it illegal to manually add a sheet before an automatic sheet?)The text was updated successfully, but these errors were encountered: