emacs-diffs
[Top][All Lists]
Advanced

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

master 2214f42202 1/4: Add `all` to CSS property list


From: Simen Heggestøyl
Subject: master 2214f42202 1/4: Add `all` to CSS property list
Date: Sun, 15 May 2022 06:58:30 -0400 (EDT)

branch: master
commit 2214f42202e2b8b2601c789e6eee2d28cf433253
Author: Simen Heggestøyl <simenheg@runbox.com>
Commit: Simen Heggestøyl <simenheg@runbox.com>

    Add `all` to CSS property list
    
    * 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 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el
index 1139fd1976..959df5cfe6 100644
--- a/lisp/textmodes/css-mode.el
+++ b/lisp/textmodes/css-mode.el
@@ -269,6 +269,10 @@
     ("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)



reply via email to

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