[CSS2][css3-text] Text-Shadow: computed value

Hi,
got a question about CSS3's text-shadow computed values. The spec says:

  Computed value: 	specified values (except for initial and inherit)

However, there are two different ways allowed for specifying the text 
shadow. Does this mean that I need to store which order was used in 
order to produce the identical result again? Or can I pick either 
serialization? (for the DOM getComputedStyle method)

-biesi

Received on Sunday, 25 September 2005 21:20:57 UTC