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 👍🏽 --- files/pt-br/web/css/@charset/index.html | 2 +- files/pt-br/web/css/@keyframes/index.html | 4 ++-- files/pt-br/web/css/background-size/index.html | 2 +- files/pt-br/web/css/font-feature-settings/index.html | 8 ++++---- files/pt-br/web/css/media_queries/using_media_queries/index.html | 4 ++-- files/pt-br/web/css/overflow-wrap/index.html | 4 ++-- .../web/css/privacy_and_the__colon_visited_selector/index.html | 4 ++-- files/pt-br/web/css/reference/index.html | 2 +- files/pt-br/web/css/text-rendering/index.html | 2 +- files/pt-br/web/css/text-shadow/index.html | 4 ++-- files/pt-br/web/css/transition-timing-function/index.html | 2 +- files/pt-br/web/css/transition/index.html | 4 ++-- files/pt-br/web/css/used_value/index.html | 4 ++-- 13 files changed, 23 insertions(+), 23 deletions(-) (limited to 'files/pt-br/web/css') diff --git a/files/pt-br/web/css/@charset/index.html b/files/pt-br/web/css/@charset/index.html index 21ea7edbbd..3c81358523 100644 --- a/files/pt-br/web/css/@charset/index.html +++ b/files/pt-br/web/css/@charset/index.html @@ -14,7 +14,7 @@ translation_of: Web/CSS/@charset

Como existem várias maneiras de definir a codificação de caracteres em uma folha de estilo, o navegador vai tentar os seguintes métodos na seguinte ordem (e parar assim que um produzir um resultado):

    -
  1. O valor do carácter de ordem de byte Unicode colocado no início do arquivo.
  2. +
  3. O valor do carácter de ordem de byte Unicode colocado no início do arquivo.
  4. O valor dado pelo atributo charset do Content-Type: cabeçalho HTTP ou o equivalente no protocolo usado para servir a folha de estilo.
  5. O @charset CSS.
  6. Use a codificação de caracteres definidos pelo documento referente: o atributo charset do elemento {{ HTMLElement("link") }}. Este método é obsoleto em HTML5 e não deve ser utilizado.
  7. diff --git a/files/pt-br/web/css/@keyframes/index.html b/files/pt-br/web/css/@keyframes/index.html index a1db61ea1b..3b2158cc12 100644 --- a/files/pt-br/web/css/@keyframes/index.html +++ b/files/pt-br/web/css/@keyframes/index.html @@ -154,10 +154,10 @@ translation_of: Web/CSS/@keyframes {{ CompatGeckoDesktop("16.0") }} 10 12 {{ property_prefix("-o") }}
    - 12.10 # + 12.10 #

    4.0{{ property_prefix("-webkit") }}
    - 9.0 #

    + 9.0 #

    diff --git a/files/pt-br/web/css/background-size/index.html b/files/pt-br/web/css/background-size/index.html index 37da1ccc3e..f912a475e0 100644 --- a/files/pt-br/web/css/background-size/index.html +++ b/files/pt-br/web/css/background-size/index.html @@ -175,7 +175,7 @@ background-size: 50% 25%;

    Notas

    -

    Se você estiver especificando um gradient como plano de fundo e tiver especificado um background-size junto, é melhor não especificar um tamanho que use um único componente setado como auto ou seja especificado usando apenas um valor de largura (por exemplo, background-size: 50%).  A renderização de gradients em tais casos mudou no Firefox 8 e, no momento, geralmente é inconsistente em todos os navegadores, pois nem todos implementam a renderização em total conformidade com a especificação background-size do CSS3 e com a especificação do CSS3 para valores de gradient.

    +

    Se você estiver especificando um gradient como plano de fundo e tiver especificado um background-size junto, é melhor não especificar um tamanho que use um único componente setado como auto ou seja especificado usando apenas um valor de largura (por exemplo, background-size: 50%).  A renderização de gradients em tais casos mudou no Firefox 8 e, no momento, geralmente é inconsistente em todos os navegadores, pois nem todos implementam a renderização em total conformidade com a especificação background-size do CSS3 e com a especificação do CSS3 para valores de gradient.

    .bar {
            width: 50px; height: 100px;
    diff --git a/files/pt-br/web/css/font-feature-settings/index.html b/files/pt-br/web/css/font-feature-settings/index.html
    index b8ce9cbf2c..37ff5c0cdc 100644
    --- a/files/pt-br/web/css/font-feature-settings/index.html
    +++ b/files/pt-br/web/css/font-feature-settings/index.html
    @@ -167,7 +167,7 @@ td.tabular { font-feature-settings: "tnum"; }
     
     
     
    -

    [1] From Gecko 2.0 (Firefox 4.0) to Gecko 14.0 (Firefox 14.0) included, Gecko supported an older syntax, slightly different from the modern one: OpenType Font Feature support in Firefox 4.

    +

    [1] From Gecko 2.0 (Firefox 4.0) to Gecko 14.0 (Firefox 14.0) included, Gecko supported an older syntax, slightly different from the modern one: OpenType Font Feature support in Firefox 4.

    [2] The ISO/IEC CD 14496-22 3rd edition suggests to use the ssty feature to provide glyph variants adjusted to be more suitable for use in scripts (for example primes used as superscripts). Starting with Firefox 29, this is done automatically by the MathML rendering engine. It also suggests applying the dtls feature to letters when positing mathematical accent over it, in order to get dotless forms (for example dotless i, j with a hat). Starting with Firefox 35, this is done automatically by the MathML rendering engine. You can always override via CSS the default values determined by the MathML rendering engine.

    @@ -176,7 +176,7 @@ td.tabular { font-feature-settings: "tnum"; }

    Veja Também

    diff --git a/files/pt-br/web/css/media_queries/using_media_queries/index.html b/files/pt-br/web/css/media_queries/using_media_queries/index.html index d6e52d8a2b..48f1f40852 100644 --- a/files/pt-br/web/css/media_queries/using_media_queries/index.html +++ b/files/pt-br/web/css/media_queries/using_media_queries/index.html @@ -410,7 +410,7 @@ media_feature: width | min-width | max-width (min-resolution: 2dppx), /* Forma padrão */ (min-resolution: 192dpi) /* dppx fallback */
    -

    Veja este artigo CSSWG para ccompatibilidade de boas práticas em relação a resolution e dppx.

    +

    Veja este artigo CSSWG para ccompatibilidade de boas práticas em relação a resolution e dppx.

    Nota: Esta media feature é também implementada pelo Webkit e pelo IE 11 para Windows Phone 8.1como -webkit-device-pixel-ratio. Os prefixos min e max implementados pelo Gecko são nomeados min--moz-device-pixel-ratio e max--moz-device-pixel-ratio; mas os mesmos prefixos implementados pelo Webkit são chamados -webkit-min-device-pixel-ratio e -webkit-max-device-pixel-ratio.
    @@ -632,7 +632,7 @@ media_feature: width | min-width | max-width

    See also