HTMLDetailsElement
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
HTMLDetailsElement
接口提供了特殊的属性 (除了常规的 HTMLElement
接口之外,它还可以通过继承获得这些属性) 用于操作 <details>
元素。
属性
从其父级 HTMLElement
继承属性.
方法
没有特定的方法;继承其父方法 HTMLElement
.
规格
浏览器兼容性
BCD tables only load in the browser
参见
- 实现此接口的 HTML 元素:
<details>