Whether the element when checkbox or radio is checked.
When element should be a max of this value man="5".
When element string to be a max of this length.
When element should be a min of this value min="5".
When element string to be a min of this length.
True when element is a select tagged with multiple="true"
The name of the HTMLElement name="some_name".
The HTMLOptionsCollection present when element is a select/multiple.
When element should match this pattern.
True when element is required.
The type of the element type="text".
The value of the element value="some_value".
Generated using TypeDoc
Interface for registering an element, extends HTMLElement.