diff --git a/features/accesskey.yml b/features/accesskey.yml
new file mode 100644
index 00000000000..6ec85f299b9
--- /dev/null
+++ b/features/accesskey.yml
@@ -0,0 +1,9 @@
+name: Accesskey
+description: The `accessKey` global HTML attribute gives a hint for generating a keyboard shortcut for the current element. The attribute value must consist of a single printable character.
+spec: https://html.spec.whatwg.org/multipage/interaction.html#the-accesskey-attribute
+status:
+ compute_from: api.HTMLElement.accessKey
+compat_features:
+ - api.HTMLElement.accessKey
+ - api.HTMLElement.accessKeyLabel
+ - html.global_attributes.accesskey
diff --git a/features/accesskey.yml.dist b/features/accesskey.yml.dist
new file mode 100644
index 00000000000..4d5d86c904f
--- /dev/null
+++ b/features/accesskey.yml.dist
@@ -0,0 +1,50 @@
+# Generated from: accesskey.yml
+# Do not edit this file by hand. Edit the source file instead!
+
+status:
+ baseline: high
+ baseline_low_date: 2015-07-29
+ baseline_high_date: 2018-01-29
+ support:
+ chrome: "17"
+ chrome_android: "18"
+ edge: "12"
+ firefox: "5"
+ firefox_android: "5"
+ safari: "6"
+ safari_ios: "6"
+compat_features:
+ # baseline: high
+ # baseline_low_date: 2015-07-29
+ # baseline_high_date: 2018-01-29
+ # support:
+ # chrome: "1"
+ # chrome_android: "18"
+ # edge: "12"
+ # firefox: "1"
+ # firefox_android: "4"
+ # safari: ≤4
+ # safari_ios: ≤3.2
+ - html.global_attributes.accesskey
+
+ # ⬇️ Same status as overall feature ⬇️
+ # baseline: high
+ # baseline_low_date: 2015-07-29
+ # baseline_high_date: 2018-01-29
+ # support:
+ # chrome: "17"
+ # chrome_android: "18"
+ # edge: "12"
+ # firefox: "5"
+ # firefox_android: "5"
+ # safari: "6"
+ # safari_ios: "6"
+ - api.HTMLElement.accessKey
+
+ # baseline: false
+ # support:
+ # firefox: "8"
+ # firefox_android: "8"
+ # safari: "14"
+ # safari_ios: "14"
+ - api.HTMLElement.accessKeyLabel
diff --git a/features/autocapitalize.yml b/features/autocapitalize.yml
new file mode 100644
index 00000000000..3181a486172
--- /dev/null
+++ b/features/autocapitalize.yml
@@ -0,0 +1,6 @@
+name: Autocapitalize
+description: The `autocapitalize` global HTML attribute sets the virtual keyboard capitalization behavior for user input on an element, such as the first letter of sentences or all words.
+spec: https://html.spec.whatwg.org/multipage/interaction.html#autocapitalization
+compat_features:
+ - api.HTMLElement.autocapitalize
+ - html.global_attributes.autocapitalize
diff --git a/features/autocapitalize.yml.dist b/features/autocapitalize.yml.dist
new file mode 100644
index 00000000000..37a71eca7c0
--- /dev/null
+++ b/features/autocapitalize.yml.dist
@@ -0,0 +1,33 @@
+# Generated from: autocapitalize.yml
+# Do not edit this file by hand. Edit the source file instead!
+
+status:
+ baseline: false
+ support:
+ chrome: "66"
+ chrome_android: "66"
+ edge: "79"
+ firefox: "111"
+ firefox_android: "111"
+ safari_ios: "10.3"
+compat_features:
+ # baseline: false
+ # support:
+ # chrome: "43"
+ # chrome_android: "43"
+ # edge: "79"
+ # firefox: "111"
+ # firefox_android: "111"
+ # safari_ios: "5"
+ - html.global_attributes.autocapitalize
+
+ # ⬇️ Same status as overall feature ⬇️
+ # baseline: false
+ # support:
+ # chrome: "66"
+ # chrome_android: "66"
+ # edge: "79"
+ # firefox: "111"
+ # firefox_android: "111"
+ # safari_ios: "10.3"
+ - api.HTMLElement.autocapitalize
diff --git a/features/autocorrect.yml b/features/autocorrect.yml
new file mode 100644
index 00000000000..0330fedad10
--- /dev/null
+++ b/features/autocorrect.yml
@@ -0,0 +1,6 @@
+name: Autocorrect
+description: The `autocorrect` global HTML attribute controls whether to automatically correct spelling or punctuation errors for user input.
+spec: https://html.spec.whatwg.org/multipage/interaction.html#autocorrection
+compat_features:
+ - api.HTMLElement.autocorrect
+ - html.global_attributes.autocorrect
diff --git a/features/autocorrect.yml.dist b/features/autocorrect.yml.dist
new file mode 100644
index 00000000000..f4b2bcab28f
--- /dev/null
+++ b/features/autocorrect.yml.dist
@@ -0,0 +1,17 @@
+# Generated from: autocorrect.yml
+# Do not edit this file by hand. Edit the source file instead!
+
+status:
+ baseline: false
+ support: {}
+compat_features:
+ # baseline: false
+ # support:
+ # safari: "14.1"
+ # safari_ios: "14.5"
+ - api.HTMLElement.autocorrect
+
+ # ⬇️ Same status as overall feature ⬇️
+ # baseline: false
+ # support: {}
+ - html.global_attributes.autocorrect
diff --git a/features/change-event.yml b/features/change-event.yml
new file mode 100644
index 00000000000..ba7d7f7874b
--- /dev/null
+++ b/features/change-event.yml
@@ -0,0 +1,7 @@
+name: Change event
+description: The `change` event for ``, `