File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 "> <text-decoration-line></ a > </ var > ||
22602260 < var > < a href ="#text-decoration-color "> <text-decoration-color></ a > </ var > ||
2261- < var > < a href ="#text-decoration-style "> <text-decoration-style></ a > </ var >
2261+ < var > < a href ="#text-decoration-style "> <text-decoration-style></ 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 >
You can’t perform that action at this time.
0 commit comments