-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
lib: pa11y-ci
version: 3.1.0
We recently enabled pa11y-ci on our site and are finding a small number of false positives related to iframes in the report. We'd like to make any errors fail the build, so I'm wondering if you have seen this issue before.
The error is always the same:
Iframe element requires a non-empty title attribute that identifies the frame.
(html > body > iframe)
<iframe height="0" width="0" style="display: none; visibility: hidden;"></iframe>
However, there is no iframe element present on the page, and this error presents itself on different, random pages on each re-run. I've tried this on a dev server and on the actual URL and still get the same results.
Glad to share any other configs if needed. Thanks again for the help.