Skip to content

Commit

Permalink
move beforematch
Browse files Browse the repository at this point in the history
  • Loading branch information
autonome committed Dec 20, 2024
1 parent e7380bb commit 1c5a7bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion features/dom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ compat_features:
- api.Element.append
- api.Element.attributes
- api.Element.before
- api.Element.beforematch_event
- api.Element.childElementCount
- api.Element.children
- api.Element.classList
Expand Down
7 changes: 0 additions & 7 deletions features/dom.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1230,10 +1230,3 @@ compat_features:
# firefox: "126"
# firefox_android: "126"
- api.Element.currentCSSZoom

# baseline: false
# support:
# chrome: "102"
# chrome_android: "102"
# edge: "102"
- api.Element.beforematch_event
3 changes: 3 additions & 0 deletions features/hidden-until-found.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ name: hidden="until-found"
description: 'The `hidden="until-found"` attribute hides an element until it is found using the browser''s find-in-page search or it is directly navigated to by following a URL fragment.'
spec: https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden-until-found
group: html
compat_features:
- api.Element.beforematch_event
- html.global_attributes.hidden.until-found_value
1 change: 1 addition & 0 deletions features/hidden-until-found.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ status:
chrome_android: "102"
edge: "102"
compat_features:
- api.Element.beforematch_event
- html.global_attributes.hidden.until-found_value

0 comments on commit 1c5a7bd

Please sign in to comment.