aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/noembed/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/noembed/index.html')
-rw-r--r--files/zh-cn/web/html/element/noembed/index.html29
1 files changed, 29 insertions, 0 deletions
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: <noembed>
+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>