form property
The form element to associate the output with (its form owner). The value of this attribute must be the id of a form in the same document.
Implementation
final String? form;
The form element to associate the output with (its form owner). The value of this attribute must be the id of a form in the same document.
final String? form;