Test Cases Passed Passed Example 1 Open in a new tab This checkbox has the required property aria-checked.
Passed Example 2 Open in a new tab This scrollbar has the required properties aria-controls and aria-valuenow. aria-valuemin has a default value of 0 and aria-valuemax of 100.
Passed Example 3 Open in a new tab This combobox has required properties aria-controls and aria-expanded. aria-controls references an element that does not exist, but may be added to the page when expanded. Failed Failed Example 1 Open in a new tab This combobox is missing the required aria-controls property. Note: In WAI-ARIA 1.2, combobox will also require aria-expanded.
Failed Example 2 Open in a new tab This combobox has an empty value for the required aria-controls property.
Inapplicable Inapplicable Example 1 Open in a new tab This div does not have a semantic role.
Some Content
Inapplicable Example 2 Open in a new tab This checkbox has an implicit semantic role that is identical to the explicit semantic role. Inapplicable Example 3 Open in a new tab This combobox is not included in the accessibility tree due to its styling, hiding it from everybody.
Shadow DOM - Should Pass
Shadow DOM - Should Fail