- From: rthrejheytjyrtj545 via GitHub <sysbot+gh@w3.org>
- Date: Mon, 05 Jun 2023 19:34:10 +0000
- To: public-css-archive@w3.org
My proposal specifies two entities: any number of elements on one page and one element on another. `view-transition-target` specifies this single element to which the transition is going, where `auto` is the document root, `element(#foo)` is the element with the id “foo”, and `normal` is the element with the same `view-transition-name` as at the element on the outgoing page (approximately today's position). In the meantime, the UA pretends that the elements are additionally numbered, so that it can remember from the interaction with which element from the set the transition occurred (it can track this with some heuristic or a new type of container), and how to pass this number to the ending element. So, for example, if the transition came from the third element, in today's paradigm it would be the same as if both elements had a `view-transition-name` with a value of `--name--3`. -- GitHub Notification of comment by rthrejheytjyrtj545 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8890#issuecomment-1577363152 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 5 June 2023 19:34:12 UTC