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.
Passed Shadow DOM Test 1
Passed Shadow DOM Test 2
Passed Shadow DOM Test 3
Failed Shadow DOM Test 1
Failed Shadow DOM Test 2
Failed Shadow DOM Test 3
Failed Shadow DOM Test 4
Inapplicable Shadow DOM Test 1
Inapplicable Shadow DOM Test 2
Inapplicable Shadow DOM Test 3