Skip to content

Commit 5e277d5

Browse files
authored
Update web-features tags (#29826)
1 parent 7ea203d commit 5e277d5

5 files changed

Lines changed: 25 additions & 1 deletion

File tree

api/HTMLScriptElement.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,9 @@
411411
"__compat": {
412412
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/innerText",
413413
"spec_url": "https://w3c.github.io/trusted-types/dist/spec/#dom-htmlscriptelement-innertext",
414+
"tags": [
415+
"web-features:script"
416+
],
414417
"support": {
415418
"chrome": {
416419
"version_added": "1"
@@ -903,6 +906,9 @@
903906
"__compat": {
904907
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/textContent",
905908
"spec_url": "https://w3c.github.io/trusted-types/dist/spec/#dom-htmlscriptelement-textcontent",
909+
"tags": [
910+
"web-features:script"
911+
],
906912
"support": {
907913
"chrome": {
908914
"version_added": "1"

api/Navigator.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5773,6 +5773,9 @@
57735773
"__compat": {
57745774
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/vendorSub",
57755775
"spec_url": "https://html.spec.whatwg.org/multipage/system-state.html#dom-navigator-vendorsub-dev",
5776+
"tags": [
5777+
"web-features:user-agent-sniffing"
5778+
],
57765779
"support": {
57775780
"chrome": {
57785781
"version_added": "1"

css/properties/text-decoration.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,9 @@
388388
"line-through": {
389389
"__compat": {
390390
"spec_url": "https://drafts.csswg.org/css2/#valdef-text-decoration-line-through",
391+
"tags": [
392+
"web-features:text-decoration"
393+
],
391394
"support": {
392395
"chrome": {
393396
"version_added": "1"
@@ -421,6 +424,9 @@
421424
"none": {
422425
"__compat": {
423426
"spec_url": "https://drafts.csswg.org/css2/#valdef-text-decoration-none",
427+
"tags": [
428+
"web-features:text-decoration"
429+
],
424430
"support": {
425431
"chrome": {
426432
"version_added": "1"
@@ -454,6 +460,9 @@
454460
"overline": {
455461
"__compat": {
456462
"spec_url": "https://drafts.csswg.org/css2/#valdef-text-decoration-overline",
463+
"tags": [
464+
"web-features:text-decoration"
465+
],
457466
"support": {
458467
"chrome": {
459468
"version_added": "1"
@@ -583,6 +592,9 @@
583592
"underline": {
584593
"__compat": {
585594
"spec_url": "https://drafts.csswg.org/css2/#valdef-text-decoration-underline",
595+
"tags": [
596+
"web-features:text-decoration"
597+
],
586598
"support": {
587599
"chrome": {
588600
"version_added": "1"

css/types/color.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
"description": "`color-mix()` with one or more color arguments",
243243
"spec_url": "https://drafts.csswg.org/css-color-5/#color-mix",
244244
"tags": [
245-
"web-features:color"
245+
"web-features:color-mix-variadic"
246246
],
247247
"support": {
248248
"chrome": {

css/types/url.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
"__compat": {
8484
"description": "`integrity()` modifier",
8585
"spec_url": "https://drafts.csswg.org/css-values-5/#typedef-request-url-modifier-integrity-modifier",
86+
"tags": [
87+
"web-features:url-integrity"
88+
],
8689
"support": {
8790
"chrome": {
8891
"version_added": "150"

0 commit comments

Comments
 (0)