[wpt-sync] Sync PR 43417 - [css-images-4] Implement unprefixed cross-fade().
Categories
(Core :: Web Painting, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43417 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43417
Details from upstream follow.
Steinar H. Gunderson <sesse@chromium.org> wrote:
[css-images-4] Implement unprefixed cross-fade().
This is similar to -webkit-cross-fade(), but differs in that it
has a different syntax, and supports more (or less) than two images.
It also supports cross-fading against a solid color, which we implement
internally as a gradient for simplicity. (This may not be optimal for
memory or performance, but it should do for now.)We do not implement parts of the spec that are not yet written
but will be, in particular simplification at computed value time.The functionality is behind a new runtime flag CSSCrossFade,
which is set to experimental as usual.Change-Id: I4d29e14b215a65223b98dcaee8ba99b8f62d94dc
Reviewed-on: https://chromium-review.googlesource.com/5055552
WPT-Export-Revision: f998bc0de37dc3ec1d4b4905ceb47e573cc11bd0
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Comment 1•10 months ago
|
||
Assignee | ||
Comment 2•10 months ago
|
||
Comment 4•10 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/20e3f7c6c888
https://hg.mozilla.org/mozilla-central/rev/0231a419d71c
Description
•