This is practical accessibility guidance for first-pass triage. It is not legal advice, a formal audit, WCAG certification, or a conformance guarantee.

What this means

An embedded frame does not have a title.

Why it matters

Users need to know what embedded content is before entering it.

How to fix it

  • Add a short descriptive title attribute to each iframe.
  • Name the purpose, such as map, video, booking widget, or payment form.
  • Review third-party embed code before publishing.

What automated checks can detect

A checker can detect iframe elements without a non-empty title.

What still needs manual review

Also test keyboard access and focus behaviour inside the embedded content.

Automation cannot test every interaction inside the embedded service.

Canadian context

Third-party embeds still affect the user experience for Canadian visitors, even when another vendor supplies the code.

Related tools and guides