Css中有哪些可继承的属性?

有继承性的属性
字体系列属性
font、font-family、font-weight、font-size、font-style、font-variant、font-stretch、font-size-adjust。
文本系列属性
text-indent、text-align、line-height、word-spacing、letter-spacing、text-transform、direction、color。
元素可见性
visibility。
表格布局属性
caption-side、border-collapse、border-spacing、empty-cells、table-layout。
列表布局属性
list-style-type、list-style-image、list-style-position、list-style。
生成内容属性
quotes。
光标属性
cursor。
页面样式属性
page、page-break-inside、windows、orphans。
声音样式属性
speak、speak-punctuation、speak-numeral、speak-header、speech-rate、volume、voice-family、pitch、pitch-range、stress、richness、azimuth、elevation。
所有元素均可继承的属性
元素可见性visibility、光标属性cursor。
内联元素可继承的属性
字体系列属性: font、font-size、font-family、font-style、font-variant、font-weight。
文本系列属性: text-decoration、text-align、letter-spacing、word-spacing、white-space、line-height、color。
块级元素可继承的属性
text-indent、text-align。
列表元素可继承的属性
list-style、list-style-type、list-style-position、list-style-image。
无继承性的属性
生成内容属性
display。
文本属性
vertical-align、text-decoration、text-shadow、white-space、unicode-bidi。
盒子模型的属性
width、height、margin、margin-top、margin-right、margin-bottom、margin-left、border、border-style、border-top-style、border-right-style、border-bottom-style、border-left-style、border-width、border-top-width、border-right-right、border-bottom-width、border-left-width、border-color、border-top-color、border-right-color、border-bottom-color、border-left-color、border-top、border-right、border-bottom、border-left、padding、padding-top、padding-right、padding-bottom、padding-left。
背景属性
background、background-color、background-image、background-repeat、background-position、background-attachment。
定位属性
float、clear、position、top、right、bottom、left、min-width、min-height、max-width、max-height、overflow、clip、z-index。
生成内容属性
content、counter-reset、counter-increment。
轮廓样式属性
outline-style、outline-width、outline-color、outline。
页面样式属性
size、page-break-before、page-break-after。
声音样式属性
pause-before、pause-after、pause、cue-before、cue-after、cue、play-during。












