Closed
Bug 507052
Opened 16 years ago
Closed 2 years ago
Integrate -moz-image-rect() into other CSS properties than "background"
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: rkawaguchi, Unassigned)
References
Details
bug 113577 introduced a new CSS function -moz-image-rect() specifically for "background" and "background-image" properties.
In this bug, we will integrate -moz-image-rect() into other CSS properties.
The candidates are (in the order of importance):
* list-style-image
* -moz-border-image (https://developer.mozilla.org/en/CSS/-moz-border-image)
* cursor (https://developer.mozilla.org/en/CSS/cursor)
* content (https://developer.mozilla.org/en/CSS/content)
Reporter | ||
Updated•16 years ago
|
Target Milestone: mozilla1.9.2a1 → ---
Depends on: 700926
Comment 1•2 years ago
|
||
Given that vendor-prefixed features are generally discouraged nowadays, I assume this request is not going to be pursued, right?
For what it's worth, there's a discussion to standardize image manipulations, which would also cover the clipping done via -moz-image-rect()
.
Sebastian
Flags: needinfo?(emilio)
Comment 2•2 years ago
•
|
||
Yeah, anything new & web-exposed here would need to be standardized these days.
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(emilio)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•