diff --git a/features/interactivity.yml b/features/interactivity.yml new file mode 100644 index 00000000000..d571d9c75b8 --- /dev/null +++ b/features/interactivity.yml @@ -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 diff --git a/features/interactivity.yml.dist b/features/interactivity.yml.dist new file mode 100644 index 00000000000..56147b18173 --- /dev/null +++ b/features/interactivity.yml.dist @@ -0,0 +1,6 @@ +# Generated from: interactivity.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: {}