웹접근성 table 요소의 caption은 display:none하면 안된다.
코드
caption {
overflow:hidden !important;
position:relative;
width:1px !important;
height:1px !important;
padding:0 !important;
margin:-1px !important;
border:0 !important;
clip:rect(0,0,0,0) !important;
white-space:nowrap !important;
}
반응형