diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 12:04:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-28 01:04:27 +0900 |
| commit | 2fc1eb1780a60adb6a5730112385ec735cd22d69 (patch) | |
| tree | cc230c56a692c1a7cd63f7d351f50a902f8f9bd9 /files/ko/web/api/html_drag_and_drop_api | |
| parent | dcc2714189d050e2b8b7911b3778bb5229752afe (diff) | |
| download | translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.gz translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.bz2 translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.zip | |
remove link 'title' attributes that's just the 'href' (ko, part 2) (#1740)
Diffstat (limited to 'files/ko/web/api/html_drag_and_drop_api')
| -rw-r--r-- | files/ko/web/api/html_drag_and_drop_api/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/web/api/html_drag_and_drop_api/index.html b/files/ko/web/api/html_drag_and_drop_api/index.html index 0f91e7dc5a..1ef5d19c99 100644 --- a/files/ko/web/api/html_drag_and_drop_api/index.html +++ b/files/ko/web/api/html_drag_and_drop_api/index.html @@ -270,8 +270,8 @@ function drop_handler(ev) { <ul> <li><a href="https://mdn.github.io/dom-examples/drag-and-drop/copy-move-DataTransfer.html">Copying and moving elements with the <code>DataTransfer</code> interface</a></li> <li><a href="https://mdn.github.io/dom-examples/drag-and-drop/copy-move-DataTransferItemList.html">Copying and moving elements with the <code>DataTransferListItem</code> interface</a></li> - <li>파일 드래그 앤 드롭; 파이어폭스 전용: <a class="external" href="http://jsfiddle.net/9C2EF/" title="http://jsfiddle.net/9C2EF/">http://jsfiddle.net/9C2EF/</a></li> - <li>파일 드래그 앤 드롭; 모든 브라우저: <a class="external" href="https://jsbin.com/hiqasek/edit?html,js,output" title="https://jsbin.com/hiqasek">https://jsbin.com/hiqasek/</a></li> + <li>파일 드래그 앤 드롭; 파이어폭스 전용: <a class="external" href="http://jsfiddle.net/9C2EF/">http://jsfiddle.net/9C2EF/</a></li> + <li>파일 드래그 앤 드롭; 모든 브라우저: <a class="external" href="https://jsbin.com/hiqasek/edit?html,js,output">https://jsbin.com/hiqasek/</a></li> </ul> <h2 id="명세서">명세서 </h2> |
