Skip to content

Commit

Permalink
Add inert (#909)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel D. Beck <[email protected]>
  • Loading branch information
foolip and ddbeck authored Apr 19, 2024
1 parent c9948a0 commit ee6ea16
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
21 changes: 21 additions & 0 deletions feature-group-definitions/inert.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Generated from: inert.yml
# Do not edit this file by hand. Edit the source file instead!

name: Inert elements
description: The `inert` HTML attribute marks an element and its descendants as non-interactive. Inert elements don't get focus or fire `click` events.
spec: https://html.spec.whatwg.org/multipage/interaction.html#inert-subtrees
group: html
status:
baseline: low
baseline_low_date: 2023-04-11
support:
chrome: "102"
chrome_android: "102"
edge: "102"
firefox: "112"
firefox_android: "112"
safari: "15.5"
safari_ios: "15.5"
compat_features:
- api.HTMLElement.inert
- html.global_attributes.inert
7 changes: 7 additions & 0 deletions feature-group-definitions/inert.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Inert elements
description: The `inert` HTML attribute marks an element and its descendants as non-interactive. Inert elements don't get focus or fire `click` events.
spec: https://html.spec.whatwg.org/multipage/interaction.html#inert-subtrees
group: html
compat_features:
- api.HTMLElement.inert
- html.global_attributes.inert

0 comments on commit ee6ea16

Please sign in to comment.