mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
stylo: Support the rest of the background-xxx P1 properties.
We do the same that with background-{image, repeat}, we just use the first element until servo can parse and use a list efficiently.
This commit is contained in:
parent
2086d216dd
commit
fa6dd1d61b
2 changed files with 70 additions and 13 deletions
|
@ -184,7 +184,7 @@ ${helpers.predefined_type(
|
|||
|
||||
${helpers.single_keyword("background-repeat", "repeat repeat-x repeat-y no-repeat")}
|
||||
|
||||
${helpers.single_keyword("background-attachment", "scroll fixed")}
|
||||
${helpers.single_keyword("background-attachment", "scroll fixed" + (" local" if product == "gecko" else ""))}
|
||||
|
||||
${helpers.single_keyword("background-clip", "border-box padding-box content-box")}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue