aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/htmltablerowelement
diff options
context:
space:
mode:
authorChris Mills <cmills@mozilla.com>2021-02-11 10:40:53 +0000
committerGitHub <noreply@github.com>2021-02-11 10:40:53 +0000
commit8260a606c143e6b55a467edf017a56bdcd6cba7e (patch)
treebc51ecdd5701a43bf74d92a7df5013924b55e45c /files/zh-cn/web/api/htmltablerowelement
parent0ca06a0c079532185ea953f4cb24adbe64f2c377 (diff)
parenta0ee33c19e35324f6ae8b8842899ef48d65ec04c (diff)
downloadtranslated-content-8260a606c143e6b55a467edf017a56bdcd6cba7e.tar.gz
translated-content-8260a606c143e6b55a467edf017a56bdcd6cba7e.tar.bz2
translated-content-8260a606c143e6b55a467edf017a56bdcd6cba7e.zip
Merge pull request #29 from fiji-flo/fix-more-zh-cn-macros
fix some more zh-cn macros
Diffstat (limited to 'files/zh-cn/web/api/htmltablerowelement')
-rw-r--r--files/zh-cn/web/api/htmltablerowelement/rowindex/index.html2
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 0e10295803..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>只读属性表示一个行相对于整个位置{{的HtmlElement("表")}}。</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>&lt;thead&gt;</code><font><font>到</font></font><code>&lt;tbody&gt;</code><font><font>,从</font></font><code>&lt;tbody&gt;</code><font><font>到</font></font><code>&lt;tfoot&gt;</code><font><font>。</font></font></p>