emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6967c4f: Update list of CSS pseudo-classes


From: Simen Heggestøyl
Subject: [Emacs-diffs] master 6967c4f: Update list of CSS pseudo-classes
Date: Wed, 29 Mar 2017 13:46:07 -0400 (EDT)

branch: master
commit 6967c4f067e31060a72bbab30b0e518dff04310c
Author: Simen Heggestøyl <address@hidden>
Commit: Simen Heggestøyl <address@hidden>

    Update list of CSS pseudo-classes
    
    * lisp/textmodes/css-mode.el (css-pseudo-class-ids): Update list of
    pseudo-classes.
---
 lisp/textmodes/css-mode.el | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el
index 91ebbf6..ff4f793 100644
--- a/lisp/textmodes/css-mode.el
+++ b/lisp/textmodes/css-mode.el
@@ -43,11 +43,13 @@
   :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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]