Home  >  Article  >  Web Front-end  >  CSS默认可继承样式 - 小火柴的蓝色理想

CSS默认可继承样式 - 小火柴的蓝色理想

WBOY
WBOYOriginal
2016-05-20 13:49:091164browse

前面的话

  一直想总结出一份可继承样式的列表。常听说,颜色和字体是可继承的,盒模型样式是不可继承的,但其他样式呢?本文内容包括所有可继承的样式

  [注意]关于样式的详细信息移步至此

 

常用可继承样式

<span style="color: #000000;">color
cursor
direction
font
letter-spacing
line-height
list-style
text-align
text-indent
text-shadow
text-transform
white-space
word-break
word-spacing
word-wrap
writing-mode</span>

 

不常用可继承样式

<span style="color: #000000;">caption-side
empty-cells
text-combine-upright
text-orientation
text-rendering
text-underline-position
widows</span>

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn