Skip to content

Commit

Permalink
Ff122 Element.checkVisibily options (#21715)
Browse files Browse the repository at this point in the history
* FF122 Element.checkVisibility options

* Add URL for checkVisibility() which I hope to write

* Safari supports in preview

* Remove "is supported". BCD is always about support :)

---------

Co-authored-by: Florian Scholz <fs@florianscholz.com>
  • Loading branch information
hamishwillee and Elchi3 committed Jan 2, 2024
1 parent 3873183 commit aa632b5
Showing 1 changed file with 137 additions and 0 deletions.
137 changes: 137 additions & 0 deletions api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -2941,6 +2941,7 @@
},
"checkVisibility": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/checkVisibility",
"spec_url": "https://drafts.csswg.org/cssom-view-1/#dom-element-checkvisibility",
"support": {
"chrome": {
Expand Down Expand Up @@ -2970,6 +2971,142 @@
"standard_track": true,
"deprecated": false
}
},
"options_checkOpacity_parameter": {
"__compat": {
"description": "<code>options.checkOpacity</code> parameter",
"spec_url": "https://drafts.csswg.org/cssom-view-1/#dictdef-checkvisibilityoptions",
"support": {
"chrome": {
"version_added": "105"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "106"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"options_checkVisibilityCSS_parameter": {
"__compat": {
"description": "<code>options.checkVisibilityCSS</code> parameter",
"spec_url": "https://drafts.csswg.org/cssom-view-1/#dictdef-checkvisibilityoptions",
"support": {
"chrome": {
"version_added": "105"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "106"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"options_contentVisibilityAuto_parameter": {
"__compat": {
"description": "<code>options.contentVisibilityAuto</code> parameter",
"spec_url": "https://drafts.csswg.org/cssom-view-1/#dictdef-checkvisibilityoptions",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"options_visibilityProperty_parameter": {
"__compat": {
"description": "<code>options.visibilityProperty</code> parameter",
"spec_url": "https://drafts.csswg.org/cssom-view-1/#dictdef-checkvisibilityoptions",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"childElementCount": {
Expand Down

0 comments on commit aa632b5

Please sign in to comment.