Skip to content

Commit f711fa0

Browse files
authored
Update web-features tags (#27462)
1 parent 33757e0 commit f711fa0

4 files changed

Lines changed: 42 additions & 0 deletions

File tree

api/Document.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5785,6 +5785,9 @@
57855785
"description": "`parseHTML` static method",
57865786
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/parseHTML_static",
57875787
"spec_url": "https://wicg.github.io/sanitizer-api/#dom-document-parsehtml",
5788+
"tags": [
5789+
"web-features:sanitizer"
5790+
],
57885791
"support": {
57895792
"chrome": {
57905793
"version_added": false

api/Element.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10123,6 +10123,9 @@
1012310123
"__compat": {
1012410124
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/setHTML",
1012510125
"spec_url": "https://wicg.github.io/sanitizer-api/#dom-element-sethtml",
10126+
"tags": [
10127+
"web-features:sanitizer"
10128+
],
1012610129
"support": {
1012710130
"chrome": {
1012810131
"version_added": false,

api/Sanitizer.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"Sanitizer": {
44
"__compat": {
55
"spec_url": "https://wicg.github.io/sanitizer-api/#sanitizer",
6+
"tags": [
7+
"web-features:sanitizer"
8+
],
69
"support": {
710
"chrome": {
811
"version_added": false,
@@ -42,6 +45,9 @@
4245
"__compat": {
4346
"description": "`Sanitizer()` constructor",
4447
"spec_url": "https://wicg.github.io/sanitizer-api/#dom-sanitizer-sanitizer",
48+
"tags": [
49+
"web-features:sanitizer"
50+
],
4551
"support": {
4652
"chrome": {
4753
"version_added": false
@@ -81,6 +87,9 @@
8187
"__compat": {
8288
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Sanitizer/allowAttribute",
8389
"spec_url": "https://wicg.github.io/sanitizer-api/#dom-sanitizer-allowattribute",
90+
"tags": [
91+
"web-features:sanitizer"
92+
],
8493
"support": {
8594
"chrome": {
8695
"version_added": false
@@ -120,6 +129,9 @@
120129
"__compat": {
121130
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Sanitizer/allowElement",
122131
"spec_url": "https://wicg.github.io/sanitizer-api/#dom-sanitizer-allowelement",
132+
"tags": [
133+
"web-features:sanitizer"
134+
],
123135
"support": {
124136
"chrome": {
125137
"version_added": false
@@ -159,6 +171,9 @@
159171
"__compat": {
160172
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Sanitizer/get",
161173
"spec_url": "https://wicg.github.io/sanitizer-api/#dom-sanitizer-get",
174+
"tags": [
175+
"web-features:sanitizer"
176+
],
162177
"support": {
163178
"chrome": {
164179
"version_added": false
@@ -198,6 +213,9 @@
198213
"__compat": {
199214
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Sanitizer/removeAttribute",
200215
"spec_url": "https://wicg.github.io/sanitizer-api/#dom-sanitizer-removeattribute",
216+
"tags": [
217+
"web-features:sanitizer"
218+
],
201219
"support": {
202220
"chrome": {
203221
"version_added": false
@@ -237,6 +255,9 @@
237255
"__compat": {
238256
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Sanitizer/removeElement",
239257
"spec_url": "https://wicg.github.io/sanitizer-api/#dom-sanitizer-removeelement",
258+
"tags": [
259+
"web-features:sanitizer"
260+
],
240261
"support": {
241262
"chrome": {
242263
"version_added": false
@@ -276,6 +297,9 @@
276297
"__compat": {
277298
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Sanitizer/removeUnsafe",
278299
"spec_url": "https://wicg.github.io/sanitizer-api/#dom-sanitizer-removeunsafe",
300+
"tags": [
301+
"web-features:sanitizer"
302+
],
279303
"support": {
280304
"chrome": {
281305
"version_added": false
@@ -315,6 +339,9 @@
315339
"__compat": {
316340
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Sanitizer/replaceElementWithChildren",
317341
"spec_url": "https://wicg.github.io/sanitizer-api/#dom-sanitizer-replaceelementwithchildren",
342+
"tags": [
343+
"web-features:sanitizer"
344+
],
318345
"support": {
319346
"chrome": {
320347
"version_added": false
@@ -354,6 +381,9 @@
354381
"__compat": {
355382
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Sanitizer/setComments",
356383
"spec_url": "https://wicg.github.io/sanitizer-api/#dom-sanitizer-setcomments",
384+
"tags": [
385+
"web-features:sanitizer"
386+
],
357387
"support": {
358388
"chrome": {
359389
"version_added": false
@@ -393,6 +423,9 @@
393423
"__compat": {
394424
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Sanitizer/setDataAttributes",
395425
"spec_url": "https://wicg.github.io/sanitizer-api/#dom-sanitizer-setdataattributes",
426+
"tags": [
427+
"web-features:sanitizer"
428+
],
396429
"support": {
397430
"chrome": {
398431
"version_added": false

api/ShadowRoot.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,9 @@
757757
"__compat": {
758758
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/setHTML",
759759
"spec_url": "https://wicg.github.io/sanitizer-api/#dom-shadowroot-sethtml",
760+
"tags": [
761+
"web-features:sanitizer"
762+
],
760763
"support": {
761764
"chrome": {
762765
"version_added": false

0 commit comments

Comments
 (0)