layout_2020: Implement align-content in flexbox

Align all flex lines per `align-content`.
This commit is contained in:
Pu Xingyu 2023-05-11 00:38:38 +08:00
parent 03574d8191
commit 4a65dd0425
2 changed files with 36 additions and 10 deletions

View file

@ -134,7 +134,8 @@ ${helpers.single_keyword(
${helpers.single_keyword(
"align-content",
"stretch flex-start flex-end center space-between space-around",
engines="servo-2013",
engines="servo-2013 servo-2020",
servo_2020_pref="layout.flexbox.enabled",
extra_prefixes="webkit",
spec="https://drafts.csswg.org/css-align/#propdef-align-content",
animation_value_type="discrete",