diff options
Diffstat (limited to 'files/pt-br/web/css/layout_cookbook/breadcrumb_navigation/index.html')
-rw-r--r-- | files/pt-br/web/css/layout_cookbook/breadcrumb_navigation/index.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/files/pt-br/web/css/layout_cookbook/breadcrumb_navigation/index.html b/files/pt-br/web/css/layout_cookbook/breadcrumb_navigation/index.html index 6f478482a9..90b9eafcc5 100644 --- a/files/pt-br/web/css/layout_cookbook/breadcrumb_navigation/index.html +++ b/files/pt-br/web/css/layout_cookbook/breadcrumb_navigation/index.html @@ -36,14 +36,10 @@ translation_of: Web/CSS/Layout_cookbook/Breadcrumb_Navigation <p>Eu utilizei os atributos <code>aria-label</code> e <code>aria-current</code> para ajudar os usuários a entender o que é essa navegação e onde a página atual está na estrutura. Veja os links relacionados para mais informações.</p> -<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>Os vários métodos de layout têm diferente suporte para o navegador. Veja os gráficos abaixo para obter detalhes sobre o suporte básico para as propriedades usadas.</p> -<div class="hidden"> -<p>A tabela de compatibilidade nesta página é gerada a partir de dados estruturados. Se você deseja contribuir com os dados, consulte <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nós envie seu pull request.</p> -</div> - <h4 id="Flexbox">Flexbox</h4> <p>{{Compat("css.properties.flex")}}</p> |