1.3.1 Info and Relationships - Check #408
A button
Passed Example 4 Open in a new tab The aria-pressed attribute value of mixed is
allowed for the tristate value type.
Partially pressed button
Passed Example 5 Open in a new tab The aria-errormessage attribute value is an ID
Reference value type. The presence of an element with a matching ID is not required
by this rule.
Passed Example 6 Open in a new tab The aria-owns attribute value is a valid ID
Reference List value type. Both tokens reference elements that exist in the same
[DOM tree][].
Shopping list
Apples
Bananas
Passed Example 7 Open in a new tab The aria-rowindex attribute value of 2 is a valid
integer value type.
Fred
Passed Example 8 Open in a new tab The aria-valuemin, aria-valuemax and
aria-valuenow attribute values are valid for a number value type.
Passed Example 9 Open in a new tab The aria-current attribute value of page is a
valid token value type.
Home
Passed Example 10 Open in a new tab The aria-relevant attribute value has a text and
removals tokens. Both are valid tokens for a aria-relevant token list value type.
Failed Example 1 Open in a new tab The aria-required attribute value of undefined is
not valid for a true/false value type.
Failed Example 2 Open in a new tab The aria-expanded attribute value of collapsed is
not valid for a true/false/undefined value type.
A button
Failed Example 3 Open in a new tab The aria-pressed attribute value of horizontal is
not valid for a tristate value type.
An other button
Failed Example 4 Open in a new tab The aria-rowindex attribute value of 2.5 is not
valid for an integer value type because it is a decimal number.
Fred
Failed Example 5 Open in a new tab The aria-valuemin, aria-valuemax and
aria-valuenow attribute values are strings. These should all be of the number value
type instead.
Failed Example 6 Open in a new tab The aria-live attribute value of page is not a
valid token, because page is not a token for aria-live.
Failed Example 7 Open in a new tab The aria-relevant attribute value has the two
tokens text and always. The always token is not valid for the aria-relevant token
list. In order to be a valid value, all tokens must be valid.
Inapplicable Inapplicable Example 1 Open in a new tab Element does not have any ARIA
states or properties
Some Content
Inapplicable Example 2 Open in a new tab Element has ARIA role, but no ARIA states
or properties
Some Content
Inapplicable Example 3 Open in a new tab aria-checked state with empty value Note:
The HTML validator flags an aria-checked attribute with an empty value as an issue.
However WAI-ARIA 1.1 indicates aria-checked has a default value of undefined.
Accept terms and conditions
Inapplicable Example 4 Open in a new tab aria-hidden state on an element that is not
an HTML or SVG element
Passed Shadow DOM Test 1
Passed Shadow DOM Test 2
Passed Shadow DOM Test 3
Passed Shadow DOM Test 4
Passed Shadow DOM Test 5
Passed Shadow DOM Test 6
Passed Shadow DOM Test 7
Passed Shadow DOM Test 8
Passed Shadow DOM Test 9
Passed Shadow DOM Test 10
Failed Shadow DOM Test 1
Failed Shadow DOM Test 2
Failed Shadow DOM Test 3
Failed Shadow DOM Test 4
Failed Shadow DOM Test 5
Failed Shadow DOM Test 6
Failed Shadow DOM Test 7
Inapplicable Shadow DOM Test 1
Inapplicable Shadow DOM Test 2
Inapplicable Shadow DOM Test 3
Inapplicable Shadow DOM Test 4