- A predefined CSS selector that targets elements depending on their state rather than on information from the document tree. For example, the selector
a:visited
applies styles only to links that the user has already followed. ← MDN Web Docs
- Previous term: PRPL
- Next term: Pseudo-code
- Random term: Workaround