[snip]
> font: menu;
[snip]
> Is this somewhere else in the standard [...]?
The following values refer to system fonts:
caption
The font used for captioned controls (e.g., buttons,
drop-downs, etc.).
icon
The font used to label icons.
menu
The font used in menus (e.g., dropdown menus and menu lists).
message-box
The font used in dialog boxes.
small-caption
The font used for labeling small controls.
status-bar
The font used in window status bars.
System fonts may only be set as a whole; that is, the font
family, size, weight, style, etc. are all set at the same time.
-- 15.2.5 Shorthand font property: the 'font' property[1],
CSS 2 Specification
Mike
[1] <http://www.w3.org/TR/REC-CSS2/fonts.html#font-shorthand>

Signature
Michael Winter
Prefix subject with [News] before replying by e-mail.
Harlan Messinger - 27 Feb 2006 02:00 GMT
> [snip]
>
[quoted text clipped - 5 lines]
>
> The following values refer to system fonts:
[...]
> -- 15.2.5 Shorthand font property: the 'font' property[1],
> CSS 2 Specification
Oh, for some reason it didn't occur to me to look elsewhere than under
font-family, because I thought I already knew all the components of the
"font" shorthand property. Thanks.