JAWS-test
JAWS-test
### Summary Read with the virtual cursor: `1` ### Expected result Correct output of the role ### Actual result Before the role, "menu" is additionally output ### Additional Information The...
The 2 are changed only at Up-Event: * [Vertical Temperature Slider Example](https://www.w3.org/WAI/ARIA/apg/example-index/slider/slider-temperature.html) * [Media Seek Slider Example](https://www.w3.org/WAI/ARIA/apg/example-index/slider/slider-seek.html) The 2 are not changed on the down event, but they are changed...
https://w3c.github.io/aria-practices/#Listbox: Two operating concepts are presented and only one of them is recommended and implemented in the example. I understand that the recommended one is much easier to operate with...
Example: `Bad value caption for attribute role on element [div].` The new roles are: * meter * time * code * caption * paragraph * blockquote * generic * superscript...
### Summary labeling of fieldset is not output correctly (Chrome) 1. save as HTML file: ``` legend aria-labelledby legend1 legend2 ``` 2. Use quick navigation (E) 3. Use element overview...
### Summary aria-level>6 is not output correctly for headings 1. save as HTML file: ``` heading 0 2 7 - ``` 2. Read with arrow keys or navigate with H...
### Summary A link in the legend element of a fieldset is not output 1. Go to https://codepen.io/jaws-test/full/wvMmVoJ 2. Tab + Shift-Tab to the link in the legend of the...
### Summary Inconsistent Live Region output when dynamically adding ARIA roles/attributes 1. Save as HTML file: ``` live region content of live region add alert remove alert add aria-live remove...
### Summary select size>1 does not work 1. save as HTML file: ``` select size>1 ingredients 1 tomato carrot apple pear ingredients 2 tomato carrot apple pear ``` 2. Navigate...
### Summary Live regions are not output reliably 1. Save as HTML file: ``` live region .none {display:none;} live region add class remove class add style remove style ``` 2....