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

The nice thing about `updateCallbackDone` is it's clear it's related to whatever you did in the callback.

If you mutate the DOM, change a style, and then (for whatever reason) await something unrelated in the callback, a name like `domUpdated`, `viewUpdated`, `mutated` etc etc might suggest that the promise is related to a subset of things you did in the callback, but it isn't.

-- 
GitHub Notification of comment by jakearchibald
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8144#issuecomment-1337721505 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:51:28 UTC