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 17009 - Font shorthand property failing validation
Summary: Font shorthand property failing validation
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: All All
: P5 major
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-09 09:16 UTC by Andy Knight
Modified: 2012-08-29 10:48 UTC (History)
1 user (show)

See Also:


Attachments

Description Andy Knight 2012-05-09 09:16:12 UTC
The CSS:

body { font: 12px/14px Arial, Helvetica, sans-serif; }

The Result:

Value Error : font / is not a font-family value : 12px / 14px Arial,Helvetica,sans-serif
Comment 1 Yves Lafon 2012-08-29 10:48:31 UTC
Fixed with new font-* code for all CSS levels.