如何让Jaws读取aria-describedby属性 [英] How to get Jaws to read aria-describedby attribute

查看:422
本文介绍了如何让Jaws读取aria-describedby属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


$ b

 < li>问题与标题中提到的一样,这里是我的HTML代码。 < a id =blog-setuphref =https://illinois.edu/toolbox/0.portlet?componentId=13&amp;desktopId=1aria-describeby =readme> setup< / a> ; < /锂> 
< div id =readme> HELLO WORLD< / div>

Jaws会说明什么:链接设置...按Jaws键,alt键,并且R读取由所描述的咏叹调。我希望Jaws能说Link setup Hello World。

解决方案

m并不是说它应该是这样),JAWS具有aria - 从版本12开始支持它,它只是提醒用户它存在并读取快捷方式。如果您有JAWS 12或更高版本,则可以在[HTML属性行为表]部分的.smf文件(JAWS共享设置文件夹)中找到该消息,在我的Classic.smf中有一行

  describeby = 1 | NormalVoice:使用JawsKey + Alt + R可以读取描述性文本。 


The problem is as mentioned in the title and here is what I have as my HTML code.

<li> <a id="blog-setup" href="https://illinois.edu/toolbox/0.portlet?componentId=13&amp;desktopId=1" aria-describedby="readme">setup</a> </li>
<div id="readme">HELLO WORLD</div>

What happens is Jaws states the following: "Link setup...press the Jaws key, alt key, and R to read the aria-describedby". What I expect would be for Jaws to say "Link setup Hello World".

解决方案

The behavior is what is intended (I'm not saying it is what it should be), JAWS has aria-describedby support since version 12 and it just alerts the user that it exists and reads the shortcut. If you have JAWS 12 or later, you can find the message in .smf files (JAWS shared settings folder) in [HTML Attribute Behavior Table] section, in my Classic.smf there is a line

    describedby=1|NormalVoice:Use JawsKey+Alt+R to read descriptive text||

这篇关于如何让Jaws读取aria-describedby属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆