equalizedigital / accessibility-checker

GNU General Public License v2.0
15 stars 8 forks source link

Don't flag missing iframe title if it's display: none and visibility: hidden #641

Closed pattonwebz closed 1 month ago

pattonwebz commented 1 month ago

This PR adds a check for display:none and visibility: hidden before determining if it should create an issue for an iframe. Google tag manager iframe should no longer create noise with this change since it has both.

Closes: #184