03.HTML 4.X, HTML5, XML.../HTML/Css/Script

input 안에 'autocomplete' 사용시 w3c 에 위배되는거 수정...

1010 2010. 10. 11. 11:15
반응형
<input type="text" autocomplete="off"/> <- 직접 기술한 건 잘못된 예


<input type="text" onfocus="this.setAttribute('autocomplete', 'off');"   /> <- 올바른 방법