diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-12 17:57:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 17:57:51 +0100 |
commit | c749df57502fb5c01f79f36c0922652626785de3 (patch) | |
tree | cccc163b22a14e310cab7a72cf956ac353472732 /files/zh-cn | |
parent | e8ef9c5dbb51fbacc788a6013845373cf85efd29 (diff) | |
parent | 296bb7859bcc5436d18653e168054c6e39030cd2 (diff) | |
download | translated-content-c749df57502fb5c01f79f36c0922652626785de3.tar.gz translated-content-c749df57502fb5c01f79f36c0922652626785de3.tar.bz2 translated-content-c749df57502fb5c01f79f36c0922652626785de3.zip |
Merge pull request #63 from fiji-flo/fix-macros-1
Fix macros 1
Diffstat (limited to 'files/zh-cn')
-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 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><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> |