閉じるアイコン
モーダルやアラートなどのコンテンツを消すために、汎用的な閉じるアイコンを使います。
私たちが aria-label
で実施したように、スクリーンリーダー用のテキストを必ず含めてください。
<button type="button" class="close" aria-label="閉じる">
<span aria-hidden="true">×</span>
</button>
モーダルやアラートなどのコンテンツを消すために、汎用的な閉じるアイコンを使います。
私たちが aria-label
で実施したように、スクリーンリーダー用のテキストを必ず含めてください。
<button type="button" class="close" aria-label="閉じる">
<span aria-hidden="true">×</span>
</button>