0

シンプルなリストボックスがあります

    <ul role="listbox">
        <li role="presentation" >
            <a role="option" href="javascript:void(0);" aria-selected="false">text1</a>
        </li>
        <li role="presentation" >
            <a role="option" href="javascript:void(0);" aria-selected="true">text2</a>
        </li>
    </ul>

しかし、Internet Explorer で NVDA を使用すると、スクリーン リーダーが href 属性を読み取ります (たとえば、"text1 javascript:void(0); not selected text1" または "text1 javascript:void(0); selected text2")。IE でのみ発生します。NVDA と IE で lisbox でアンカーを使用する方法はありますか?

4

0 に答える 0