aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/html_drag_and_drop_api
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-02 11:26:13 -0400
committerGitHub <noreply@github.com>2021-08-02 12:26:13 -0300
commit6e961125c89cdc8c3f644bff485254b3b4afee67 (patch)
tree161cec441e519623173c5ecb7068ca6cecc18974 /files/pt-br/web/api/html_drag_and_drop_api
parent5163b0ac5f836de388b6395fdbdc3605aa9ff422 (diff)
downloadtranslated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.tar.gz
translated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.tar.bz2
translated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.zip
remove link 'title' attributes that's just the 'href' (pt-br, part 3) (#1843)
Diffstat (limited to 'files/pt-br/web/api/html_drag_and_drop_api')
-rw-r--r--files/pt-br/web/api/html_drag_and_drop_api/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/api/html_drag_and_drop_api/index.html b/files/pt-br/web/api/html_drag_and_drop_api/index.html
index 216ac37d68..99afed6bd2 100644
--- a/files/pt-br/web/api/html_drag_and_drop_api/index.html
+++ b/files/pt-br/web/api/html_drag_and_drop_api/index.html
@@ -244,8 +244,8 @@ function drop_handler(ev) {
<ul>
<li><a href="https://mdn.github.io/dom-examples/drag-and-drop/copy-move-DataTransfer.html">Copiando e movendo elementos com a interface <code>DataTransfer</code></a></li>
<li><a href="http://mdn.github.io/dom-examples/drag-and-drop/copy-move-DataTransferItemList.html">Copiando e movendo elementos com a interface <code>DataTransferListItem</code></a></li>
- <li>Arrastando e soltando arquivos; Apenas para o Firefox: <a href="http://jsfiddle.net/9C2EF/" title="http://jsfiddle.net/9C2EF/">http://jsfiddle.net/9C2EF/</a></li>
- <li>Arrastando e soltando arquivos; Todos os navegadores: <a href="https://jsbin.com/hiqasek/edit?html,js,output" title="https://jsbin.com/hiqasek">https://jsbin.com/hiqasek/</a></li>
+ <li>Arrastando e soltando arquivos; Apenas para o Firefox: <a href="http://jsfiddle.net/9C2EF/">http://jsfiddle.net/9C2EF/</a></li>
+ <li>Arrastando e soltando arquivos; Todos os navegadores: <a href="https://jsbin.com/hiqasek/edit?html,js,output">https://jsbin.com/hiqasek/</a></li>
</ul>
<h2 id="See_also" name="See_also">Veja também</h2>