diff --git a/features/accelerometer.yml b/features/accelerometer.yml
index a020dad7b30..793be008b14 100644
--- a/features/accelerometer.yml
+++ b/features/accelerometer.yml
@@ -1,6 +1,7 @@
name: Accelerometer
description: The `Accelerometer`, `LinearAccelerationSensor` and `GravitySensor` APIs read the acceleration applied to a device in three dimensions, either including the effect of gravity, without its effect, or only its effect, respectively.
spec: https://w3c.github.io/accelerometer/
+caniuse: accelerometer
group: sensors
status:
compute_from:
diff --git a/features/background-clip-text.yml b/features/background-clip-text.yml
index b4368df37a8..2289be13175 100644
--- a/features/background-clip-text.yml
+++ b/features/background-clip-text.yml
@@ -2,4 +2,5 @@
name: "background-clip: text"
description: "The `background-clip: text` CSS declaration draws the background underneath only the text in the element."
spec: https://drafts.csswg.org/css-backgrounds-4/#background-clip
+caniuse: background-clip-text
group: background
diff --git a/features/background-sync.yml b/features/background-sync.yml
index 25a6810d39c..d5f1a3323a5 100644
--- a/features/background-sync.yml
+++ b/features/background-sync.yml
@@ -1,6 +1,7 @@
name: Background sync
description: The background synchronization API registers a service worker callback to run only when the device is no longer offline. You can use this to let users continue using your app while offline and synchronize with a server after reconnecting.
spec: https://wicg.github.io/background-sync/spec/
+caniuse: background-sync
status:
compute_from: api.SyncManager
compat_features:
diff --git a/features/gyroscope.yml b/features/gyroscope.yml
index 3fca269fa0a..b2a32a71be6 100644
--- a/features/gyroscope.yml
+++ b/features/gyroscope.yml
@@ -1,6 +1,7 @@
name: Gyroscope
description: The `Gyroscope` API reads the angular velocity of a device in three dimensions.
spec: https://w3c.github.io/gyroscope/#gyroscope-interface
+caniuse: gyroscope
group: sensors
status:
compute_from: api.Gyroscope
diff --git a/features/intl-plural-rules.yml b/features/intl-plural-rules.yml
index 8aae46b160c..52fde7ae028 100644
--- a/features/intl-plural-rules.yml
+++ b/features/intl-plural-rules.yml
@@ -2,6 +2,7 @@ name: Intl.PluralRules
description: "The `Intl.PluralRules` API creates a locale-aware object that tells you which of the language's pluralization rules apply based on a given number."
group: intl
spec: https://tc39.es/ecma402/#pluralrules-objects
+caniuse: intl-pluralrules
status:
compute_from: javascript.builtins.Intl.PluralRules
compat_features:
diff --git a/features/json.yml b/features/json.yml
index 7ddff692442..a968a859e4d 100644
--- a/features/json.yml
+++ b/features/json.yml
@@ -2,6 +2,7 @@ name: JSON
description: The `JSON` API provides static methods for parsing values from and converting values to JavaScript Object Notation (JSON), a serialization format for objects, arrays, numbers, strings, Boolean values, and null.
group: json
spec: https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object
+caniuse: json
status:
compute_from: javascript.builtins.JSON
compat_features:
diff --git a/features/link-rel-preconnect.yml b/features/link-rel-preconnect.yml
index 675b2e43d23..590d1384964 100644
--- a/features/link-rel-preconnect.yml
+++ b/features/link-rel-preconnect.yml
@@ -1,5 +1,6 @@
name: ''
description: The `rel="preconnect"` attribute for the `` HTML element is a hint to the browser that the page or user is likely to request resources from another origin, so the browser should preemptively start a connection to the `href` value's origin.
spec: https://html.spec.whatwg.org/multipage/links.html#link-type-preconnect
+caniuse: link-rel-preconnect
compat_features:
- html.elements.link.rel.preconnect
diff --git a/features/magnetometer.yml b/features/magnetometer.yml
index 49e2090fbe5..fc9635b3133 100644
--- a/features/magnetometer.yml
+++ b/features/magnetometer.yml
@@ -1,6 +1,7 @@
name: Magnetometer
description: The `Magnetometer` API reads magnetic field sensor data from the device's magnetometer.
spec: https://w3c.github.io/magnetometer/
+caniuse: magnetometer
group: sensors
compat_features:
- api.Magnetometer
diff --git a/features/menu.yml b/features/menu.yml
index 932552fc430..717c0b6fa45 100644
--- a/features/menu.yml
+++ b/features/menu.yml
@@ -1,6 +1,8 @@
name: