File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -316,12 +316,16 @@ Text Decoration Shorthand: the 'text-decoration' property</h3>
316
316
Value : <<'text-decoration-line'>> || <<'text-decoration-style'>> || <<'text-decoration-color'>>
317
317
</pre>
318
318
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.
325
329
326
330
<div class="example">
327
331
The following example underlines unvisited links with a solid blue
You can’t perform that action at this time.
0 commit comments