Skip to content

Commit a6fe2a0

Browse files
committed
[css3-background] add missing file extensions to some images
1 parent 9000c0b commit a6fe2a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-backgrounds/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2 id="introduction">Introduction</h2>
119119
negative, but margins have no influence on the background and border.)
120120

121121
<div class="figure">
122-
<p><img src="images/box" alt="Diagram of a typical box, showing the
122+
<p><img src="images/box.png" alt="Diagram of a typical box, showing the
123123
content, padding, border and margin areas">
124124

125125
<p class="caption">The various areas and edges of a typical box.
@@ -510,7 +510,7 @@ <h3 id="the-background-repeat">Tiling Images: the 'background-repeat' property</
510510
</pre>
511511

512512
<div class="figure">
513-
<p><img src="images/bg-repeat" alt="A centered background image, with
513+
<p><img src="images/bg-repeat.png" alt="A centered background image, with
514514
copies repeated up and down the border, padding and content
515515
areas."><!--<SPAN class="dlink">&nbsp;&nbsp;&nbsp;<A
516516
name="img-bg-repeat" href="images/longdesc/bg-repeat-desc.html"
@@ -532,7 +532,7 @@ <h3 id="the-background-repeat">Tiling Images: the 'background-repeat' property</
532532
</pre>
533533

534534
<div class=figure>
535-
<p><img src="images/bg-space" alt="Image of an element with a dotted background">
535+
<p><img src="images/bg-space.png" alt="Image of an element with a dotted background">
536536

537537
<p class=caption>The effect of 'space': the image of a dot is
538538
tiled to cover the whole background and the images are equally
@@ -2204,7 +2204,7 @@ <h3 id="corner-overlap">Overlapping Curves</h3>
22042204
1.6em (instead of 2em). See borders B in the figure.
22052205

22062206
<div class=figure id=reduced-radius>
2207-
<p><img src="images/corner-large-mix" alt="[image: rectangle with two tiny
2207+
<p><img src="images/corner-large-mix.png" alt="[image: rectangle with two tiny
22082208
rounded corners and two very large ones, on opposite corners]">
22092209

22102210
<p class=caption>These rounded corner might be the result of 'width:
@@ -2450,7 +2450,7 @@ <h3 id="the-border-image-slice">Image Slicing: the 'border-image-slice' property
24502450
with no <i>specified size</i> and the <i>border image area</i> as the <i>default object size</i>.
24512451

24522452
<div class=figure>
2453-
<p><img src="images/slice" alt="Diagram: two horizontal cuts and two
2453+
<p><img src="images/slice.png" alt="Diagram: two horizontal cuts and two
24542454
vertical cuts through an image">
24552455

24562456
<p class=caption>Diagram illustrating the cuts corresponding to the

0 commit comments

Comments
 (0)