--- title: HTMLDetailsElement slug: Web/API/HTMLDetailsElement translation_of: Web/API/HTMLDetailsElement ---
translation in progress
The HTMLDetailsElement
interface provides special properties (beyond the regular {{domxref("HTMLElement")}} interface it also has available to it by inheritance) for manipulating {{HTMLElement("details")}} elements.
{{InheritanceDiagram(600, 120)}}
Inherits properties from its parent, {{domxref("HTMLElement")}}.
No specific method; inherits methods from its parent, {{domxref("HTMLElement")}}.
{{Compat("api.HTMLDetailsElement")}}