Variable: css-property-ids
css-property-ids is a variable defined in css-mode.el.gz.
Value
Large value
("azimuth" "border-collapse" "border-spacing" "bottom" "caption-side"
"clear" "content" "counter-increment" "counter-reset" "cue"
"cue-after" "cue-before" "display" "elevation" "empty-cells" "float"
"height" "left" "line-height" "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" "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" "speak-punctuation"
"speech-rate" "stress" "table-layout" "top" "vertical-align"
"visibility" "voice-family" "volume" "width" "z-index" "animation"
"animation-delay" "animation-direction" "animation-duration"
"animation-fill-mode" "animation-iteration-count" "animation-name"
"animation-play-state" "animation-timing-function" "background"
"background-attachment" "background-clip" "background-color"
"background-image" "background-origin" "background-position"
"background-repeat" "background-size" "border" "border-bottom"
"border-bottom-color" "border-bottom-left-radius"
"border-bottom-right-radius" "border-bottom-style"
"border-bottom-width" "border-color" "border-image"
"border-image-outset" "border-image-repeat" "border-image-slice"
"border-image-source" "border-image-width" "border-left"
"border-left-color" "border-left-style" "border-left-width"
"border-radius" "border-right" "border-right-color"
"border-right-style" "border-right-width" "border-style" "border-top"
"border-top-color" "border-top-left-radius" "border-top-right-radius"
"border-top-style" "border-top-width" "border-width" "box-shadow"
"box-sizing" "caret-color" "cursor" "nav-down" "nav-left" "nav-right"
"nav-up" "outline" "outline-color" "outline-offset" "outline-style"
"outline-width" "resize" "text-overflow" "all" "color" "opacity"
"contain" "content-visibility" "grid" "grid-area" "grid-auto-columns"
"grid-auto-flow" "grid-auto-rows" "grid-column" "grid-column-end"
"grid-column-gap" "grid-column-start" "grid-gap" "grid-row"
"grid-row-end" "grid-row-gap" "grid-row-start" "grid-template"
"grid-template-areas" "grid-template-columns" "grid-template-rows"
"align-content" "align-items" "align-self" "column-gap" "gap"
"justify-content" "justify-items" "justify-self" "place-content"
"place-items" "place-self" "row-gap" "flex" "flex-basis"
"flex-direction" "flex-flow" "flex-grow" "flex-shrink" "flex-wrap"
"order" "font" "font-family" "font-feature-settings" "font-kerning"
"font-language-override" "font-size" "font-size-adjust"
"font-stretch" "font-style" "font-synthesis" "font-variant"
"font-variant-alternates" "font-variant-caps"
"font-variant-east-asian" "font-variant-ligatures"
"font-variant-numeric" "font-variant-position" "font-weight"
"box-decoration-break" "break-after" "break-before" "break-inside"
"orphans" "widows" "clip-path" "clip-rule" "mask-image" "mask-mode"
"mask-repeat" "mask-position" "mask-clip" "mask-origin" "mask-size"
"mask-composite" "mask" "mask-border-source" "mask-border-mode"
"mask-border-slice" "mask-border-width" "mask-border-outset"
"mask-border-repeat" "mask-border" "mask-type" "clip" "column-count"
"column-fill" "column-rule" "column-rule-color" "column-rule-style"
"column-rule-width" "column-span" "column-width" "columns"
"max-lines" "overflow" "overflow-x" "overflow-y" "text-decoration"
"text-decoration-color" "text-decoration-line" "text-decoration-skip"
"text-decoration-style" "text-emphasis" "text-emphasis-color"
"text-emphasis-position" "text-emphasis-style" "text-shadow"
"text-underline-position" "hanging-punctuation" "hyphens"
"letter-spacing" "line-break" "overflow-wrap" "tab-size" "text-align"
"text-align-last" "text-indent" "text-justify" "text-transform"
"white-space" "word-break" "word-spacing" "word-wrap"
"backface-visibility" "perspective" "perspective-origin" "transform"
"transform-origin" "transform-style" "transition" "transition-delay"
"transition-duration" "transition-property"
"transition-timing-function" "will-change" "direction"
"text-combine-upright" "text-orientation" "unicode-bidi"
"writing-mode" "color-interpolation-filters" "filter" "flood-color"
"flood-opacity" "lighting-color" "touch-action")
Documentation
Identifiers for properties.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/css-mode.el.gz
(defconst css-property-ids
(mapcar #'car css-property-alist)
"Identifiers for properties.")