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
4 changes: 4 additions & 0 deletions features/inert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ name: inert
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 is overridden to avoid the ignores_find_in_page subfeatures and
# https://webkit.org/b/269909 causing the feature to be not Baseline.
status:
compute_from: html.global_attributes.inert
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I support this change, but can you please add the comment about that remaining bug on Safari to the file here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing, comment now added!

17 changes: 10 additions & 7 deletions features/inert.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
baseline: low
baseline_low_date: 2023-04-11
support:
chrome: "124"
chrome_android: "124"
edge: "124"
firefox: "120"
firefox_android: "120"
chrome: "102"
chrome_android: "102"
edge: "102"
firefox: "112"
firefox_android: "112"
safari: "15.5"
safari_ios: "15.5"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: low
# baseline_low_date: 2023-04-11
# support:
Expand All @@ -23,7 +27,6 @@ compat_features:
- api.HTMLElement.inert
- html.global_attributes.inert

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "124"
Expand Down