aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/htmlheadelement/index.html
blob: 0327683cbe825b2ca616f9d2cd43df0fe63bdbf7 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
title: HTMLHeadElement
slug: Web/API/HTMLHeadElement
translation_of: Web/API/HTMLHeadElement
---
<div>{{APIRef("HTML DOM")}}</div>

<p>La interfaz <strong><code>HTMLHeadElement</code></strong> contiene la información descriptiva, o metadata, para un documento. Este objeto hereda las propiedades y métodos descritos en la interfaz {{domxref("HTMLElement")}}.</p>

<p>{{InheritanceDiagram(600, 120)}}</p>

<h2 id="Propiedades">Propiedades</h2>

<p><em>Hereda las propiedades del padre, {{domxref("HTMLElement")}}.</em></p>

<dl>
 <dt>{{domxref("HTMLHeadElement.profile")}} {{obsolete_inline}}</dt>
 <dd>Es un {{domxref("DOMString")}} que representa las URI de uno o más perfiles de metadatos (separados por espacios en blanco).</dd>
</dl>

<h2 id="Métodos">Métodos</h2>

<p><em>No hay un método especifico; hereda los métodos del padre, {{domxref("HTMLElement")}}.</em></p>

<h2 id="Especificaciones">Especificaciones</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Especificación</th>
   <th scope="col">Estado</th>
   <th scope="col">Comentarios</th>
  </tr>
  <tr>
   <td>{{SpecName('HTML WHATWG', "#htmlheadelement", "HTMLHeadElement")}}</td>
   <td>{{Spec2('HTML WHATWG')}}</td>
   <td></td>
  </tr>
  <tr>
   <td>{{SpecName('HTML5.1', "document-metadata.html#the-head-element", "HTMLHeadElement")}}</td>
   <td>{{Spec2('HTML5.1')}}</td>
   <td>Sin cambio desde {{SpecName('HTML5 W3C')}}.</td>
  </tr>
  <tr>
   <td>{{SpecName('HTML5 W3C', "document-metadata.html#the-head-element", "HTMLHeadElement")}}</td>
   <td>{{Spec2('HTML5 W3C')}}</td>
   <td>La siguiente propiedad ha sido removida: <code>profile</code>.</td>
  </tr>
  <tr>
   <td>{{SpecName('DOM2 HTML', 'html.html#ID-77253168', 'HTMLHeadElement')}}</td>
   <td>{{Spec2('DOM2 HTML')}}</td>
   <td>Sin cambio</td>
  </tr>
  <tr>
   <td>{{SpecName('DOM1', 'level-one-html.html#ID-77253168', 'HTMLHeadElement')}}</td>
   <td>{{Spec2('DOM1')}}</td>
   <td>Definición inicial</td>
  </tr>
 </tbody>
</table>

<h2 id="Compatibilidad_con_Navegadores">Compatibilidad con Navegadores</h2>

<div class="hidden">La tabla de compatibilidad de esta página es generada a partir de datos estructurados. Si desea contribuir con los datos, por favor consulte <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos una solicitud.</div>

<p>{{Compat("api.HTMLHeadElement")}}</p>

<h2 id="Vea_también">Vea también</h2>

<ul>
 <li>El elemento HTML que implementa esta interfaz: {{HTMLElement("head")}}</li>
</ul>