From c2f5c567c3b335086280d6c3f443c4c12350829c Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Wed, 27 Dec 2023 02:16:39 -0800 Subject: [PATCH] Update Firefox data for api.HTMLVideoElement.disablePictureInPicture (#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. --- api/HTMLVideoElement.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/api/HTMLVideoElement.json b/api/HTMLVideoElement.json index 37635e3a21197c..0b5ef8c6257827 100644 --- a/api/HTMLVideoElement.json +++ b/api/HTMLVideoElement.json @@ -88,14 +88,17 @@ "version_added": "105" }, "edge": "mirror", - "firefox": { - "version_added": "116", - "partial_implementation": true, - "notes": [ - "When this property is set to true, 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 true, 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