blob: b2d420043d9ae1bd77b99f5ce7a09d79397b61e2 (
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
30
31
32
33
34
35
|
---
title: <noembed>
slug: Web/HTML/Element/noembed
tags:
- Deprecated
- HTML
- NeedsCompatTable
- Non-standard
- Reference
translation_of: Web/HTML/Element/noembed
---
<div>{{HTMLRef}}{{Non-standard_header}}{{deprecated_header}}</div>
<p>L'element <code><noembed></code> és una forma obsoleta i no estàndard per proporcionar contingut alternatiu o de "reserva" per als navegadors que no suporten l'element {{HTMLElement("embed")}} o no són compatibles amb <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Embedded_content">contingut incrustat</a> (<a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Embedded_content">embedded content</a>) que un autor desitji usar. Aquest element va ser desaprovat en HTML 4.01 i anteriorment en favor de {{HTMLElement("object")}}. El contingut de reserva ha de ser inserit entre les etiquetes d'obertura i tancament de {{HTMLElement("object")}}.</p>
<div class="note">
<p>Si bé aquest element actualment encara funciona en molts navegadors, s'ha quedat obsolet i no ha de ser utilitzat. Utilitza {{HTMLElement("object")}} al seu lloc.</p>
</div>
<h2 id="Especificacions">Especificacions</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="col">Especificació</th>
<th scope="col">Estat</th>
<th scope="col">Comentari</th>
</tr>
<tr>
<td>{{SpecName('HTML WHATWG', '#noembed', '<noembed>')}}</td>
<td>{{ Spec2('HTML WHATWG') }}</td>
<td>Característica no conforme.</td>
</tr>
</tbody>
</table>
|