Skip to content

Commit b306282

Browse files
authored
Add BCD keys for CSS interactivity property (#3247)
The prophecies came true!
1 parent 6f1c689 commit b306282

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

features/interactivity.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: interactivity
22
description: "The `interactivity: inert` CSS declaration makes an element and its descendants inert, like when using the `inert` HTML attribute. Inert elements can't be focused or clicked, their text can't be selected or found using the browser's find-in-page feature."
33
spec: https://drafts.csswg.org/css-ui-4/#inertness
4-
# Expected keys:
5-
# - css.properties.interactivity
6-
# - css.properties.interactivity.auto
7-
# - css.properties.interactivity.inert
4+
compat_features:
5+
- css.properties.interactivity
6+
- css.properties.interactivity.auto
7+
- css.properties.interactivity.inert

features/interactivity.yml.dist

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@
33

44
status:
55
baseline: false
6-
support: {}
6+
support:
7+
chrome: "135"
8+
edge: "135"
9+
compat_features:
10+
- css.properties.interactivity
11+
- css.properties.interactivity.auto
12+
- css.properties.interactivity.inert

0 commit comments

Comments
 (0)