๐Ÿ‘ฉ๐Ÿป‍๐Ÿ’ปSTUDY/Publishing

์›น์ ‘๊ทผ์„ฑ์„ ์œ„ํ•œ ํ…์ŠคํŠธ ์ˆจ๊น€ ์ฒ˜๋ฆฌ(blind text)

jmjm 2021. 4. 29. 17:18

์‚ฌ์šฉ์ด์œ !

display: none ์ด ์•„๋‹Œ ์ ‘๊ทผ์„ฑ์„ ๊ณ ๋ คํ•ด ์ˆจ๊น€์ฒ˜๋ฆฌํ•œ๋‹ค.

 

.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    text-index: -9999px;
    width: 1px;
    height: 1px;
}

์œ„์™€ ๊ฐ™์€ ๊ฒฝ์šฐ ์ ‘๊ทผ์„ฑ์— ๋ฌธ์ œ๋ฅผ ์ผ์œผํ‚จ๋‹ค.

text-indent์˜ ๊ฒฝ์šฐ, ์•ต์ปคํƒœํฌ(<a href="/">)๋‚˜ html5์—์„œ ๋Œ€ํ™”ํ˜• ์š”์†Œ๋“ค์—์„œ ์ดˆ์ ์„ document ๋ฐ–์— ์žก์•„๋ฒ„๋ฆฌ๋Š” ๋ฌธ์ œ์ ์ด ์žˆ๋‹ค.

 

๋ณด์ด์ง€ ์•Š๋Š” ๊ณณ์— ์ดˆ์ ์ด ๋‚˜๊ฐ€๋Š” ๊ฒƒ์€ ์ ‘๊ทผ์„ฑ์— ์œ„๋ฐ˜๋˜๋ฏ€๋กœ, ์ˆจ๊น€ํ…์ŠคํŠธ๋ฅผ ์‚ฌ์šฉํ•˜๊ณ ์ž ํ•  ๋•Œ ๋ถ€์ ํ•ฉํ•˜๋‹ค.

 

.blind {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
}
// ์Šคํƒ€์ผ ์„ค๋ช…
/*
1) position:absolute;
- ๋ ˆ์ด์•„์›ƒ์— ์˜ํ–ฅ ๋ฏธ์น˜์ง€ ์•Š๊ธฐ ์œ„ํ•ด์น˜์ง€ ์•Š๊ธฐ ์œ„ํ•ด
2) overflow:hidden;
- ์š”์†Œ์˜ ํฌ๊ธฐ๋ฅผ ๋ฒ—์–ด๋‚˜๋Š” ์ฝ˜ํ…์ธ  ์ˆจ๊ธฐ๊ธฐ ์œ„ํ•ด
3) width, height: 1px;
- ๋„“์ด์™€ ๋†’์ด ์ตœ์†Œ(1px)ํ•˜์—ฌ ์Šคํฌ๋ฆฐ๋ฆฌ๋”๊ธฐ๊ฐ€ ์ธ์‹ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•œ๋‹ค.
4) margin:-1px;
- ์š”์†Œ์˜ ํฌ๊ธฐ๋งŒํผ ์—ญ๋งˆ์ง„์„ ์ฃผ์–ด ์š”์†Œ ์ฐจ์ง€ํ•˜๋Š” ๊ณต๊ฐ„ ์ œ๊ฑฐ
5) clip: rect(0, 0, 0, 0);
- ์š”์†Œ๊ฐ€ ํ™”๋ฉด์— ๋ณด์ด๋Š” ์˜์—ญ์„ 0์œผ๋กœ ์ง€์ •
6) clip-path: inset(50%);
- clip ํ˜ธํ™˜์„ฑ์„ ์œ„ํ•ด ์ถ”๊ฐ€
*/

ํ•˜๋Š” ๊ฒƒ์ด ์ข‹๋‹ค.

 

 

Reference

https://nm817.tistory.com/42

https://codingsalon.tistory.com/62

 

 


[21.12.21 ์ถ”๊ฐ€]

https://webaim.org/techniques/css/invisiblecontent/#techniques

 

WebAIM: CSS in Action - Invisible Content Just for Screen Reader Users

CSS in ActionInvisible Content Just for Screen Reader Users You are here: Home > Articles > CSS in Action: Invisible Content Just for Screen Reader Users Article Contents Introduction Techniques for hiding text Examples Instructional cues and indicators "S

webaim.org

 

https://omins.tistory.com/90

 

์›น ์ ‘๊ทผ์„ฑ์„ ๊ณ ๋ คํ•˜๋ฉฐ HTML ์š”์†Œ ์ˆจ๊ธฐ๊ธฐ

์ ‘๊ทผ์„ฑ '๋„ค์ด๋ฒ„ ์ ‘๊ทผ์„ฑ'์—์„œ ์ธ์šฉํ•œ ์ •๋ณด ์ ‘๊ทผ์„ฑ์˜ ์ •์˜๋Š” ๋‹ค์Œ๊ณผ ๊ฐ™๋‹ค. ์ •๋ณด ์ ‘๊ทผ์„ฑ์€ ๋ชจ๋“  ์‚ฌ์šฉ์ž๊ฐ€ ํŠน์ • ํ™˜๊ฒฝ์ด๋‚˜ ์‹ ์ฒด์  ์žฅ์• ์— ์ƒ๊ด€์—†์ด ์›น ์‚ฌ์ดํŠธ๋‚˜ ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์—์„œ ์ œ๊ณตํ•˜๋Š” ๋ชจ๋“  ์ •

omins.tistory.com