Skip to content

AccessibilityChecker identifies errors in its own built-in IFrame #31

@raphael-kalff

Description

@raphael-kalff

We've recently discovered 3 unknown errors that previously didn't exist.
AccessibilityChecker references 3 errors inside it's built-in iframe:

  • Iframe element requires a non-empty title attribute that identifies the frame.
  • A title should be provided for the document, using a non-empty title element in the head section.
  • The html element should have a lang or xml:lang attribute which describes the language of the document.

If we check the option "skip Iframes", the amount of errors reduces down to 2. It will ignore the first issue with the title attribute but the remaining ones are still visible.

Screenshot 2024-06-05 171407

Screenshot 2024-06-05 171535

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions