blob: 373309d1a9284f48510c34c86de6f625b381682d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!doctype html>
<html>
<head>
<title>drag and drop - position of the placeholder for a dragged selection</title>
<style type="text/css">
p { cursor: default; }
</style>
</head>
<body>
<p>Select the first word in this sentence. Drag the selection downwards, using the pixel in the top-left corner of the selection highlight. When dragging, the top-left corner of the dragged placeholder should exactly match the position of the mouse cursor.</p>
</body>
</html>
|