diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 10:59:38 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 10:59:38 +0100 |
commit | a0ee33c19e35324f6ae8b8842899ef48d65ec04c (patch) | |
tree | 4ab7077d1caa122dc185703dff73f993370791e4 /files/zh-cn/web/api/htmltablerowelement | |
parent | 6a991c01ae23e6bf21964b68044ab72a75ac4b51 (diff) | |
download | translated-content-a0ee33c19e35324f6ae8b8842899ef48d65ec04c.tar.gz translated-content-a0ee33c19e35324f6ae8b8842899ef48d65ec04c.tar.bz2 translated-content-a0ee33c19e35324f6ae8b8842899ef48d65ec04c.zip |
fix fixes
Diffstat (limited to 'files/zh-cn/web/api/htmltablerowelement')
-rw-r--r-- | files/zh-cn/web/api/htmltablerowelement/rowindex/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/htmltablerowelement/rowindex/index.html b/files/zh-cn/web/api/htmltablerowelement/rowindex/index.html index c10f4f2d61..2939825e6b 100644 --- a/files/zh-cn/web/api/htmltablerowelement/rowindex/index.html +++ b/files/zh-cn/web/api/htmltablerowelement/rowindex/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/HTMLTableRowElement/rowIndex --- <div><font><font>{{APIRef("HTML DOM")}}</font></font></div> -<p><font><font>的</font></font><strong><code>HTMLTableRowElement.rowIndex</code></strong><font><font>只读属性表示一个行相对于整个位。</font></font></p> +<p><font><font>的</font></font><strong><code>HTMLTableRowElement.rowIndex</code></strong><font><font>只读属性表示一个行相对于整个位置的{{HtmlElement("table")}。</font></font></p> <p><font><font>即使{{HtmlElement("thead")}},{{HtmlElement("tbody")}}和{{HtmlElement("tfoot")}}}的元素在HTML中乱序显示,浏览器也会以正确的顺序。</font><font>因此,行数从</font></font><code><thead></code><font><font>到</font></font><code><tbody></code><font><font>,从</font></font><code><tbody></code><font><font>到</font></font><code><tfoot></code><font><font>。</font></font></p> |