diff options
Diffstat (limited to 'files/ca/web/html/element/noembed/index.html')
-rw-r--r-- | files/ca/web/html/element/noembed/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/files/ca/web/html/element/noembed/index.html b/files/ca/web/html/element/noembed/index.html new file mode 100644 index 0000000000..b2d420043d --- /dev/null +++ b/files/ca/web/html/element/noembed/index.html @@ -0,0 +1,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> |