diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-08 11:48:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 11:48:35 +0100 |
commit | 6b354837cbc7f718409e11da44d05d0c0668ab5e (patch) | |
tree | ea226febdf775a158b9b110459697a090fdfbe8e /files/zh-cn/web/html/attributes/index.html | |
parent | 7425818d30fbc66df26cedebc612e8e83a332c56 (diff) | |
parent | 08a04d85393a0bb5721a17328df62c4915c487c5 (diff) | |
download | translated-content-6b354837cbc7f718409e11da44d05d0c0668ab5e.tar.gz translated-content-6b354837cbc7f718409e11da44d05d0c0668ab5e.tar.bz2 translated-content-6b354837cbc7f718409e11da44d05d0c0668ab5e.zip |
Merge pull request #27 from fiji-flo/fix-zh-cn
fix some macros for zh-cn
Diffstat (limited to 'files/zh-cn/web/html/attributes/index.html')
-rw-r--r-- | files/zh-cn/web/html/attributes/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/attributes/index.html b/files/zh-cn/web/html/attributes/index.html index 237ef0c2c9..846e47bddd 100644 --- a/files/zh-cn/web/html/attributes/index.html +++ b/files/zh-cn/web/html/attributes/index.html @@ -91,7 +91,7 @@ translation_of: Web/HTML/Attributes <td>{{ HTMLElement("body") }}, {{ HTMLElement("table") }}, {{ HTMLElement("td") }}, {{ HTMLElement("th") }}</td> <td>指定图像文件的URL。 <div class="blockIndicator note"> - <p>注意:虽然浏览器和电子邮件客户端可能仍然支持此属性,但它已过时。改用css{{Cssxref(“back-image”)}}。</p> + <p>注意:虽然浏览器和电子邮件客户端可能仍然支持此属性,但它已过时。改用css{{Cssxref("back-image")}}。</p> </div> </td> </tr> @@ -195,7 +195,7 @@ translation_of: Web/HTML/Attributes <tr> <td><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/contextmenu">contextmenu</a></td> <td><a href="/en/HTML/Global_attributes" title="en/HTML/Global attributes">全局属性</a></td> - <td>定义将用作元素上下文菜单的{{HTMLElement(“Menu”)}}元素的ID。</td> + <td>定义将用作元素上下文菜单的{{HTMLElement("Menu")}}元素的ID。</td> </tr> <tr> <td><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/controls">controls</a></td> |