我正在改進我的網站和屏幕閱讀器的可訪問性(目前使用JAWS 15進行測試)爲我想提供不同指令的HTML元素提供默認指示。 到目前爲止,我已經能夠添加aria-label="In order to foo, you need to bar",但在離開元素之前,屏幕閱讀器正在播放默認指令,這些指令是不正確的(即「按X鍵執行Y」)。 有關防止默認標記元素指令被屏幕閱讀器讀取的任何建議?
屏幕閱讀器將如何處理的情況下,你有aria-live和aria-atomic另一個元素裏面有aria-live和aria-atomic和含量的變化嵌套元素中的元素? 它會讀取兩節,讀取嵌套節兩次? HTML: <div aria-live="polite" aria-atomic="true">
Here is some text, <span>this itself may chang