Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@patrickhlauke
Copy link
Member

@patrickhlauke patrickhlauke commented Jun 23, 2021

Discussed in today's PEWG meeting. Remove explicit mention of animation frame callback, as user agents may have other reasons to delay dispatch of pointermove.

Closes #385


Preview | Diff

Discussed in today's PEWG meeting. Remove explicit mention of animation frame callback, as user agents may have other reasons to delay dispatch of pointermove.

Closes #385
@patrickhlauke
Copy link
Member Author

note that instead of just ripping out the sentence/reference to animation frame callback, I replaced it with a more generic sentence. otherwise, the fact that pointermove may be delayed (later in the pointerrawupdate definition) would come a bit out of left-field and surprise the reader...

@plehegar
Copy link
Member

You left one instance of animation frame callback, at

due to the fact that <code>pointermove</code> events might get aligned with animation frame callbacks and get coalesced, and the final position of the event

How about:
... due to the fact that pointermove events might get delayed or coalesced, ...

@patrickhlauke
Copy link
Member Author

You left one instance of animation frame callback

zut alors...well spotted. Changed per suggestion.

@patrickhlauke patrickhlauke merged commit cdb4a64 into gh-pages Jun 30, 2021
@patrickhlauke patrickhlauke deleted the patrickhlauke-issue385 branch June 30, 2021 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HTML monkeypatching: animation frame callbacks

3 participants