Skip to content

Commit edd8d94

Browse files
committed
Fix broken link
1 parent bdc0ac6 commit edd8d94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css3-images/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,8 +1824,8 @@ <h3 id=object-fit><span class=secno>5.4. </span> Sizing Objects: the
18241824
<dd>
18251825
<p>Set the object's size to the <a
18261826
href="#concrete-object-size"><i>concrete object size</i></a> obtained by
1827-
running the <a href=default-sizing>object sizing algorithm</a> with a <a
1828-
href="#specified-size"><i>specified size</i></a> and a <a
1827+
running the <a href="#default-sizing">object sizing algorithm</a> with a
1828+
<a href="#specified-size"><i>specified size</i></a> and a <a
18291829
href="#default-object-size"><i>default object size</i></a> equal to the
18301830
replaced element's used width and height.</p>
18311831

css3-images/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ <h3 id="object-fit">
11871187
<dt>fill</dt>
11881188
<dd>
11891189
<p>Set the object's size to the <i>concrete object size</i> obtained
1190-
by running the <a href="default-sizing">object sizing algorithm</a> with
1190+
by running the <a href="#default-sizing">object sizing algorithm</a> with
11911191
a <i>specified size</i> and a <i>default object size</i> equal to the
11921192
replaced element's used width and height.</p>
11931193

0 commit comments

Comments
 (0)