- From: Noam Rosenthal via GitHub <sysbot+gh@w3.org>
- Date: Mon, 12 Jun 2023 11:12:41 +0000
- To: public-css-archive@w3.org
> Developers want to write transitions from one page type to another, so knowing the page they're going to seems like a thing that should be reliable. > > Eg, navigating to `/profile` may redirect to a login page, it may not. These are two very different page types likely to have different transitions. Traditionally apps would have either a `/profile` or a `/login` link but not both, because the origin already knows if you're logged in. The redirect would happen when you try to "land" on `/profile` from the outside. Still looking for common scenarios where the previous page would be thinking it's going somewhere but redirected to another place. -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8785#issuecomment-1587116449 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 12 June 2023 11:12:42 UTC