CSS中能夠繼承和不能繼承的屬性

1、無繼承性的屬性windows

一、display:規定元素應該生成的框的類型瀏覽器

二、文本屬性:ide

vertical-align:垂直文本對齊佈局

text-decoration:規定添加到文本的裝飾字體

text-shadow:文本陰影效果spa

white-space:空白符的處理code

unicode-bidi:設置文本的方向orm

三、盒子模型的屬性: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-attachmentip

五、定位屬性: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

 

2、有繼承性的屬性

一、字體系列屬性

font:組合字體

font-family:規定元素的字體系列

font-weight:設置字體的粗細

font-size:設置字體的尺寸

font-style:定義字體的風格

font-variant:設置小型大寫字母的字體顯示文本,這意味着全部的小寫字母均會被轉換爲大寫,可是全部使用小型大寫字體的字母與其他文本相比,其字體尺寸更小。

font-stretch:對當前的 font-family 進行伸縮變形。全部主流瀏覽器都不支持。

font-size-adjust:爲某個元素規定一個 aspect 值,這樣就能夠保持首選字體的 x-height。

二、文本系列屬性

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

 

3、全部元素能夠繼承的屬性

一、元素可見性:visibility

二、光標屬性:cursor

 

4、內聯元素能夠繼承的屬性

一、字體系列屬性

二、除text-indent、text-align以外的文本系列屬性

 

5、塊級元素能夠繼承的屬性

一、text-indent、text-align