Skip to content

Commit 6857f42

Browse files
committed
[css-text-decor] Improve hard-to-parse sentence. w3c#5158
1 parent bb05fad commit 6857f42

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-text-decor-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ Line Decoration: Underline, Overline, and Strike-Through</h2>
175175
applied to it along with the descendant's text; it does not affect
176176
calculation of the decoration's initial position on that line.
177177
The 'visibility' property, 'text-shadow', filters, and other graphical transformations
178-
likewise affect text decorations as part of the text they're drawn on,
179-
even if the decorations were specified on an ancestor box,
178+
likewise also affect all text decorations applied to that box--
179+
including decorations propagated from an ancestor box--
180180
and do not affect the calculation of their initial positions or thicknesses.
181181
(In the case of line decorations drawn over an atomic inline
182182
or across the margins/borders/padding of a non-replaced inline box,

css-text-decor-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ Line Decoration: Underline, Overline, and Strike-Through</h2>
118118
applied to it along with the descendant's text; it does not affect
119119
calculation of the decoration's initial position on that line.
120120
The 'visibility' property, 'text-shadow', filters, and other graphical transformations
121-
likewise affect text decorations as part of the text they're drawn on,
122-
even if the decorations were specified on an ancestor box,
121+
likewise also affect all text decorations applied to that box--
122+
including decorations propagated from an ancestor box--
123123
and do not affect the calculation of their initial positions or thicknesses.
124124
(In the case of line decorations drawn over an [=atomic inline=]
125125
or across the margins/borders/padding of a [=non-replaced=] [=inline box=],

0 commit comments

Comments
 (0)