Re: [csswg-drafts] [css-view-transitions-2] Should ViewTransitions be triggered for browser initiated navigations (#8783)

I think this is a good time to revisit this (as mentioned in the minutes by @fantasai, "we should revisit this later").
Since we're defining the initial navigation types as `auto` and `none`, we should be explicit about what `auto` means.
Leaving this unspecified would leave an open interop question for this type of navigation.

I propose that `auto` would mean `normal | back | forward`, where `normal` means a normal click link, form submit etc), and `back` / `forward` mean a history traversal of `-1` or `+1` exactly.

We can then have `reload` and `jump` as optional navigation descriptor values that are not included in `auto` but can be explicitly enabled.



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


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

Received on Thursday, 26 October 2023 15:21:26 UTC