-
see https://github.com/calebdwilliams/construct-style-sheets
-
I'm using css import assertions which are being transpiled at build time and [construct-style-sheets-polyfill](https://www.npmjs.com/package/construct-style-sheets-polyfill) takes care of adding the s…
-
**Describe the bug**
When using the `construct-style-sheet` for instance in JSDom, then in some cases, `document` seems to be undefined. There was an if condition introduced with a fix: https://githu…
-
From https://wicg.github.io/construct-stylesheets/#using-constructed-stylesheets:
> The user agent must include all style sheets in the DocumentOrShadowRoot's adopted stylesheets inside its documen…
-
This is a more performant way to share a common styling across instances of a custom element. [Not all browsers support it yet](https://caniuse.com/#search=adoptedStyleSheets), and the API may change …
-
**Describe the bug**
When using this polyfill (`>= v3.0.4`) Safari throws a `SyntaxError: The string did not match the expected pattern.` which results in not applying any styles.
I can only reprodu…
-
### Description
It seems that Vite does not support imports of CSS Style Sheets in ES modules with or without [import attributes](https://github.com/tc39/proposal-import-attributes/blob/master/READ…
-
Add support for constructible style sheets (`CSSStyleSheet` constructor) and `DocumentOrShadowRoot.adoptedStyleSheets` [as detailed here](https://developers.google.com/web/updates/2019/02/constructabl…
-
Could a performance comparison/benchmark reference for constructible style sheets with Chrome 73 be added?
I could find no readily available benchmarks.
-
The spec requires adopted stylesheets to also be included in `styleSheets` property, apparently inadvertently.
The Constructable Stylesheets spec says:
> The user agent must include all style shee…