Skip to content

Commit 069534c

Browse files
authored
css-view-transitions-2: update visibility vs opacity wording (#13397)
1 parent 0b48907 commit 069534c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎css-view-transitions-2/Overview.bs‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ ISSUE: `::view-transition-group-children()` needs to be specified here.
13201320
the boxes generated by any element in that {{Document}} with [=captured in a view transition=]
13211321
and its [=element contents=],
13221322
except [=ViewTransition/transition root pseudo-element=]'s [=tree/inclusive descendants=],
1323-
are not painted (as if they had ''visibility: hidden'') and
1323+
are not painted (as if they had ''opacity: 0'') and
13241324
do not respond to hit-testing (as if they had ''pointer-events: none'').
13251325

13261326
Note: Elements participating in a transition need to skip painting in their DOM location because
@@ -3463,6 +3463,7 @@ This appendix is <em>informative</em>.
34633463
Changes from <a href="https://www.w3.org/TR/2024/WD-css-view-transitions-2-20240516/">2024-05-16 Working Draft</a>
34643464
</h3>
34653465

3466+
* Update wording to use `opacity: 0` instead of `visibility: hidden`. See <a href="https://github.com/w3c/csswg-drafts/issues/12629">issue 12629</a>.
34663467
* Replace `contain: view-transition` with `view-transition-scope` property (<a href="https://github.com/w3c/csswg-drafts/issues/13123">pending #13123</a>)
34673468
* Reorder sections, editorial changes, added several issues, updated scoped view transition wording.
34683469
* Add waitUntil() (<a href="https://github.com/w3c/csswg-drafts/issues/9901">#9901</a>)

0 commit comments

Comments
 (0)