mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
stylo: Implement -moz-stack-sizing
MozReview-Commit-ID: 6mr4ktfeEGT
This commit is contained in:
parent
7e4f788172
commit
3b59dbadee
2 changed files with 19 additions and 0 deletions
|
@ -22,3 +22,10 @@ ${helpers.predefined_type("-moz-box-flex", "Number", "0.0", "parse_non_negative"
|
|||
animatable=False,
|
||||
alias="-webkit-box-flex",
|
||||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/box-flex)")}
|
||||
|
||||
|
||||
${helpers.single_keyword("-moz-stack-sizing", "stretch-to-fit ignore",
|
||||
products="gecko", gecko_ffi_name="mStretchStack",
|
||||
gecko_constant_prefix="NS_STYLE_STACK_SIZING",
|
||||
animatable=False,
|
||||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-stack-sizing)")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue