Skip to content

Commit a0bc5e6

Browse files
authored
Mark the inert attribute as Baseline low (#2854)
The only reason it was not Baseline is because of the "Element is ignored for the purposes of find-in-page" subfeatures in BCD, tracked by https://webkit.org/b/269909. That find-in-page still works isn't a serious enough problem to say that this isn't supported in Safari.
1 parent ae010f0 commit a0bc5e6

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

features/inert.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ name: inert
22
description: The `inert` HTML attribute marks an element and its descendants as non-interactive. Inert elements don't get focus or fire `click` events.
33
spec: https://html.spec.whatwg.org/multipage/interaction.html#inert-subtrees
44
group: html
5+
# Status is overridden to avoid the ignores_find_in_page subfeatures and
6+
# https://webkit.org/b/269909 causing the feature to be not Baseline.
7+
status:
8+
compute_from: html.global_attributes.inert

features/inert.yml.dist

+10-7
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: false
5+
baseline: low
6+
baseline_low_date: 2023-04-11
67
support:
7-
chrome: "124"
8-
chrome_android: "124"
9-
edge: "124"
10-
firefox: "120"
11-
firefox_android: "120"
8+
chrome: "102"
9+
chrome_android: "102"
10+
edge: "102"
11+
firefox: "112"
12+
firefox_android: "112"
13+
safari: "15.5"
14+
safari_ios: "15.5"
1215
compat_features:
16+
# ⬇️ Same status as overall feature ⬇️
1317
# baseline: low
1418
# baseline_low_date: 2023-04-11
1519
# support:
@@ -23,7 +27,6 @@ compat_features:
2327
- api.HTMLElement.inert
2428
- html.global_attributes.inert
2529

26-
# ⬇️ Same status as overall feature ⬇️
2730
# baseline: false
2831
# support:
2932
# chrome: "124"

0 commit comments

Comments
 (0)