Skip to content

Commit 825fde3

Browse files
committed
[css-images-4] Add placeholder issues for defining simplification of cross-fade() arguments/nesting, per WG resolution.
1 parent 16078ba commit 825fde3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

css-images-4/Overview.bs

+13
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,19 @@ Combining images: the ''cross-fade()'' notation {#cross-fade-function}
531531
8. Return |final image|.
532532
</div>
533533

534+
### Simplifying Complex ''cross-fade()'' ### {#cross-fade-complex}
535+
536+
Issue: Per WG resolution,
537+
define a notion of "equality" for images,
538+
and combine "same" images at computed-value time,
539+
summing their percentages.
540+
541+
Issue: Per WG resolution,
542+
simplify directly-nested ''cross-fade()'' at computed-value time
543+
by just distributing the percentage and flattening;
544+
''cross-fade(A 10%, cross-fade(B 30%, C 70%) 90%)''
545+
becomes ''cross-fade(A 10%, B 27%, C 63%)''.
546+
534547
<!--
535548
████████ ██ ████████ ██ ██ ████████ ██ ██ ████████ ███ ███
536549
██ ██ ██ ███ ███ ██ ███ ██ ██ ██ ██

0 commit comments

Comments
 (0)