Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions features/interactivity.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: interactivity
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."
spec: https://drafts.csswg.org/css-ui-4/#inertness
# Expected keys:
# - css.properties.interactivity
# - css.properties.interactivity.auto
# - css.properties.interactivity.inert
6 changes: 6 additions & 0 deletions features/interactivity.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Generated from: interactivity.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support: {}