Skip to content

Commit 325ac51

Browse files
committed
fix typo in description of unreliable detection of the opt-in for view transitions
1 parent eba8605 commit 325ac51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/tips/view-transition-fails-and-fixes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ or [opening an issue on GitHub!](https://github.com/vtbag/website/issues/new?tem
4444

4545
#### Potential Pitfall: Unreliable Detection of the Opt-in
4646

47-
A particularly pitfall occurs when the `@view-transition` at-rule is present but not reliably detected by the browser. This can happen in Chrome, for example, when the at-rule is placed in an external stylesheet after tons of other CSS.
47+
A particular pitfall occurs when the `@view-transition` at-rule is present but not reliably detected by the browser. This can happen in Chrome, for example, when the at-rule is placed in an external stylesheet after tons of other CSS.
4848

4949
According to the specification, the check for `@view-transition { navigation: auto }` happens together with the `pagereveal` event just before the first rendering. In theory, that means the browser should wait for render blocking resources such as external stylesheets linked in the `<head>`. However, Chrome may perform this check [without necessarily waiting for external CSS](https://issues.chromium.org/issues/383014860#comment9).
5050

0 commit comments

Comments
 (0)