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 15235 - Percentage (%) not an accepted value even though its in the specification.
Summary: Percentage (%) not an accepted value even though its in the specification.
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: Macintosh MacOS X
: 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-12-16 20:37 UTC by Tyler
Modified: 2012-08-30 17:54 UTC (History)
0 users

See Also:


Attachments

Description Tyler 2011-12-16 20:37:08 UTC
Example: 
4	 div#monolith	 50% is not a border-top-left-radius value : 50% 100%
7	 div#monolith	 50% is not a border-top-right-radius value : 50% 100%
Where it shows percentage is allowed in specification:
http://www.w3.org/TR/css3-background/#the-border-radius
Comment 1 Yves Lafon 2012-08-30 17:54:35 UTC
Should work now, as css3-border were re-implemented recently according to the latest Css3 draft.