File tree Expand file tree Collapse file tree 7 files changed +45
-0
lines changed
feature-group-definitions Expand file tree Collapse file tree 7 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : AbortController and AbortSignal
2
+ spec : https://dom.spec.whatwg.org/#aborting-ongoing-activities
3
+ caniuse : abortcontroller
4
+ compat_features :
5
+ - api.AbortController
6
+ - api.AbortController.AbortController
7
+ - api.AbortController.abort
8
+ - api.AbortController.signal
9
+ - api.AbortSignal
10
+ - api.AbortSignal.abort_event
11
+ - api.AbortSignal.aborted
Original file line number Diff line number Diff line change
1
+ name : backdrop-filter
2
+ spec : https://drafts.fxtf.org/filter-effects-2/#BackdropFilterProperty
3
+ caniuse : css-backdrop-filter
4
+ compat_features :
5
+ - css.properties.backdrop-filter
Original file line number Diff line number Diff line change
1
+ name : checkVisibility()
2
+ spec : https://drafts.csswg.org/cssom-view-1/#dom-element-checkvisibility
3
+ compat_features :
4
+ - api.Element.checkVisibility
5
+ - api.Element.checkVisibility.options_checkOpacity_parameter
6
+ - api.Element.checkVisibility.options_checkVisibilityCSS_parameter
Original file line number Diff line number Diff line change
1
+ name : Mutually exclusive <details> elements
2
+ spec : https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-details-name
3
+ compat_features :
4
+ - api.HTMLDetailsElement.name
5
+ - html.elements.details.name
Original file line number Diff line number Diff line change
1
+ name : <details>
2
+ spec : https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element
3
+ compat_features :
4
+ - api.HTMLDetailsElement
5
+ - api.HTMLDetailsElement.open
6
+ - api.HTMLDetailsElement.toggle_event
7
+ - html.elements.details
8
+ - html.elements.details.open
Original file line number Diff line number Diff line change
1
+ name : " @starting-style"
2
+ spec : https://drafts.csswg.org/css-transitions-2/#defining-before-change-style
3
+ compat_features :
4
+ - api.CSSStartingStyleRule
5
+ - css.at-rules.starting-style
Original file line number Diff line number Diff line change
1
+ name : " :user-valid and :user-invalid"
2
+ spec : https://drafts.csswg.org/selectors-4/#user-pseudos
3
+ compat_features :
4
+ - css.selectors.user-invalid
5
+ - css.selectors.user-valid
You can’t perform that action at this time.
0 commit comments