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/api/window | |
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/api/window')
7 files changed, 7 insertions, 7 deletions
diff --git a/files/pt-br/web/api/window/crypto/index.html b/files/pt-br/web/api/window/crypto/index.html index d303c9dd74..1ffbde5dfe 100644 --- a/files/pt-br/web/api/window/crypto/index.html +++ b/files/pt-br/web/api/window/crypto/index.html @@ -63,7 +63,7 @@ translation_of: Web/API/Window/crypto </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/api/window/getselection/index.html b/files/pt-br/web/api/window/getselection/index.html index 7afcb23ef6..f7ef3ecc2c 100644 --- a/files/pt-br/web/api/window/getselection/index.html +++ b/files/pt-br/web/api/window/getselection/index.html @@ -68,7 +68,7 @@ translation_of: Web/API/Window/getSelection </tbody> </table> -<h2 id="Compatibilidade_dos_Browsers">Compatibilidade dos Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/api/window/innerheight/index.html b/files/pt-br/web/api/window/innerheight/index.html index 5caf8ae916..d7a6cc4b24 100644 --- a/files/pt-br/web/api/window/innerheight/index.html +++ b/files/pt-br/web/api/window/innerheight/index.html @@ -72,7 +72,7 @@ var intOuterFramesetHeight = top.innerHeight; </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/api/window/location/index.html b/files/pt-br/web/api/window/location/index.html index 09198523b3..d5d0e1b501 100644 --- a/files/pt-br/web/api/window/location/index.html +++ b/files/pt-br/web/api/window/location/index.html @@ -194,7 +194,7 @@ span.intLink { </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/api/window/requestanimationframe/index.html b/files/pt-br/web/api/window/requestanimationframe/index.html index 3adca4b22f..3db300182a 100644 --- a/files/pt-br/web/api/window/requestanimationframe/index.html +++ b/files/pt-br/web/api/window/requestanimationframe/index.html @@ -77,7 +77,7 @@ window.requestAnimationFrame(step); </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("api.Window.requestAnimationFrame")}}</div> diff --git a/files/pt-br/web/api/window/scrolly/index.html b/files/pt-br/web/api/window/scrolly/index.html index 28d7fd8797..cb31724b49 100644 --- a/files/pt-br/web/api/window/scrolly/index.html +++ b/files/pt-br/web/api/window/scrolly/index.html @@ -65,7 +65,7 @@ var y = supportPageOffset ? window.pageYOffset : isCSS1Compat ? document.documen </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.Window.scrollY")}}</p> diff --git a/files/pt-br/web/api/window/setimmediate/index.html b/files/pt-br/web/api/window/setimmediate/index.html index 693c51619b..816ffce143 100644 --- a/files/pt-br/web/api/window/setimmediate/index.html +++ b/files/pt-br/web/api/window/setimmediate/index.html @@ -42,7 +42,7 @@ var <em>immediateID</em> = setImmediate(<em>func</em>); <p>Não faz parte de nenhuma especificação e não em uma faixa de padrões.</p> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable }}</p> |