aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/html_drag_and_drop_api
diff options
context:
space:
mode:
authortristantheb <tristantheb@gmail.com>2021-04-21 16:21:07 +0200
committerIrvin <irvinfly@gmail.com>2021-04-22 00:40:28 +0800
commite9bb21320278d88f6795525b4bb6c91b90711fcc (patch)
tree954e9ca33c74f55cacebf9929ba640caf0b88c4c /files/zh-tw/web/api/html_drag_and_drop_api
parent3c2908eafe5aacd2b98c1b4e23a8da28a120dbeb (diff)
downloadtranslated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.tar.gz
translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.tar.bz2
translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.zip
KS: Removal of the least used macros
Diffstat (limited to 'files/zh-tw/web/api/html_drag_and_drop_api')
-rw-r--r--files/zh-tw/web/api/html_drag_and_drop_api/drag_operations/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/zh-tw/web/api/html_drag_and_drop_api/drag_operations/index.html b/files/zh-tw/web/api/html_drag_and_drop_api/drag_operations/index.html
index c609d6f4d4..bc61aeeb4c 100644
--- a/files/zh-tw/web/api/html_drag_and_drop_api/drag_operations/index.html
+++ b/files/zh-tw/web/api/html_drag_and_drop_api/drag_operations/index.html
@@ -119,8 +119,6 @@ dt.setData("text/plain", "http://www.mozilla.org");
<p>上面我們的canvas是50 x 50px大小,然後我們位移一半25讓圖片落在滑鼠指標中央。 </p>
-<p>{{h2_gecko_minversion("使用XUL panel元素作為拖曳圖片", "9.0")}}</p>
-
<p>在Gecko上開發,比如說外掛或Mozllia應用程式,Gecko9.0{{geckoRelease("9.0")}}支援使用{{XULElem("panel")}}元素作為拖曳圖片,簡單將XUL panel元素傳入setDragImage方法即可。</p>
<p>試想下面這個 {{XULElem("panel")}}元素:</p>