Test:
Test 1
Authors MUST NOT set aria-readonly="true"
on an element that has contentEditable
.
The following div
has an aria-readonly=true
with contenteditable
.
Expected result:
Error that authors must not use aria-readonly=true
on an element with contenteditable
.