mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
style: Put offset-* aliases behind a pref.
Bug: 1464782 Reviewed-by: xidorn MozReview-Commit-ID: Hl6Muim3wVH
This commit is contained in:
parent
65953fb158
commit
06fa3406de
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
"computed::LengthOrPercentageOrAuto::Auto",
|
"computed::LengthOrPercentageOrAuto::Auto",
|
||||||
spec="https://drafts.csswg.org/css-logical-props/#propdef-inset-%s" % side,
|
spec="https://drafts.csswg.org/css-logical-props/#propdef-inset-%s" % side,
|
||||||
flags="GETCS_NEEDS_LAYOUT_FLUSH",
|
flags="GETCS_NEEDS_LAYOUT_FLUSH",
|
||||||
alias="offset-%s" % side,
|
alias="offset-%s:layout.css.offset-logical-properties.enabled" % side,
|
||||||
animation_value_type="ComputedValue",
|
animation_value_type="ComputedValue",
|
||||||
logical=True,
|
logical=True,
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue