Bug 107976 - WebKit exposes AXTitleUIElement incorrectly; prevents VO users from clicking links inside labels, which is common for T&C and EULA
Summary: WebKit exposes AXTitleUIElement incorrectly; prevents VO users from clicking ...
Status: RESOLVED DUPLICATE of bug 121039
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: chris fleizach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-25 12:30 PST by chris fleizach
Modified: 2014-02-07 11:15 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2013-01-25 12:30:54 PST
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&amp;content=/bmlweb/np90drollingiw.html"> No Payments for 6 months on orders over $250.</a>
        </label>
Comment 1 James Craig 2014-02-07 11:15:08 PST

*** This bug has been marked as a duplicate of bug 121039 ***