mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: added text-decoration-width support to style system.
from-font support will be added later Differential Revision: https://phabricator.services.mozilla.com/D33392
This commit is contained in:
parent
3980dc31cd
commit
b70a9fe564
1 changed files with 10 additions and 0 deletions
|
@ -69,3 +69,13 @@ ${helpers.predefined_type(
|
||||||
gecko_pref="layout.css.initial-letter.enabled",
|
gecko_pref="layout.css.initial-letter.enabled",
|
||||||
spec="https://drafts.csswg.org/css-inline/#sizing-drop-initials",
|
spec="https://drafts.csswg.org/css-inline/#sizing-drop-initials",
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
${helpers.predefined_type(
|
||||||
|
"text-decoration-width",
|
||||||
|
"LengthOrAuto",
|
||||||
|
"computed::LengthOrAuto::auto()",
|
||||||
|
products="gecko",
|
||||||
|
animation_value_type="ComputedValue",
|
||||||
|
gecko_pref="layout.css.text-decoration-width.enabled",
|
||||||
|
spec="https://drafts.csswg.org/css-text-decor-4/#text-decoration-width-property"
|
||||||
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue