Bug 1900458 - Ship @starting-style rule. r=layout-reviewers,webidl,saschanaz,emilio

Per https://groups.google.com/a/mozilla.org/g/dev-platform/c/bxSic3XP7oM,
we would like to ship @starting-style rule.

Differential Revision: https://phabricator.services.mozilla.com/D214946
This commit is contained in:
Boris Chiou 2024-06-26 20:37:47 +00:00
Родитель 5d6da63f1d
Коммит ff85c29a94
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -330,7 +330,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, nightly: true },
{ name: "CSSStartingStyleRule", insecureContext: 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!

Просмотреть файл

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