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

常用可继承样式

CSS Code复制内容到剪贴板
  1. color
  2. cursor
  3. direction
  4. font
  5. letter-spacing
  6. line-height
  7. list-style
  8. text-align
  9. text-indent
  10. text-shadow
  11. text-transform
  12. whitewhite-space
  13. word-break
  14. word-spacing
  15. word-wrap
  16. writing-mode

不常用可继承样式

CSS Code复制内容到剪贴板
  1. captioncaption-side
  2. empty-cells
  3. text-combine-upright
  4. text-orientation
  5. text-rendering
  6. text-underline-position
  7. widows

以上这篇CSS默认可继承样式详解就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持维易网。