aria-hidden 마우스오버관련해서

aria-hidden 마우스오버관련해서

QA

aria-hidden 마우스오버관련해서

답변 1

본문

<div class="test1" aria-hidden="true"></div>

 

<div class="test2" aria-hidden="false"></div>

 

위와 같은 상태에서 

 

마우스 오버시에 

test1 = aria-hidden="false"

test2 = aria-hidden="true"

 

되었다가 마우스오버가 종료되면

 

다시 

 

test1 = aria-hidden="true"

test2 = aria-hidden="false"

 

로 적용하려면 제이쿼리를 어떻게 해야할까요

이 질문에 댓글 쓰기 :

답변 1

궁금한 게, 이건 어떤 용도에 쓸모 있는 건가요? ^^;;

ARIA (Accessible Rich Internet Applications)는 장애가있는 사람들이 웹 컨텐츠와 웹 애플리케이션을보다 쉽게 ​​이용할 수 있도록하는 방법을 정의합니다.

aria-hidden="true" 일때 스크린 리더기가 읽지 않는다고 하네요

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 40
© SIRSOFT
현재 페이지 제일 처음으로