style: added text-decoration-thickness to the text-decoration shorthands.

Differential Revision: https://phabricator.services.mozilla.com/D40335
This commit is contained in:
Charlie Marlow 2019-08-07 17:42:15 +00:00 committed by Emilio Cobos Álvarez
parent 29f6db4d16
commit ad1d028e40
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A
3 changed files with 19 additions and 4 deletions

View file

@ -74,6 +74,7 @@ ${helpers.predefined_type(
"LengthOrAuto",
"computed::LengthOrAuto::auto()",
engines="gecko",
initial_specified_value="specified::LengthOrAuto::auto()",
animation_value_type="ComputedValue",
gecko_pref="layout.css.text-decoration-thickness.enabled",
spec="https://drafts.csswg.org/css-text-decor-4/#text-decoration-width-property"