不包括听觉相关的属性
- border-collapse
- border-spacing
- caption-side
- color
- cursor
- direction
- empty-cells
- font-family
- font-size
- font-style
- font-variant
- font-weight
- font-size-adjust
- font-stretch
- font
- letter-spacing
- line-height
- list-style-image
- list-style-position
- list-style-type
- list-style
- orphans
- quotes
- tab-size
- text-align
- test-align-last
- text-decoration-color
- text-indent
- text-justify
- text-shadow
- text-transform
- visibility
- white-space
- widows
- word-break
- word-spacing
- word-wrap
trick:其实所有属性均可以显式地指定继承,上面的只是默认继承而已。为什么不早说?我们不就想多看看哪些是默认继承的顺便多记几个单词而已嘛~~。
参考:CSS: The Definitive Guide