Basic Text Types
Email / URL / Tel
Numbers
Date & Time
Other Inputs
Inputmode Matrix (type=text)
All of these are
type=text
with different inputmode
values to trigger different keyboards.ContentEditable (role=textbox)
Editable text
3.14
https://example.com
Textarea
Event Log
Focus/blur/input/keydown events will append here. Useful for confirming focus issues during keyboard transitions.