Skip to content

Commit

Permalink
style: renamed text-decoration-width to text-decoration-thickness.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Marlow authored and emilio committed Jul 23, 2019
1 parent 239f2da commit 6bc1b97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/style/properties/data.py
Expand Up @@ -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")


Expand Down
4 changes: 2 additions & 2 deletions components/style/properties/longhands/text.mako.rs
Expand Up @@ -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"
)}

0 comments on commit 6bc1b97

Please sign in to comment.