๋น์ถ์ฒ
- display: none
- visibility: hidden
- ์์์ ํฌ๊ธฐ๋ฅผ 0์ผ๋ก ๋ง๋ค๊ธฐ
width: 0; height: 0; font-size: 0; line-height: 0;
- opacity: 0
- text-indent: -9999px
- position์ ์ด์ฉํด์ ํ๋ฉด์์ ๋ฐ์ด๋ด๊ธฐ
.offscreen { position: absolute; top: -9999px; overflow: hidden; }
์ถ์ฒ
clip-path๋ฅผ ์ด์ฉํด์ ์จ๊ธฐ๊ธฐ
clip-path: ์ง์ ๋ ํด๋ฆฌํ ๋ฒ์์ ๋ฐ๊นฅ ๋ถ๋ถ์ ์จ๊ฒจ์ฃผ๋ ์์ฑ์ด๋ค.
.a11y-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: polygon(0 0, 0 0, 0 0); }
์ด ๋ฐฉ๋ฒ์ ํ๋ฉด์์ ์์๋ฅผ ์จ๊ธฐ๊ณ , ์คํฌ๋ฆฐ ๋ฆฌ๋๊ฐ ํด๋น ์์์ ํ
์คํธ๋ฅผ ์ฝ์ ์ ์์ผ๋ฉฐ,
๋ณด์กฐ๊ธฐ๊ธฐ๊ฐ ์ ๊ทผํ์ ๋ ํ๋ฉด ์คํฌ๋กค์ ์์ง์์ ๋ง์ ์ ์๋ค.