HTMLDetailsElement

HTMLDetailsElement 接口提供了特殊的属性 (除了常规的 HTMLElement 接口之外,它还可以通过继承获得这些属性) 用于操作 <details> 元素。

must be a string

属性

从其父级 HTMLElement 继承属性.

HTMLDetailsElement.open

是一个 boolean 反射 open HTML 属性,指示是否向用户显示元素的内容 (不包括 <summary>)

方法

没有特定的方法;继承其父方法 HTMLElement.

规范

Specification
HTML Standard
# htmldetailselement
HTML Standard
# event-toggle

浏览器兼容性

api.HTMLDetailsElement

BCD tables only load in the browser

api.HTMLElement.toggle_event.details_elements

BCD tables only load in the browser

参见

  • 实现此接口的 HTML 元素: <details>