Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict where the video frame request callback identifier is stored #89

Open
aosmond opened this issue Jul 22, 2024 · 0 comments
Open

Comments

@aosmond
Copy link

aosmond commented Jul 22, 2024

From "4.1 Methods", we are supposed to store the video frame request callback identifier in the HTMLVideoElement:

"Each HTMLVideoElement has a list of video frame request callbacks, which is initially empty. It also has a last presented frame indentifier and a video frame request callback identifier, which are both numbers which are initially zero."

This conflicts with the steps for "requestVideoFrameCallback(callback)" just below which states it is supposed to be tied to the document:

"3. Let callbackId be video’s ownerDocument's video frame request callback identifier"

HTMLVideoElement seems to make the most sense, so I presume all that is necessary is to remove "ownerDocument's" from the text.

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

No branches or pull requests

1 participant