Closed Bug 1863583 Opened 1 year ago Closed 1 year ago

Add disablePictureInPicture attribute to <video> WebIDL

Categories

(Toolkit :: Picture-in-Picture, defect, P1)

defect

Tracking

()

RESOLVED FIXED
122 Branch
Tracking Status
firefox122 --- fixed

People

(Reporter: molly, Assigned: molly)

References

Details

(Keywords: dev-doc-needed)

Attachments

(1 file)

Even though we don't fully support the disablePictureInPicture <video> element attribute, we do implement some behavior based on its presence, so it should be present in the relevant WebIDL. According to the spec, this means we ought to have:

partial interface HTMLVideoElement {
  [CEReactions] attribute boolean disablePictureInPicture;
};

We do not support the rest of the API at all, so no other items need to be added at this time.

Assignee: nobody → mhowell
Status: NEW → ASSIGNED
Keywords: dev-doc-needed
See Also: → 1865748
Blocks: 1865748
See Also: 1865748

Are you working on this? I could provide a patch.

Sorry, yes, I have a patch that I'm planning on posting today.

Pushed by mhowell@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a50b3312be0e Add disablePictureInPicture attribute to HTMLVideoElement WebIDL. r=webidl,emilio,mconley
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
Duplicate of this bug: 1865748
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: