From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/html/element/noembed/index.html | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 files/zh-cn/web/html/element/noembed/index.html (limited to 'files/zh-cn/web/html/element/noembed/index.html') diff --git a/files/zh-cn/web/html/element/noembed/index.html b/files/zh-cn/web/html/element/noembed/index.html new file mode 100644 index 0000000000..2d199e4f23 --- /dev/null +++ b/files/zh-cn/web/html/element/noembed/index.html @@ -0,0 +1,29 @@ +--- +title: +slug: Web/HTML/Element/noembed +translation_of: Web/HTML/Element/noembed +--- +<div>{{HTMLRef}}{{Non-standard_header}}{{deprecated_header}}</div> + +<p><span class="seoSummary"><code><strong>&lt;noembed&gt;</strong></code> 元素是个废除的和不标准的方式,用于向不支持 {{HTMLElement("embed")}} ,或者不支持作者希望的 <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Embedded_content">嵌入式内容</a> 的浏览器提供替代(或者“后备”)内容。这个元素在 HTML 4.01 起废除,以支持</span> {{HTMLElement("object")}}。<span class="seoSummary">后备</span>内容应该插在 {{HTMLElement("object")}} 的开始和结束标签之间。</p> + +<div class="note"> +<p>虽然这个元素仍旧在许多浏览器中有效,它已经废除了,并且不应使用。使用 {{HTMLElement("object")}} 来代替。</p> +</div> + +<h2 id="规范">规范</h2> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="col">Specification</th> + <th scope="col">Status</th> + <th scope="col">Comment</th> + </tr> + <tr> + <td>{{SpecName('HTML WHATWG', '#noembed', '&lt;noembed&gt;')}}</td> + <td>{{ Spec2('HTML WHATWG') }}</td> + <td>Non-conforming feature.</td> + </tr> + </tbody> +</table> -- cgit v1.2.3-54-g00ecf