Skip to content

Commit

Permalink
feat(css): Add HTML focusgroup global attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiy committed Sep 20, 2024
1 parent 842d2a7 commit a679e5e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions html/global_attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,42 @@
}
}
},
"focusgroup": {
"__compat": {
"spec_url": "https://open-ui.org/components/focusgroup.explainer/",
"support": {
"chrome": {
"version_added": "104",
"version_removed": "107",
"impl_url": "https://crbug.com/40210717"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"hidden": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/hidden",
Expand Down

0 comments on commit a679e5e

Please sign in to comment.