Bug 136735

Summary: AX: Children inside a <legend> are not accessible
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, commit-queue, dmazzoni, jcraig, jdiggs, mario, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch mario: review+

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