Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Ren <[email protected]>
  • Loading branch information
fuchunhui and jasonren0403 authored Oct 8, 2024
1 parent b305dbc commit 3a60ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/zh-cn/web/api/htmltablerowelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _从其父接口 {{domxref("HTMLElement")}} 继承方法。_
## 已弃用的属性

> [!WARNING]
> 此属性已弃用,不应再使用。它们被记录下来主要是为了帮助理解旧的代码来源
> 这些属性已被弃用,不应再使用。记录这些属性主要是为了帮助理解旧代码库
- {{domxref("HTMLTableRowElement.align")}} {{deprecated_inline}}
- : 一个反映 [`align`](/zh-CN/docs/Web/HTML/Element/tr#align) 属性的字符串枚举值。其指示元素内容相对于周围上下文的对齐方式,可能的值有:`"left"``"right"``"center"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ l10n:

{{domxref("HTMLTableRowElement")}} 接口的 **`insertCell()`** 方法将一个新单元格({{HtmlElement("td")}})插入到表行({{HtmlElement("tr")}})中,然后返回新单元格的引用。

> [!NOTE] >`insertCell()` 将单元格直接插入行中,该单元格不需要像使用 {{domxref("Document.createElement()")}} 创建新的 `<td>` 元素那样单独追加
> **备注:** `insertCell()` 将单元格直接插入行中,如果使用 {{domxref("Document.createElement()")}} 创建新的 `<td>` 元素,则不需要使用 {{domxref("Node.appendChild()")}} 单独追加单元格
>
> 你不能使用 `insertCell()` 来创建一个新的 `<th>` 元素。
Expand Down

0 comments on commit 3a60ec4

Please sign in to comment.