Bug 107976
| Summary: | WebKit exposes AXTitleUIElement incorrectly; prevents VO users from clicking links inside labels, which is common for T&C and EULA | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | chris fleizach <cfleizach> |
| Component: | Accessibility | Assignee: | chris fleizach <cfleizach> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | jcraig |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
chris fleizach
WebKit exposes AXTitleUIElement incorrectly; prevents VO users from clicking links inside labels, which is common for T&C and EULA for checkboxes
Example
<input type="checkbox" value="true" id="payment-bml-method-promo-accept">
<label for="payment-bml-method-promo-accept">
Yes, I'd like
<a href="https://www.securecheckout.billmelater.com/paycapture-content/fetch?hash=BUY23YUB&content=/bmlweb/np90drollingiw.html"> No Payments for 6 months on orders over $250.</a>
</label>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
James Craig
*** This bug has been marked as a duplicate of bug 121039 ***