diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 18:03:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 19:03:13 -0300 |
commit | 1dc3d721e3b43d4ddaa52e0c3f6ffb81ec2088ed (patch) | |
tree | 6de13b1b6c1cb5f270b49d4862c3f06b3e4a195c /files/pt-br/web/javascript/reference/global_objects/string/strike | |
parent | 86bfc6444602934695b25cee06320c49946e513c (diff) | |
download | translated-content-1dc3d721e3b43d4ddaa52e0c3f6ffb81ec2088ed.tar.gz translated-content-1dc3d721e3b43d4ddaa52e0c3f6ffb81ec2088ed.tar.bz2 translated-content-1dc3d721e3b43d4ddaa52e0c3f6ffb81ec2088ed.zip |
remove link 'title' attributes that's just the 'href' (pt-br, part 5) (#1849)
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/string/strike')
-rw-r--r-- | files/pt-br/web/javascript/reference/global_objects/string/strike/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/string/strike/index.html b/files/pt-br/web/javascript/reference/global_objects/string/strike/index.html index f31835a701..890938382b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/strike/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/strike/index.html @@ -12,7 +12,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/strike --- <div>{{JSRef}} {{deprecated_header}}</div> -<p>O método <code>strike()</code> cria um elemento HTML <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/strike" title="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/strike"><strike></a></code> que faz com que uma string seja exibida com o texto riscado.</p> +<p>O método <code>strike()</code> cria um elemento HTML <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/strike"><strike></a></code> que faz com que uma string seja exibida com o texto riscado.</p> <h2 id="Sintaxe">Sintaxe</h2> @@ -20,7 +20,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/strike <h3 id="Valor_retornado">Valor retornado</h3> -<p>Uma string contendo um elemento HTML <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/strike" title="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/strike"><strike></a></code>.</p> +<p>Uma string contendo um elemento HTML <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/strike"><strike></a></code>.</p> <h2 id="Descrição">Descrição</h2> |