emacs-diffs
[Top][All Lists]
Advanced

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

master 2df2f78 2/3: Add containment module to CSS property list


From: Simen Heggestøyl
Subject: master 2df2f78 2/3: Add containment module to CSS property list
Date: Sun, 10 May 2020 08:57:41 -0400 (EDT)

branch: master
commit 2df2f787116a9b0f3907ffbf1027c2eab0804e7d
Author: Simen Heggestøyl <address@hidden>
Commit: Simen Heggestøyl <address@hidden>

    Add containment module to CSS property list
    
    * lisp/textmodes/css-mode.el (css-property-alist): Add new properties
    from CSS Containment Module Level 1.
---
 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 3f581c5..ab9e2dc 100644
--- a/lisp/textmodes/css-mode.el
+++ b/lisp/textmodes/css-mode.el
@@ -276,6 +276,10 @@
     ("color" color)
     ("opacity" alphavalue)
 
+    ;; CSS Containment Module Level 1
+    ;; (https://www.w3.org/TR/css-contain-1/#property-index)
+    ("contain" "none" "strict" "content" "size" "layout" "paint")
+
     ;; CSS Grid Layout Module Level 1
     ;; (https://www.w3.org/TR/css-grid-1/#property-index)
     ("grid" grid-template grid-template-rows "auto-flow" "dense"



reply via email to

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