commit ee092f72a6c842eda599d93b85baec63c5a99248
parent 5c9484f7d879d12caf3b5f122bf6a79d052e48a9
Author: Frédéric Wang <fwang@igalia.com>
Date: Tue, 14 Oct 2025 12:43:10 +0000
Bug 1993903 - Disable MathML preferences mathspace_names/legacy_mathvariant_attribute in early beta. r=emilio
These have been disabled in nighly for a while but we were pending for
Wikipedia to remove these features before unshipping. Unfortunately,
relevant MediaWiki changes [1] [2] don't seem to be in production yet.
So for now play safe and only disable in early beta.
[1] phabricator.wikimedia.org/T320910
[2] phabricator.wikimedia.org/T395192
Differential Revision: https://phabricator.services.mozilla.com/D268347
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
@@ -11104,7 +11104,7 @@
# "thickmathspace" etc for length attributes.
- name: mathml.mathspace_names.disabled
type: bool
- value: @IS_NIGHTLY_BUILD@
+ value: @IS_EARLY_BETA_OR_EARLIER@
mirror: always
# Whether to render all unknown mathml elements as <mrow>
@@ -11144,7 +11144,7 @@
# implemented via text-transform: auto when that flag is enabled.
- name: mathml.legacy_mathvariant_attribute.disabled
type: bool
- value: @IS_NIGHTLY_BUILD@
+ value: @IS_EARLY_BETA_OR_EARLIER@
mirror: always
rust: true