Module htmlinputelement

Module htmlinputelement 

Source

Structsยง

HTMLInputElement ๐Ÿ”’
InputActivationState ๐Ÿ”’
InputTypeColorShadowTree ๐Ÿ”’
Contains references to the elements in the shadow tree for <input type=color>.
InputTypeTextShadowTree ๐Ÿ”’
Contains reference to text control inner editor and placeholder container element in the UA shadow tree for text, password, url, tel, and email input. The following is the structure of the shadow tree.
PendingWebDriverResponse ๐Ÿ”’
When WebDriver asks the HTMLInputElement to do some asynchronous actions, such as selecting files, this stores the details necessary to complete the response when the action is complete.

Enumsยง

InputType ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#attr-input-type
ShadowTree ๐Ÿ”’
StepDirection ๐Ÿ”’
ValueMode ๐Ÿ”’

Constantsยง

DEFAULT_FILE_INPUT_VALUE ๐Ÿ”’
DEFAULT_RESET_VALUE ๐Ÿ”’
DEFAULT_SUBMIT_VALUE ๐Ÿ”’
PASSWORD_REPLACEMENT_CHAR ๐Ÿ”’
_IMPL_DOMOBJECT_FOR_HTMLInputElement ๐Ÿ”’

Staticsยง

DEFAULT_INPUT_SIZE ๐Ÿ”’
DEFAULT_MAX_LENGTH ๐Ÿ”’
DEFAULT_MIN_LENGTH ๐Ÿ”’

Traitsยง

LayoutHTMLInputElementHelpers ๐Ÿ”’

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 ๐Ÿ”’