Skip to content

Commit bf3a238

Browse files
jpmedleyElchi3
authored andcommitted
Fix errors introduced by Confluence. (#3278)
1 parent 7d6bc59 commit bf3a238

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

api/Element.json

+21-15
Original file line numberDiff line numberDiff line change
@@ -2252,10 +2252,12 @@
22522252
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/innerHTML",
22532253
"support": {
22542254
"chrome": {
2255-
"version_added": "1"
2255+
"version_added": "33",
2256+
"notes": "This API was previously available on the <code>Node</code> API."
22562257
},
22572258
"chrome_android": {
2258-
"version_added": "18"
2259+
"version_added": "33",
2260+
"notes": "This API was previously available on the <code>Node</code> API."
22592261
},
22602262
"edge": {
22612263
"version_added": "14"
@@ -2288,7 +2290,8 @@
22882290
"version_added": "1.0"
22892291
},
22902292
"webview_android": {
2291-
"version_added": true
2293+
"version_added": true,
2294+
"notes": "This API was previously available on the <code>Node</code> API."
22922295
}
22932296
},
22942297
"status": {
@@ -2457,11 +2460,11 @@
24572460
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/localName",
24582461
"support": {
24592462
"chrome": {
2460-
"version_added": "46",
2463+
"version_added": "31",
24612464
"notes": "This API was previously available on the <code>Node</code> API."
24622465
},
24632466
"chrome_android": {
2464-
"version_added": "46",
2467+
"version_added": "31",
24652468
"notes": "This API was previously available on the <code>Node</code> API."
24662469
},
24672470
"edge": {
@@ -2497,7 +2500,7 @@
24972500
"version_added": null
24982501
},
24992502
"webview_android": {
2500-
"version_added": "46",
2503+
"version_added": true,
25012504
"notes": "This API was previously available on the <code>Node</code> API."
25022505
}
25032506
},
@@ -2719,11 +2722,11 @@
27192722
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/namespaceURI",
27202723
"support": {
27212724
"chrome": {
2722-
"version_added": "46",
2725+
"version_added": "31",
27232726
"notes": "This API was previously available on the <code>Node</code> API."
27242727
},
27252728
"chrome_android": {
2726-
"version_added": "46",
2729+
"version_added": "31",
27272730
"notes": "This API was previously available on the <code>Node</code> API."
27282731
},
27292732
"edge": {
@@ -2759,7 +2762,7 @@
27592762
"version_added": null
27602763
},
27612764
"webview_android": {
2762-
"version_added": "46",
2765+
"version_added": true,
27632766
"notes": "This API was previously available on the <code>Node</code> API."
27642767
}
27652768
},
@@ -2924,10 +2927,12 @@
29242927
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/outerHTML",
29252928
"support": {
29262929
"chrome": {
2927-
"version_added": "43"
2930+
"version_added": "33",
2931+
"notes": "This API was previously available on the <code>Node</code> API."
29282932
},
29292933
"chrome_android": {
2930-
"version_added": "43"
2934+
"version_added": "33",
2935+
"notes": "This API was previously available on the <code>Node</code> API."
29312936
},
29322937
"edge": {
29332938
"version_added": "14"
@@ -2960,7 +2965,8 @@
29602965
"version_added": true
29612966
},
29622967
"webview_android": {
2963-
"version_added": "43"
2968+
"version_added": true,
2969+
"notes": "This API was previously available on the <code>Node</code> API."
29642970
}
29652971
},
29662972
"status": {
@@ -2975,11 +2981,11 @@
29752981
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/prefix",
29762982
"support": {
29772983
"chrome": {
2978-
"version_added": "43",
2984+
"version_added": "31",
29792985
"notes": "This API was previously available on the <code>Node</code> API."
29802986
},
29812987
"chrome_android": {
2982-
"version_added": "43",
2988+
"version_added": "31",
29832989
"notes": "This API was previously available on the <code>Node</code> API."
29842990
},
29852991
"edge": {
@@ -3015,7 +3021,7 @@
30153021
"version_added": null
30163022
},
30173023
"webview_android": {
3018-
"version_added": null
3024+
"version_added": true
30193025
}
30203026
},
30213027
"status": {

0 commit comments

Comments
 (0)