mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
16 lines
No EOL
403 B
HTML
16 lines
No EOL
403 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Dropping selection onto dropzone with JS disabled</title>
|
|
</head>
|
|
<body>
|
|
|
|
<ol>
|
|
<li>Disable JavaScript</li>
|
|
<li>Select some text in this sentence.</li>
|
|
<li dropzone="copy string:text/plain">Drag the selection over this text.</li>
|
|
<li>If supported by the platform, the mouse cursor should show the drop-allowed cursor.</li>
|
|
</ol>
|
|
|
|
</body>
|
|
</html> |