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 14671 - border-radius should allow percentage values
Summary: border-radius should allow percentage values
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: PC 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-11-02 03:56 UTC by Corey Bodendein
Modified: 2012-08-30 17:56 UTC (History)
3 users (show)

See Also:


Attachments

Description Corey Bodendein 2011-11-02 03:56:52 UTC
The border-radius property should allow percentages as valid values, like border-radius:50% should be valid, but the validator says it is not.
Comment 1 Sam Hodge 2011-11-17 14:42:10 UTC
I can confirm this. Something as simple as div{border-radius:100%} generates an error.
Comment 2 Tyler 2011-12-16 20:38:33 UTC
+1
Comment 3 Tyler 2011-12-16 20:39:19 UTC
+1
Comment 4 Yves Lafon 2012-08-30 17:56:27 UTC
works now (as border-radius was recoded up to the last css3 spec.