forked from mdn/browser-compat-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update checkVisibility() parameter support
The parameters for this method were changed in the spec, and all implementations proceeded in the same way: - First checkVisibility() with checkOpacity and checkVisibilityCSS - Then contentVisibilityAuto, opacityProperty, and visibilityProperty, making the original parameters historical aliases. Chromium: 105: https://chromiumdash.appspot.com/commit/60a7831496032f7b132bc96ec62542150ecb1103 121: https://chromiumdash.appspot.com/commit/21e42c2ba69d45e08009432c56a5327046c499e6 Gecko: 106: https://bugzilla.mozilla.org/show_bug.cgi?id=1777293#c4 122: https://bugzilla.mozilla.org/show_bug.cgi?id=1859852#c6 WebKit: 618.1.3: WebKit/WebKit@7d04a9c 618.1.5: WebKit/WebKit@2d9a965 Based on the WebKit version, both ended up in Safari 17.4. Support for all 5 parameters in Safari 17.5 was confirmed with a dev instance of the collector with the tests fixed: openwebdocs/mdn-bcd-collector#1478 Remove the web-features tags from the parameters as it is not clear how thiss will be handled in web-features yet.
- Loading branch information
Showing
1 changed file
with
42 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters