mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Add a chrome-only -moz-box-layout: legacy | flex, and use that to implement flexbox emulation
Differential Revision: https://phabricator.services.mozilla.com/D154153
This commit is contained in:
parent
4947dd027d
commit
648a6c14cf
1 changed files with 10 additions and 0 deletions
|
@ -45,6 +45,16 @@ ${helpers.single_keyword(
|
||||||
servo_restyle_damage="rebuild_and_reflow",
|
servo_restyle_damage="rebuild_and_reflow",
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
${helpers.single_keyword(
|
||||||
|
"-moz-box-layout",
|
||||||
|
"legacy flex",
|
||||||
|
engines="gecko",
|
||||||
|
gecko_enum_prefix="StyleMozBoxLayout",
|
||||||
|
animation_value_type="none",
|
||||||
|
enabled_in="chrome",
|
||||||
|
spec="None (internal)",
|
||||||
|
)}
|
||||||
|
|
||||||
${helpers.single_keyword(
|
${helpers.single_keyword(
|
||||||
"text-orientation",
|
"text-orientation",
|
||||||
"mixed upright sideways",
|
"mixed upright sideways",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue