Commit bcce4cfa authored by Emilio Cobos Álvarez's avatar Emilio Cobos Álvarez
Browse files

Bug 1729337 - Add cascade layers to the experimental feature list....

Bug 1729337 - Add cascade layers to the experimental feature list. r=preferences-reviewers,fluent-reviewers,flod,mstriemer

And enable on Nightly. Should be in a usable state after bug 1729330.

Differential Revision: https://phabricator.services.mozilla.com/D124682
parent 92e2a8c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6789,7 +6789,7 @@
# Whether @layer is enabled
- name: layout.css.cascade-layers.enabled
  type: RelaxedAtomicBool
  value: false
  value: @IS_NIGHTLY_BUILD@
  mirror: always
  rust: true

+11 −0
Original line number Diff line number Diff line
@@ -9,6 +9,17 @@ bug-numbers = [1607954]
is-public = true
default-value = {default = false, nightly = true}

[css-cascade-layers]
title = "experimental-features-css-cascade-layers"
description = "experimental-features-css-cascade-layers-description"
description-links = {spec = "https://drafts.csswg.org/css-cascade-5/#layering", bugzilla = "https://bugzilla.mozilla.org/show_bug.cgi?id=1699215"}
restart-required = false
preference = "layout.css.cascade-layers.enabled"
type = "boolean"
bug-numbers = [1699215]
is-public = true
default-value = {default = false, nightly = true}

[web-api-webgpu]
title = "experimental-features-web-gpu2"
description = "experimental-features-web-gpu-description2"
+6 −0
Original line number Diff line number Diff line
@@ -8,6 +8,12 @@ experimental-features-css-masonry2 =
    .label = CSS: Masonry Layout
experimental-features-css-masonry-description = Enables support for the experimental CSS Masonry Layout feature. See the <a data-l10n-name="explainer">explainer</a> for a high level description of the feature. To provide feedback, please comment in <a data-l10n-name="w3c-issue">this GitHub issue</a> or <a data-l10n-name="bug">this bug</a>.

# The title of the experiment should be kept in English as it may be referenced
# by various online articles and is technical in nature.
experimental-features-css-cascade-layers =
    .label = CSS: Cascade Layers
experimental-features-css-cascade-layers-description = Enables support for CSS Cascade Layers. See the <a data-l10n-name="spec">in-progress specification</a> for details. File bugs blocking <a data-l10n-name="bugzilla">bug 1699215</a> for bugs related to this feature.

# The title of the experiment should be kept in English as it may be referenced
# by various online articles and is technical in nature.
experimental-features-web-gpu2 =