Skip to content

Commit d8665c6

Browse files
committed
Fixed broken link to background-position.
1 parent 412448b commit d8665c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css3-images/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,6 +1224,7 @@ <h3 id="object-fit">Sizing Replaced Elements: The 'object-fit' Property</h3>
12241224
<p>Determine the used 'height' and 'width' <a href="/TR/CSS21/visudet.html">as
12251225
usual</a>, except if both 'height' and 'width' are ''auto'', and the used value
12261226
of at least one of 'min-width' and 'min-height' is not ''0'', then compute the
1227+
12271228
used width and used height of the element as though the intrinsic dimensions of
12281229
the contents were infinitesimally small numbers whose ratio is the actual
12291230
intrinsic ratio of the contents.</p>
@@ -1299,7 +1300,7 @@ <h3 id="object-position">Positioning Replaced Images: The 'object-position' Prop
12991300

13001301
<p>The 'object-position' property determines the alignment of the replaced
13011302
element inside its box. The values have the same meaning as the values for
1302-
the <a href="/TR/CSS21/colors.html#propdef-background-position">'background-position'</a>
1303+
the <a href="http://w3.org/TR/CSS21/colors.html#propdef-background-position">'background-position'</a>
13031304
property, using the image as the image and the content box as the positioning
13041305
area. [[!CSS21]]</p>
13051306

0 commit comments

Comments
 (0)