Steve Faulkner
Steve Faulkner
thanks for submitting @george-cz @BrettLewisVispero Here is a reduced test case that exhibits the issue and the desired behavior (via wrapping in an element with `role="application")` test case: [https://cdpn.io/pen/debug/LYKdOrL](https://cdpn.io/pen/debug/LYKdOrL) There...
> A similar issue has been filed internally as bug #108116. @BrettLewisVispero is this still an internal issue?
@nagamanasa123 can you provide a code example? I unable to help unless I have access to the code that the issue occurs with. Also, does the same issue occur when...
test case pen https://codepen.io/stevef/pen/dyQGzPB debug view https://cdpn.io/pen/debug/dyQGzPB `test` using version JAWS 2023.2303.144 and chrome Version 114.0.5735.110 (Official Build) (64-bit) / Firefox 114.0b8 (64-bit) - when arrowed to announces "test button...
@derekbove seems like an edge case to me as the user is in forms mode, why would they press escape in order to move to the next input, as they...
@brichwin @JAWS-test I had a look at this and think the issue is that the `label` content is flattened to a text string sans math output. I believe this an...
@brichwin yeah, understood, unfortunately there is not a better solution available currently, I don't think it practical currently to include MathML as part of a `label`, as the accessible name...
@Heather-Qian please provide a test case where this issue is evident.
refer to #1758
The code elicits a warning because `` and `` have a `role=generic` and therefore are likely to be ignored in the browser accessibility tree. this article may help you in...