| 'background' | ['background-color' || 'background-image' || 'background-repeat' || 'background-position'] | inherit | ['background-color' || 'background-image' || 'background-repeat' || 'background-attachment' || 'background-position'] | inherit | background-color |
| 'background-color' | Yes | <color> | transparent | inherit | Yes
|
| 'background-image' | Yes | <uri> | none | inherit | Yes
|
| 'background-position' | Yes | [ [ <percentage> | <length> ]{1,2} | [ [top | center | bottom] || [left | center | right] ] ] | inherit | Yes
|
| 'background-repeat' | Yes | repeat | repeat-x | repeat-y | no-repeat | inherit | Yes
|
| 'border' | Yes | [ <border-width> || <border-style> || [<color> | transparent] ] | inherit | No
|
| 'border-color' | Yes | [<color> | transparent]{1,4} | inherit | Yes
|
| 'border-style' | Yes | <border-style>{1,4} | inherit | solid, groove, ridge,inset,outset
|
| 'border-top' 'border-right' 'border-bottom' 'border-left' | Yes | [ <border-width> || <border-style> || [<color> | transparent] ] | inherit | No
|
| 'border-top-color' 'border-right-color' 'border-bottom-color' 'border-left-color' | Yes | <border-color> | transparent | inherit | Yes
|
| 'border-top-style' 'border-right-style' 'border-bottom-style' 'border-left-style' | Yes | <border-style> | inherit | Yes |
| 'border-top-width' 'border-right-width' 'border-bottom-width' 'border-left-width' | Yes | <border-width> | inherit | Yes |
| 'border-width' | Yes | <border-width>{1,4} | inherit | Yes
|
| 'clear' | Yes | none | left | right | both | inherit | No
|
| 'color' | Yes | <color> | inherit | Yes
|
| 'display' | inline | block | list-item | none | inline | block | list-item | run-in | compact | marker | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | none | inherit | inline | block | list-item | table | table-row-group | table-row | table-cell | none
|
| 'float' | Yes | left | right | none | inherit | No
|
| 'font' | Yes | [ [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]? 'font-family' ] | caption | icon | menu | message-box | small-caption | status-bar | inherit | Yes |
| 'font-family' | Yes | [[ <family-name> | <generic-family> ],]* [ <family-name> | <generic-family> ] | inherit | Yes |
| 'font-size' | Yes | <absolute-size> | <relative-size> | <length> | <percentage> | inherit | Yes
|
| 'font-style' | Yes | normal | italic | oblique | inherit | Yes
|
| 'font-variant' | Yes | normal | small-caps | inherit |
|
| 'font-weight' | Yes | normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit | normal | bold | bolder | lighter | inherit |
| 'height' | Yes | <length> | <percentage> | auto | inherit | <length> | <auto> |
| 'list-style' | Yes | [ 'list-style-type' || 'list-style-position' || 'list-style-image' ] | inherit | 'list-style-type'
|
| 'list-style-image' | Yes | <uri> | none | inherit | Yes
|
| 'list-style-position' | Yes | inside | outside | inherit | Yes
|
| 'list-style-type' | disc, circle, square, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha, none and inherit | disc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-alpha | lower-latin | upper-alpha | upper-latin | hebrew | armenian | georgian | cjk-ideographic | hiragana | katakana | hiragana-iroha | katakana-iroha | none | inherit | disc, circle, square, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha, none and inherit |
| 'margin' | Yes | <margin-width>{1,4} | inherit | Yes
|
| 'margin-top' 'margin-right' 'margin-bottom' 'margin-left' | Yes | <margin-width> | inherit | Yes
|
| 'padding' | Yes | <padding-width>{1,4} | inherit | Yes
|
| 'padding-top' 'padding-right' 'padding-bottom' 'padding-left' | Yes | <padding-width> | inherit | Yes
|
| 'text-align' | left | right | center | justify | inherit | left | right | center | justify | <string> | inherit | left | right | center | inherit |
| 'text-decoration' | none, underline, and inherit | none | [ underline || overline || line-through || blink ] | inherit | none, underline, line-through, and inherit |
| 'text-indent' | Yes | <length> | <percentage> | inherit | <length> | inherit |
| 'text-transform' | Yes | capitalize | uppercase | lowercase | none | inherit | uppercase | lowercase | none | inherit |
| 'vertical-align' | baseline, sub, super, and inherit | baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit | No
|
| 'visibility' | Yes | visible | hidden | collapse | inherit | visible | hidden
|
| 'white-space' | Yes | normal | pre | nowrap | inherit | Yes
|
| 'width' | Yes | <length> | <percentage> | auto | inherit | <length> | <auto>
|