emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 5a0472e: Add column layout module to CSS property l


From: Simen Heggestøyl
Subject: [Emacs-diffs] master 5a0472e: Add column layout module to CSS property list
Date: Tue, 16 Feb 2016 20:55:15 +0000

branch: master
commit 5a0472e8ea9128f75bca04f5f65682ae8280c208
Author: Simen Heggestøyl <address@hidden>
Commit: Simen Heggestøyl <address@hidden>

    Add column layout module to CSS property list
    
    * lisp/textmodes/css-mode.el (css-property-ids): Add properties from
    CSS Multi-column Layout Module.
---
 lisp/textmodes/css-mode.el |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el
index f72f0a4..4064374 100644
--- a/lisp/textmodes/css-mode.el
+++ b/lisp/textmodes/css-mode.el
@@ -149,6 +149,15 @@
     "box-decoration-break" "break-after" "break-before" "break-inside"
     "orphans" "widows"
 
+    ;; CSS Multi-column Layout Module
+    ;; (https://www.w3.org/TR/css3-multicol/#property-index)
+    ;; "break-after", "break-before", and "break-inside" are left out
+    ;; below, because they're already included in CSS Fragmentation
+    ;; Module Level 3.
+    "column-count" "column-fill" "column-gap" "column-rule"
+    "column-rule-color" "column-rule-style" "column-rule-width"
+    "column-span" "column-width" "columns"
+
     ;; CSS Overflow Module Level 3
     ;; (http://www.w3.org/TR/css-overflow-3/#property-index)
     "max-lines" "overflow" "overflow-x" "overflow-y"



reply via email to

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