Skip to content

Commit

Permalink
[css-pseudo-4] Fix image links
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
csnardi authored and fantasai committed Jan 12, 2018
1 parent 38b4130 commit 2d89ed2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css-pseudo-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ The ::first-letter pseudo-element</h3>
in the ''::first-letter'' pseudo-element.

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

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

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

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

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

The <a>fictional tag sequence</a> is:
Expand Down
Binary file added css-pseudo-4/images/first-letter.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css-pseudo-4/images/first-letter2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css-pseudo-4/images/initial-cap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d89ed2

Please sign in to comment.