Re: [w3ctag/design-reviews] Cross-document View Transitions API (Issue #851)

> I suspect there's a mistake in this example, since both declarations are identical?

Oops, my bad. It was supposed to be:

```
@media (prefers-reduced-motion) {
  @view-transitions {
    navigation-trigger: none;
  }
}

@view-transitions {
  navigation-trigger: cross-document;
}
```

> This sounds like an issue to bring up with the CSS WG.

Sounds good. We'll be discussing the new at-rule with the group soon, will bring it up then.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/851#issuecomment-1651932427
You are receiving this because you are subscribed to this thread.

Message ID: <w3ctag/design-reviews/issues/851/1651932427@github.com>

Received on Wednesday, 26 July 2023 14:33:48 UTC