spatnav fix

This commit is contained in:
Stian Lund
2023-08-12 13:39:30 +02:00
parent 1adaf58bb3
commit 890bc077e0
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -4,7 +4,9 @@
<title>Input focus test</title>
</head>
<body>
<p>This should not get focus: <input></p>
<p>This should get focus: <input autofocus></p>
<p><span onclick="alert('You clicked me!')"><button>Button</button></span></p>
<p><input type="text">Input type=text</p>
<p><input type="date">Input type=date</p>
<p><input type="time">Input type=time</p>
</body>
</html>