Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions features/details.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ description: The `<details>` element is a disclosure widget which can be expande
spec: https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element
caniuse: details
group: html-elements
status:
compute_from: html.elements.details
compat_features:
- api.HTMLDetailsElement
- api.HTMLDetailsElement.open
# Exclude toggle event as it changes the Chrome/Safari dates by 3-5 years, and
# it's not a critical part of the feature.
# - api.HTMLDetailsElement.toggle_event
- api.HTMLElement.toggle_event
- html.elements.details
- html.elements.details.open
13 changes: 13 additions & 0 deletions features/details.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,16 @@ compat_features:
# safari_ios: "6"
- html.elements.details
- html.elements.details.open

# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "36"
# chrome_android: "36"
# edge: "79"
# firefox: "49"
# firefox_android: "49"
# safari: "10.1"
# safari_ios: "10.3"
- api.HTMLElement.toggle_event
23 changes: 23 additions & 0 deletions features/popover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,26 @@ group: html
# References:
# - https://github.com/mdn/browser-compat-data/issues/22927
# - https://bugs.webkit.org/show_bug.cgi?id=267688
compat_features:
- api.HTMLButtonElement.popoverTargetAction
- api.HTMLButtonElement.popoverTargetElement
- api.HTMLElement.beforetoggle_event
- api.HTMLElement.beforetoggle_event.popover_elements
- api.HTMLElement.hidePopover
- api.HTMLElement.popover
- api.HTMLElement.showPopover
- api.HTMLElement.togglePopover
- api.HTMLElement.toggle_event.popover_elements
- api.HTMLInputElement.popoverTargetAction
- api.HTMLInputElement.popoverTargetElement
- api.ToggleEvent
- api.ToggleEvent.ToggleEvent
- api.ToggleEvent.newState
- api.ToggleEvent.oldState
- css.selectors.backdrop.popover
- css.selectors.popover-open
- html.elements.button.popovertarget
- html.elements.button.popovertargetaction
- html.elements.input.popovertarget
- html.elements.input.popovertargetaction
- html.global_attributes.popover
13 changes: 0 additions & 13 deletions features/popover.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@ status:
firefox_android: "125"
safari: "17"
compat_features:
# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "36"
# chrome_android: "36"
# edge: "79"
# firefox: "49"
# firefox_android: "49"
# safari: "10.1"
# safari_ios: "10.3"
- api.HTMLElement.toggle_event

# baseline: low
# baseline_low_date: 2023-11-21
# support:
Expand Down