diff options
Diffstat (limited to 'files/zh-cn/web/html/element/blink/index.html')
-rw-r--r-- | files/zh-cn/web/html/element/blink/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/zh-cn/web/html/element/blink/index.html b/files/zh-cn/web/html/element/blink/index.html index 43dffb7fe4..93fb766928 100644 --- a/files/zh-cn/web/html/element/blink/index.html +++ b/files/zh-cn/web/html/element/blink/index.html @@ -5,28 +5,28 @@ translation_of: Web/HTML/Element/blink --- <div>{{Deprecated_header}} {{obsolete_header}}</div> -<p>HTML Blink Element (<code><blink></code>)不是标准元素,它会使包含其中的文本闪烁。</p> +<p>HTML Blink Element (<code><blink></code>) 不是标准元素,它会使包含其中的文本闪烁。</p> <div class="warning"> -<p class="note"><strong>警告:</strong> 不要使用这个元素,它已经被<strong>淘汰</strong>。闪烁字体不符合无障碍标准,CSS规范允许浏览器忽略闪烁值。</p> +<p class="note"><strong>警告:</strong> 不要使用这个元素,它已经被<strong>淘汰</strong>。闪烁字体不符合无障碍标准,CSS 规范允许浏览器忽略闪烁值。</p> </div> <h2 id="DOM_接口">DOM 接口</h2> -<p>该元素不被支持,因而实现了{{domxref("HTMLUnknownElement")}} 接口.</p> +<p>该元素不被支持,因而实现了{{domxref("HTMLUnknownElement")}} 接口。</p> <h2 id="示例">示例</h2> <pre class="brush:html"><blink>Why would somebody use this?</blink> </pre> -<h3 id="结果_(淡化!)">结果 (淡化!)</h3> +<h3 id="结果_(淡化!)">结果 (淡化!)</h3> <p><img alt="Image:HTMLBlinkElement.gif" src="/@api/deki/files/247/=HTMLBlinkElement.gif"></p> <h2 id="规范">规范</h2> -<p>该元素不是标准元素,不属于规范的一部分. 不信的话,<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#non-conforming-features"> 你自己来看HTML规范文档</a>.</p> +<p>该元素不是标准元素,不属于规范的一部分。不信的话,<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#non-conforming-features"> 你自己来看 HTML 规范文档</a>.</p> <h2 id="浏览器兼容">浏览器兼容</h2> |