mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
Update files
This commit is contained in:
+2
-2
@@ -49,11 +49,11 @@
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./referrer/">referrer</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./remote/">remote</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./session-storage/">session-storage</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./spatial-navigation/">spatial-navigation</a><br>
|
||||
[ 0 Jul 11 17:06] <a class="DIR" href="./spatial-navigation/">spatial-navigation</a><br>
|
||||
[ 0 Jan 15 12:42] <a class="DIR" href="./themecolors/">themecolors</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./translate/">translate</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./video-filters/">video-filters</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
|
||||
[ 0 Jun 11 18:54] <a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
|
||||
[ 0 May 12 17:59] <a class="DIR" href="./visited-links/">visited-links</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./window-open-crash/">window-open-crash</a><br>
|
||||
[ 383 Jan 6 20:23] <a class="EXEC" href="./db-test.php">db-test.php</a><br>
|
||||
|
||||
@@ -1,14 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Input focus test</title>
|
||||
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
|
||||
<title>Input focus test</title>
|
||||
<style>
|
||||
body {color: white; background: darkslategray;} a {color: deepskyblue;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><span onclick="alert('You clicked me!')"><button>Button</button></span></p>
|
||||
<p><textarea cols="20" rows="3">Textarea</textarea></p>
|
||||
<p><span onclick="alert('You clicked me!')"><button>Button</button></span></p>
|
||||
<p>
|
||||
<textarea cols="20" rows="3">Textarea</textarea></p>
|
||||
<p><input type="text">Input type=text</p>
|
||||
<p><input type="date">Input type=date</p>
|
||||
<p><input type="date">Input type=date</p>
|
||||
<p><input type="time">Input type=time</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
that most likely will wrap.</a></p>
|
||||
</div>
|
||||
<div style="width: 450px;">
|
||||
<p>Paragraph with two links that will wrap.</a></p>
|
||||
<p>Paragraph with two links that will wrap.</p>
|
||||
<p>"Lorem ipsum dolor sit amet, <a href="https://en.wikipedia.org/wiki/Spatial_navigation">consectetur
|
||||
adipiscing elit</a>, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
Ut <a href="https://en.wikipedia.org/wiki/Spatial_navigation">enim ad minim veniam</a>,
|
||||
@@ -93,7 +93,7 @@
|
||||
<video loop="" controls="" muted="" width="500"><source src=
|
||||
"https://help.vivaldi.com/wp-content/uploads/2017/12/vivaldi_success.mp4" type="video/mp4"></video>
|
||||
</div>
|
||||
<div draggable="" ondragstart="()" style="width: 500px; height: 100px; outline: 1px dotted green; cursor: move">
|
||||
<div draggable="true" ondragstart="()" style="width: 500px; height: 100px; outline: 1px dotted green; cursor: move">
|
||||
<span onclick="alert('You clicked me!')">This is a div with the draggable attribute and the ondragstart event
|
||||
listener set (though it doesn't do anything). Only useful if drag-and-drop will be made keyboard accessible in
|
||||
general (VB-4154). Also consider adding dragenter or dragover listeners to the list of spatnav triggers.</span>
|
||||
|
||||
Reference in New Issue
Block a user