Skip to content

Commit f57fd2a

Browse files
committed
[css-text-decor-3] Rewrap paragraph, mark last sentence as a note. w3c#7088
1 parent 67d5372 commit f57fd2a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

css-text-decor-3/Overview.bs

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,16 @@ Text Decoration Shorthand: the 'text-decoration' property</h3>
316316
Value: <<'text-decoration-line'>> || <<'text-decoration-style'>> || <<'text-decoration-color'>>
317317
</pre>
318318

319-
This property is a shorthand for setting 'text-decoration-line',
320-
'text-decoration-color', and 'text-decoration-style' in one declaration.
321-
Omitted values are set to their initial values. A 'text-decoration'
322-
declaration that omits both the 'text-decoration-color'
323-
and 'text-decoration-style' values is backwards-compatible
324-
with CSS Levels 1 and 2.
319+
This property is a shorthand for setting
320+
'text-decoration-line',
321+
'text-decoration-color',
322+
and 'text-decoration-style'
323+
in one declaration.
324+
Omitted values are set to their initial values.
325+
326+
Note: A 'text-decoration' declaration that omits
327+
both the 'text-decoration-color' and 'text-decoration-style' values
328+
is backwards-compatible with CSS Levels 1 and 2.
325329

326330
<div class="example">
327331
The following example underlines unvisited links with a solid blue

0 commit comments

Comments
 (0)