HTML&CSS2 nth-child와 nth-of-type의 차이점 CSS pseudo-class 중 nth-child와 nth-of-type가 있다. 코드를 살펴보자. span:nth-child(2n+1), without an inside the child elements. Children 1, 3, 5, and 7 are selected, as expected. This span is selected! This span is not. :( What about this? And this one? Another example Yet another example Aaaaand another span:nth-child(2n+1), with an inside the child elements. Children 1, 5, and 7 are selected. 3.. 2018. 4. 24. 왜 ARIA인가? ARIA란? 보다 정확히 말하면 WAI-ARIA라고 하는데, Web Accessibility Initiative - Accessible Rich Internet Applications의 약자다. 웹 콘텐츠와 웹 어플리케이션(그 중에서도 특히 Ajax와 JavaScript를 사용하여 개발한 것들)을 제작할 때, 장애인(이를테면 screen reader 등을 이용하는)을 위한 접근성 향상 방법을 정의한 것이다(MDN 참조). 웹 개발자는 native HTML로는 제어할 수 없는 accessibility 이슈를 WAI-ARIA를 통해 관리할 수 있다. 즉 html element가 accessibility tree로 표현되는 방식을 WAI-ARIA를 이용해 수정하고(외관 상의 차이는 전혀 없이!), screen.. 2018. 4. 5. 이전 1 다음