Add background-size

This commit is contained in:
Simon Sapin 2020-01-13 16:48:16 +01:00
parent 649d3cb6b4
commit b1dcd5ecb6
3 changed files with 118 additions and 38 deletions

View file

@ -92,7 +92,7 @@ ${helpers.single_keyword(
${helpers.predefined_type(
"background-size",
"BackgroundSize",
engines="gecko servo-2013",
engines="gecko servo-2013 servo-2020",
initial_value="computed::BackgroundSize::auto()",
initial_specified_value="specified::BackgroundSize::auto()",
spec="https://drafts.csswg.org/css-backgrounds/#the-background-size",