Bug 196756
| Summary: | AX: interactive elements inside role=math are not accessible | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | James Craig <jcraig> |
| Component: | Accessibility | Assignee: | 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
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
<rdar://problem/49758963>