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/bdo/index.html | |
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/bdo/index.html')
-rw-r--r-- | files/zh-cn/web/html/element/bdo/index.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/files/zh-cn/web/html/element/bdo/index.html b/files/zh-cn/web/html/element/bdo/index.html index 6037c4b619..5d55b4eebc 100644 --- a/files/zh-cn/web/html/element/bdo/index.html +++ b/files/zh-cn/web/html/element/bdo/index.html @@ -7,19 +7,19 @@ translation_of: Web/HTML/Element/bdo <div></div> -<p><span class="seoSummary">HTML 双向文本替代元素(<strong><code><bdo></code></strong>)改写了文本的方向性, </span>使文本以不同的方向渲染呈现出来<span class="seoSummary">(override可以翻译很多意思,编程语言中多用覆盖,重载;这里采用了Google的整体翻译,取替代替换改写之意)</span></p> +<p><span class="seoSummary">HTML 双向文本替代元素 (<strong><code><bdo></code></strong>) 改写了文本的方向性,</span>使文本以不同的方向渲染呈现出来<span class="seoSummary">(override 可以翻译很多意思,编程语言中多用覆盖,重载;这里采用了 Google 的整体翻译,取替代替换改写之意)</span></p> <div>{{EmbedInteractiveExample("pages/tabbed/bdo.html", "tabbed-standard")}}</div> -<p>文本的字符是从给定方向的起始点绘制的; 各个字符的方向不受影响 (因此字符集不会向后拉, 例如).</p> +<p>文本的字符是从给定方向的起始点绘制的; 各个字符的方向不受影响 (因此字符集不会向后拉, 例如).</p> <table class="properties"> <tbody> <tr> <th scope="row">内容分类</th> - <td><a href="zh-CN/docs/Web/Guide/HTML/Content_categories">流式元素</a>, <a href="zh-CN/docs/Web/Guide/HTML/Content_categories">短语元素</a>, 显式元素.</td> + <td><a href="zh-CN/docs/Web/Guide/HTML/Content_categories">流式元素</a>, <a href="zh-CN/docs/Web/Guide/HTML/Content_categories">短语元素</a>, 显式元素。</td> </tr> <tr> <th scope="row">许可内容</th> @@ -34,16 +34,16 @@ translation_of: Web/HTML/Element/bdo <td>接受<a href="zh-CN/docs/Web/Guide/HTML/Content_categories">短语元素</a>的任何元素</td> </tr> <tr> - <th scope="row">隐式ARIA角色</th> + <th scope="row">隐式 ARIA 角色</th> <td><a href="https://www.w3.org/TR/html-aria/#dfn-no-corresponding-role">No corresponding role</a></td> </tr> <tr> - <th scope="row">许可ARIA角色</th> + <th scope="row">许可 ARIA 角色</th> <td>任何</td> </tr> <tr> <th scope="row">DOM 接口</th> - <td>{{domxref("HTMLElement")}}直到Gecko 1.9.2 (包括Firefox 4)为止,Firefox均为此元素实现HTMLSpanElement接口。</td> + <td>{{domxref("HTMLElement")}}直到 Gecko 1.9.2 (包括 Firefox 4) 为止,Firefox 均为此元素实现 HTMLSpanElement 接口。</td> </tr> </tbody> </table> @@ -55,11 +55,11 @@ translation_of: Web/HTML/Element/bdo <dl> <dt>{{htmlattrdef("dir")}}</dt> <dd> - <p> 在此元素内容中呈现文本的方向.可能的值是:</p> + <p> 在此元素内容中呈现文本的方向。可能的值是:</p> <ul> - <li>ltr: 指示文本应从左到右的方向.</li> - <li>rtl: 指示文本应从右到左的方向.</li> + <li>ltr: 指示文本应从左到右的方向。</li> + <li>rtl: 指示文本应从右到左的方向。</li> </ul> </dd> </dl> @@ -78,7 +78,7 @@ to left.</bdo></p> <h2 id="注意">注意</h2> -<p>HTML 4规范未指定此元素的事件。 它们是在XHTML中添加的。 这很可能是疏忽。</p> +<p>HTML 4 规范未指定此元素的事件。 它们是在 XHTML 中添加的。 这很可能是疏忽。</p> <h2 id="规范">规范</h2> @@ -118,5 +118,5 @@ to left.</bdo></p> <h2 dir="ltr" id="另参见">另参见</h2> <ul> - <li>相关HTML: {{HTMLElement("bdi")}}</li> + <li>相关 HTML: {{HTMLElement("bdi")}}</li> </ul> |