diff --git a/features/popover-hint.yml b/features/popover-hint.yml new file mode 100644 index 00000000000..20900d8c76b --- /dev/null +++ b/features/popover-hint.yml @@ -0,0 +1,7 @@ +name: 'popover="hint"' +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. +spec: https://html.spec.whatwg.org/multipage/popover.html#attr-popover-hint +group: html +compat_features: + - api.HTMLElement.popover.hint + - html.global_attributes.popover.hint diff --git a/features/popover-hint.yml.dist b/features/popover-hint.yml.dist new file mode 100644 index 00000000000..00300eb69e9 --- /dev/null +++ b/features/popover-hint.yml.dist @@ -0,0 +1,12 @@ +# Generated from: popover-hint.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome: "133" + chrome_android: "133" + edge: "133" +compat_features: + - api.HTMLElement.popover.hint + - html.global_attributes.popover.hint