Skip to content

Commit 8362f13

Browse files
mfreed7ddbeck
andauthored
Add popover=hint feature (#2680)
Closes #2250 Co-authored-by: Daniel D. Beck <[email protected]>
1 parent f5c9a94 commit 8362f13

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

features/popover-hint.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: 'popover="hint"'
2+
description: The `popover="hint"` global HTML attribute creates a popover that is subordinate to popovers with a `popover="auto"` attribute. You can use this to create tooltips that don't dismiss `auto` popovers.
3+
spec: https://html.spec.whatwg.org/multipage/popover.html#attr-popover-hint
4+
group: html
5+
compat_features:
6+
- api.HTMLElement.popover.hint
7+
- html.global_attributes.popover.hint

features/popover-hint.yml.dist

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated from: popover-hint.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "133"
8+
chrome_android: "133"
9+
edge: "133"
10+
compat_features:
11+
- api.HTMLElement.popover.hint
12+
- html.global_attributes.popover.hint

0 commit comments

Comments
 (0)