-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CSS interactivity
feature
#2656
Conversation
81870d0
to
c45aa17
Compare
c45aa17
to
2f10b2d
Compare
features/interactivity.yml
Outdated
@@ -0,0 +1,3 @@ | |||
name: interactivity | |||
description: The CSS `interactivity` property specifies whether an element and its descendants are inert or not. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: The CSS `interactivity` property specifies whether an element and its descendants are inert or not. | |
description: The CSS `interactivity` property 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. |
I thought it'd be good to give more details about what inert means, and to mention the related html attribute as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the more detailed suggestion @jamesnw suggested.
Co-authored-by: James Stuckey Weber <jamesnw@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small suggestions in line comments. This also needs a dist file (via npm run dist
) to get merged.
This looks near enough to having an implementation tracked in BCD (if https://chromestatus.com/feature/5107436833472512 is to be believed) that we don't really have to wait on this, once it's merge-able.
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
No description provided.