[css-view-transitions-2] how do we decide whether to use layered capture? · Issue #11078 · w3c/csswg-drafts (original) (raw)

If a css property decides capture mode, how do we resolve when it's different between old/new DOM. we generally err towards resolving such conflicts from new DOM state. But in this case it changes how the old snapshot was captured so we likely need to stick with the old DOM value.

Also, for entry animation case, we should decide this once when capturing new DOM. So if the property changes mid-animation it has no impact similar to removing the name mid-animation.

@noamr