Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.64k stars 1.38k forks source link

caniuse : Constructable Stylesheet #4999

Open Lonniebiz opened 5 years ago

Lonniebiz commented 5 years ago

Constructable Stylesheets:

Spec: https://wicg.github.io/construct-stylesheets/#motivation

Currently this is supported only in Chrome 74. I'm looking forward to more coverage.

livid commented 4 years ago

Mozilla has started working on it:

https://bugzilla.mozilla.org/show_bug.cgi?id=1520690

crates commented 3 years ago

This has been fully-supported in Chrome and Firefox for a while now. It would be great if someone can add it.

GeorgeTailor commented 2 years ago

@crates https://bugzilla.mozilla.org/show_bug.cgi?id=1520690 is still open, no idea where do you get info that it's fully supported in Firefox

SebastianZ commented 2 years ago

To be precise, Firefox supports constructable stylesheets behind the flag layout.css.constructable-stylesheets.enabled, which is still set to false by default, at the moment. https://bugzilla.mozilla.org/show_bug.cgi?id=1644102 is the bug to enable them by default.

Sebastian