You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The 'object-position' property determines the alignment of the replaced element inside its box. The <ahref="http://www.w3.org/TR/css3-values/#position"><position></a> value type (which is also used for 'background-position') is defined in [[!CSS3VAL]], and is resolved using the <i>concrete object size</i> as the object area and the content box as the positioning area.
<p>The 'image-resolution' property specifies the <i>intrinsic resolution</i> of all raster images used in or on the element. It affects both content images (e.g. replaced elements and generated content) and decorative images (such as 'background-image'). The <dfn>intrinsic resolution</dfn> of an image is used to determine the image's <i>intrinsic dimensions</i>. Values have the following meanings:</p>
resolution is the image's native resolution similarly adjusted.</dd>
1429
1438
</dl>
1430
1439
1431
-
<p>As vector formats such as SVG do not have an intrinsic resolution, this property has no effect on vector images. </p>
1440
+
<p>As vector formats such as SVG do not have an intrinsic resolution, this property has no effect on vector images.</p>
1441
+
1442
+
<p>This property is animatable if neither the start nor end states have the 'from-image' keyword. If it's animatable, the computed value of the resolution is interpolated as a real number.</p>
1432
1443
1433
1444
<divclass='example'>
1434
1445
<p>Printers tend to have substantially higher resolution than computer
<p>This property specifies an orthogonal rotation to be applied to an image before it is laid out. It applies only to content images (e.g. replaced elements and generated content), not decorative images (such as 'background-image'). CSS layout processing applies to the image <em>after</em> rotation. This implies, for example:</p>
0 commit comments