Skip to content

Commit 67b412d

Browse files
committed
fix missing img directory in src
1 parent 43a3847 commit 67b412d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

css-text-decor-4/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Title: CSS Text Decoration Module Level 4
33
Shortname: css-text-decor
44
Level: 4
55
Status: FPWD
6+
Date: 2018-03-13
7+
Prepare for TR: true
68
Work Status: Exploring
79
Group: csswg
810
ED: https://drafts.csswg.org/css-text-decor-4/
@@ -145,7 +147,7 @@ Determining the Position and Thickness of Line Decorations</h3>
145147
are rendered in a small font. In the second rendering,
146148
the 'a' is rendered in a larger font. In the third, both
147149
'1st' and 'a' are large."
148-
height="105" src="underline-averaging.gif" width="326">
150+
height="105" src="img/underline-averaging.gif" width="326">
149151
<p>In the three fragments of underlined text, the underline is drawn
150152
consecutively lower and thicker as the ratio of large text to small
151153
text increases.</p>
@@ -292,7 +294,7 @@ Text Decoration Line Continuity: the 'text-decoration-skip' property</h4>
292294
<div class="figure">
293295
<p><img title="text-decoration-skip: edges"
294296
alt="An underline below a series of Chinese characters has a gap between two adjacent underlining elements."
295-
src="decoration-skip-edges.png"
297+
src="img/decoration-skip-edges.png"
296298
>
297299
<p class="caption">''text-decoration-skip: edges'' for <code>&lt;u>石井&lt;/u>&lt;u>艾俐俐&lt;/u></code>
298300
</p>

0 commit comments

Comments
 (0)