diff options
Diffstat (limited to 'files/zh-cn/web/html/element/acronym/index.html')
| -rw-r--r-- | files/zh-cn/web/html/element/acronym/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/files/zh-cn/web/html/element/acronym/index.html b/files/zh-cn/web/html/element/acronym/index.html index 5d6cf1d8ae..ec8bbd958b 100644 --- a/files/zh-cn/web/html/element/acronym/index.html +++ b/files/zh-cn/web/html/element/acronym/index.html @@ -9,21 +9,21 @@ translation_of: Web/HTML/Element/acronym <h2 id="Summary" name="Summary">简介</h2> -<p>HTML Acronym 元素 (<code><acronym>)</code> 允许作者明确地声明一个字符序列,,它们构成一个单词的首字母缩写或简略语。</p> +<p>HTML Acronym 元素 (<code><acronym>)</code> 允许作者明确地声明一个字符序列,,它们构成一个单词的首字母缩写或简略语。</p> <div class="note"> -<p><strong>用法提示: </strong>. 该元素已从HTML5中移除,不应再被使用。Web开发者应使用 {{HTMLElement("abbr")}} 元素.</p> +<p><strong>用法提示:</strong>. 该元素已从 HTML5 中移除,不应再被使用。Web 开发者应使用 {{HTMLElement("abbr")}} 元素。</p> </div> <h2 id="Attributes" name="Attributes">属性</h2> -<p>该元素除了 <a class="new " href="/en-US/docs/HTML/global_attributes" rel="internal" title="HTML/global attributes">global attributes</a>, 所有其他元素的公共属性之外没有其他属性.</p> +<p>该元素除了 <a class="new " href="/en-US/docs/HTML/global_attributes" rel="internal" title="HTML/global attributes">global attributes</a>, 所有其他元素的公共属性之外没有其他属性。</p> <h2 id="DOM_Interface" name="DOM_Interface">DOM 接口</h2> -<p>该元素实现了 {{domxref('HTMLElement')}} 接口.</p> +<p>该元素实现了 {{domxref('HTMLElement')}} 接口。</p> -<div class="note"><strong>实现提示: </strong>直到 Gecko 1.9.2(包含),Firefox 为这个元素实现了 {{domxref('HTMLSpanElement')}} 接口。</div> +<div class="note"><strong>实现提示:</strong>直到 Gecko 1.9.2(包含),Firefox 为这个元素实现了 {{domxref('HTMLSpanElement')}} 接口。</div> <h2 id="Example" name="Example">例子</h2> @@ -32,15 +32,15 @@ translation_of: Web/HTML/Element/acronym <h2 id="Default_styling" name="Default_styling">默认样式</h2> -<p>尽管这个标签的目的纯粹是为了方便作者,它的默认样式却在各个浏览器中不尽相同:</p> +<p>尽管这个标签的目的纯粹是为了方便作者,它的默认样式却在各个浏览器中不尽相同:</p> <ul> - <li>一些浏览器, 像Internet Explorer, 赋予它和 {{HTMLElement("span")}} 元素相同的样式。</li> - <li>Opera, Firefox, 和 一些其他的浏览器在元素内容下方添加了一条点状的下划线。</li> + <li>一些浏览器,像 Internet Explorer,赋予它和 {{HTMLElement("span")}} 元素相同的样式。</li> + <li>Opera, Firefox,和 一些其他的浏览器在元素内容下方添加了一条点状的下划线。</li> <li>一小部分浏览器不仅添加了点状下划线, 而且 put it in small caps; 为避免这种样式, 可以在 CSS 中添加{{cssxref('font-variant')}}<code>: none</code> 处理这种情况。</li> </ul> -<p>因此强烈建议Web作者们不要依赖默认的样式.</p> +<p>因此强烈建议 Web 作者们不要依赖默认的样式。</p> <h2 id="Specifications" name="Specifications">规范</h2> |
