Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(is-hidden-for-everyone): support content-visibility: hidden #3690

Merged
merged 5 commits into from
Oct 3, 2022

Conversation

straker
Copy link
Contributor

@straker straker commented Sep 30, 2022

Closes issue: #3647

@straker straker requested a review from a team as a code owner September 30, 2022 14:49
@@ -5,6 +5,7 @@ describe('dom.isHiddenForEveryone', function () {
var shadowSupported = axe.testUtils.shadowSupport.v1;
var isHiddenForEveryone = axe.commons.dom.isHiddenForEveryone;
var queryFixture = axe.testUtils.queryFixture;
var contentVisibilitySupported = CSS.supports('content-visibility: hidden');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

test/commons/dom/is-hidden-for-everyone.js Outdated Show resolved Hide resolved
test/commons/dom/visibility-methods.js Outdated Show resolved Hide resolved
test/commons/dom/visibility-methods.js Outdated Show resolved Hide resolved
test/commons/dom/visibility-methods.js Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants