Skip to content

pa11y-ci raises iframe issue when no iframe is present #253

@btylerburton

Description

@btylerburton

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions