mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: style: convert ns style position defines to enum class.
Differential Revision: https://phabricator.services.mozilla.com/D61958
This commit is contained in:
parent
48eff19ff3
commit
07027fc923
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ ${helpers.single_keyword(
|
||||||
values="static absolute relative fixed ${'sticky' if engine in ['gecko', 'servo-2013'] else ''}"
|
values="static absolute relative fixed ${'sticky' if engine in ['gecko', 'servo-2013'] else ''}"
|
||||||
engines="gecko servo-2013 servo-2020"
|
engines="gecko servo-2013 servo-2020"
|
||||||
animation_value_type="discrete"
|
animation_value_type="discrete"
|
||||||
|
gecko_enum_prefix="StylePositionProperty"
|
||||||
flags="CREATES_STACKING_CONTEXT ABSPOS_CB"
|
flags="CREATES_STACKING_CONTEXT ABSPOS_CB"
|
||||||
spec="https://drafts.csswg.org/css-position/#position-property"
|
spec="https://drafts.csswg.org/css-position/#position-property"
|
||||||
servo_restyle_damage="rebuild_and_reflow"
|
servo_restyle_damage="rebuild_and_reflow"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue