Skip to content

Commit eeac47b

Browse files
committed
Bug 1845516 - Enable math-style and math-depth by default. r=emilio
After bug 1667090 and bug 1665975, the work is done so we can enable these two related flags. I2S: https://groups.google.com/a/mozilla.org/g/dev-platform/c/Uk39hvO910w/m/rBwWIfmLCAAJ Differential Revision: https://phabricator.services.mozilla.com/D184576
1 parent ded3dfb commit eeac47b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

modules/libpref/init/StaticPrefList.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8608,14 +8608,14 @@
86088608
# Is support for math-style enabled?
86098609
- name: layout.css.math-style.enabled
86108610
type: RelaxedAtomicBool
8611-
value: @IS_NIGHTLY_BUILD@
8611+
value: true
86128612
mirror: always
86138613
rust: true
86148614

86158615
# Is support for math-depth enabled?
86168616
- name: layout.css.math-depth.enabled
86178617
type: RelaxedAtomicBool
8618-
value: @IS_NIGHTLY_BUILD@
8618+
value: true
86198619
mirror: always
86208620
rust: true
86218621

Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
prefs: [layout.css.math-style.enabled: true, layout.css.math-depth.enabled: true]
21
leak-threshold: [utility:51200]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
prefs: [mathml.mathspace_names.disabled: true, layout.css.math-depth.enabled: true, layout.css.math-style.enabled: true, mathml.legacy_mathvariant_attribute.disabled: true]
1+
prefs: [mathml.mathspace_names.disabled: true, mathml.legacy_mathvariant_attribute.disabled: true]

0 commit comments

Comments
 (0)