diff --git a/features/check-visibility.yml b/features/check-visibility.yml index 7c6963e7d58..440333f1745 100644 --- a/features/check-visibility.yml +++ b/features/check-visibility.yml @@ -1,3 +1,12 @@ name: checkVisibility() description: "The `checkVisibility()` method checks if an element is potentially visible, with optional parameters for the kinds of visibility to check. For example, it checks whether the element has the style `display: none`, but can also check for `visibility: hidden`." spec: https://drafts.csswg.org/cssom-view-1/#dom-element-checkvisibility +status: + compute_from: api.Element.checkVisibility +compat_features: + - api.Element.checkVisibility + - api.Element.checkVisibility.options_checkOpacity_parameter + - api.Element.checkVisibility.options_checkVisibilityCSS_parameter + - api.Element.checkVisibility.options_contentVisibilityAuto_parameter + - api.Element.checkVisibility.options_opacityProperty_parameter + - api.Element.checkVisibility.options_visibilityProperty_parameter diff --git a/features/check-visibility.yml.dist b/features/check-visibility.yml.dist index be8705c8def..ad764a9b5af 100644 --- a/features/check-visibility.yml.dist +++ b/features/check-visibility.yml.dist @@ -13,4 +13,31 @@ status: safari: "17.4" safari_ios: "17.4" compat_features: + # ⬇️ Same status as overall feature ⬇️ + # baseline: low + # baseline_low_date: 2024-03-05 + # support: + # chrome: "105" + # chrome_android: "105" + # edge: "105" + # firefox: "106" + # firefox_android: "106" + # safari: "17.4" + # safari_ios: "17.4" - api.Element.checkVisibility + - api.Element.checkVisibility.options_checkOpacity_parameter + - api.Element.checkVisibility.options_checkVisibilityCSS_parameter + + # baseline: low + # baseline_low_date: 2024-03-05 + # support: + # chrome: "121" + # chrome_android: "121" + # edge: "121" + # firefox: "122" + # firefox_android: "122" + # safari: "17.4" + # safari_ios: "17.4" + - api.Element.checkVisibility.options_contentVisibilityAuto_parameter + - api.Element.checkVisibility.options_opacityProperty_parameter + - api.Element.checkVisibility.options_visibilityProperty_parameter