私のフォームには、画像(ボタン+テキスト)の送信ボタンがあります。エンプティを持っているvalue=""
のでボタン画像に干渉しません。
アクセシビリティを必要とするユーザーがこのボタンを理解できるようにするにはどうすればよいですか?
<input type="submit" name="submit" id="submit" value="" class="button" style="background: url(img/enter-now-button.png) no-repeat;" />
(隠された) ラベルは適切でしょうか?
<label class="hideForm" for="submit">Submit Form:</label>
<input type="submit" name="submit" id="submit" value="" class="button" style="background: url(img/enter-now-button.png) no-repeat;" />