[BUG]: Contrast violations not reported when overflow:hidden is set #2110
Labels
Bug
Something isn't working
extension-checker
Issues related to the browser extensions
T64
user-reported
Issues identified outside of the core team
Project
accessibility-checker-engine
Browser
Chrome
Operating system
MacOS
Description
Accessibility checker doesn't flag text for contrast ratio violations if the node has overflow:hidden.
Steps to reproduce
Save this HTML to disk and open in Chrome, then run accessibility checker:
Accessibility checker should flag the "Customers" text as having a low contrast ratio, but it doesn't.
If I remove the
overflow: hidden
then it flags the error.Note that the text is fully visible on the screen regardless of the
overflow
setting.The text was updated successfully, but these errors were encountered: