diff --git a/files/en-us/mozilla/firefox/experimental_features/index.md b/files/en-us/mozilla/firefox/experimental_features/index.md index 8163f7c152ad7b0..278be821920993e 100644 --- a/files/en-us/mozilla/firefox/experimental_features/index.md +++ b/files/en-us/mozilla/firefox/experimental_features/index.md @@ -508,6 +508,46 @@ The {{cssxref("math-style")}} property indicates whether MathML equations should +### @layer rule and layer() function + +The [`@layer`](en-US/docs/Web/CSS/@layer) rule declares a cascade layer, which allows declaration of styles and can be imported via the [`@import`](/en-US/docs/Web/CSS/@import) rule using the `layer()` function. (See {{bug(1699217)}} for more details.) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Release channelVersion addedEnabled by default?
Nightly94No
Developer Edition94No
Beta94No
Release94No
Preference namelayout.css.cascade-layers.enabled
+ ## SVG ### Presentation attribute: d diff --git a/files/en-us/mozilla/firefox/releases/94/index.md b/files/en-us/mozilla/firefox/releases/94/index.md index 448877db736799d..e915d7eb5101fd9 100644 --- a/files/en-us/mozilla/firefox/releases/94/index.md +++ b/files/en-us/mozilla/firefox/releases/94/index.md @@ -19,7 +19,7 @@ No notable changes ### CSS -- The [`@import`](/en-US/docs/Web/CSS/@import) rule now supports the `layer()` function, which specifies a cascade layer defined using the [`@layer`](/en-US/docs/Web/CSS/@layer) rule ({{bug(1699217)}}). +No notable changes ### JavaScript