|
| 1 | +# Generated from: popover.yml |
| 2 | +# Do not edit this file by hand. Edit the source file instead! |
| 3 | + |
| 4 | +name: Popover |
| 5 | +description: The `popover` HTML attribute creates an overlay to display content on top of other page content. Popovers can be shown declaratively using HTML, or using the `showPopover()` method. |
| 6 | +spec: https://html.spec.whatwg.org/multipage/popover.html |
| 7 | +group: html |
| 8 | +usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4191 |
| 9 | +status: |
| 10 | + baseline: low |
| 11 | + baseline_low_date: 2024-04-16 |
| 12 | + support: |
| 13 | + chrome: "114" |
| 14 | + chrome_android: "114" |
| 15 | + edge: "114" |
| 16 | + firefox: "125" |
| 17 | + firefox_android: "125" |
| 18 | + safari: "17" |
| 19 | + safari_ios: "17" |
| 20 | +compat_features: |
| 21 | + - api.HTMLButtonElement.popoverTargetAction |
| 22 | + - api.HTMLButtonElement.popoverTargetElement |
| 23 | + - api.HTMLElement.beforetoggle_event |
| 24 | + - api.HTMLElement.hidePopover |
| 25 | + - api.HTMLElement.popover |
| 26 | + - api.HTMLElement.showPopover |
| 27 | + - api.HTMLElement.togglePopover |
| 28 | + - api.HTMLElement.toggle_event |
| 29 | + - api.HTMLInputElement.popoverTargetAction |
| 30 | + - api.HTMLInputElement.popoverTargetElement |
| 31 | + - api.ToggleEvent |
| 32 | + - api.ToggleEvent.ToggleEvent |
| 33 | + - api.ToggleEvent.newState |
| 34 | + - api.ToggleEvent.oldState |
| 35 | + - css.selectors.backdrop.popover |
| 36 | + - css.selectors.popover-open |
| 37 | + - html.elements.button.popovertarget |
| 38 | + - html.elements.button.popovertargetaction |
| 39 | + - html.elements.input.popovertarget |
| 40 | + - html.elements.input.popovertargetaction |
| 41 | + - html.global_attributes.popover |
0 commit comments