mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
spatnav fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user