standards-support
standards-support copied to clipboard
Contains documentation for Vispero software support of Web standards
### Summary 1. Go to https://www.w3.org/WAI/ARIA/apg/patterns/treeview/examples/treeview-navigation/#ex_label 2. Navigate in the tree using the arrow keys ### Expected result Only the first tree item is announced as "selected" ### Actual result...
### Summary At least with IE 11, when using ``, JAWS 2018 announced the main region when you first navigate into it. But if then does not repeat this information....
### Summary We have identified a bug where JAWS is not announcing the content in standard input fields and text areas. This issue is specific to JAWS, as NVDA and...
### Summary > When using aria-disabled JAWs still reads out "Press enter to apply". ### Expected result > When the button has a label of aria-disabled="true" JAWs shouldn't tell user...
### Summary I made a nested table to check how JAWS would handle it. JAWS reads through the nested table twice before announcing the end of the document. Within each...
### Summary In Forms mode, JAWS users use Tab to jump between items. JAWS emits the semantic role of list boxes as "list", but the role should be "list box"...
### Summary Lists that receive the focus are output as "listbox" (like `select size>1`) 1. Go to https://codepen.io/jaws-test/pen/dyyYMqg 2. Tab to the lists and listitems ### Expected result * Lists...
### Summary ARIA introduces 2 roles for tabular information: table and grid. While table is static table, grids are interactive widgets. JAWS in Forms mode, when tabbed into the grid,...
### Summary Example: 1. Navigate to the https://teams.microsoft.com/v2/ or run Microsoft Teams app 2. Navigate to the settings 3. In settings navigate to "Appearance and accessibility" tab 4. Navigate to...
### Summary When a user tabs into a grid using Forms mode, JAWS emits the grid name twice. To reproduce, you need a grid made with ^lt;table role="grid" aria-label="Example"> I've...