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 11957 - New vendor specific properties are implemented not full
Summary: New vendor specific properties are implemented not full
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: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-02 12:12 UTC by Alex T
Modified: 2012-11-09 13:39 UTC (History)
0 users

See Also:


Attachments

Description Alex T 2011-02-02 12:12:57 UTC
Examples of browser specific properties:

/* Mozilla, since 1999 */
Value Error : white-space -moz-pre-wrap is not a white-space value : -moz-pre-wrap
/* Opera 4-6 */
Value Error : white-space -pre-wrap is not a white-space value : -pre-wrap
/* Opera 7 */
Value Error : white-space -o-pre-wrap is not a white-space value : -o-pre-wrap
/* Internet Explorer 5.5+ */
Property word-wrap doesn't exist : break-word

also internet explorers "zoom: 1" is not recognized as browser specific.
Comment 1 Yves Lafon 2012-11-09 13:39:25 UTC
Fixed, the vendor specific values can now generate warnings instead of errors (as they can't be validated by definition)