Passed Passed Example 1 Open in a new tab This iframe element gets its accessible name from
the title attribute.
Passed Example 2 Open in a new tab This iframe element gets its accessible name from the
aria-label attribute.
Passed Example 3 Open in a new tab This iframe element gets its accessible name from the
content of the div referenced with the aria-labelledby attribute.
Grocery List
Failed Failed Example 1 Open in a new tab This iframe element has an empty ("") accessible
name. The name attribute is not used in computing the accessible name of iframe elements.
Failed Example 2 Open in a new tab This iframe element has no attributes that would give it
a non-empty ("") accessible name.
Failed Example 3 Open in a new tab This iframe element has an empty ("") accessible name
because the title attribute has an empty string as its value.
Failed Example 4 Open in a new tab This iframe element has an empty ("") accessible name
because the title attribute value is trimmed of whitespace by the accessible name
computation. Note:: Because iframe elements are part of sequential focus navigation, the
explicit semantic role of none will be ignored, due to the Presentational Roles Conflict
Resolution.
Inapplicable Inapplicable Example 1 Open in a new tab This page has no iframe element.
Inapplicable Example 2 Open in a new tab This iframe is not included in the accessibility
tree because of setting a style of display: none;.
Inapplicable Example 3 Open in a new tab This iframe element has a negative tabindex and
therefore is not included in the sequential focus navigation.