commit 9a6db133a95008484e6cb0721ccbcc59ecc26196
parent 7d532807061a12498ac17bb405e49a4ce9cee506
Author: Ting-Yu Lin <tlin@mozilla.com>
Date: Wed, 15 Oct 2025 17:31:15 +0000
Bug 1981086 - Ship CSS text-autospace. r=layout-jp-market-reviewers,jfkthame
That is, enable layout.css.text-autospace.enabled by default.
Differential Revision: https://phabricator.services.mozilla.com/D264365
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
@@ -10471,7 +10471,7 @@
# https://drafts.csswg.org/css-text-4/#text-autospace-property
- name: layout.css.text-autospace.enabled
type: bool
- value: @IS_NIGHTLY_BUILD@
+ value: true
mirror: always
# Maximum number of lines to try balancing.