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

should aria-hidden subtrees be ignored by clickButton, fillIn, etc? #156

Open
avh4 opened this issue Feb 22, 2022 · 0 comments
Open

should aria-hidden subtrees be ignored by clickButton, fillIn, etc? #156

avh4 opened this issue Feb 22, 2022 · 0 comments
Labels
discussion The solution we want to implement is not decided yet. Contributions to the discussion are welcome.

Comments

@avh4
Copy link
Owner

avh4 commented Feb 22, 2022

<body>
    <div aria-hidden=true>
        <button>A</button>
    </div>
</body>
ProgramTest.clickButton "A"

Should the clickButton fail because its inside an aria-hidden=true element? I think that doesn't really make sense because isn't the button still visible on the page (even though hidden from accessibility tools) unless there is also CSS applied to hide it visually?

@avh4 avh4 added the discussion The solution we want to implement is not decided yet. Contributions to the discussion are welcome. label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion The solution we want to implement is not decided yet. Contributions to the discussion are welcome.
Projects
None yet
Development

No branches or pull requests

1 participant