Bug 136735 - AX: Children inside a <legend> are not accessible
Summary: AX: Children inside a <legend> are not accessible
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-09-10 23:02 PDT by chris fleizach
Modified: 2014-09-11 09:16 PDT (History)
9 users (show)

See Also:


Attachments
patch (4.47 KB, patch)
2014-09-10 23:08 PDT, chris fleizach
mario: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2014-09-10 23:02:56 PDT
AX is not exposing elements inside a <legend>, so that if a control element like a link is in the legend, the user cannot get to it

ie)
<legend>Not link <a href="http://www.apple.com">Link</a></legend>

<rdar://problem/18051714>
Comment 1 chris fleizach 2014-09-10 23:08:03 PDT
Created attachment 237933 [details]
patch
Comment 2 chris fleizach 2014-09-11 09:16:42 PDT
http://trac.webkit.org/changeset/173515
Comment 3 chris fleizach 2014-09-11 09:16:58 PDT
Note this was a regression from the well-intentioned
   https://bugs.webkit.org/show_bug.cgi?id=122534