diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-31 12:18:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 13:18:23 -0300 |
commit | 040852a09efb3bade338214269cb816209af5eab (patch) | |
tree | d75aa8cb837b526473830df433e4bfc2cbbbbb61 /files/pt-br/learn/html/howto | |
parent | 0114a214791c357c3dd3fdde5fc47b9ca33796cc (diff) | |
download | translated-content-040852a09efb3bade338214269cb816209af5eab.tar.gz translated-content-040852a09efb3bade338214269cb816209af5eab.tar.bz2 translated-content-040852a09efb3bade338214269cb816209af5eab.zip |
remove link 'title' attributes that's just the 'href' (pt-br) (#1738)
👍🏽
Diffstat (limited to 'files/pt-br/learn/html/howto')
-rw-r--r-- | files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html | 6 | ||||
-rw-r--r-- | files/pt-br/learn/html/howto/use_data_attributes/index.html | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html b/files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html index b5bf80270c..02504437b3 100644 --- a/files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html +++ b/files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html @@ -58,7 +58,7 @@ original_slug: Web/HTML/Dicas_para_criar_páginas_HTML_de_carregamento_rápido <TABLE>...</TABLE> <TABLE>...</TABLE> </pre> -<p>Veja também: <a class="external" href="http://www.w3.org/TR/css3-multicol/" title="http://www.w3.org/TR/css3-multicol/">Especificações do layout multi-colunas CSS3</a> e <a class="external" href="http://www.w3.org/TR/css3-flexbox/" title="http://www.w3.org/TR/css3-flexbox/">layout de caixas flexíveis CSS3</a></p> +<p>Veja também: <a class="external" href="http://www.w3.org/TR/css3-multicol/" title="http://www.w3.org/TR/css3-multicol/">Especificações do layout multi-colunas CSS3</a> e <a class="external" href="http://www.w3.org/TR/css3-flexbox/">layout de caixas flexíveis CSS3</a></p> <h3 id="Especifique_tamanhos_para_imagens_e_tabelas" name="Especifique_tamanhos_para_imagens_e_tabelas">Especifique tamanhos para imagens e tabelas</h3> <p>Se o <em>browser</em> puder imediatamente determinar a altura e/ou largura de suas imagens e tabelas, ele será capaz de exibir uma página sem ter que recalcular o fluxo do conteúdo. Isso não apenas acelera a exibição da página como previne mudanças irritantes no layout ao finalizar o carregamento. Por essa razão, <code>height</code> e <code>width</code> devem ser especificadas para imagens, sempre que possível.</p> <p>Tabelas devem usar a combinação CSS selector:property:</p> @@ -121,8 +121,8 @@ original_slug: Web/HTML/Dicas_para_criar_páginas_HTML_de_carregamento_rápido <h2 id="Links_Relacionados" name="Links_Relacionados">Links Relacionados</h2> <ul> <li>Livro: <a class="external" href="http://www.websiteoptimization.com/">"Speed Up Your Site" por Andy King</a></li> - <li>O excelente e muito completo <a class="external" href="http://developer.yahoo.com/performance/rules.html" title="http://developer.yahoo.com/performance/rules.html">Melhores Práticas para Acelerar Seu Web Site</a> (Yahoo!)</li> - <li>Ferramentas para analisar e otimizar a performance: <a href="https://developers.google.com/speed/pagespeed/" title="https://developers.google.com/speed/pagespeed/">Google PageSpeed</a></li> + <li>O excelente e muito completo <a class="external" href="http://developer.yahoo.com/performance/rules.html">Melhores Práticas para Acelerar Seu Web Site</a> (Yahoo!)</li> + <li>Ferramentas para analisar e otimizar a performance: <a href="https://developers.google.com/speed/pagespeed/">Google PageSpeed</a></li> </ul> <div class="originaldocinfo"> <h2 id="Informações_do_Documento_Original" name="Informações_do_Documento_Original">Informações do Documento Original</h2> diff --git a/files/pt-br/learn/html/howto/use_data_attributes/index.html b/files/pt-br/learn/html/howto/use_data_attributes/index.html index d1c6154dc1..588b4b1ef7 100644 --- a/files/pt-br/learn/html/howto/use_data_attributes/index.html +++ b/files/pt-br/learn/html/howto/use_data_attributes/index.html @@ -68,6 +68,6 @@ article[data-columns='4'] { <h2 id="Veja_também">Veja também</h2> <ul> - <li>Este artigo é uma adaptação de <a href="https://hacks.mozilla.org/2012/10/using-data-attributes-in-javascript-and-css/" title="https://hacks.mozilla.org/2012/10/using-data-attributes-in-javascript-and-css/">Usando atributos data em JavaScript e CSS no hacks.mozilla.org</a>.</li> + <li>Este artigo é uma adaptação de <a href="https://hacks.mozilla.org/2012/10/using-data-attributes-in-javascript-and-css/">Usando atributos data em JavaScript e CSS no hacks.mozilla.org</a>.</li> <li><a href="http://www.sitepoint.com/use-html5-data-attributes/">Como usar atributos data em HTML5</a> (Sitepoint)</li> </ul> |