Re: Multiple Text Decoration Values

> 
> 
> 1) Blinking and other sorts of animation - dynamic effects-
> are easy implementable using client-side scripting.
> So why duplicate this in CSS with such rudimental functionality?

Because scripting is undesirable because it is too powerful, and 
therefore risks making the page machine processable for any purpose
other than rendering as the author intended, and is a pre-requesite for
exploiting many browser vulnerabilities.  The general policy is that
if something is wanted and desirable, it should be doable declaritively.

Received on Monday, 5 July 2004 02:14:58 UTC