Test Cases Passed Passed Example 1 Open in a new tab This a element has an accessible name
from its content.
Web Accessibility Initiative (WAI)
Passed Example 2 Open in a new tab This div element has an explicit semantic role of link
and an accessible name from its content.
Web Accessibility Initiative (WAI)
Passed Example 3 Open in a new tab This button element has an explicit semantic role of link
and an accessible name from its content.
Passed Example 4 Open in a new tab This a element has an accessible name via aria-label
Passed Example 5 Open in a new tab This a element has an accessible name via title.
Passed Example 6 Open in a new tab This a element has an accessible name from its content
via the title on the img element.
Passed Example 7 Open in a new tab This a element has an accessible name from its content.
Web Accessibility Initiative
(WAI)
Passed Example 8 Open in a new tab This a element has an accessible name from its content
via aria-labelledby on the img element.
Web Accessibility Initiative (WAI)
Passed Example 9 Open in a new tab This a element placed off screen has an accessible name
from its content.
Web Accessibility Initiative (WAI)
Passed Example 10 Open in a new tab This area element has a semantic role of link and an
accessible name via alt.
Failed Failed Example 1 Open in a new tab This a element has an empty accessible name.
Failed Example 2 Open in a new tab This a element with an image has an empty accessible
name. The image is decorative and is marked as such with an empty alt attribute value.
Failed Example 3 Open in a new tab This a element with an image has an empty accessible
name. The image is decorative because it has a role attribute value of presentation.
Failed Example 4 Open in a new tab This a element with an image has an empty accessible
name. The image is decorative because it has a role attribute value of none.
Failed Example 5 Open in a new tab This a element with an img with an empty title has an
empty accessible name.
Failed Example 6 Open in a new tab This a element with an img with an aria-labelledby has an
empty accessible name.
Failed Example 7 Open in a new tab This a element with an img with an aria-labelledby
referencing a non-existing id has an empty accessible name.
Failed Example 8 Open in a new tab This a element placed off screen has an empty accessible
name.
Failed Example 9 Open in a new tab This area element has a semantic role of link and an
empty accessible name.
Failed Example 10 Open in a new tab This a element has an explicit role of none. However, it
is focusable (by default). Thus it has a semantic role of link due to Presentational Roles
Conflict Resolution. It has an empty accessible name.
Inapplicable Inapplicable Example 1 Open in a new tab This a element does not have a
semantic role of link because it has been changed to button.
Web Accessibility Initiative (WAI)
Inapplicable Example 2 Open in a new tab This a element is not included in the accessibility
tree due to display: none.
Inapplicable Example 3 Open in a new tab This a element is not included in the accessibility
tree due to visibility: hidden.
Some text
Inapplicable Example 4 Open in a new tab This a element is not included in the accessibility
tree due to aria-hidden="true".
Web Accessibility Initiative (WAI)
Inapplicable Example 5 Open in a new tab This area element does not have the role of link
because it does not have an href attribute.
Inapplicable Example 6 Open in a new tab This a element does not have the role of link
because it does not have an href attribute.