- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 20 Aug 2009 16:56:10 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7388
Summary: CSS3 properties are not recognized: zoom, word-wrap
Product: CSSValidator
Version: CSS Validator
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: CSS 3
AssignedTo: dave.null@w3.org
ReportedBy: james@jamesan.ca
QAContact: www-validator-cvs@w3.org
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
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 20 August 2009 16:56:26 UTC