Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<!-- (Bug 1905040) The typo for "Name" is intentional because currently there is an issue when the field is recognized by formautofill. -->
<input aria-label="Naame" aria-describedby="desc" value="Tobias" />
<div id="desc">description</div>
<input aria-label="Last" value="Funke" required />
</body>
</html>