Skip to content

Commit 723fea6

Browse files
Psychpsyont1m
authored andcommitted
Fix view-transition-1 typos
1 parent 8bb68fa commit 723fea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-view-transitions-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
18251825
1. [=list/For each=] |element| of |transition|'s [=ViewTransition/transition root pseudo-element=]'s [=tree/inclusive descendants=]:
18261826
1. For each |animation| whose [=timeline=] is a [=document timeline=] associated with |document|,
18271827
and contains at least one [=animation/associated effect=] whose [=effect target=] is |element|,
1828-
set |hasActiveAnimations| to true if any of the following conditions is true:
1828+
set |hasActiveAnimations| to true if any of the following conditions are true:
18291829

18301830
- |animation|'s [=animation/play state=] is [=play state/paused=] or [=play state/running=].
18311831

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

18881888
1. Otherwise:
18891889

1890-
1. Return failure if any of the following conditions is true:
1890+
1. Return failure if any of the following conditions are true:
18911891
- |capturedElement|'s [=new element=] has a [=flat tree=] ancestor that [=skips its contents=].
18921892

18931893
- |capturedElement|'s [=new element=] is [=element-not-rendered|not rendered=].

0 commit comments

Comments
 (0)