Skip to content

Commit 0fdf7eb

Browse files
authored
[css-view-transitions-1] Add a note to explain how the named elements are cleaned up (#9769)
1 parent f203fbb commit 0fdf7eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css-view-transitions-1/Overview.bs

+2
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
10441044
: <dfn>named elements</dfn>
10451045
:: a [=/map=], whose keys are [=view transition names=] and whose values are [=captured elements=].
10461046
Initially a new [=map=].
1047+
Note: Since this is associated to the {{ViewTransition}}, it will be cleaned up when [=Clear view transition=] is called.
10471048

10481049
: <dfn>phase</dfn>
10491050
:: One of the following ordered phases, initially "`pending-capture`":
@@ -1949,6 +1950,7 @@ Changes from <a href="https://www.w3.org/TR/2023/WD-css-view-transitions-1-20230
19491950
* Add a note about why 'view-transition-name' should be animatable.
19501951
* `view-transition-name: auto` should be an invalid value. See <a href="https://github.com/w3c/csswg-drafts/issues/9639">issue 9639</a>.
19511952
* Add note to explain paint order for entry animations. See <a href="https://github.com/w3c/csswg-drafts/issues/9672">issue 9672</a>.
1953+
* Add note to explain how the named elements are cleaned up. See <a href="https://github.com/w3c/csswg-drafts/issues/9669">issue 9669</a>.
19521954

19531955
<h3 id="changes-since-2022-05-25">
19541956
Changes from <a href="https://www.w3.org/TR/2023/WD-css-view-transitions-1-20230525/">2022-05-25 Working Draft</a>

0 commit comments

Comments
 (0)