Tests:
Test 1
Authors SHOULD NOT use the aria-readonly="true"
on any element which also has a readonly
attribute.
The following input
s have readonly
and aria-readonly=true
set.
Expected result:
warning for unnecessary use of aria-readonly=true
when element has readonly
.
Test 2
Authors MUST NOT use aria-readonly="false"
on any element which also has a readonly
attribute.
The following input
s have readonly
and aria-readonly=false
set.
Expected result:
error for use of aria-readonly=false
which is in opposition of readonly