[Bug 29368] font-size, font-family listed as optional values to Font property

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29368

--- Comment #1 from John Daggett <jdaggett@mozilla.com> ---
You're not reading the syntax correctly. The font-size plus font-family values
are both required *unless* a system font is used. Reformat the expression as
below to see this:

[ 
  [ <‘font-style’> || <font-variant-css21> || <‘font-weight’> ||
<‘font-stretch’ ]?
  <‘font-size’> [ / <‘line-height’> ]? 
  <‘font-family’> 
] 
| caption | icon | menu | message-box | small-caption | status-bar

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 12 January 2016 05:03:58 UTC