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 5901 - voice-family incorrectly parsed
Summary: voice-family incorrectly parsed
Status: NEW
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Parser (show other bugs)
Version: CSS Validator
Hardware: PC Windows XP
: P2 minor
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL: http://lists.w3.org/Archives/Public/p...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-28 14:55 UTC by Damien B
Modified: 2008-07-28 14:55 UTC (History)
0 users

See Also:


Attachments

Description Damien B 2008-07-28 14:55:01 UTC
ACssVoiceFamily does not parse correctly:
voice-family: inherit;

Doing so, it does not notify properly CssParser that it has recognized all the values associated to the property.

This error fails to be reported because that check is done only in the case where the user did not chose any CSS media type, which is impossible with the current UIs.