Test Cases Passed Passed Example 1 Open in a new tab None of these button elements has descendants that are included in sequential focus navigation. Passed Example 2 Open in a new tab This element with checkbox role has no descendants that are included in sequential focus navigation. Instead the link to the terms of service is adjacent, and aria-labelledby is used to provide its accessible name.

I agree to the terms of service

Passed Example 3 Open in a new tab This element with menuitemcheckbox role has an input element as a descendant. Because the input is disabled it is not included in sequential focus navigation. Note: The input checkbox has a role attribute value of none to ensure it is ignored by browsers that do not support presentational children. Failed Failed Example 1 Open in a new tab This button element has a child span element. Because the span element has a tabindex attribute with value of 0, it is included in sequential focus navigation. Failed Example 2 Open in a new tab This element with checkbox role has an a element as a child. Because the a element has an href attribute, it is included in sequential focus navigation.

I agree to the terms of service

Failed Example 3 Open in a new tab This element with menuitemcheckbox role has a checkbox as a child. Because the checkbox is not disabled, it is included in sequential focus navigation. Inapplicable Inapplicable Example 1 Open in a new tab This element has a link role which does not have presentational children. W3C Website Should pass
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
Inapplicable Shadow DOM Test 1