]> git.eshelyaron.com Git - emacs.git/commitdiff
Add `all` to CSS property list
authorSimen Heggestøyl <simenheg@runbox.com>
Sat, 14 May 2022 10:49:07 +0000 (12:49 +0200)
committerSimen Heggestøyl <simenheg@runbox.com>
Sun, 15 May 2022 10:57:38 +0000 (12:57 +0200)
* lisp/textmodes/css-mode.el (css-property-alist): Add new property
`all` from the CSS Cascading and Inheritance Level 3 module.

lisp/textmodes/css-mode.el

index 1139fd1976e7a804d84fb231adaf71962382408b..959df5cfe6514d29be7e024b81dd56b2c0dcd219 100644 (file)
     ("resize" "none" "both" "horizontal" "vertical")
     ("text-overflow" "clip" "ellipsis" string)
 
+    ;; CSS Cascading and Inheritance Level 3
+    ;; (https://www.w3.org/TR/css-cascade-3/#property-index)
+    ("all")
+
     ;; CSS Color Module Level 3
     ;; (https://www.w3.org/TR/css3-color/#property)
     ("color" color)