HTMLDetailsElement

メモ: translation in progress

The HTMLDetailsElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <details> elements.

Properties

Inherits properties from its parent, HTMLElement.

HTMLDetailsElement.open (en-US)

Is a boolean reflecting the open HTML attribute, indicating whether or not the element’s contents (not counting the <summary>) is to be shown to the user.

Methods

No specific method; inherits methods from its parent, HTMLElement.

仕様書

ブラウザーの互換性

BCD tables only load in the browser

関連情報

  • The HTML element implementing this interface: <details>