diff options
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> |