diff --git a/css-text-decor-4/Overview.bs b/css-text-decor-4/Overview.bs index 2ae453b051a..68836a1eb4d 100644 --- a/css-text-decor-4/Overview.bs +++ b/css-text-decor-4/Overview.bs @@ -147,14 +147,14 @@ Determining the Position and Thickness of Line Decorations are rendered in a small font. In the second rendering, the 'a' is rendered in a larger font. In the third, both '1st' and 'a' are large." - height="105" src="img/underline-averaging.gif" width="326"> + height="105" src="images/underline-averaging.gif" width="326">

In the three fragments of underlined text, the underline is drawn consecutively lower and thicker as the ratio of large text to small text increases.

Using the same example, a line-through would in the second fragment, instead of averaging the two font sizes, split the line-through into two segments: -

+

In both cases, however, the superscript, due to the vertical-alignment shift, has no effect on the position of the line. @@ -294,7 +294,7 @@ Text Decoration Line Continuity: the 'text-decoration-skip' property

An underline below a series of Chinese characters has a gap between two adjacent underlining elements.

''text-decoration-skip: edges'' for <u>石井</u><u>艾俐俐</u>

@@ -361,7 +361,7 @@ Text Decoration Line Continuity: the 'text-decoration-skip-ink' property

An alphabetic underline through Myanmar text skips around descenders and the vertical strokes of combining characters that drop below the alphabetic baseline.

''text-decoration-skip: ink''

diff --git a/css-text-decor-4/images/decoration-skip-ink.png b/css-text-decor-4/images/decoration-skip-ink.png new file mode 100644 index 00000000000..9ec11e94b6a Binary files /dev/null and b/css-text-decor-4/images/decoration-skip-ink.png differ diff --git a/css-text-decor-4/images/linethrough-averaging.gif b/css-text-decor-4/images/linethrough-averaging.gif new file mode 100644 index 00000000000..4903b86ae9a Binary files /dev/null and b/css-text-decor-4/images/linethrough-averaging.gif differ