# CSS Selectors Level 4 의 pseudo 셀렉터들

> Clean Markdown view of GeekNews topic #4157. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4157](https://news.hada.io/topic?id=4157)
- GeekNews Markdown: [https://news.hada.io/topic/4157.md](https://news.hada.io/topic/4157.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-04-29T09:30:13+09:00
- Updated: 2021-04-29T09:30:13+09:00
- Original source: [smashingmagazine.com](https://www.smashingmagazine.com/2021/04/guide-supported-modern-css-pseudo-class-selectors/)
- Points: 5
- Comments: 1

## Topic Body

:any-link = :link + :visited - href가 있는 모든 링크들

:focus-visible - 포커스 개체 스타일링

:focus-within - 포커스 시 상위개체 스타일링

:is() - 여러개의 셀렉터에 동시 적용

:where() - is()와 비슷하지만 zero-specificity. 프레임워크등에서 기본값 적용시 활용

향상된 :not()  - 셀렉터 리스트 지원

:has() - 특정 개체를 가진 부모들 찾기. 제안엔 포함되었지만 "at-risk" (Rec 에선 빠질수도)

:empty - Level 3에서 제안. Child개체가 없는 모든 개체 선택

## Comments



### Comment 5038

- Author: xguru
- Created: 2021-04-29T09:30:18+09:00
- Points: 1

:focus-visible & :focus-within 으로 접근성 높이기 https://marshall-ku.com/web/tips/focus-visible로-접근성-높이기
