Bug 1834876 - Part 5: Enable the preference of @starting-style on Nightly. r=webidl,layout-reviewers,saschanaz,emilio

The basic functionality of @starting-style is ready, so it's fine to
enable it on Nightly for experiments.

Differential Revision: https://phabricator.services.mozilla.com/D208573
This commit is contained in:
Boris Chiou 2024-04-30 05:06:55 +00:00
parent ca4cb0656a
commit 03ef57b490
2 changed files with 2 additions and 2 deletions

View File

@ -329,7 +329,7 @@ let interfaceNamesInGlobalScope = [
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "CSSRuleList", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "CSSStartingStyleRule", insecureContext: true, disabled: true },
{ name: "CSSStartingStyleRule", insecureContext: true, nightly: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "CSSStyleDeclaration", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!

View File

@ -8453,7 +8453,7 @@
# Whether @starting-style is enabled?
- name: layout.css.starting-style-at-rules.enabled
type: RelaxedAtomicBool
value: false
value: @IS_NIGHTLY_BUILD@
mirror: always
rust: true