mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
7ecc55be25
28 changed files with 384 additions and 273 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue