Structsยง
- HTML
Input ๐Element  - Input
Activation ๐State  - Input
Type ๐Color Shadow Tree  - Contains references to the elements in the shadow tree for 
<input type=color>. - Input
Type ๐Text Shadow Tree  - Contains reference to text control inner editor and placeholder container element in the UA
shadow tree for 
text,password,url,tel, andemailinput. The following is the structure of the shadow tree. - Pending
WebDriver ๐Response  - When WebDriver asks the 
HTMLInputElementto do some asynchronous actions, such as selecting files, this stores the details necessary to complete the response when the action is complete. 
Enumsยง
- Input
Type ๐ - https://html.spec.whatwg.org/multipage/#attr-input-type
 - Shadow
Tree ๐ - Step
Direction ๐ - Value
Mode ๐ 
Constantsยง
- DEFAULT_
FILE_ ๐INPUT_ VALUE  - DEFAULT_
RESET_ ๐VALUE  - DEFAULT_
SUBMIT_ ๐VALUE  - PASSWORD_
REPLACEMENT_ ๐CHAR  - _IMPL_
DOMOBJECT_ ๐FOR_ HTML Input Element  
Staticsยง
- DEFAULT_
INPUT_ ๐SIZE  - DEFAULT_
MAX_ ๐LENGTH  - DEFAULT_
MIN_ ๐LENGTH  
Traitsยง
Functionsยง
- broadcast_
radio_ ๐checked  - check_
js_ ๐regex_ syntax  - Check if the pattern by itself is valid first, and not that it only becomes valid once we add ^(?: and )$.
 - compile_
pattern ๐ - This is used to compile JS-compatible regex provided in pattern attribute that matches only the entirety of string. https://html.spec.whatwg.org/multipage/#compiled-pattern-regular-expression
 - create_
ua_ ๐widget_ div_ with_ text_ node  - Create a div element with a text node within an UA Widget and either append or prepend it to the designated parent. This is used to create the text container for input elements.
 - filter_
from_ ๐accept  - https://html.spec.whatwg.org/multipage/#attr-input-accept
 - in_
same_ ๐group  - https://html.spec.whatwg.org/multipage/#radio-button-group
 - matches_
js_ ๐regex  - new_
js_ ๐regex  - perform_
radio_ ๐group_ validation  - radio_
group_ ๐iter  - round_
halves_ ๐positive