Tests:
Test 1
Authors MUST NOT use the aria-expanded
attribute on any element which also has a popovertarget
attribute.
Expected result:
error for inappropriate use of aria-expanded
when element has popovertarget
attribute which implicitly handles aria-expanded
states.
Test 2
Authors MUST NOT use the aria-expanded
attribute on any element which will have a popovertarget
attribute
set due to adding it via the popoverTargetElement
IDL attribute.
Expected result:
error for inappropriate use of aria-expanded
when element has popovertarget
attribute which implicitly handles aria-expanded
states.
Test 3
Authors MUST NOT use the aria-expanded
attribute on any element which also has a command
attribute.
Expected result:
error for inappropriate use of aria-expanded
when element has popovertarget
attribute which implicitly handles aria-expanded
states.
Test 4
Authors MUST NOT use the aria-expanded
attribute on any element which will have a command
attribute
set due to adding it via the popoverTargetElement
IDL attribute.
Expected result:
error for inappropriate use of aria-expanded
when element has popovertarget
attribute which implicitly handles aria-expanded
states.