mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
stylo: Add support for text-size-adjust property
This commit is contained in:
parent
8d25dcb8b5
commit
615c8cb5e6
2 changed files with 12 additions and 1 deletions
|
@ -169,6 +169,13 @@ ${helpers.single_keyword("hyphens", "manual none auto",
|
|||
products="gecko", animatable=False, extra_prefixes="moz",
|
||||
spec="https://drafts.csswg.org/css-text/#propdef-hyphens")}
|
||||
|
||||
// TODO: Support <percentage>
|
||||
${helpers.single_keyword("-moz-text-size-adjust", "auto none",
|
||||
gecko_constant_prefix="NS_STYLE_TEXT_SIZE_ADJUST",
|
||||
products="gecko", animatable=False,
|
||||
spec="https://drafts.csswg.org/css-size-adjust/#adjustment-control",
|
||||
alias="-webkit-text-size-adjust")}
|
||||
|
||||
${helpers.predefined_type("text-indent",
|
||||
"LengthOrPercentage",
|
||||
"computed::LengthOrPercentage::Length(Au(0))",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue