HTMLDetailsElement
HTMLDetailsElement
接口提供了特殊的属性 (除了常规的 HTMLElement
接口之外,它还可以通过继承获得这些属性) 用于操作 <details>
元素。
must be a string
属性
从其父级 HTMLElement
继承属性.
方法
没有特定的方法;继承其父方法 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>