issues
search
WICG
/
video-rvfc
video.requestVideoFrameCallback() incubation
https://wicg.github.io/video-rvfc/
Other
54
stars
19
forks
source link
Clarify attribute names, verb tenses, and move callback identifier to Document
#36
Closed
tguilbert-google
closed
4 years ago
tguilbert-google
commented
4 years ago
This PR:
Moves the
animation frame callback identifier
to be part of the document instead of the video element. #25
Updates the verb tenses to make sure callbacks are run "after the frame has been presented" instead of "when the frame is presented" #32.
Renames attributes to better differentiate between the usages of the word 'presentation'. #31
This PR:
animation frame callback identifier
to be part of the document instead of the video element. #25