diff --git a/api/HTMLLinkElement.json b/api/HTMLLinkElement.json
index cea29da33f3086..62ffadb601ce85 100644
--- a/api/HTMLLinkElement.json
+++ b/api/HTMLLinkElement.json
@@ -450,7 +450,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/integrity",
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-integrity",
"tags": [
- "web-features:link"
+ "web-features:subresource-integrity"
],
"support": {
"chrome": {
diff --git a/api/LanguageModel.json b/api/LanguageModel.json
index 6dbc89e37ad3b5..4541c0e1ddda79 100644
--- a/api/LanguageModel.json
+++ b/api/LanguageModel.json
@@ -3,6 +3,9 @@
"LanguageModel": {
"__compat": {
"spec_url": "https://webmachinelearning.github.io/prompt-api/#the-languagemodel-class",
+ "tags": [
+ "web-features:languagemodel"
+ ],
"support": {
"chrome": {
"version_added": "148"
@@ -36,6 +39,9 @@
"append": {
"__compat": {
"spec_url": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodel-append",
+ "tags": [
+ "web-features:languagemodel"
+ ],
"support": {
"chrome": {
"version_added": "148"
@@ -70,6 +76,9 @@
"availability_static": {
"__compat": {
"spec_url": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodel-availability",
+ "tags": [
+ "web-features:languagemodel"
+ ],
"support": {
"chrome": {
"version_added": "148"
@@ -104,6 +113,9 @@
"clone": {
"__compat": {
"spec_url": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodel-clone",
+ "tags": [
+ "web-features:languagemodel"
+ ],
"support": {
"chrome": {
"version_added": "148"
@@ -173,6 +185,9 @@
"contextUsage": {
"__compat": {
"spec_url": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodel-contextusage",
+ "tags": [
+ "web-features:languagemodel"
+ ],
"support": {
"chrome": {
"version_added": "148"
@@ -207,6 +222,9 @@
"contextWindow": {
"__compat": {
"spec_url": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodel-contextwindow",
+ "tags": [
+ "web-features:languagemodel"
+ ],
"support": {
"chrome": {
"version_added": "148"
@@ -241,6 +259,9 @@
"create_static": {
"__compat": {
"spec_url": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodel-create",
+ "tags": [
+ "web-features:languagemodel"
+ ],
"support": {
"chrome": {
"version_added": "148"
@@ -275,6 +296,9 @@
"measureContextUsage": {
"__compat": {
"spec_url": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodel-measurecontextusage",
+ "tags": [
+ "web-features:languagemodel"
+ ],
"support": {
"chrome": {
"version_added": "148"
@@ -309,6 +333,9 @@
"prompt": {
"__compat": {
"spec_url": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodel-prompt",
+ "tags": [
+ "web-features:languagemodel"
+ ],
"support": {
"chrome": {
"version_added": "148"
@@ -343,6 +370,9 @@
"promptStreaming": {
"__compat": {
"spec_url": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodel-promptstreaming",
+ "tags": [
+ "web-features:languagemodel"
+ ],
"support": {
"chrome": {
"version_added": "148"
diff --git a/css/properties/background-color.json b/css/properties/background-color.json
index 0cccdd7614af8b..6225d24a4d5942 100644
--- a/css/properties/background-color.json
+++ b/css/properties/background-color.json
@@ -46,6 +46,9 @@
"currentColor": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-color-4/#valdef-color-currentcolor",
+ "tags": [
+ "web-features:currentcolor"
+ ],
"support": {
"chrome": {
"version_added": "1"
diff --git a/css/properties/background.json b/css/properties/background.json
index 73b2cffdee7bd0..1bb8d7dcda39cd 100644
--- a/css/properties/background.json
+++ b/css/properties/background.json
@@ -359,6 +359,9 @@
"currentColor": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-color-4/#valdef-color-currentcolor",
+ "tags": [
+ "web-features:currentcolor"
+ ],
"support": {
"chrome": {
"version_added": "1"
diff --git a/css/properties/border-bottom-color.json b/css/properties/border-bottom-color.json
index 0e1cb5aeb809ca..055f663e7f4ec1 100644
--- a/css/properties/border-bottom-color.json
+++ b/css/properties/border-bottom-color.json
@@ -47,6 +47,9 @@
"currentColor": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-color-4/#valdef-color-currentcolor",
+ "tags": [
+ "web-features:currentcolor"
+ ],
"support": {
"chrome": {
"version_added": "1"
diff --git a/css/properties/border-bottom.json b/css/properties/border-bottom.json
index bb831f1a7835d4..7eebad5bb97360 100644
--- a/css/properties/border-bottom.json
+++ b/css/properties/border-bottom.json
@@ -45,6 +45,9 @@
"currentColor": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-color-4/#valdef-color-currentcolor",
+ "tags": [
+ "web-features:currentcolor"
+ ],
"support": {
"chrome": {
"version_added": "1"
diff --git a/css/properties/border-color.json b/css/properties/border-color.json
index a54236e60307e1..51aeb383c75531 100644
--- a/css/properties/border-color.json
+++ b/css/properties/border-color.json
@@ -52,6 +52,9 @@
"currentColor": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-color-4/#valdef-color-currentcolor",
+ "tags": [
+ "web-features:currentcolor"
+ ],
"support": {
"chrome": {
"version_added": "1"
diff --git a/css/properties/border-left-color.json b/css/properties/border-left-color.json
index f21a304c6aec19..25c3b37397e9c5 100644
--- a/css/properties/border-left-color.json
+++ b/css/properties/border-left-color.json
@@ -47,6 +47,9 @@
"currentColor": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-color-4/#valdef-color-currentcolor",
+ "tags": [
+ "web-features:currentcolor"
+ ],
"support": {
"chrome": {
"version_added": "1"
diff --git a/css/properties/border-left.json b/css/properties/border-left.json
index 1781902556fc56..59f21287e7ee28 100644
--- a/css/properties/border-left.json
+++ b/css/properties/border-left.json
@@ -45,6 +45,9 @@
"currentColor": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-color-4/#valdef-color-currentcolor",
+ "tags": [
+ "web-features:currentcolor"
+ ],
"support": {
"chrome": {
"version_added": "1"
diff --git a/css/properties/border-right-color.json b/css/properties/border-right-color.json
index d4dd243653a67c..b119db0716a3ae 100644
--- a/css/properties/border-right-color.json
+++ b/css/properties/border-right-color.json
@@ -47,6 +47,9 @@
"currentColor": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-color-4/#valdef-color-currentcolor",
+ "tags": [
+ "web-features:currentcolor"
+ ],
"support": {
"chrome": {
"version_added": "1"
diff --git a/css/properties/border-top-color.json b/css/properties/border-top-color.json
index 7cd4a88ce6fe5f..a4a19f295f209a 100644
--- a/css/properties/border-top-color.json
+++ b/css/properties/border-top-color.json
@@ -47,6 +47,9 @@
"currentColor": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-color-4/#valdef-color-currentcolor",
+ "tags": [
+ "web-features:currentcolor"
+ ],
"support": {
"chrome": {
"version_added": "1"
diff --git a/css/properties/border-top.json b/css/properties/border-top.json
index 93b0452144888a..591d1e87299b9e 100644
--- a/css/properties/border-top.json
+++ b/css/properties/border-top.json
@@ -45,6 +45,9 @@
"currentColor": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-color-4/#valdef-color-currentcolor",
+ "tags": [
+ "web-features:currentcolor"
+ ],
"support": {
"chrome": {
"version_added": "1"
diff --git a/css/properties/border.json b/css/properties/border.json
index 41a4d294f860cf..d6b8547bde2814 100644
--- a/css/properties/border.json
+++ b/css/properties/border.json
@@ -45,6 +45,9 @@
"currentColor": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-color-4/#valdef-color-currentcolor",
+ "tags": [
+ "web-features:currentcolor"
+ ],
"support": {
"chrome": {
"version_added": "1"
diff --git a/css/properties/color.json b/css/properties/color.json
index 75ee66e6742c84..b1aa774e2fd081 100644
--- a/css/properties/color.json
+++ b/css/properties/color.json
@@ -50,6 +50,9 @@
"currentColor": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-color-4/#valdef-color-currentcolor",
+ "tags": [
+ "web-features:currentcolor"
+ ],
"support": {
"chrome": {
"version_added": "1"
diff --git a/css/properties/outline-color.json b/css/properties/outline-color.json
index 2467965b09ed2b..0217fc25adbe9d 100644
--- a/css/properties/outline-color.json
+++ b/css/properties/outline-color.json
@@ -52,6 +52,9 @@
"currentColor": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-color-4/#valdef-color-currentcolor",
+ "tags": [
+ "web-features:currentcolor"
+ ],
"support": {
"chrome": {
"version_added": "1"
diff --git a/css/types/color.json b/css/types/color.json
index af9516001e4791..e385a4cc4188c3 100644
--- a/css/types/color.json
+++ b/css/types/color.json
@@ -932,6 +932,9 @@
"__compat": {
"description": "`` values",
"spec_url": "https://drafts.csswg.org/css-color-5/#typedef-light-dark-image",
+ "tags": [
+ "web-features:light-dark-image"
+ ],
"support": {
"chrome": {
"version_added": "148",