aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/htmltablerowelement
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-12 17:19:15 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-12 17:19:15 +0100
commitc10e96cb350f2f9fbd51164634dd6aeb5bfbbda9 (patch)
tree21b75d8d97a8015fe450de415ad6b64c811670c9 /files/zh-cn/web/api/htmltablerowelement
parente8ef9c5dbb51fbacc788a6013845373cf85efd29 (diff)
downloadtranslated-content-c10e96cb350f2f9fbd51164634dd6aeb5bfbbda9.tar.gz
translated-content-c10e96cb350f2f9fbd51164634dd6aeb5bfbbda9.tar.bz2
translated-content-c10e96cb350f2f9fbd51164634dd6aeb5bfbbda9.zip
fix various 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 2939825e6b..199f2fbc54 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("table")}。</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>