JAWS-test
JAWS-test
### Summary * Label and role of Live Regions are not output correctly * Live regions are not recognized as standalone elements when reading 1. Save as HTML file: ```...
### Summary Change of alternative text of img within a Live Region is output incorrectly (Firefox) 1. Save as HTML file: ``` live region Change Change Change Change ``` 2....
### Summary Change of SVG within a Live Region is not output (Firefox) 1. Save as HTML file: ``` live region test Change ``` 2. Activate the button ### Expected...
### Summary Invisible contents in Live Region lead to reading pause (IE 11, Chrome) 1. Save as HTML file: ``` live region regular
### Summary Incorrect output of form fields within Live Regions (Chrome, Firefox) 1. Save as HTML file: ``` live region with form fields input with title button with aria-label button...
### Summary Inconsistent Live Region output if the content does not change 1. Save as HTML file: ``` live region content of live region same text same node different text...
### Summary Inconsistent Live Region output depending on the fade-in method 1. Save as HTML file: ``` live region content of live region visibility:hidden hide show display:none hide show aria-hidden...
### Summary Links without href are not correctly output and activated 1. save as HTML file: ``` link without href 0 1 2 3 4 5 document.getElementById("1").onclick = function(){alert("1")}; document.getElementById("3").addEventListener("click",...
### Summary select multiple does not work 1. save as HTML file: ``` select multiple ingredients 1 tomato carrot apple pear ingredients 2 tomato carrot apple pear ``` 2. Navigate...
### Summary separator is not output 1. save as HTML file: ``` separator test --- ``` 2. Navigate with Tab key, arrow keys, quick navigation ### Expected result Correct output...