Value Error : size Property size doesn't exist : 48pc 66pc

Hi,
I've got a print css file and I'm trying to set the size in the @page rule and I get this error. here a copy of the complete rule.
@page {
    size: 48pc 66pc;
    margin: 6pc 4pc;
}

The validator seems to accept the margin rule fine but not understand 'size'. I've also try it with 'portrait' for the size rule and it still gives an error. Strange thing about it is in the error report that it gives there's a link to the specs which says that it should be valid.
Here's a link to test page I setup to demo error.
http://www.michael.cummings.name/css-error/index.html





      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping

Received on Wednesday, 12 March 2008 04:13:21 UTC