diff --git a/api/HTMLElement.json b/api/HTMLElement.json
index 506556917cec37..76780904ba8236 100644
--- a/api/HTMLElement.json
+++ b/api/HTMLElement.json
@@ -246,11 +246,17 @@
"notes": "Supported for HTMLButtonElement
, HTMLInputElement
, HTMLSelectElement
, and HTMLTextAreaElement
."
}
],
- "firefox": {
- "version_added": "1",
- "partial_implementation": true,
- "notes": "Supported for HTMLButtonElement
, HTMLInputElement
, HTMLSelectElement
, and HTMLTextAreaElement
."
- },
+ "firefox": [
+ {
+ "version_added": "110"
+ },
+ {
+ "version_added": "1",
+ "version_removed": "110",
+ "partial_implementation": true,
+ "notes": "Supported for HTMLButtonElement
, HTMLInputElement
, HTMLSelectElement
, and HTMLTextAreaElement
."
+ }
+ ],
"firefox_android": "mirror",
"ie": {
"version_added": "10",
@@ -286,6 +292,7 @@
},
{
"version_added": "4",
+ "version_removed": "15.4",
"partial_implementation": true,
"notes": "Supported for HTMLButtonElement
, HTMLInputElement
, HTMLSelectElement
, and HTMLTextAreaElement
."
}
diff --git a/html/global_attributes.json b/html/global_attributes.json
index 9d0e6a876fcdc2..868408169c0797 100644
--- a/html/global_attributes.json
+++ b/html/global_attributes.json
@@ -250,11 +250,17 @@
"notes": "Supported for the <button>
, <input>
, <select>
, and <textarea>
elements."
}
],
- "firefox": {
- "version_added": "1",
- "partial_implementation": true,
- "notes": "Supported for the <button>
, <input>
, <select>
, and <textarea>
elements."
- },
+ "firefox": [
+ {
+ "version_added": "110"
+ },
+ {
+ "version_added": "1",
+ "version_removed": "110",
+ "partial_implementation": true,
+ "notes": "Supported for the <button>
, <input>
, <select>
, and <textarea>
elements."
+ }
+ ],
"firefox_android": "mirror",
"ie": {
"version_added": "10",
@@ -284,11 +290,17 @@
"notes": "Supported for the <button>
, <input>
, <select>
, and <textarea>
elements."
}
],
- "safari": {
- "version_added": "4",
- "partial_implementation": true,
- "notes": "Supported for the <button>
, <input>
, <select>
, and <textarea>
elements."
- },
+ "safari": [
+ {
+ "version_added": "15.4"
+ },
+ {
+ "version_added": "4",
+ "version_removed": "15.4",
+ "partial_implementation": true,
+ "notes": "Supported for the <button>
, <input>
, <select>
, and <textarea>
elements."
+ }
+ ],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": [