diff options
author | Jason Lee <huacnlee@gmail.com> | 2022-01-04 17:38:26 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-15 22:48:15 +0800 |
commit | 01b845e6d402777fe03cc4dd7ed5f21af400eed1 (patch) | |
tree | b3d3d8272d9c7c5207ebb016d072a10d9b7e04ea /files/zh-cn/web/html/element/thead | |
parent | c1ed2f39d8921536444e3334bab549d7100a286e (diff) | |
download | translated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.tar.gz translated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.tar.bz2 translated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.zip |
Improve copywriting for add spaces between Chinese and English words for files/zh-cn/web/html/element.
Diffstat (limited to 'files/zh-cn/web/html/element/thead')
-rw-r--r-- | files/zh-cn/web/html/element/thead/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/html/element/thead/index.html b/files/zh-cn/web/html/element/thead/index.html index 1e9e104503..bf446a6f4d 100644 --- a/files/zh-cn/web/html/element/thead/index.html +++ b/files/zh-cn/web/html/element/thead/index.html @@ -18,15 +18,15 @@ translation_of: Web/HTML/Element/thead <tbody> <tr> <th scope="row"><a href="/en-US/docs/HTML/Content_categories">内容类别</a></th> - <td>无.</td> + <td>无。</td> </tr> <tr> <th scope="row">允许内容</th> - <td>零或多个{{ HTMLElement("tr") }}元素.</td> + <td>零或多个{{ HTMLElement("tr") }}元素。</td> </tr> <tr> <th scope="row">标签省略</th> - <td>开头的标签是强制的. 如果{{ HTMLElement("thead") }} 元素后直接跟 {{ HTMLElement("tbody") }}或{{ HTMLElement("tfoot") }}元素,结尾的标签可以被省略。</td> + <td>开头的标签是强制的。如果{{ HTMLElement("thead") }} 元素后直接跟 {{ HTMLElement("tbody") }}或{{ HTMLElement("tfoot") }}元素,结尾的标签可以被省略。</td> </tr> <tr> <th scope="row">Permitted parents</th> |