[BUG]: Accessibility checker no longer ignores hidden blocks (regression) #2109
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
EAAC should ignore blocks that are
display: none
,visibility: hidden
, and/oraria-hidden="true
. It used to work that way, up to the Oct 1, 2024 deployment. But after that (starting with the Nov 6, 2024 ruleset), it scans those blocks.This leads to spurious error messages such as:
Steps to reproduce
Unlike #2103 this happens in both Node and on Chrome. A minimal test case is:
The problem also happens though with
visibility: hidden
andaria-hidden="true"
.The text was updated successfully, but these errors were encountered: