From 040852a09efb3bade338214269cb816209af5eab Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Sat, 31 Jul 2021 12:18:23 -0400 Subject: remove link 'title' attributes that's just the 'href' (pt-br) (#1738) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👍🏽 --- .../learn/html/howto/author_fast-loading_html_pages/index.html | 6 +++--- files/pt-br/learn/html/howto/use_data_attributes/index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'files/pt-br/learn/html') 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> -

Veja também: Especificações do layout multi-colunas CSS3 e layout de caixas flexíveis CSS3

+

Veja também: Especificações do layout multi-colunas CSS3 e layout de caixas flexíveis CSS3

Especifique tamanhos para imagens e tabelas

Se o browser 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, height e width devem ser especificadas para imagens, sempre que possível.

Tabelas devem usar a combinação CSS selector:property:

@@ -121,8 +121,8 @@ original_slug: Web/HTML/Dicas_para_criar_páginas_HTML_de_carregamento_rápido

Informações do Documento Original

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'] {

Veja também

-- cgit v1.2.3-54-g00ecf