mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
style: Fix a few initial values in Rust property definitions.
Differential Revision: https://phabricator.services.mozilla.com/D67929
This commit is contained in:
parent
846996ae7e
commit
fa733ecb72
8 changed files with 16 additions and 9 deletions
|
@ -333,7 +333,7 @@ ${helpers.single_keyword(
|
|||
${helpers.predefined_type(
|
||||
"object-position",
|
||||
"Position",
|
||||
"computed::Position::zero()",
|
||||
"computed::Position::center()",
|
||||
engines="gecko",
|
||||
boxed=True,
|
||||
spec="https://drafts.csswg.org/css-images-3/#the-object-position",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue