Closed
Bug 1863583
Opened 1 year ago
Closed 1 year ago
Add disablePictureInPicture attribute to <video> WebIDL
Categories
(Toolkit :: Picture-in-Picture, defect, P1)
Toolkit
Picture-in-Picture
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 | ||
Updated•1 year ago
|
Assignee: nobody → mhowell
Status: NEW → ASSIGNED
Updated•1 year ago
|
Keywords: dev-doc-needed
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
Sorry, yes, I have a patch that I'm planning on posting today.
Assignee | ||
Comment 3•1 year ago
|
||
Pushed by mhowell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a50b3312be0e
Add disablePictureInPicture attribute to HTMLVideoElement WebIDL. r=webidl,emilio,mconley
Comment 5•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•