Open
Bug 1657516
(cross-fade)
Opened 4 years ago
Updated 1 year ago
Enable CSS cross-fade() function by default for all channels
Categories
(Core :: CSS Parsing and Computation, enhancement, P2)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: zekemedley, Unassigned)
References
(Depends on 2 open bugs, Blocks 4 open bugs, )
Details
(Keywords: dev-doc-needed)
cross-fade
is a CSS function from the CSS Images Module Level 4 spec. Per a suggestion from dholbert, I'm making this bug to track its overall implementation. There are essentially three parts to this:
- Parsing for
cross-fade
. - Allowing multiple image requests to be associated with one image in Gecko (think
cross-fade(url(example.com/fish.jpeg), url(example.com/bicycle.jpeg))
). - Sizing and graphics for
cross-fade
.
Parsing is complete and currently merged into central as part of bug 546052, associating multiple image requests is being tracked by bug 1653703, and I'll make a new bug for the graphics part.
Resolving this bug will be a matter of completing those tasks and then enabling the layout.css.cross-fade.enabled
preference by default.
Reporter | ||
Comment 1•4 years ago
|
||
Graphics and sizing being tracked by bug 1657517.
Updated•4 years ago
|
Alias: cross-fade
status-firefox81:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•