[1] Firefox や Chrome は draggable
に対応しています。 Opera 9.5 や WinIE8 は未対応です。
[2] draggable
な要素をドラッグすると dragstart
事象が発生します。
[3] Web Applications 1.0 r7359 Try to address some possible concerns re dropzone and draggable for ATs. ( ( 版)) <http://html5.org/tools/web-apps-tracker?from=7358&to=7359>
[4] Web Applications 1.0 r8171 Make draggable= default to true for <object> images also.]] ( ( 版)) <http://html5.org/tools/web-apps-tracker?from=8170&to=8171>
[5] [whatwg] Default draggable elements ( ( 版)) <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2013-September/040693.html>
[6] [whatwg] Should UA start dragging if [draggable] attr was set after mousedown? ( ( 版)) <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2013-November/041661.html>
[7] a
要素はドラッグ可能ですが、
Chrome では a
要素が display: inline
で中身が display: block
の時、ドラッグ可能にならないようです。
a
要素を display: block
にすることで回避できます。
[8] Editorial: always state invalid value default (GloverDonovan著, ) <https://github.com/whatwg/html/commit/7e941ae96b264d4743ea0afac00c3b3209ab0cde>