From 3ed0a2a12a93959bd3e016df0394c8fe7d191153 Mon Sep 17 00:00:00 2001 From: Robert Flack Date: Sat, 22 Feb 2025 00:00:25 -0500 Subject: [PATCH] Update features/interactivity.yml Co-authored-by: Daniel D. Beck --- features/interactivity.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/interactivity.yml b/features/interactivity.yml index f7b467d1423..d571d9c75b8 100644 --- a/features/interactivity.yml +++ b/features/interactivity.yml @@ -1,3 +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