Multiple Text Decoration Values

Is it possible in CSS to have multiple text-decoration values like 

a { 
text-decoration: underline line-through 
} 

It should be possible to have multiple values, seperated by a space or a verticon ('|') 

Not much documentation on this that I could find. 

Received on Sunday, 9 May 2004 00:34:10 UTC