emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 7d2d954: Add one more CSS pseudo-class


From: Simen Heggestøyl
Subject: [Emacs-diffs] master 7d2d954: Add one more CSS pseudo-class
Date: Wed, 29 Mar 2017 13:52:50 -0400 (EDT)

branch: master
commit 7d2d954d6a4554ee1d17b6a04a9f3aead72b6ece
Author: Simen Heggestøyl <address@hidden>
Commit: Simen Heggestøyl <address@hidden>

    Add one more CSS pseudo-class
    
    * lisp/textmodes/css-mode.el (css-pseudo-class-ids): Add
    `focus-within'.
---
 lisp/textmodes/css-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el
index ff4f793..b1feca7 100644
--- a/lisp/textmodes/css-mode.el
+++ b/lisp/textmodes/css-mode.el
@@ -44,9 +44,9 @@
 
 (defconst css-pseudo-class-ids
   '("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"
+    "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")



reply via email to

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