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

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

WBOY
WBOYoriginal
2016-05-20 13:49:091164parcourir

前面的话

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

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

 

常用可继承样式

<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>

 

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn