Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<meta charset="utf-8">
<title>Unrecognized type should fallback as text type</title>
<body>
<input type="text">
<input type="text">
<input type="text" disabled>
<input type="text" disabled>
</body>