Skip to content

Commit

Permalink
Update Firefox data for api.HTMLVideoElement.disablePictureInPicture (m…
Browse files Browse the repository at this point in the history
…dn#21753)

This PR updates and corrects version values for Firefox and Firefox Android for the `disablePictureInPicture` member of the `HTMLVideoElement` API. This fixes the data to adhere to the proper schema.
  • Loading branch information
queengooborg authored Dec 27, 2023
1 parent 9237082 commit c2f5c56
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions api/HTMLVideoElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,17 @@
"version_added": "105"
},
"edge": "mirror",
"firefox": {
"version_added": "116",
"partial_implementation": true,
"notes": [
"When this property is set to <code>true</code>, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.",
"Before version 122 the property is undefined, but still has an effect if set to a value."
]
},
"firefox": [
{
"version_added": "122"
},
{
"version_added": "116",
"version_removed": "122",
"partial_implementation": true,
"notes": "When this property is set to <code>true</code>, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP."
}
],
"firefox_android": "mirror",
"ie": {
"version_added": false
Expand Down

0 comments on commit c2f5c56

Please sign in to comment.