This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 1847 - font-family with a list of fonts does not validate as CSS-3
Summary: font-family with a list of fonts does not validate as CSS-3
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Other (show other bugs)
Version: CSS Validator
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-15 23:10 UTC by Ravenous Bugblatter Beast
Modified: 2005-08-24 13:20 UTC (History)
0 users

See Also:


Attachments

Description Ravenous Bugblatter Beast 2005-08-15 23:10:14 UTC
A font-family definition such as the example from the working-draft
(http://www.w3.org/TR/2005/WD-css3-values-20050726/):

body { font-family: "Helvetica", "Univers", "Arial", sans-serif }

fails to validate with an error:

Invalid number : font-family Too many values or values are not recognized 

if you are using CSS-3 as the validation level. This error does not occur with
the CSS-2 validator.

font-family definitions that only have one font listed work ok.