--- title: HTMLLIElement slug: Web/API/HTMLLIElement translation_of: Web/API/HTMLLIElement ---
HTMLLIElement
인터페이스는 리스트 엘리먼트를 조작하기 위한 특정 프로퍼티와 메소드들을 제공합니다.
( 정규 {{domxref("HTMLElement")}} 인터페이스의 상속을통해 사용이 가능합니다. )
{{InheritanceDiagram(600, 120)}}
부모인 {{domxref("HTMLElement")}}에서 상속받습니다.
"disc"
, "square"
나 "circle"
같은 bullets 타입을 대표합니다.0
보다 작을 수도 있습니다.특정 메소드가 없으며, 부모로부터 프로퍼티를 상속 받습니다.{{domxref("HTMLElement")}}.
Specification | Status | Comment |
---|---|---|
{{SpecName('HTML WHATWG', "#htmllielement", "HTMLLIElement")}} | {{Spec2('HTML WHATWG')}} | |
{{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. |
{{Compat("api.HTMLLIElement")}}