From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/htmldetailselement/index.html | 48 ++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 files/ja/web/api/htmldetailselement/index.html (limited to 'files/ja/web/api/htmldetailselement/index.html') diff --git a/files/ja/web/api/htmldetailselement/index.html b/files/ja/web/api/htmldetailselement/index.html new file mode 100644 index 0000000000..33fb7304d3 --- /dev/null +++ b/files/ja/web/api/htmldetailselement/index.html @@ -0,0 +1,48 @@ +--- +title: HTMLDetailsElement +slug: Web/API/HTMLDetailsElement +translation_of: Web/API/HTMLDetailsElement +--- +
+

translation in progress

+
+ +
{{APIRef("HTML DOM")}}
+ +

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)}}

+ +

Properties

+ +

Inherits properties from its parent, {{domxref("HTMLElement")}}.

+ +
+
{{domxref("HTMLDetailsElement.open")}}
+
Is a {{domxref("boolean")}} reflecting the {{htmlattrxref("open", "details")}} HTML attribute, indicating whether or not the element’s contents (not counting the {{HTMLElement("summary")}}) is to be shown to the user.
+
+ +

Methods

+ +

No specific method; inherits methods from its parent, {{domxref("HTMLElement")}}.

+ +

Specifications

+ + + +

Browser compatibility

+ +
+ + +

{{Compat("api.HTMLDetailsElement")}}

+
+ +

See also

+ + -- cgit v1.2.3-54-g00ecf