JAWS-test
JAWS-test
The [APG toolbar chapter](https://w3c.github.io/aria-practices/#toolbar) says > Avoid including controls whose operation requires the pair of arrow keys used for toolbar navigation. If unavoidable, include only one such control and make...
Regarding: https://w3c.github.io/aria-practices/#naming_with_aria-labelledby: "It incorporates content from elements regardless of their visibility, i.e., it even includes content from elements with the HTML hidden attribute, CSS display: none, or CSS visibility: hidden...
### 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 1. Go to https://codepen.io/jaws-test/pen/mdpgyPx 2. Press submit 3. Tab to all form fields ### Expected result Each field has a tooltip with a detailed error description. This should...
### Summary When I use `aria-readonly=true` at `` or `role=slider`, browsers pass both the ARIA attribute aria-readonly and the status that the value cannot be changed to the operating system's...
### Summary 1. Go to https://codepen.io/jaws-test/pen/LYeRgJV 2. tab to all 9 inputs The 9 input fields are located in groups. The groups each have a label and a description. The...
### Summary 1. https://codepen.io/jaws-test/pen/jOVLJeB 2. Tab to the inputs ### Expected result placeholder and aria-placeholder are output correctly ### Actual result Chrome, Edge, Firefox: * Some characters like (, ;...
### Summary 1. Go to https://www.w3schools.com/code/tryit.asp?filename=GK4VUXCLKLQB 2. read with down arrow key ### Expected result * Role, name and value should be output once and correctly (WCAG SC 4.1.2) *...
### Summary Incorrect operating instruction for spinbutton 1. Open https://www.w3.org/TR/wai-aria-practices/examples/spinbutton/datepicker-spinbuttons.html 2. Navigate with Tab key to the spinbuttons ### Expected result Correct operating instructions ### Actual result The operating instructions...
### Summary 1. Go to https://codepen.io/jaws-test/pen/WNZrREZ 2. Press F5 or C (quick navigation to the listbox) 3. Press INS+F5 (element overview) 4. Press Tab to reach the listbox 5. Read...