- From: Tom Wilkinson via GitHub <sysbot+gh@w3.org>
- Date: Mon, 05 Dec 2022 16:14:05 +0000
- To: public-css-archive@w3.org
From an API perspective: ``` startViewTransition(callback); ``` There's nothing about the API shape right now that implies a name for the callback parameter passed to `startViewTransition`. The spec does call it a `UpdateDOMCallback`, but that doesn't appear in the API. If Anne has an issue with DOM appearing in the API, perhaps the spec should also be changed to a more neutral name? You could consider using "render," as I believe that's a term unrelated to DOM but reflects that the operation is to change the rendered content. `renderViewCallback`, perhaps. -- GitHub Notification of comment by tbondwilkinson Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8144#issuecomment-1337645191 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 5 December 2022 16:14:06 UTC