Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. HTMLLabelElement
  4. control

HTMLLabelElement: control property

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨October 2018⁩.

The read-onlyHTMLLabelElement.control property returns areference to the control (in the form of an object of typeHTMLElement orone of its derivatives) with which the<label> element is associated,ornull if the label isn't associated with a control.

Value

AnHTMLElement derived object representing the control with which the<label> is associated, ornull if the label stands alone.

Note:If this property has a value andHTMLLabelElement.htmlFor has a value,theHTMLLabelElement.htmlFor property must refer to the same control.

Specifications

Specification
HTML
# dom-label-control-dev

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp