diff options
author | Clóvis Lima Júnior <clovis.junior@gmail.com> | 2021-07-17 00:14:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 00:14:43 -0300 |
commit | 191c9124aa6d992c1cd196a12aac6d1dbb5756e1 (patch) | |
tree | 4ef8484bb6661258989dcb0a9919302728d95d7e /files/pt-br/web/css/transform-function | |
parent | 7267c8c97a1e4d170a0a68e34bc0b3e029f465c7 (diff) | |
download | translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.tar.gz translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.tar.bz2 translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.zip |
[pt-BR] Normalize titles and ids from the Browser_compatibility (#1115)
* [pt-BR] Normalize titles and ids from the Browser_compatibility
This change was done to maintaina pattern and
ease-in future modifications
* pt-br: Remove extra closing span tags
Diffstat (limited to 'files/pt-br/web/css/transform-function')
6 files changed, 6 insertions, 6 deletions
diff --git a/files/pt-br/web/css/transform-function/index.html b/files/pt-br/web/css/transform-function/index.html index edb6589b7f..540a7626d1 100644 --- a/files/pt-br/web/css/transform-function/index.html +++ b/files/pt-br/web/css/transform-function/index.html @@ -146,7 +146,7 @@ translation_of: Web/CSS/transform-function </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/css/transform-function/matrix()/index.html b/files/pt-br/web/css/transform-function/matrix()/index.html index 36c7796d1f..c8cfc7a643 100644 --- a/files/pt-br/web/css/transform-function/matrix()/index.html +++ b/files/pt-br/web/css/transform-function/matrix()/index.html @@ -97,7 +97,7 @@ translation_of: Web/CSS/transform-function/matrix() </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>Please see the <code><a href="/en-US/docs/Web/CSS/transform-function#Browser_compatibility"><transform-function></a></code> data type for compatibility info.</p> diff --git a/files/pt-br/web/css/transform-function/perspective()/index.html b/files/pt-br/web/css/transform-function/perspective()/index.html index 9a16ed1cea..314e1bc86c 100644 --- a/files/pt-br/web/css/transform-function/perspective()/index.html +++ b/files/pt-br/web/css/transform-function/perspective()/index.html @@ -111,7 +111,7 @@ translation_of: Web/CSS/transform-function/perspective() <p>{{ EmbedLiveSample('Examples', '250', '350') }}</p> -<h2 id="Compatibilidade_de_browser">Compatibilidade de browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>Veja o tipo de dado <code><a href="/en-US/docs/Web/CSS/transform-function#Browser_compatibility"><transform-function></a></code> para informações de compatibilidade.</p> diff --git a/files/pt-br/web/css/transform-function/rotate3d()/index.html b/files/pt-br/web/css/transform-function/rotate3d()/index.html index b61d4e5b4b..28b53b4ecc 100644 --- a/files/pt-br/web/css/transform-function/rotate3d()/index.html +++ b/files/pt-br/web/css/transform-function/rotate3d()/index.html @@ -115,7 +115,7 @@ div { <p>{{EmbedLiveSample("Rotating_on_a_custom_axis", "auto", 180)}}</p> -<h2 id="Compatibilidade_de_browser">Compatibilidade de browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>Veja o tipo de dado <code><a href="/en-US/docs/Web/CSS/transform-function#Browser_compatibility"><transform-function></a></code> para informações de compatibilidade.</p> diff --git a/files/pt-br/web/css/transform-function/scale()/index.html b/files/pt-br/web/css/transform-function/scale()/index.html index c874f81954..c249bd6931 100644 --- a/files/pt-br/web/css/transform-function/scale()/index.html +++ b/files/pt-br/web/css/transform-function/scale()/index.html @@ -112,7 +112,7 @@ scale(<em>sx</em>, <em>sy</em>) <p>{{EmbedLiveSample("Scaling_X_and_Y_dimensions_separately_and_translating_the_origin", "200", "200")}}</p> -<h2 id="Compatibilidade_de_browser">Compatibilidade de browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>Veja o dado do tipo <code><a href="/en-US/docs/Web/CSS/transform-function#Browser_compatibility"><transform-function></a></code> para informações de compatibilidade.</p> diff --git a/files/pt-br/web/css/transform-function/translate()/index.html b/files/pt-br/web/css/transform-function/translate()/index.html index 395dd0e784..3a0374d2fe 100644 --- a/files/pt-br/web/css/transform-function/translate()/index.html +++ b/files/pt-br/web/css/transform-function/translate()/index.html @@ -140,7 +140,7 @@ transform: translate(30%, 50%); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>Verifique o tipo de dado <code><a href="/en-US/docs/Web/CSS/transform-function#Browser_compatibility"><transform-function></a></code> para informações de compatibilidade.</p> |