Skip to content

Commit 2d89ed2

Browse files
csnardifantasai
authored andcommitted
[css-pseudo-4] Fix image links
The links for each image referenced selectors, but these images are only contained in selectors 3. This change copies the images into css-pseudo-4 itself and fixes the links.
1 parent 38b4130 commit 2d89ed2

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

css-pseudo-4/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ The ::first-letter pseudo-element</h3>
236236
in the ''::first-letter'' pseudo-element.
237237

238238
<div class="figure">
239-
<img alt="Quotes that precede the first letter should be included." src="https://www.w3.org/TR/selectors/first-letter2.png">
239+
<img alt="Quotes that precede the first letter should be included." src="images/first-letter2.gif">
240240
</div>
241241

242242
As explained in [[!CSS3TEXT]],
@@ -367,7 +367,7 @@ Styling the ''::first-letter'' Pseudo-element</h4>
367367
</pre>
368368

369369
<div class="figure">
370-
<img alt="Image illustrating the ::first-letter pseudo-element" src="https://www.w3.org/TR/selectors/initial-cap.png">
370+
<img alt="Image illustrating the ::first-letter pseudo-element" src="images/initial-cap.png">
371371
</div>
372372
</div>
373373

@@ -395,7 +395,7 @@ Styling the ''::first-letter'' Pseudo-element</h4>
395395

396396
<div class="figure">
397397
<img alt="Image illustrating the combined effect of the ::first-letter
398-
and ::first-line pseudo-elements" src="https://www.w3.org/TR/selectors/first-letter.png">
398+
and ::first-line pseudo-elements" src="images/first-letter.gif">
399399
</div>
400400

401401
The <a>fictional tag sequence</a> is:

css-pseudo-4/images/first-letter.gif

842 Bytes
Loading

css-pseudo-4/images/first-letter2.gif

1.09 KB
Loading

css-pseudo-4/images/initial-cap.png

7.63 KB
Loading

0 commit comments

Comments
 (0)