Skip to content

Potential A11y Violation:
Missing iframe title uniqueness

Point of Failure

If there are multiple iframe elements on the page, they should each have a unique title.

Available Automation Evaluation

In checking known available linting and testing tools, these are our findings.

Linting Could Exist

Potentially automatable, but the test covers it rather well.

Testing Exists

See the axe-core library for the frame-title-unique rule.

Other Test Methods

In addition to automated tests, there are other types of tests that could be conducted to prevent this potential violation.

Developer Authored Test Could Exist

Developers should try to not use iframes in general; if you must, then ensure that the code does not violate this rule. Write a test to check for this if you do not use any form of automated accessibility testing.

Manual Test Exists

Review page and ensure the point of failure does not exist, inspecting the DOM where required.

Created with ❤️ and ☕️ by Melanie Sumner. Hosted by Netlify.