Skip to content

Commit 8bb68fa

Browse files
majahant1m
authored andcommitted
Fix Typo in view-transition-name: auto example
These names were intended to be unique.
1 parent f3b9077 commit 8bb68fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-view-transitions-2/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -785,9 +785,9 @@ Ordinarily, each of these items would have to receive a unique 'view-transition-
785785

786786
```css
787787
li:nth-child(1) { view-transition-name: item1; }
788-
li:nth-child(2) { view-transition-name: item1; }
789-
li:nth-child(3) { view-transition-name: item1; }
790-
li:nth-child(4) { view-transition-name: item1; }
788+
li:nth-child(2) { view-transition-name: item2; }
789+
li:nth-child(3) { view-transition-name: item3; }
790+
li:nth-child(4) { view-transition-name: item4; }
791791
...
792792
```
793793

0 commit comments

Comments
 (0)