Page Title: propos d'Olansi
August 03, 2021 05:22

frame must have accessible name

Actions

Severity Action
no actions

Details

Rule ID Frame 1
Definition frame element must have an accessible name to support screen reader navigation.
Purpose
  • Screen readers provide a means to navigate web page content using frame elements.
  • The accessible name of the frame element (the title attribute value) must describe the contents of the frame.
  • The accessible name helps users decide whether they want to navigate to a frame.
WCAG Success Criteria

2.4.1 Bypass Blocks (Level A, Primary Success Criterion)

Rule Category Styling/Content
Scope Element
Target Resources frame elements
  • frame
Techniques
  • Use the title attribute to provide an accessible name for a frame element.
  • Accessible names should be short and describe the contents of the frame element to help users to decide whether to navigate to a frame.
  • For frames with no visible content, explicitly identify the frame as having no information for the user (e.g. title="No content").
Manual Checks
  • View the accessible names of the frames in the document to verify that they help users identify the contents of each frame.
Informational Links

Element Results

Element Identifier Result Element Position Message

Column Definitions

Element Identifier
Information about the element associated with the result.
The information typically includes the tag name, accessible name or other information related to the rule requirements.
"Page" means that the result applied to the page. For example, the rule "One main landmark on the page" is a page level rule.
Element Position
The element position is based on the DOM order of elements in the page.
The element position maybe useful in helping to locate a specific element on the page evaluated (e.g smaller numbers are typically toward the beginning of a page and larger numbers typically toward the end of a page).
Element position 1 is the first element.
The highest element position is the last element.
Element position values for most rule/page results will not be consecutive since a rule only applies to a sub set of elements found on a page.