Variable: css-pseudo-class-ids

css-pseudo-class-ids is a variable defined in css-mode.el.gz.

Value

("active" "checked" "default" "disabled" "empty" "enabled" "first" "first-child" "first-of-type" "focus" "focus-within" "hover" "in-range" "indeterminate" "invalid" "lang" "last-child" "last-of-type" "left" "link" "not" "nth-child" "nth-last-child" "nth-last-of-type" "nth-of-type" "only-child" "only-of-type" "optional" "out-of-range" "read-only" "read-write" "required" "right" "root" "scope" "target" "valid" "visited")

Documentation

Identifiers for pseudo-classes.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/css-mode.el.gz
(defconst css-pseudo-class-ids
  '("active" "checked" "default" "disabled" "empty" "enabled" "first"
    "first-child" "first-of-type" "focus" "focus-within" "hover"
    "in-range" "indeterminate" "invalid" "lang" "last-child"
    "last-of-type" "left" "link" "not" "nth-child" "nth-last-child"
    "nth-last-of-type" "nth-of-type" "only-child" "only-of-type"
    "optional" "out-of-range" "read-only" "read-write" "required"
    "right" "root" "scope" "target" "valid" "visited")
  "Identifiers for pseudo-classes.")