Skip to content

Commit aba3ecd

Browse files
authored
Fix broken BCD paths in compat_keys (#796)
One has been removed: mdn/browser-compat-data#22546 The others look like typos.
1 parent 558543f commit aba3ecd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

feature-group-definitions/appearance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ usage_stats: https://chromestatus.com/metrics/css/timeline/popularity/658
55
compat_features:
66
- css.properties.appearance
77
- css.properties.appearance.auto
8-
- css.properties.appearance.compat-auto
98
- css.properties.appearance.menulist-button
109
- css.properties.appearance.none
1110
- css.properties.appearance.textfield

feature-group-definitions/map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ compat_features:
3535
- javascript.builtins.Map.Map
3636
- javascript.builtins.Map.Map.iterable_allowed
3737
- javascript.builtins.Map.Map.new_required
38-
- javascript.builtins.Map.Map.new_required.null_allowed
38+
- javascript.builtins.Map.Map.null_allowed
3939
- javascript.builtins.Map.clear
4040
- javascript.builtins.Map.delete
4141
- javascript.builtins.Map.entries

feature-group-definitions/modulepreload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name: '<link rel="modulepreload">'
22
spec: https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload
33
caniuse: link-rel-modulepreload
44
compat_features:
5-
- html.elements.link.modulepreload
5+
- html.elements.link.rel.modulepreload

0 commit comments

Comments
 (0)