diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | 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 f72f0a435cb..40643743b95 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -149,6 +149,15 @@ | |||
| 149 | "box-decoration-break" "break-after" "break-before" "break-inside" | 149 | "box-decoration-break" "break-after" "break-before" "break-inside" |
| 150 | "orphans" "widows" | 150 | "orphans" "widows" |
| 151 | 151 | ||
| 152 | ;; CSS Multi-column Layout Module | ||
| 153 | ;; (https://www.w3.org/TR/css3-multicol/#property-index) | ||
| 154 | ;; "break-after", "break-before", and "break-inside" are left out | ||
| 155 | ;; below, because they're already included in CSS Fragmentation | ||
| 156 | ;; Module Level 3. | ||
| 157 | "column-count" "column-fill" "column-gap" "column-rule" | ||
| 158 | "column-rule-color" "column-rule-style" "column-rule-width" | ||
| 159 | "column-span" "column-width" "columns" | ||
| 160 | |||
| 152 | ;; CSS Overflow Module Level 3 | 161 | ;; CSS Overflow Module Level 3 |
| 153 | ;; (http://www.w3.org/TR/css-overflow-3/#property-index) | 162 | ;; (http://www.w3.org/TR/css-overflow-3/#property-index) |
| 154 | "max-lines" "overflow" "overflow-x" "overflow-y" | 163 | "max-lines" "overflow" "overflow-x" "overflow-y" |