Closed
Bug 479451
Opened 17 years ago
Closed 4 months ago
getComputedStyle() on border radius properties should reflect oversized radius reduction
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: zwol, Unassigned)
Details
Per the thread at http://lists.w3.org/Archives/Public/www-style/2009Feb/0488.html we should move the oversized-radius reduction algorithm to a point where it is visible to getComputedStyle() - it's currently being done on the fly in the border-radius painter and is invisible to CSSOM. However, it is not supposed to inherit, which I think means *not* in nsRuleNode either. This is not part of the standard (as no one is really working on CSSOM, apparently) so not terribly high priority.
Flags: wanted1.9.1?
It's not clear to me whether it even should be adjusted for getComputedStyle.
Summary: getComputedValue() on border radius properties should reflect oversized radius reduction → getComputedStyle() on border radius properties should reflect oversized radius reduction
Flags: wanted1.9.1? → wanted1.9.1-
| Reporter | ||
Comment 2•15 years ago
|
||
I no longer work for Mozilla, I am deassigning myself from bugs I have no intention of working on as a volunteer.
Assignee: zackw → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Severity: normal → S3
Comment 3•4 months ago
|
||
I think we're generally moving away of reflecting used-value adjustments in getComputedStyle so this is unlikely to ever be done.
Status: NEW → RESOLVED
Closed: 4 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•