HTMLTextAreaElement: form プロパティ
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
form
は HTMLTextAreaElement
インターフェイスの読み取り専用プロパティで、この <textarea>
を所有する HTMLFormElement
オブジェクトを返します。このテキストエリアがどのフォームにも所有されていない場合は null
を返します。
値
HTMLFormElement
または null
です。
仕様書
Specification |
---|
HTML Standard # dom-fae-form-dev |
ブラウザーの互換性
BCD tables only load in the browser