Skip to content

Commit 912f5a8

Browse files
committed
Remove dot-dash and dot-dot-dash to match css3-background border-style. Add 'blink' keyword to text-decoration shorthand and match 2.1 text about it
1 parent e0bb6c2 commit 912f5a8

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

css3-text/Overview.src.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2209,7 +2209,7 @@ <h4 id="text-decoration-style"><span class="secno">8.1.3</span>
22092209
</tr>
22102210
<tr>
22112211
<th>Value:</th>
2212-
<td>solid | double | dotted | dashed | dot-dash | dot-dot-dash | wave
2212+
<td>solid | double | dotted | dashed | wave
22132213
</td>
22142214
</tr>
22152215
<tr>
@@ -2258,7 +2258,7 @@ <h4 id="text-decoration"><span class="secno">8.1.4</span>
22582258
<th>Value:</th>
22592259
<td><var><a href="#text-decoration-line">&lt;text-decoration-line&gt;</a></var> ||
22602260
<var><a href="#text-decoration-color">&lt;text-decoration-color&gt;</a></var> ||
2261-
<var><a href="#text-decoration-style">&lt;text-decoration-style&gt;</a></var>
2261+
<var><a href="#text-decoration-style">&lt;text-decoration-style&gt;</a></var> || blink
22622262
</td>
22632263
</tr>
22642264
<tr>
@@ -2296,6 +2296,12 @@ <h4 id="text-decoration"><span class="secno">8.1.4</span>
22962296
and <code>text-decoration-style</code> values is backwards-compatible
22972297
with CSS Levels 1 and 2.</p>
22982298

2299+
<p>If the <code>blink</code> keyword is specified the text blinks
2300+
(alternates between visible and invisible). Conforming user agents
2301+
may simply not blink the text. Note that not blinking the text is
2302+
one technique to satisfy
2303+
<a href="http://www.w3.org/TR/UAAG/guidelines.html#tech-on-off-blinking-text">checkpoint 3.3 of WAI-UAAG</a>.
2304+
22992305
<div class="example">
23002306
<p>The following example underlines unvisited links with a solid blue
23012307
underline in CSS1 and CSS2 UAs and a navy dotted underline in CSS3 UAs.</p>

0 commit comments

Comments
 (0)