此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in English Always switch to English

HTMLTableColElement:chOff 属性

Deprecated

Avoid using this feature in new projects. Some table styling attributes have no effect. They are superseded by CSS. This feature may be a candidate for removal from web standards or browsers.

HTMLTableColElement 接口的 chOff 属性什么都不做,它反映 <col> 元素的 charoff 属性。

备注:此属性旨在支持将表格单元格内容对齐到特定字符(通常是小数点),但浏览器从未实现过。

要实现这种对齐,请注意 text-align CSS 属性对字符串值的支持。

一个整数。

规范

规范
HTML
# dom-col-choff

浏览器兼容性

参见