HTMLDetailsElement: open プロパティ
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.
open
は HTMLDetailsElement
インターフェイスのプロパティで、HTML の open
属性を反映するもので、<details>
の中身(<summary>
を除く)がユーザーに表示されているかを示す論理値です。
値
論理値です。
この論理値は HTML の open
属性の状態を表します。true
の値は、概要と追加情報の両方がユーザーに示されている状態で設定されていることを意味します。false
の値は設定されていないことを意味し、概要のみが表示されます。
仕様書
Specification |
---|
HTML # dom-details-open |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
open |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.