css的继承性理解

1) 所有的text 相关属性都被继承:
如 font-family font-size; font-style;font-weight;font;font-variant;letter-spacing.line-height;
text-align text-indent; text-transfrom word-spacing

  1. 所有的list相关属性都会被继承

3)color属性也会被继承 //color 是定义元素前景色的属性

4)不是所有的属性都会被继承

1.文本相关属性是可以被继承的:font-size,font-family,line-height,text-index等

2.列表相关属性是可以被继承的:list-style-type等

3.颜色相关属性是可以被继承的:color

posted @ 2014-11-10 18:52  山水如九画  阅读(262)  评论(0编辑  收藏  举报