Bug 196756

Summary: AX: interactive elements inside role=math are not accessible
Product: WebKit Reporter: James Craig <jcraig>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: jdiggs, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

James Craig
Reported 2019-04-09 18:11:05 PDT
Joanie pointed out that the field in the first example is accessible, but the field in the second is not. <div role='group'><input /> + 1 = 4</div> <div role='math'><input /> + 1 = 4</div> It seems like this could be resolved (treat the math role more like group) without affecting the MathML-specific implementation.
Attachments
Radar WebKit Bug Importer
Comment 1 2019-04-09 18:13:42 PDT
Note You need to log in before you can comment on or make changes to this bug.