mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 1573631: Let "text-decoration-skip-ink", "text-decoration-thickness", and "text-underline-offset" ride the trains to release. r=jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D45233 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
59ef387149
commit
785fe64f03
@ -4607,19 +4607,19 @@
|
||||
# text underline offset
|
||||
- name: layout.css.text-underline-offset.enabled
|
||||
type: bool
|
||||
value: @IS_EARLY_BETA_OR_EARLIER@
|
||||
value: true
|
||||
mirror: always
|
||||
|
||||
# text decoration thickness
|
||||
- name: layout.css.text-decoration-thickness.enabled
|
||||
type: bool
|
||||
value: @IS_EARLY_BETA_OR_EARLIER@
|
||||
value: true
|
||||
mirror: always
|
||||
|
||||
# text decoration skip ink
|
||||
- name: layout.css.text-decoration-skip-ink.enabled
|
||||
type: bool
|
||||
value: @IS_EARLY_BETA_OR_EARLIER@
|
||||
value: true
|
||||
mirror: always
|
||||
|
||||
# Is support for CSS column-span enabled?
|
||||
|
Loading…
Reference in New Issue
Block a user