standards-support
standards-support copied to clipboard
Contains documentation for Vispero software support of Web standards
We are delighted that JAWS announces "has details" on an image that contains the "aria-details" attribute. We also love that it announces entering and leaving the element that contains the...
### Summary Example: 1. https://w3c.github.io/aria-practices/examples/menubar/menubar-navigation.html 2. Navigate with Tab to the menu, navigate with arrow keys inside the menu ### Expected result Menu entries with a submenu are output as...
### Summary When a `table` has a `rowheader` that isn't in the first column of the `table`, the `rowheader`'s name isn't read when navigating the first column of the table....
### Summary > With arrow key navigation, JAWS screen reader is ignoring the aria-label associated with the text input field. When used TAB to navigate, it is announcing the aria-label...
### Summary Following up on testing #91, the virtual cursor and hot keys are limited to navigating the contents of a `role=dialog` when it has the attribute `aria-modal=true`. However, a...
Steps to reproduce: 1. Go to https://jsfiddle.net/jreid01/0zcjfoyw/2/ 2. Activate JAWS 3. Focus the Name input field 4. Tab to the cancel button. Expected result: JAWS should announce "Cancel button." Actual...
### Summary > Brief description of the issue. Please list any specific steps. > Live region elements are not read. > Example: > 1. Go to https://codepen.io/careddy/pen/XWEYjdy > 2. Click...
### Summary If you have a disabled input with no value in a table, then JAWS will not inform the user that the input is unavailable. Example: 1. Find or...
### Summary JAWS does not narrate the accessible name of an element with the "progressbar" role when focused with the virtual cursor. Steps to reproduce: 1. Visit [this demo page][example]....
### Summary When navigating a ```role="grid"```, JAWS does not announce the row and column indexes as you navigate the grid. This is a different behavior than if you navigate a...