目の不自由なユーザーがデータベースにアクセスできるようにしようとしていますが、予想通り多くの問題が発生しています。
role='application' を追加し、すぐに JAWS をフォーム モードにすると、サイトのタブ移動と動作がより予測しやすくなることがわかりました。ただし、簡単なテキストを読む方法がわかりません。
例えば。このようなフォームがあるとしましょう
<form method='post'>
<input type='text' title='First Name' name='firstname'>
<input type='text' title='First Name' name='lastname'>
<div tabindex='0'>In this next section, make sure you do XYZ when filling things out</div>
<select name='question1' title='Question 1'>The Options</select>
<select name='question2' title='Question 2'>The Options</select>
<select name='question3' title='Question 3'>The Options</select>
<input type='submit' value='Submit'></form>
div「この次のセクションでは、確認してください...」がスクリーンリーダーによって読み取られるようにするにはどうすればよいですか?