]> git.eshelyaron.com Git - emacs.git/commitdiff
Update list of CSS pseudo-classes
authorSimen Heggestøyl <simenheg@gmail.com>
Wed, 29 Mar 2017 17:39:04 +0000 (19:39 +0200)
committerSimen Heggestøyl <simenheg@gmail.com>
Wed, 29 Mar 2017 17:39:04 +0000 (19:39 +0200)
* lisp/textmodes/css-mode.el (css-pseudo-class-ids): Update list of
pseudo-classes.

lisp/textmodes/css-mode.el

index 91ebbf6f9409f508f1d3c81d97c0b3cf97cd2e67..ff4f793bf6ac79c712138cf5886332074571c534 100644 (file)
   :group 'languages)
 
 (defconst css-pseudo-class-ids
-  '("active" "checked" "disabled" "empty" "enabled" "first"
-    "first-child" "first-of-type" "focus" "hover" "indeterminate" "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" "right" "root" "target" "visited")
+  '("active" "checked" "default" "disabled" "empty" "enabled" "first"
+    "first-child" "first-of-type" "focus" "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.")
 
 (defconst css-pseudo-element-ids