Can inputs and textareas be draggable?
问题 MDN, the spec, and every site I can find with Google says that all HTML elements can be draggable. However, in practice I find that I can't drag text inputs or textareas, even if they're disabled. For example, with the following code: <img src="http://www.placehold.it/350x150" draggable alt="Placeholder image"> <a href="http://example.com" draggable>Link</a> <input type="text" draggable> <input type="text" disabled draggable> I can drag the image and the link, but neither of the inputs can be