- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 15 Aug 2005 23:10:14 +0000
- To: www-validator-cvs@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1847
Summary: font-family with a list of fonts does not validate as
CSS-3
Product: CSSValidator
Version: CSS Validator
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Other
AssignedTo: ot@w3.org
ReportedBy: ravenousbugblatterbeast@hotmail.com
QAContact: www-validator-cvs@w3.org
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.
Received on Monday, 15 August 2005 23:10:18 UTC