We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
object-fit
object-position
1 parent 25daa6b commit 1d95da7Copy full SHA for 1d95da7
style/properties/longhands/position.mako.rs
@@ -320,7 +320,7 @@ ${helpers.single_keyword(
320
${helpers.single_keyword(
321
"object-fit",
322
"fill contain cover none scale-down",
323
- engines="gecko",
+ engines="gecko servo",
324
animation_type="discrete",
325
spec="https://drafts.csswg.org/css-images/#propdef-object-fit",
326
gecko_enum_prefix = "StyleObjectFit",
@@ -331,7 +331,7 @@ ${helpers.predefined_type(
331
"object-position",
332
"Position",
333
"computed::Position::center()",
334
335
boxed=True,
336
spec="https://drafts.csswg.org/css-images-3/#the-object-position",
337
affects="layout",
0 commit comments