Test | Refs | Flags | Info |
---|---|---|---|
+ 4 Sizing Images and Objects in CSS | |||
+ 4.1 Object-Sizing Terminology | |||
+ 4.2 CSS⇋Object Negotiation | |||
+ 4.3 Concrete Object Size Resolution | |||
+ 4.3.1 Default Sizing Algorithm | |||
+ 4.3.2 Cover and Contain Constraint Sizing | |||
+ 4.4 Examples of CSS Object Sizing | |||
+ 4.5 Sizing Objects: the object-fit property | |||
image-fit-001 | Object Fit - initial value
|
||
image-fit-006 | Object Fit - 'fill', explicit 'height'/'width'
|
||
+ 4.6 Positioning Objects: the object-position property | |||
object-position-interpolation | Script | ||
object-position-computed | Script | getComputedStyle().objectPosition | |
object-position-invalid | Script | CSS Images Module Level 3: parsing object-position with invalid values
|
|
object-position-valid | Script | CSS Images Module Level 3: parsing object-position with valid values
|