Skip to content

Commit d937efc

Browse files
authored
Merge pull request #2434 from xfq/css-text-decor-404
[css-text-decor-4] Fix broken links to images
2 parents 6c7a256 + 976aa7e commit d937efc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

css-text-decor-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,14 @@ Determining the Position and Thickness of Line Decorations</h3>
147147
are rendered in a small font. In the second rendering,
148148
the 'a' is rendered in a larger font. In the third, both
149149
'1st' and 'a' are large."
150-
height="105" src="img/underline-averaging.gif" width="326">
150+
height="105" src="images/underline-averaging.gif" width="326">
151151
<p>In the three fragments of underlined text, the underline is drawn
152152
consecutively lower and thicker as the ratio of large text to small
153153
text increases.</p>
154154
<p>Using the same example, a line-through would in the second fragment,
155155
instead of averaging the two font sizes,
156156
split the line-through into two segments:
157-
<p><img alt="" src="linethrough-averaging.gif">
157+
<p><img alt="" src="images/linethrough-averaging.gif">
158158
<p>In both cases, however, the superscript, due to the vertical-alignment shift,
159159
has no effect on the position of the line.
160160
</div>
@@ -294,7 +294,7 @@ Text Decoration Line Continuity: the 'text-decoration-skip' property</h4>
294294
<div class="figure">
295295
<p><img title="text-decoration-skip: edges"
296296
alt="An underline below a series of Chinese characters has a gap between two adjacent underlining elements."
297-
src="img/decoration-skip-edges.png"
297+
src="images/decoration-skip-edges.png"
298298
>
299299
<p class="caption">''text-decoration-skip: edges'' for <code>&lt;u>石井&lt;/u>&lt;u>艾俐俐&lt;/u></code>
300300
</p>
@@ -361,7 +361,7 @@ Text Decoration Line Continuity: the 'text-decoration-skip-ink' property</h4>
361361
<div class="figure">
362362
<p><img title="text-decoration-skip: ink"
363363
alt="An alphabetic underline through Myanmar text skips around descenders and the vertical strokes of combining characters that drop below the alphabetic baseline."
364-
src="decoration-skip-ink.png"
364+
src="images/decoration-skip-ink.png"
365365
>
366366
<p class="caption">''text-decoration-skip: ink''</p>
367367
</div>
2.75 KB
Loading
Loading

0 commit comments

Comments
 (0)