style: renamed text-decoration-width to text-decoration-thickness.

Differential Revision: https://phabricator.services.mozilla.com/D38586
This commit is contained in:
Charlie Marlow 2019-07-19 16:33:08 +00:00 committed by Emilio Cobos Álvarez
parent 239f2da9d9
commit 6bc1b97a6c
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A
2 changed files with 3 additions and 3 deletions

View file

@ -628,7 +628,7 @@ def _remove_common_first_line_and_first_letter_properties(props):
props.remove("text-emphasis-color")
props.remove("text-indent")
props.remove("text-decoration-skip-ink")
props.remove("text-decoration-width")
props.remove("text-decoration-thickness")
props.remove("text-underline-offset")

View file

@ -66,11 +66,11 @@ ${helpers.predefined_type(
)}
${helpers.predefined_type(
"text-decoration-width",
"text-decoration-thickness",
"LengthOrAuto",
"computed::LengthOrAuto::auto()",
products="gecko",
animation_value_type="ComputedValue",
gecko_pref="layout.css.text-decoration-width.enabled",
gecko_pref="layout.css.text-decoration-thickness.enabled",
spec="https://drafts.csswg.org/css-text-decor-4/#text-decoration-width-property"
)}