mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Update list of CSS pseudo-classes
* lisp/textmodes/css-mode.el (css-pseudo-class-ids): Update list of pseudo-classes.
This commit is contained in:
parent
d707ba8469
commit
6967c4f067
1 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue