WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
196756
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-04-09 18:13:42 PDT
<
rdar://problem/49758963
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug