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

View in English Always switch to English

HTMLTableRowElement:ch 属性

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.

HTMLTableRowElement 接口的 ch 属性什么都不做,它反映 <tr> 元素的 char 属性。

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

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

单个字符。

规范

规范
HTML
# dom-tr-ch

浏览器兼容性

参见