in English

닫기 아이콘

모달 및 경고와 같은 콘텐츠를 닫으려면 일반 닫기 아이콘을 사용하세요.

에서 했던 것처럼 스크린 리더용 텍스트를 포함해야 합니다aria-label .

<button type="button" class="close" aria-label="Close">
  <span aria-hidden="true">&times;</span>
</button>