Bug 1644102 Comment 11 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

FF101 Docs work for this can be tracked in https://github.com/mdn/content/issues/16624.

We don't have enough time/experience to integrate the concepts into [Using the shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM) so this will primarily be:
- Update compatibility data for affected methods/properties
- Add link to the web.dev explainer https://web.dev/constructable-stylesheets/
- Add release note and remove from the experimental features.

The "public API" for this feature mentioned in MDN appeared to be the [`CSSStyleSheet()` constructor](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet/CSSStyleSheet), `CSSStyleSheet.replace()` and `CSSStyleSheet.replaceSync()`. 

However I found that `adoptedStyleSheets` also appears to be affected by the preference. Are there any other methods or properties that I have missed?
FF101 Docs work for this can be tracked in https://github.com/mdn/content/issues/16624.

We don't have enough time/experience to integrate the concepts into [Using the shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM) so first docs for release will primarily be:
- Update compatibility data for affected methods/properties
- Add link to the web.dev explainer https://web.dev/constructable-stylesheets/
- Add release note and remove from the experimental features.

The "public API" for this feature mentioned in MDN appeared to be the [`CSSStyleSheet()` constructor](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet/CSSStyleSheet), `CSSStyleSheet.replace()` and `CSSStyleSheet.replaceSync()`. 

However I found that `adoptedStyleSheets` also appears to be affected by the preference. Are there any other methods or properties that I have missed?

Back to Bug 1644102 Comment 11