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 7388 - CSS3 properties are not recognized: zoom, word-wrap
Summary: CSS3 properties are not recognized: zoom, word-wrap
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: PC Windows XP
: 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: 2009-08-20 16:56 UTC by James An
Modified: 2012-09-21 15:08 UTC (History)
4 users (show)

See Also:


Attachments

Description James An 2009-08-20 16:56:09 UTC
Description:
The zoom and word-wrap properties of CSS3 are not recognized by the validator. This affects both the main validator and the dev version at http://qa-dev.w3.org:8001/css-validator/.

Steps to reproduce:
Enter by direct input the following CSS:
a { zoom: 1; }
a { word-wrap: break-word; }

Actual Results:
Neither zoom and word-wrap are recognized as CSS level 3 properties.

Expected Results:
They should both validate.

Zoom is defined in:
http://www.w3.org/TR/css3-transitions/#properties-from-css-
Word-wrap is defined in:
http://www.w3.org/TR/css3-text/#word-wrap
Comment 1 James An 2009-08-20 16:58:24 UTC
Hmm.. the link:
http://www.w3.org/TR/css3-transitions/#properties-from-css-
should include the trailing hyphen as part of the anchor.
Comment 2 R M 2011-12-05 20:14:28 UTC
Over 2 years and it still isn't fixed!  Seriously!?
Comment 3 Erik Snyder 2012-07-05 18:21:22 UTC
(In reply to comment #2)
> Over 2 years and it still isn't fixed!  Seriously!?

I'm waiting for an explanation too.  'overflow-wrap' errors out the exact same way as word-wrap.
Comment 4 Jukka K. Korpela 2012-09-12 08:26:44 UTC
The zoom property is an IE feature (now adopted by WebKit too). Though it was once mentioned in a CSS3 WD, it no more is. So this part of the bug report should be closed as "not a bug".

The word-wrap property is now recognized in CSS 3 mode, despite being only in a WD level document. However, the validator silently changes it to the currently recommended name:

Valid CSS information
a {
overflow-wrap : break-word;
}

Apart from the question whether a warning should be issued in such a case, this part of the bug report could be closed as "fixed".
Comment 5 carine bournez 2012-09-21 15:08:50 UTC
I mark this bug resolved-fixed. Thanks