Skip to content

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

@aosmond

Description

@aosmond

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions