Skip to content

CSS: screen-reader-content

.instui-screen-reader-content — 보조 기술에서 접근할 수 있도록 콘텐츠를 유지하면서 시각적으로 숨깁니다(표준 클립 패턴).

Source: screen-reader-content.css

접근성

스크린 리더를 위해 텍스트를 접근성 트리에 유지하되 시각적 레이아웃에서는 제거합니다.

사용법

css
@import "@pantoken/components/components.css";

예제들

html
<a class="instui-link" href="#examples" target="_blank">example</a>
<span class="instui-screen-reader-content">Opens in a new window</span>