Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2023-01-06 20:37:26 +08:00
commit 7ecc55be25
28 changed files with 384 additions and 273 deletions

View file

@ -2575,6 +2575,10 @@ pref("layout.css.background-blend-mode.enabled", true);
// Is support for background-clip:text enabled?
pref("layout.css.background-clip-text.enabled", true);
// Is support for the non-standard offset-* logical property aliases enabled?
// These map to their inset-* equivalents.
pref("layout.css.offset-logical-properties.enabled", true);
// Is support for CSS text-combine-upright (tate-chu-yoko) enabled?
pref("layout.css.text-combine-upright.enabled", true);
// Is support for CSS text-combine-upright: digits 2-4 enabled?