Closed
Bug 252804
Opened 22 years ago
Closed 22 years ago
Replace -moz-border-radius with CSS3 border-radius
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
INVALID
People
(Reporter: contact, Assigned: dbaron)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040714
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040714
Recommend changing -moz-border-radius to match CSS3 property border-radius
(http://www.w3.org/TR/2002/WD-css3-border-20021107/#the-border-radius).
Since Mozilla is already doing its own border radius, it might be nice to move
away from the proprietary property name and match the CSS3 spec (it's not all
that different), much like the move from -moz-opacity to the property CSS
property opacity.
Reproducible: Always
Steps to Reproduce:
| Assignee | ||
Comment 1•22 years ago
|
||
The relevant CSS3 specification is not yet in CR.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•22 years ago
|
||
(In reply to comment #1)
> The relevant CSS3 specification is not yet in CR.
I still think it would be a good idea to at least create duplicate functionality
in Mozilla that responds on border-radius and has the proper attribute
information to match the borders working draft.
You need to log in
before you can comment on or make changes to this bug.
Description
•