As of Monday (August 19th), Google Chrome Canary now supports CSS3 Text Decoration shorthand property. Once in Canary, you can enable the Experimental Web Platform Features runtime flag by checking the link below:

chrome://flags/#enable-experimental-web-platform-features

After enabling it, restart your browser and you should be able to use the following pattern:

text-decoration: underline dashed red;

Gives the following result: underline dashed red

As specified in CSS Level 3 Text Decoration shorthand specification. I am also proposing these properties to go enabled by default in WebKit - stay tuned for further updates!