[CSS21][css3-page] What happens to !important inside @page rules?

http://www.w3.org/TR/CSS21/page.html#page-box and
http://dev.w3.org/csswg/css3-page/#syntax-page-selector both say
that declarations are allowed inside of @page rules.  This implies
that '!important' is allowed, since it's part of the syntax for
declarations.  However, neither specification says what to do with
declarations marked '!important'.  Should they gain additional
priority, and if so, over what?  Or should '!important' instead be a
parse error?

-David

-- 
𝄞   L. David Baron                         http://dbaron.org/   𝄂
𝄢   Mozilla                           http://www.mozilla.org/   𝄂

Received on Tuesday, 6 December 2011 22:07:26 UTC