Skip to content
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

feature/issue 153 CSSStyleSheet in DOM Shim #156

Merged
merged 4 commits into from
Apr 13, 2024

Conversation

thescientist13
Copy link
Member

@thescientist13 thescientist13 commented Apr 10, 2024

Related Issue

resolves #152

Summary of Changes

  1. Adds a shim for CSSStyleSheet
  2. Add test case
  3. Document support (just as no-ops for now, but can certainly flesh this out more as needed by the community and / or use cases)

TODO

  1. Do / should we need to polyfill anything else?
  2. Update documentation
  3. Add test case (or maybe wait as part of Support Constructable Stylesheets (CSS Modules) in DOM Shim #152 ?)

@thescientist13 thescientist13 added documentation Improvements or additions to documentation feature New feature or request labels Apr 10, 2024
@thescientist13 thescientist13 changed the title CSSStylesheet DOM Shim feature/issue 153 CSSStylesheet in DOM Shim Apr 10, 2024
@thescientist13 thescientist13 changed the title feature/issue 153 CSSStylesheet in DOM Shim feature/issue 153 CSSStyleSheet in DOM Shim Apr 10, 2024
@thescientist13 thescientist13 force-pushed the feature/issue-152-cssstylesheet-dom-shim branch from a04bfb5 to e3594ae Compare April 12, 2024 23:48
@thescientist13 thescientist13 merged commit 25aafdf into master Apr 13, 2024
12 checks passed
@thescientist13 thescientist13 deleted the feature/issue-152-cssstylesheet-dom-shim branch April 13, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Constructable Stylesheets (CSS Modules) in DOM Shim
1 participant