Project
Screen Reader Simulator browser extension
Browser
Chrome
Description
For this testcase:
<h2>Regular order</h2>
<div>
<input type="checkbox" id="terms" name="terms" required aria-label="I have read and accept the terms and conditions."/>
<label id="chkLabel" for="terms" >
<span aria-hidden="true">I have read and accept the </span>
<a href="#" target="_blank">
terms and conditions</a><span aria-hidden="true">.</span>
</label>
</div>
The link is skipped in both item mode and reading mode because it's within the label:
[checkbox, not checked, required, "I have read and accept the terms and conditions."]
It shouldn't be skipped. It should be included in both the item and tab views.
Project
Screen Reader Simulator browser extension
Browser
Chrome
Description
For this testcase:
The link is skipped in both item mode and reading mode because it's within the label:
It shouldn't be skipped. It should be included in both the item and tab views.