input-missing-label should verify label is present in AT
input-missing-label
currently only verify the presence of a <label>
in the DOM but it doesn't verify if it is present in the AT.
Reduced test-case
<input id="my-id" />
<label for="my-id" aria-hidden="true">...</label>
Configuration
N/A
Expected result
1:1
<input> element <label> is hidden with aria-hidden
Actual result
No error
Version
N/A