mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 00:00:39 -08:00
Add overflow module to CSS property list
* lisp/textmodes/css-mode.el (css-property-ids): Add properties from CSS Overflow Module Level 3.
This commit is contained in:
parent
1ea1d75910
commit
d9d2e37658
1 changed files with 6 additions and 2 deletions
|
|
@ -78,8 +78,8 @@
|
|||
"list-style" "list-style-image" "list-style-position"
|
||||
"list-style-type" "margin" "margin-bottom" "margin-left"
|
||||
"margin-right" "margin-top" "max-height" "max-width" "min-height"
|
||||
"min-width" "orphans" "overflow" "padding" "padding-bottom"
|
||||
"padding-left" "padding-right" "padding-top" "page-break-after"
|
||||
"min-width" "orphans" "padding" "padding-bottom" "padding-left"
|
||||
"padding-right" "padding-top" "page-break-after"
|
||||
"page-break-before" "page-break-inside" "pause" "pause-after"
|
||||
"pause-before" "pitch" "pitch-range" "play-during" "position"
|
||||
"quotes" "richness" "right" "speak" "speak-header" "speak-numeral"
|
||||
|
|
@ -136,6 +136,10 @@
|
|||
"font-variant-east-asian" "font-variant-ligatures"
|
||||
"font-variant-numeric" "font-variant-position" "font-weight"
|
||||
|
||||
;; CSS Overflow Module Level 3
|
||||
;; (http://www.w3.org/TR/css-overflow-3/#property-index)
|
||||
"max-lines" "overflow" "overflow-x" "overflow-y"
|
||||
|
||||
;; CSS Text Decoration Module Level 3
|
||||
;; (http://dev.w3.org/csswg/css-text-decor-3/#property-index)
|
||||
"text-decoration" "text-decoration-color" "text-decoration-line"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue