Bug 196756 - AX: interactive elements inside role=math are not accessible
Summary: AX: interactive elements inside role=math are not accessible
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-04-09 18:11 PDT by James Craig
Modified: 2019-04-09 18:56 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 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.
Comment 1 Radar WebKit Bug Importer 2019-04-09 18:13:42 PDT
<rdar://problem/49758963>