diff options
| -rw-r--r-- | lisp/textmodes/css-mode.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index aa5469e3465..5f4eebdf977 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -78,8 +78,8 @@ | |||
| 78 | "list-style" "list-style-image" "list-style-position" | 78 | "list-style" "list-style-image" "list-style-position" |
| 79 | "list-style-type" "margin" "margin-bottom" "margin-left" | 79 | "list-style-type" "margin" "margin-bottom" "margin-left" |
| 80 | "margin-right" "margin-top" "max-height" "max-width" "min-height" | 80 | "margin-right" "margin-top" "max-height" "max-width" "min-height" |
| 81 | "min-width" "orphans" "overflow" "padding" "padding-bottom" | 81 | "min-width" "orphans" "padding" "padding-bottom" "padding-left" |
| 82 | "padding-left" "padding-right" "padding-top" "page-break-after" | 82 | "padding-right" "padding-top" "page-break-after" |
| 83 | "page-break-before" "page-break-inside" "pause" "pause-after" | 83 | "page-break-before" "page-break-inside" "pause" "pause-after" |
| 84 | "pause-before" "pitch" "pitch-range" "play-during" "position" | 84 | "pause-before" "pitch" "pitch-range" "play-during" "position" |
| 85 | "quotes" "richness" "right" "speak" "speak-header" "speak-numeral" | 85 | "quotes" "richness" "right" "speak" "speak-header" "speak-numeral" |
| @@ -136,6 +136,10 @@ | |||
| 136 | "font-variant-east-asian" "font-variant-ligatures" | 136 | "font-variant-east-asian" "font-variant-ligatures" |
| 137 | "font-variant-numeric" "font-variant-position" "font-weight" | 137 | "font-variant-numeric" "font-variant-position" "font-weight" |
| 138 | 138 | ||
| 139 | ;; CSS Overflow Module Level 3 | ||
| 140 | ;; (http://www.w3.org/TR/css-overflow-3/#property-index) | ||
| 141 | "max-lines" "overflow" "overflow-x" "overflow-y" | ||
| 142 | |||
| 139 | ;; CSS Text Decoration Module Level 3 | 143 | ;; CSS Text Decoration Module Level 3 |
| 140 | ;; (http://dev.w3.org/csswg/css-text-decor-3/#property-index) | 144 | ;; (http://dev.w3.org/csswg/css-text-decor-3/#property-index) |
| 141 | "text-decoration" "text-decoration-color" "text-decoration-line" | 145 | "text-decoration" "text-decoration-color" "text-decoration-line" |