Skip to content

Commit 12a9fb4

Browse files
authored
[css-view-transitions-1] Remove resolved issues (#9093)
* Add clarification for writing-mode and other styles. * Remove resolved issues.
1 parent cedb83a commit 12a9fb4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

css-view-transitions-1/Overview.bs

-6
Original file line numberDiff line numberDiff line change
@@ -1684,8 +1684,6 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
16841684
then skip painting |descendant|.
16851685

16861686
Note: This is necessary since the descendant will generate its own snapshot which will be displayed and animated independently.
1687-
1688-
Issue: Specify what happens with 'mix-blend-mode'.
16891687
</div>
16901688

16911689
## [=Handle transition frame=] ## {#handle-transition-frame-algorithm}
@@ -1702,14 +1700,10 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
17021700
and contains at least one [=animation/associated effect=] whose [=effect target=] is |element|,
17031701
set |hasActiveAnimations| to true if any of the following conditions is true:
17041702

1705-
Issue: The prose around "effect target" is incorrect, but [#8001](https://github.com/w3c/csswg-drafts/issues/8001) needs to land before it can be fixed.
1706-
17071703
- |animation|'s [=animation/play state=] is [=play state/paused=] or [=play state/running=].
17081704

17091705
- |document|'s [=pending animation event queue=] has any events associated with |animation|.
17101706

1711-
Issue: This prose isn't quite right, but it's blocked on [#8004](https://github.com/w3c/csswg-drafts/issues/8004).
1712-
17131707
1. If |hasActiveAnimations| is false:
17141708

17151709
1. Set |transition|'s [=ViewTransition/phase=] to "`done`".

0 commit comments

Comments
 (0)