aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/noembed/index.html
blob: 02ac24b96dbb48554c4ca031f8c0832cb065c1df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>