--- title: HTMLLIElement slug: Web/API/HTMLLIElement tags: - API - HTML DOM translation_of: Web/API/HTMLLIElement ---
La interfaz HTMLLIElement expone las propiedades y los métodos específicos (más allá de los definidos por la interfaz regular {{domxref ("HTMLElement")}} que también tiene disponible por herencia) para manipular elementos de la lista.
Hereda las propiedades de su elemento primario, {{domxref ("HTMLElement")}}.
No specific method; inherits properties from its parent, {{domxref("HTMLElement")}}.
Especificacion | Estado | Comentario |
---|---|---|
{{SpecName('HTML WHATWG', "grouping-content.html#the-li-element", "HTMLLIElement")}} | {{Spec2('HTML WHATWG')}} | No change from {{SpecName("HTML5 W3C")}}. |
{{SpecName('HTML5 W3C', "grouping-content.html#the-li-element", "HTMLLIElement")}} | {{Spec2('HTML5 W3C')}} | The following property is now obsolete: type . |
{{SpecName('DOM2 HTML', 'html.html#ID-74680021', 'HTMLLIElement')}} | {{Spec2('DOM2 HTML')}} | No change from {{SpecName("DOM1")}}. |
{{SpecName('DOM1', 'level-one-html.html#ID-74680021', 'HTMLLIElement')}} | {{Spec2('DOM1')}} | Initial definition. |
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | {{CompatVersionUnknown}} | {{CompatGeckoDesktop(1.0)}} [1] | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | {{CompatVersionUnknown}} | {{CompatGeckoMobile(1.0)}} [1] | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} |
[1] Prior to Firefox 10, Gecko incorrectly reflected negative {{htmlattrxref("value", "li")}} attributes to 0
.