From 5b6ad589e027f1f88de743adc567e49d518c9152 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 06:20:09 +0000 Subject: [PATCH] update pages --- docs/browser-compat/index.html | 2 +- docs/polyfills/atob/index.json | 5 +- docs/polyfills/audiocontext/index.json | 35 ++++-- .../characterdata.prototype.after/index.json | 5 +- .../characterdata.prototype.before/index.json | 5 +- .../index.json | 5 +- .../index.json | 5 +- .../characterdata.prototype.remove/index.json | 5 +- .../index.json | 5 +- docs/polyfills/console.assert/index.json | 5 +- docs/polyfills/console.clear/index.json | 5 +- docs/polyfills/console.count/index.json | 5 +- docs/polyfills/console.debug/index.json | 5 +- docs/polyfills/console.dir/index.json | 5 +- docs/polyfills/console.dirxml/index.json | 5 +- docs/polyfills/console.error/index.json | 5 +- docs/polyfills/console.group/index.json | 5 +- .../console.groupcollapsed/index.json | 5 +- docs/polyfills/console.groupend/index.json | 5 +- docs/polyfills/console.info/index.json | 5 +- docs/polyfills/console.log/index.json | 5 +- docs/polyfills/console.table/index.json | 5 +- docs/polyfills/console.time/index.json | 5 +- docs/polyfills/console.timeend/index.json | 5 +- docs/polyfills/console.trace/index.json | 5 +- docs/polyfills/console.warn/index.json | 5 +- docs/polyfills/console/index.json | 110 ++++++++++++++---- docs/polyfills/css.supports/index.json | 5 +- docs/polyfills/customevent/index.json | 20 +++- .../document.currentscript/index.json | 5 +- .../document.elementsfrompoint/index.json | 5 +- .../document.visibilitystate/index.json | 5 +- .../index.json | 5 +- .../index.json | 5 +- .../index.json | 5 +- docs/polyfills/documentfragment/index.json | 60 ++++++++-- .../index.json | 5 +- .../domtokenlist.prototype.foreach/index.json | 5 +- .../domtokenlist.prototype.replace/index.json | 10 +- docs/polyfills/domtokenlist/index.json | 110 ++++++++++++++---- .../element.prototype.after/index.json | 5 +- .../element.prototype.animate/index.json | 40 +++++-- .../element.prototype.append/index.json | 5 +- .../element.prototype.before/index.json | 5 +- .../element.prototype.classlist/index.json | 5 +- .../element.prototype.closest/index.json | 5 +- .../index.json | 5 +- .../element.prototype.matches/index.json | 5 +- .../element.prototype.prepend/index.json | 5 +- .../element.prototype.remove/index.json | 5 +- .../index.json | 5 +- .../element.prototype.replacewith/index.json | 5 +- .../index.json | 5 +- docs/polyfills/event/index.json | 70 ++++++++--- docs/polyfills/eventsource/index.json | 45 +++++-- docs/polyfills/fetch/index.json | 22 +++- docs/polyfills/htmldocument/index.json | 5 +- .../htmlelement.prototype.dataset/index.json | 5 +- .../index.json | 5 +- .../index.json | 5 +- .../polyfills/intersectionobserver/index.json | 20 +++- .../intersectionobserverentry/index.json | 10 +- docs/polyfills/location.origin/index.json | 5 +- docs/polyfills/mutationobserver/index.json | 25 +++- .../node.prototype.contains/index.json | 5 +- .../node.prototype.issamenode/index.json | 5 +- .../nodelist.prototype.@@iterator/index.json | 5 +- .../nodelist.prototype.foreach/index.json | 5 +- docs/polyfills/performance.now/index.json | 5 +- .../window.hashchange_event/index.json | 5 +- .../window.requestidlecallback/index.json | 5 +- 71 files changed, 690 insertions(+), 174 deletions(-) diff --git a/docs/browser-compat/index.html b/docs/browser-compat/index.html index 4263ab181..b026f9a80 100644 --- a/docs/browser-compat/index.html +++ b/docs/browser-compat/index.html @@ -3165,7 +3165,7 @@
Last updated : Tue Nov 26 2024 07:11:53 GMT+0000 (Coordinated Universal Time)
+ Last updated : Tue Dec 03 2024 06:20:06 GMT+0000 (Coordinated Universal Time)
diff --git a/docs/polyfills/atob/index.json b/docs/polyfills/atob/index.json
index 58c19ee19..9977a812e 100644
--- a/docs/polyfills/atob/index.json
+++ b/docs/polyfills/atob/index.json
@@ -74,7 +74,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:base64encodedecode"
+ ]
},
"worker_support": {
"__compat": {
diff --git a/docs/polyfills/audiocontext/index.json b/docs/polyfills/audiocontext/index.json
index 582d55a88..ad775ffb7 100644
--- a/docs/polyfills/audiocontext/index.json
+++ b/docs/polyfills/audiocontext/index.json
@@ -220,7 +220,10 @@
"webview_ios": {
"version_added": "14.5"
}
- }
+ },
+ "tags": [
+ "web-features:web-audio"
+ ]
}
},
"options_sampleRate_parameter": {
@@ -276,7 +279,10 @@
"webview_ios": {
"version_added": "14.5"
}
- }
+ },
+ "tags": [
+ "web-features:web-audio"
+ ]
}
},
"options_sinkId_parameter": {
@@ -332,7 +338,10 @@
"webview_ios": {
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:web-audio"
+ ]
}
}
},
@@ -884,7 +893,10 @@
"webview_ios": {
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:web-audio"
+ ]
}
},
"getOutputTimestamp": {
@@ -1117,7 +1129,10 @@
"webview_ios": {
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:web-audio"
+ ]
}
},
"sinkId": {
@@ -1173,7 +1188,10 @@
"webview_ios": {
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:web-audio"
+ ]
}
},
"sinkchange_event": {
@@ -1230,7 +1248,10 @@
"webview_ios": {
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:web-audio"
+ ]
}
},
"suspend": {
diff --git a/docs/polyfills/characterdata.prototype.after/index.json b/docs/polyfills/characterdata.prototype.after/index.json
index 2d69d9c33..709635e62 100644
--- a/docs/polyfills/characterdata.prototype.after/index.json
+++ b/docs/polyfills/characterdata.prototype.after/index.json
@@ -90,7 +90,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/characterdata.prototype.before/index.json b/docs/polyfills/characterdata.prototype.before/index.json
index 0dd58f77f..0e68f189b 100644
--- a/docs/polyfills/characterdata.prototype.before/index.json
+++ b/docs/polyfills/characterdata.prototype.before/index.json
@@ -90,7 +90,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/characterdata.prototype.nextelementsibling/index.json b/docs/polyfills/characterdata.prototype.nextelementsibling/index.json
index 42ff73952..2f74100c5 100644
--- a/docs/polyfills/characterdata.prototype.nextelementsibling/index.json
+++ b/docs/polyfills/characterdata.prototype.nextelementsibling/index.json
@@ -87,7 +87,10 @@
"webview_ios": {
"version_added": "9"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/characterdata.prototype.previouselementsibling/index.json b/docs/polyfills/characterdata.prototype.previouselementsibling/index.json
index f617d529e..d8a47bf13 100644
--- a/docs/polyfills/characterdata.prototype.previouselementsibling/index.json
+++ b/docs/polyfills/characterdata.prototype.previouselementsibling/index.json
@@ -87,7 +87,10 @@
"webview_ios": {
"version_added": "9"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/characterdata.prototype.remove/index.json b/docs/polyfills/characterdata.prototype.remove/index.json
index 5627d7776..bbb6d0860 100644
--- a/docs/polyfills/characterdata.prototype.remove/index.json
+++ b/docs/polyfills/characterdata.prototype.remove/index.json
@@ -86,7 +86,10 @@
"webview_ios": {
"version_added": "7"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/characterdata.prototype.replacewith/index.json b/docs/polyfills/characterdata.prototype.replacewith/index.json
index 84a5b6798..a0a08f5f3 100644
--- a/docs/polyfills/characterdata.prototype.replacewith/index.json
+++ b/docs/polyfills/characterdata.prototype.replacewith/index.json
@@ -90,7 +90,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.assert/index.json b/docs/polyfills/console.assert/index.json
index 6081fbe5d..3e50f7673 100644
--- a/docs/polyfills/console.assert/index.json
+++ b/docs/polyfills/console.assert/index.json
@@ -86,7 +86,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.clear/index.json b/docs/polyfills/console.clear/index.json
index 4ab8bc857..951f44162 100644
--- a/docs/polyfills/console.clear/index.json
+++ b/docs/polyfills/console.clear/index.json
@@ -79,7 +79,10 @@
"webview_ios": {
"version_added": "7"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.count/index.json b/docs/polyfills/console.count/index.json
index 5efc5fd81..947468034 100644
--- a/docs/polyfills/console.count/index.json
+++ b/docs/polyfills/console.count/index.json
@@ -79,7 +79,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.debug/index.json b/docs/polyfills/console.debug/index.json
index 99d3e17e4..a7c0fbe59 100644
--- a/docs/polyfills/console.debug/index.json
+++ b/docs/polyfills/console.debug/index.json
@@ -81,7 +81,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.dir/index.json b/docs/polyfills/console.dir/index.json
index d37d72369..36989fbee 100644
--- a/docs/polyfills/console.dir/index.json
+++ b/docs/polyfills/console.dir/index.json
@@ -79,7 +79,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
},
"options_colors_parameter": {
"__compat": {
diff --git a/docs/polyfills/console.dirxml/index.json b/docs/polyfills/console.dirxml/index.json
index 96057ef25..0fe2e16c2 100644
--- a/docs/polyfills/console.dirxml/index.json
+++ b/docs/polyfills/console.dirxml/index.json
@@ -86,7 +86,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.error/index.json b/docs/polyfills/console.error/index.json
index 1f194051f..50616dc4c 100644
--- a/docs/polyfills/console.error/index.json
+++ b/docs/polyfills/console.error/index.json
@@ -81,7 +81,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.group/index.json b/docs/polyfills/console.group/index.json
index a5a65c189..dad1c1574 100644
--- a/docs/polyfills/console.group/index.json
+++ b/docs/polyfills/console.group/index.json
@@ -79,7 +79,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.groupcollapsed/index.json b/docs/polyfills/console.groupcollapsed/index.json
index 784599032..200abf08a 100644
--- a/docs/polyfills/console.groupcollapsed/index.json
+++ b/docs/polyfills/console.groupcollapsed/index.json
@@ -80,7 +80,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.groupend/index.json b/docs/polyfills/console.groupend/index.json
index 47c485724..fd6cf46bb 100644
--- a/docs/polyfills/console.groupend/index.json
+++ b/docs/polyfills/console.groupend/index.json
@@ -79,7 +79,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.info/index.json b/docs/polyfills/console.info/index.json
index 2e6595c20..2c39451a6 100644
--- a/docs/polyfills/console.info/index.json
+++ b/docs/polyfills/console.info/index.json
@@ -82,7 +82,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.log/index.json b/docs/polyfills/console.log/index.json
index 7450d6065..321c2454d 100644
--- a/docs/polyfills/console.log/index.json
+++ b/docs/polyfills/console.log/index.json
@@ -79,7 +79,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.table/index.json b/docs/polyfills/console.table/index.json
index bd71b7768..185527ca1 100644
--- a/docs/polyfills/console.table/index.json
+++ b/docs/polyfills/console.table/index.json
@@ -79,7 +79,10 @@
"webview_ios": {
"version_added": "7"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.time/index.json b/docs/polyfills/console.time/index.json
index ab0f5492e..4678b07d5 100644
--- a/docs/polyfills/console.time/index.json
+++ b/docs/polyfills/console.time/index.json
@@ -81,7 +81,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.timeend/index.json b/docs/polyfills/console.timeend/index.json
index 8aec1353f..dfc5ccd08 100644
--- a/docs/polyfills/console.timeend/index.json
+++ b/docs/polyfills/console.timeend/index.json
@@ -80,7 +80,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.trace/index.json b/docs/polyfills/console.trace/index.json
index b987ecc20..560bcefa5 100644
--- a/docs/polyfills/console.trace/index.json
+++ b/docs/polyfills/console.trace/index.json
@@ -79,7 +79,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console.warn/index.json b/docs/polyfills/console.warn/index.json
index b57f50045..a4d441ef9 100644
--- a/docs/polyfills/console.warn/index.json
+++ b/docs/polyfills/console.warn/index.json
@@ -81,7 +81,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/console/index.json b/docs/polyfills/console/index.json
index 87a1be4f3..a786202b3 100644
--- a/docs/polyfills/console/index.json
+++ b/docs/polyfills/console/index.json
@@ -77,7 +77,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
},
"assert_static": {
"__compat": {
@@ -146,7 +149,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"clear_static": {
@@ -209,7 +215,10 @@
"webview_ios": {
"version_added": "7"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"countReset_static": {
@@ -272,7 +281,10 @@
"webview_ios": {
"version_added": "13"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"count_static": {
@@ -335,7 +347,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"debug_static": {
@@ -399,7 +414,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"dir_static": {
@@ -462,7 +480,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
},
"options_colors_parameter": {
"__compat": {
@@ -715,7 +736,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"error_static": {
@@ -778,7 +802,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"exception_static": {
@@ -905,7 +932,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"groupEnd_static": {
@@ -968,7 +998,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"group_static": {
@@ -1031,7 +1064,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"info_static": {
@@ -1095,7 +1131,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"log_static": {
@@ -1158,7 +1197,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"profileEnd_static": {
@@ -1380,7 +1422,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"table_static": {
@@ -1443,7 +1488,10 @@
"webview_ios": {
"version_added": "7"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"timeEnd_static": {
@@ -1506,7 +1554,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"timeLog_static": {
@@ -1569,7 +1620,10 @@
"webview_ios": {
"version_added": "13"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"timeStamp_static": {
@@ -1700,7 +1754,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"trace_static": {
@@ -1763,7 +1820,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"warn_static": {
@@ -1827,7 +1887,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
},
"worker_support": {
@@ -1888,7 +1951,10 @@
"webview_ios": {
"version_added": "7"
}
- }
+ },
+ "tags": [
+ "web-features:console"
+ ]
}
}
},
diff --git a/docs/polyfills/css.supports/index.json b/docs/polyfills/css.supports/index.json
index 2f68a1c37..3b51d02eb 100644
--- a/docs/polyfills/css.supports/index.json
+++ b/docs/polyfills/css.supports/index.json
@@ -189,7 +189,10 @@
"version_removed": "11"
}
]
- }
+ },
+ "tags": [
+ "web-features:css-supports"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/customevent/index.json b/docs/polyfills/customevent/index.json
index c623d71af..cd121443c 100644
--- a/docs/polyfills/customevent/index.json
+++ b/docs/polyfills/customevent/index.json
@@ -93,7 +93,10 @@
"webview_ios": {
"version_added": "6"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
},
"__compat": {
@@ -154,7 +157,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
},
"detail": {
"__compat": {
@@ -215,7 +221,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
},
"initCustomEvent": {
@@ -338,7 +347,10 @@
"webview_ios": {
"version_added": "12"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
}
},
diff --git a/docs/polyfills/document.currentscript/index.json b/docs/polyfills/document.currentscript/index.json
index 24b3dc8de..afa01458d 100644
--- a/docs/polyfills/document.currentscript/index.json
+++ b/docs/polyfills/document.currentscript/index.json
@@ -68,7 +68,10 @@
"webview_ios": {
"version_added": "8"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/document.elementsfrompoint/index.json b/docs/polyfills/document.elementsfrompoint/index.json
index ed2195bf0..fda6889c0 100644
--- a/docs/polyfills/document.elementsfrompoint/index.json
+++ b/docs/polyfills/document.elementsfrompoint/index.json
@@ -103,7 +103,10 @@
"webview_ios": {
"version_added": "11.3"
}
- }
+ },
+ "tags": [
+ "web-features:element-from-point"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/document.visibilitystate/index.json b/docs/polyfills/document.visibilitystate/index.json
index 89fc32ae8..cc3269ef2 100644
--- a/docs/polyfills/document.visibilitystate/index.json
+++ b/docs/polyfills/document.visibilitystate/index.json
@@ -150,7 +150,10 @@
"webview_ios": {
"version_added": "7"
}
- }
+ },
+ "tags": [
+ "web-features:page-visibility"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/documentfragment.prototype.append/index.json b/docs/polyfills/documentfragment.prototype.append/index.json
index f46b01a4a..a6e44f4ef 100644
--- a/docs/polyfills/documentfragment.prototype.append/index.json
+++ b/docs/polyfills/documentfragment.prototype.append/index.json
@@ -90,7 +90,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/documentfragment.prototype.prepend/index.json b/docs/polyfills/documentfragment.prototype.prepend/index.json
index f2aea7fab..c3b069411 100644
--- a/docs/polyfills/documentfragment.prototype.prepend/index.json
+++ b/docs/polyfills/documentfragment.prototype.prepend/index.json
@@ -90,7 +90,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/documentfragment.prototype.replacechildren/index.json b/docs/polyfills/documentfragment.prototype.replacechildren/index.json
index 82dc6cb38..03896873e 100644
--- a/docs/polyfills/documentfragment.prototype.replacechildren/index.json
+++ b/docs/polyfills/documentfragment.prototype.replacechildren/index.json
@@ -91,7 +91,10 @@
"webview_ios": {
"version_added": "14"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/documentfragment/index.json b/docs/polyfills/documentfragment/index.json
index 745ff5d26..4ad6b57ef 100644
--- a/docs/polyfills/documentfragment/index.json
+++ b/docs/polyfills/documentfragment/index.json
@@ -87,7 +87,10 @@
"webview_ios": {
"version_added": "8"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"__compat": {
@@ -142,7 +145,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
},
"append": {
"__compat": {
@@ -197,7 +203,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"childElementCount": {
@@ -253,7 +262,10 @@
"webview_ios": {
"version_added": "9"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"children": {
@@ -309,7 +321,10 @@
"webview_ios": {
"version_added": "9"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"firstElementChild": {
@@ -365,7 +380,10 @@
"webview_ios": {
"version_added": "9"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"getElementById": {
@@ -421,7 +439,10 @@
"webview_ios": {
"version_added": "9"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"lastElementChild": {
@@ -477,7 +498,10 @@
"webview_ios": {
"version_added": "9"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"prepend": {
@@ -533,7 +557,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"querySelector": {
@@ -596,7 +623,10 @@
"webview_ios": {
"version_added": "3"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"querySelectorAll": {
@@ -659,7 +689,10 @@
"webview_ios": {
"version_added": "3"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"replaceChildren": {
@@ -715,7 +748,10 @@
"webview_ios": {
"version_added": "14"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
}
},
diff --git a/docs/polyfills/domtokenlist.prototype.@@iterator/index.json b/docs/polyfills/domtokenlist.prototype.@@iterator/index.json
index 2f1e605c0..2fd336163 100644
--- a/docs/polyfills/domtokenlist.prototype.@@iterator/index.json
+++ b/docs/polyfills/domtokenlist.prototype.@@iterator/index.json
@@ -90,7 +90,10 @@
"webview_ios": {
"version_added": "10.3"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/domtokenlist.prototype.foreach/index.json b/docs/polyfills/domtokenlist.prototype.foreach/index.json
index de8793e8e..2007b4bba 100644
--- a/docs/polyfills/domtokenlist.prototype.foreach/index.json
+++ b/docs/polyfills/domtokenlist.prototype.foreach/index.json
@@ -88,7 +88,10 @@
"webview_ios": {
"version_added": "10.3"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/domtokenlist.prototype.replace/index.json b/docs/polyfills/domtokenlist.prototype.replace/index.json
index 174374c8e..a1a39a397 100644
--- a/docs/polyfills/domtokenlist.prototype.replace/index.json
+++ b/docs/polyfills/domtokenlist.prototype.replace/index.json
@@ -91,7 +91,10 @@
"webview_ios": {
"version_added": "10.3"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
},
"boolean_value": {
"__compat": {
@@ -145,7 +148,10 @@
"webview_ios": {
"version_added": "12"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
}
},
diff --git a/docs/polyfills/domtokenlist/index.json b/docs/polyfills/domtokenlist/index.json
index e7f3fff67..8a4d1f38f 100644
--- a/docs/polyfills/domtokenlist/index.json
+++ b/docs/polyfills/domtokenlist/index.json
@@ -77,7 +77,10 @@
"webview_ios": {
"version_added": "10.3"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"__compat": {
@@ -132,7 +135,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
},
"add": {
"__compat": {
@@ -187,7 +193,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
},
"multiple_parameters": {
"__compat": {
@@ -241,7 +250,10 @@
"webview_ios": {
"version_added": "7"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
}
},
@@ -298,7 +310,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"entries": {
@@ -353,7 +368,10 @@
"webview_ios": {
"version_added": "10.3"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"forEach": {
@@ -408,7 +426,10 @@
"webview_ios": {
"version_added": "10.3"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"item": {
@@ -464,7 +485,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"keys": {
@@ -519,7 +543,10 @@
"webview_ios": {
"version_added": "10.3"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"length": {
@@ -575,7 +602,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"remove": {
@@ -631,7 +661,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
},
"multiple_parameters": {
"__compat": {
@@ -685,7 +718,10 @@
"webview_ios": {
"version_added": "7"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
}
},
@@ -742,7 +778,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"replace": {
@@ -798,7 +837,10 @@
"webview_ios": {
"version_added": "10.3"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
},
"boolean_value": {
"__compat": {
@@ -852,7 +894,10 @@
"webview_ios": {
"version_added": "12"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
}
},
@@ -909,7 +954,10 @@
"webview_ios": {
"version_added": "10.3"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"toString": {
@@ -964,7 +1012,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"toggle": {
@@ -1020,7 +1071,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
},
"force_parameter": {
"__compat": {
@@ -1074,7 +1128,10 @@
"webview_ios": {
"version_added": "7"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
}
},
@@ -1131,7 +1188,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"value": {
@@ -1194,7 +1254,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"values": {
@@ -1249,7 +1312,10 @@
"webview_ios": {
"version_added": "10.3"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
}
},
diff --git a/docs/polyfills/element.prototype.after/index.json b/docs/polyfills/element.prototype.after/index.json
index 27c2e2799..aee1996e4 100644
--- a/docs/polyfills/element.prototype.after/index.json
+++ b/docs/polyfills/element.prototype.after/index.json
@@ -89,7 +89,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/element.prototype.animate/index.json b/docs/polyfills/element.prototype.animate/index.json
index 0dc25d06d..9742810e5 100644
--- a/docs/polyfills/element.prototype.animate/index.json
+++ b/docs/polyfills/element.prototype.animate/index.json
@@ -151,7 +151,10 @@
"partial_implementation": true,
"version_added": "13.4"
}
- }
+ },
+ "tags": [
+ "web-features:web-animations"
+ ]
}
},
"options_composite_parameter": {
@@ -207,7 +210,10 @@
"webview_ios": {
"version_added": "16"
}
- }
+ },
+ "tags": [
+ "web-features:web-animations"
+ ]
}
},
"options_id_parameter": {
@@ -263,7 +269,10 @@
"webview_ios": {
"version_added": "13.4"
}
- }
+ },
+ "tags": [
+ "web-features:web-animations"
+ ]
}
},
"options_iterationComposite_parameter": {
@@ -319,7 +328,10 @@
"webview_ios": {
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:web-animations"
+ ]
}
},
"options_pseudoElement_parameter": {
@@ -375,7 +387,10 @@
"webview_ios": {
"version_added": "14"
}
- }
+ },
+ "tags": [
+ "web-features:web-animations"
+ ]
}
},
"options_rangeEnd_parameter": {
@@ -431,7 +446,10 @@
"webview_ios": {
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:web-animations"
+ ]
}
},
"options_rangeStart_parameter": {
@@ -487,7 +505,10 @@
"webview_ios": {
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:web-animations"
+ ]
}
},
"options_timeline_parameter": {
@@ -543,7 +564,10 @@
"webview_ios": {
"version_added": "16"
}
- }
+ },
+ "tags": [
+ "web-features:web-animations"
+ ]
}
}
},
diff --git a/docs/polyfills/element.prototype.append/index.json b/docs/polyfills/element.prototype.append/index.json
index 6e4dee4be..63de9f19a 100644
--- a/docs/polyfills/element.prototype.append/index.json
+++ b/docs/polyfills/element.prototype.append/index.json
@@ -89,7 +89,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/element.prototype.before/index.json b/docs/polyfills/element.prototype.before/index.json
index aec497d0c..8198c59ee 100644
--- a/docs/polyfills/element.prototype.before/index.json
+++ b/docs/polyfills/element.prototype.before/index.json
@@ -89,7 +89,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/element.prototype.classlist/index.json b/docs/polyfills/element.prototype.classlist/index.json
index 341597aad..6c3981fe7 100644
--- a/docs/polyfills/element.prototype.classlist/index.json
+++ b/docs/polyfills/element.prototype.classlist/index.json
@@ -148,7 +148,10 @@
"version_removed": "7"
}
]
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/element.prototype.closest/index.json b/docs/polyfills/element.prototype.closest/index.json
index 8d9b60f93..55de467f6 100644
--- a/docs/polyfills/element.prototype.closest/index.json
+++ b/docs/polyfills/element.prototype.closest/index.json
@@ -89,7 +89,10 @@
"webview_ios": {
"version_added": "9"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/element.prototype.getattributenames/index.json b/docs/polyfills/element.prototype.getattributenames/index.json
index ae703f5f2..320b84654 100644
--- a/docs/polyfills/element.prototype.getattributenames/index.json
+++ b/docs/polyfills/element.prototype.getattributenames/index.json
@@ -87,7 +87,10 @@
"webview_ios": {
"version_added": "10.3"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/element.prototype.matches/index.json b/docs/polyfills/element.prototype.matches/index.json
index cb7c67b20..5e04e8e14 100644
--- a/docs/polyfills/element.prototype.matches/index.json
+++ b/docs/polyfills/element.prototype.matches/index.json
@@ -197,7 +197,10 @@
"version_added": "4.2"
}
]
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/element.prototype.prepend/index.json b/docs/polyfills/element.prototype.prepend/index.json
index 202c38959..62260f270 100644
--- a/docs/polyfills/element.prototype.prepend/index.json
+++ b/docs/polyfills/element.prototype.prepend/index.json
@@ -89,7 +89,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/element.prototype.remove/index.json b/docs/polyfills/element.prototype.remove/index.json
index f87aada42..50c9838cf 100644
--- a/docs/polyfills/element.prototype.remove/index.json
+++ b/docs/polyfills/element.prototype.remove/index.json
@@ -89,7 +89,10 @@
"webview_ios": {
"version_added": "7"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/element.prototype.replacechildren/index.json b/docs/polyfills/element.prototype.replacechildren/index.json
index a1f09b12b..bce956a8c 100644
--- a/docs/polyfills/element.prototype.replacechildren/index.json
+++ b/docs/polyfills/element.prototype.replacechildren/index.json
@@ -90,7 +90,10 @@
"webview_ios": {
"version_added": "14"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/element.prototype.replacewith/index.json b/docs/polyfills/element.prototype.replacewith/index.json
index db79a7bba..ea73f0ddb 100644
--- a/docs/polyfills/element.prototype.replacewith/index.json
+++ b/docs/polyfills/element.prototype.replacewith/index.json
@@ -89,7 +89,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/element.prototype.toggleattribute/index.json b/docs/polyfills/element.prototype.toggleattribute/index.json
index 7c74f898f..6267286ca 100644
--- a/docs/polyfills/element.prototype.toggleattribute/index.json
+++ b/docs/polyfills/element.prototype.toggleattribute/index.json
@@ -87,7 +87,10 @@
"webview_ios": {
"version_added": "12"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/event/index.json b/docs/polyfills/event/index.json
index 819ba7604..b01174fe4 100644
--- a/docs/polyfills/event/index.json
+++ b/docs/polyfills/event/index.json
@@ -94,7 +94,10 @@
"webview_ios": {
"version_added": "6"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
},
"__compat": {
@@ -155,7 +158,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
},
"bubbles": {
"__compat": {
@@ -217,7 +223,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
},
"cancelBubble": {
@@ -367,7 +376,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
},
"composed": {
@@ -620,7 +632,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
},
"defaultPrevented": {
@@ -682,7 +697,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
},
"eventPhase": {
@@ -744,7 +762,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
},
"explicitOriginalTarget": {
@@ -956,7 +977,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
},
"originalTarget": {
@@ -1079,7 +1103,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
},
"returnValue": {
@@ -1279,7 +1306,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
},
"stopPropagation": {
@@ -1342,7 +1372,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
},
"target": {
@@ -1404,7 +1437,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
},
"timeStamp": {
@@ -1477,7 +1513,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
},
"type": {
@@ -1539,7 +1578,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:events"
+ ]
}
}
},
diff --git a/docs/polyfills/eventsource/index.json b/docs/polyfills/eventsource/index.json
index 358fce2f8..1ff1acd5c 100644
--- a/docs/polyfills/eventsource/index.json
+++ b/docs/polyfills/eventsource/index.json
@@ -89,7 +89,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:server-sent-events"
+ ]
},
"options_withCredentials_parameter": {
"__compat": {
@@ -205,7 +208,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:server-sent-events"
+ ]
},
"close": {
"__compat": {
@@ -263,7 +269,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:server-sent-events"
+ ]
}
},
"error_event": {
@@ -326,7 +335,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:server-sent-events"
+ ]
}
},
"message_event": {
@@ -389,7 +401,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:server-sent-events"
+ ]
}
},
"open_event": {
@@ -452,7 +467,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:server-sent-events"
+ ]
}
},
"readyState": {
@@ -511,7 +529,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:server-sent-events"
+ ]
}
},
"url": {
@@ -570,7 +591,10 @@
"webview_ios": {
"version_added": "6"
}
- }
+ },
+ "tags": [
+ "web-features:server-sent-events"
+ ]
}
},
"withCredentials": {
@@ -629,7 +653,10 @@
"webview_ios": {
"version_added": "7"
}
- }
+ },
+ "tags": [
+ "web-features:server-sent-events"
+ ]
}
},
"worker_support": {
diff --git a/docs/polyfills/fetch/index.json b/docs/polyfills/fetch/index.json
index ad7dc4133..d1434553d 100644
--- a/docs/polyfills/fetch/index.json
+++ b/docs/polyfills/fetch/index.json
@@ -154,7 +154,10 @@
"webview_ios": {
"version_added": "16.1"
}
- }
+ },
+ "tags": [
+ "web-features:fetch"
+ ]
}
},
"blob_data_support": {
@@ -212,7 +215,10 @@
"webview_ios": {
"version_added": "10.3"
}
- }
+ },
+ "tags": [
+ "web-features:fetch"
+ ]
}
},
"init_attributionReporting_parameter": {
@@ -268,7 +274,10 @@
"webview_ios": {
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:fetch"
+ ]
}
},
"init_browsingTopics_parameter": {
@@ -386,7 +395,7 @@
}
},
"tags": [
- "web-features:fetch-keepalive"
+ "web-features:fetch"
]
}
},
@@ -506,7 +515,10 @@
"webview_ios": {
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:fetch"
+ ]
}
},
"init_signal_parameter": {
diff --git a/docs/polyfills/htmldocument/index.json b/docs/polyfills/htmldocument/index.json
index ff1ba4979..854bd3cf2 100644
--- a/docs/polyfills/htmldocument/index.json
+++ b/docs/polyfills/htmldocument/index.json
@@ -68,7 +68,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/htmlelement.prototype.dataset/index.json b/docs/polyfills/htmlelement.prototype.dataset/index.json
index d35ac72a5..404d905af 100644
--- a/docs/polyfills/htmlelement.prototype.dataset/index.json
+++ b/docs/polyfills/htmlelement.prototype.dataset/index.json
@@ -78,7 +78,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:dataset"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/htmlinputelement.prototype.placeholder/index.json b/docs/polyfills/htmlinputelement.prototype.placeholder/index.json
index ec0f870af..e0000b714 100644
--- a/docs/polyfills/htmlinputelement.prototype.placeholder/index.json
+++ b/docs/polyfills/htmlinputelement.prototype.placeholder/index.json
@@ -68,7 +68,10 @@
"webview_ios": {
"version_added": "3.2"
}
- }
+ },
+ "tags": [
+ "web-features:input"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/htmlinputelement.prototype.valueasdate/index.json b/docs/polyfills/htmlinputelement.prototype.valueasdate/index.json
index 9cd917264..ff582e0e5 100644
--- a/docs/polyfills/htmlinputelement.prototype.valueasdate/index.json
+++ b/docs/polyfills/htmlinputelement.prototype.valueasdate/index.json
@@ -98,7 +98,10 @@
"webview_ios": {
"version_added": "4"
}
- }
+ },
+ "tags": [
+ "web-features:input-date-time"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/intersectionobserver/index.json b/docs/polyfills/intersectionobserver/index.json
index a33e15861..e253ffd28 100644
--- a/docs/polyfills/intersectionobserver/index.json
+++ b/docs/polyfills/intersectionobserver/index.json
@@ -150,7 +150,10 @@
"webview_ios": {
"version_added": "14"
}
- }
+ },
+ "tags": [
+ "web-features:intersection-observer"
+ ]
}
}
},
@@ -263,7 +266,10 @@
"webview_ios": {
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:intersection-observer"
+ ]
}
},
"disconnect": {
@@ -557,7 +563,10 @@
"webview_ios": {
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:intersection-observer"
+ ]
}
},
"takeRecords": {
@@ -731,7 +740,10 @@
"webview_ios": {
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:intersection-observer"
+ ]
}
},
"unobserve": {
diff --git a/docs/polyfills/intersectionobserverentry/index.json b/docs/polyfills/intersectionobserverentry/index.json
index a6dd8b45f..bd9b878d9 100644
--- a/docs/polyfills/intersectionobserverentry/index.json
+++ b/docs/polyfills/intersectionobserverentry/index.json
@@ -80,7 +80,10 @@
"webview_ios": {
"version_added": "12.2"
}
- }
+ },
+ "tags": [
+ "web-features:intersection-observer"
+ ]
}
},
"__compat": {
@@ -428,7 +431,10 @@
"webview_ios": {
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:intersection-observer"
+ ]
}
},
"rootBounds": {
diff --git a/docs/polyfills/location.origin/index.json b/docs/polyfills/location.origin/index.json
index fdc02ed41..66bfe8e8c 100644
--- a/docs/polyfills/location.origin/index.json
+++ b/docs/polyfills/location.origin/index.json
@@ -93,7 +93,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:location"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/mutationobserver/index.json b/docs/polyfills/mutationobserver/index.json
index 51b465437..5642e5b18 100644
--- a/docs/polyfills/mutationobserver/index.json
+++ b/docs/polyfills/mutationobserver/index.json
@@ -131,7 +131,10 @@
"version_added": "6"
}
]
- }
+ },
+ "tags": [
+ "web-features:mutationobserver"
+ ]
}
},
"__compat": {
@@ -234,7 +237,10 @@
"version_added": "6"
}
]
- }
+ },
+ "tags": [
+ "web-features:mutationobserver"
+ ]
},
"disconnect": {
"__compat": {
@@ -289,7 +295,10 @@
"webview_ios": {
"version_added": "6"
}
- }
+ },
+ "tags": [
+ "web-features:mutationobserver"
+ ]
}
},
"observe": {
@@ -359,7 +368,10 @@
"notes": "Before Safari iOS 10.3, attributes: true
is required when using attributeFilter
or attributeOldValue
. If attributes: true
is not present, then Safari throws a syntax error.",
"version_added": "6"
}
- }
+ },
+ "tags": [
+ "web-features:mutationobserver"
+ ]
}
},
"takeRecords": {
@@ -415,7 +427,10 @@
"webview_ios": {
"version_added": "6"
}
- }
+ },
+ "tags": [
+ "web-features:mutationobserver"
+ ]
}
}
},
diff --git a/docs/polyfills/node.prototype.contains/index.json b/docs/polyfills/node.prototype.contains/index.json
index f39e7f81c..fc73a1f9e 100644
--- a/docs/polyfills/node.prototype.contains/index.json
+++ b/docs/polyfills/node.prototype.contains/index.json
@@ -79,7 +79,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/node.prototype.issamenode/index.json b/docs/polyfills/node.prototype.issamenode/index.json
index 10fa3df43..27d19fdc2 100644
--- a/docs/polyfills/node.prototype.issamenode/index.json
+++ b/docs/polyfills/node.prototype.issamenode/index.json
@@ -92,7 +92,10 @@
"webview_ios": {
"version_added": "1"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/nodelist.prototype.@@iterator/index.json b/docs/polyfills/nodelist.prototype.@@iterator/index.json
index 84f338a7b..81255de7b 100644
--- a/docs/polyfills/nodelist.prototype.@@iterator/index.json
+++ b/docs/polyfills/nodelist.prototype.@@iterator/index.json
@@ -89,7 +89,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/nodelist.prototype.foreach/index.json b/docs/polyfills/nodelist.prototype.foreach/index.json
index f3ec429c6..c322f3c69 100644
--- a/docs/polyfills/nodelist.prototype.foreach/index.json
+++ b/docs/polyfills/nodelist.prototype.foreach/index.json
@@ -85,7 +85,10 @@
"webview_ios": {
"version_added": "10"
}
- }
+ },
+ "tags": [
+ "web-features:dom"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/performance.now/index.json b/docs/polyfills/performance.now/index.json
index e22f4dba8..88ff7d9c8 100644
--- a/docs/polyfills/performance.now/index.json
+++ b/docs/polyfills/performance.now/index.json
@@ -106,7 +106,10 @@
"webview_ios": {
"version_added": "9"
}
- }
+ },
+ "tags": [
+ "web-features:performance"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/window.hashchange_event/index.json b/docs/polyfills/window.hashchange_event/index.json
index 9df33d867..95b21dad2 100644
--- a/docs/polyfills/window.hashchange_event/index.json
+++ b/docs/polyfills/window.hashchange_event/index.json
@@ -93,7 +93,10 @@
"webview_ios": {
"version_added": "5"
}
- }
+ },
+ "tags": [
+ "web-features:hashchange"
+ ]
}
},
"polyfilled": {
diff --git a/docs/polyfills/window.requestidlecallback/index.json b/docs/polyfills/window.requestidlecallback/index.json
index 3033041b6..5a48a6a5d 100644
--- a/docs/polyfills/window.requestidlecallback/index.json
+++ b/docs/polyfills/window.requestidlecallback/index.json
@@ -94,7 +94,10 @@
"impl_url": "https://webkit.org/b/164193",
"version_added": false
}
- }
+ },
+ "tags": [
+ "web-features:requestidlecallback"
+ ]
}
},
"polyfilled": {