HTMLOutputElement: form property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since August 2016.
Theform read-only property of theHTMLOutputElement interface returns anHTMLFormElement object that owns this<output>, ornull if this output is not owned by any form.
In this article
Value
AnHTMLFormElement ornull.
Specifications
| Specification |
|---|
| HTML> # dom-fae-form-dev> |