Re: [csswg-drafts] [css-view-transitions-2] Decide on naming for navigation-triggered view-transition rule (#9383)

For the upcoming naming discussion, @noamr clarified the idea on chat. Here it is with the proposed names:

```
@view-transition {
  navigation: auto;
  type: foo;
}
```

- `@view-transition` is the name of the at-rule.
- `navigation` is the descriptor with the list of navigations that should trigger a transition. The proposed values for now are `auto` and `none`. `auto` means all navigations except reload, aligning with the resolution at https://github.com/w3c/csswg-drafts/issues/8784, and `none` means no navigations. More navigation types will be introduced going forward.
- `type` is equivalent to the same parameter in startViewTransition [here](https://drafts.csswg.org/css-view-transitions-2/#dom-startviewtransitionoptions-types).

-- 
GitHub Notification of comment by khushalsagar
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9383#issuecomment-1779684475 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 25 October 2023 16:54:46 UTC