mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Add background-size
This commit is contained in:
parent
649d3cb6b4
commit
b1dcd5ecb6
3 changed files with 118 additions and 38 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue