NEW196756
AX: interactive elements inside role=math are not accessible
https://bugs.webkit.org/show_bug.cgi?id=196756
Summary AX: interactive elements inside role=math are not accessible
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.