font-face/color-profile syntax

Hello,

A few questions:

Is 'priority' allowed/applicable in @font-face / @color-profile rules? (see
the syntax below from CSS3)
Are short-hand properties possible in @font-face? (e.g is the font shorthand
property allowed?)

******************************
font_face
  : FONT_FACE_SYM S*
    '{' S* declaration [ ';' S* declaration ]* '}' S*

declaration
  : property ':' S* expr prio?
  | /* empty */
******************************

thanks,

--
Sigurd Lerstad

Received on Saturday, 11 October 2003 16:59:29 UTC