Before. 2021

input&label ์›น ์ ‘๊ทผ์„ฑ์— ๋งž๋Š” ์ฝ”๋”ฉ

๋น™๊ณ ๊ตฌ๋ง›ํƒ• 2012. 11. 9. 11:23

input & label ์›น ์ ‘๊ทผ์„ฑ์— ๋งž๋Š” ์ฝ”๋”ฉ๋ฒ•





1. input ๊ณผ label์„ ๋™์‹œ์— ์“ฐ๋Š” ๊ฒฝ์šฐ

     --> label์˜ for์™€ input ์•„์ด๋””๋ฅผ ์—ฐ๋™ ์‹œ์ผœ์ค˜์•ผํ•จ. 


1
2
3
4

<div> <label for="input id">์ด๋ฆ„</label>

<input type="text" id="id"/> </div>


2. input๋งŒ ์“ฐ๋Š” ๊ฒฝ์šฐ

     --> ๋””์ž์ธ ์ƒ label์„ ์‚ฌ์šฉํ•˜์ง€ ์•Š์„ ๊ฒฝ์šฐ title๋งŒ ์ ์–ด์ค˜๋„ ๋ฌธ์ œ์—†์Œ


1 2 3

<div>

<input type="text" id="id" title="์ด๋ฆ„"/> </div>



3. input type="image"๋ฅผ ์“ธ ๊ฒฝ์šฐ

     --> ์›น ์ ‘๊ทผ์„ฑ ์—ฐ๊ตฌ์†Œ์—์„œ๋Š” ์ด ๊ฒฝ์šฐ alt์™€ title์„ ๋‘˜๋‹ค ๋ช…์‹œ์— ์ค„๊ฒƒ์„ ๊ถŒ๊ณ ํ•จ.


1 2 3

<div>

<input type="image" id="id" ait="๊ฒ€์ƒ‰" title="๊ฒ€์ƒ‰ ๊ฒฐ๊ณผ ๋ณด๊ธฐ"/> </div>



์ฐธ์กฐ : http://www.wah.or.kr/Example/wcag_valu.asp?cate=60