Skip to content

Commit 7e29c45

Browse files
committed
..
1 parent 6b595b9 commit 7e29c45

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
10151015

10161016
1. [=map/For each=] |transitionName| → |capturedElement| of |transition|'s [=ViewTransition/named elements=]:
10171017

1018-
1. Let |group| be the ''::view-transition-group'' pseudo-element with the name |transitionName|.
1018+
1. Let |group| be the ''::view-transition-group()'' pseudo-element with the name |transitionName|.
10191019

10201020
Issue: "name" should be defined/linked.
10211021

@@ -1051,7 +1051,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
10511051

10521052
1. If |capturedElement|'s [=captured element/old image=] is not null, then:
10531053

1054-
1. Let |old| be the ''::view-transition-old'' [=replaced element=] pseudo-element,
1054+
1. Let |old| be the ''::view-transition-old()'' [=replaced element=] pseudo-element,
10551055
with the name |transitionName|,
10561056
displaying |capturedElement|'s [=captured element/old image=].
10571057

@@ -1062,17 +1062,12 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
10621062

10631063
1. If |capturedElement|'s [=new element=] is not null, then:
10641064

1065-
1. Let |new| be the ''::view-transition-new'' [=replaced element=] pseudo-element, with the name |transitionName|,
1065+
1. Let |new| be the ''::view-transition-new()'' [=replaced element=] pseudo-element, with the name |transitionName|,
10661066
displaying the [=capture the image=] of |capturedElement|'s [=new element=].
10671067

10681068
1. At the [=user-agent origin=],
10691069
set |new|'s 'object-view-box' property to a value that when applied to |new|,
10701070
will cause the view box to coincide with [=new element=]'s [=border box=] in the image.
1071-
1072-
The [=new element=] and its contents (the flat tree descendants of the element,
1073-
including both text and elements, or the replaced content of a replaced element), except the
1074-
[=view-transition pseudo-elements=], are not painted (as if they had visibility: hidden) and
1075-
do not respond to hit-testing (as if they had pointer-events: none) until |new| exists.
10761071
</div>
10771072

10781073
<div algorithm>

0 commit comments

Comments
 (0)