mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2025-12-29 11:45:20 -05:00
spatnav fix
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
[ 0 Jul 21 13:28] <a class="DIR" href="./preventdefault/">preventdefault</a><br>
|
||||
[ 0 Jul 14 19:33] <a class="DIR" href="./referrer/">referrer</a><br>
|
||||
[ 0 Jul 14 16:52] <a class="DIR" href="./session-storage/">session-storage</a><br>
|
||||
[ 0 Aug 8 19:29] <a class="DIR" href="./spatial-navigation/">spatial-navigation</a><br>
|
||||
[ 0 Aug 11 17:45] <a class="DIR" href="./spatial-navigation/">spatial-navigation</a><br>
|
||||
[ 0 Jul 9 2022] <a class="DIR" href="./translate/">translate</a><br>
|
||||
[ 0 Oct 7 2022] <a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
|
||||
[ 0 May 6 20:37] <a class="DIR" href="./window-open-crash/">window-open-crash</a><br>
|
||||
|
||||
@@ -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