tabSize 属性指定用于制表符的空格长度。
在 HTML 中,制表符通常显示为单个空格字符,但某些元素除外,例如 <textarea> 和 <pre>,并且 tabSize 属性的结果仅对这些元素可见。
Property | |||||
---|---|---|---|---|---|
tabSize | Yes | 79.0 | Not supported Use MozTabSize |
6.1 | 15.0 |
返回 tabSize 属性:
object.style.tabSize
设置 tabSize 属性:
object.style.tabSize
= "number|
length|initial|inherit"
Value | Description |
---|---|
number | Default value 8. Specifies the number of space-characters that should be displayed for each tab-character |
length | Specifies the length of a tab-character. This property value is not supported in any of the major browsers |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 8 |
---|---|
返回值: | 一个字符串,表示元素的 tab-size 属性 |
CSS版本 | CSS3 |
CSS 参考:制表符大小属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!