diff options
Diffstat (limited to 'lisp/textmodes/css-mode.el')
| -rw-r--r-- | lisp/textmodes/css-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index a56fc018e18..355555df090 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 2006-2026 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2026 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Maintainer: Simen Heggestøyl <simenheg@gmail.com> | 6 | ;; Maintainer: Simen Heggestøyl <simenheg@runbox.com> |
| 7 | ;; Keywords: hypermedia | 7 | ;; Keywords: hypermedia |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| @@ -66,7 +66,7 @@ | |||
| 66 | 66 | ||
| 67 | (defconst css-pseudo-class-ids | 67 | (defconst css-pseudo-class-ids |
| 68 | '("active" "checked" "default" "disabled" "empty" "enabled" "first" | 68 | '("active" "checked" "default" "disabled" "empty" "enabled" "first" |
| 69 | "first-child" "first-of-type" "focus" "focus-within" "hover" | 69 | "first-child" "first-of-type" "focus" "focus-within" "has" "hover" |
| 70 | "in-range" "indeterminate" "invalid" "lang" "last-child" | 70 | "in-range" "indeterminate" "invalid" "lang" "last-child" |
| 71 | "last-of-type" "left" "link" "not" "nth-child" "nth-last-child" | 71 | "last-of-type" "left" "link" "not" "nth-child" "nth-last-child" |
| 72 | "nth-last-of-type" "nth-of-type" "only-child" "only-of-type" | 72 | "nth-last-of-type" "nth-of-type" "only-child" "only-of-type" |