Re: [csswg-drafts] [css-view-transitions-1] domUpdated isn't the right term (#8144)

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