@page margin boxes and text-decoration

Hi,

In this example, will the text be underlined:

@page {
     text-decoration: underline;
     @top { content: "Hello, world!" }
}

The text-decoration property is not inherited, but when applied to 
blocks it does result in the decoration being applied to all the 
children of the block.

Cheers,

Michael

-- 
Print XML with Prince!
http://www.princexml.com

Received on Monday, 19 January 2009 05:29:30 UTC