dequelabs / axe-core

Accessibility engine for automated Web UI testing
https://www.deque.com/axe/
Mozilla Public License 2.0
5.89k stars 771 forks source link

Support `display: contents` #4506

Open straker opened 3 months ago

straker commented 3 months ago

Currently axe-core does not take into account display: contents in any of our rules. We'll need to investigate which rules it affects and how to handle it for each case.