From 191c9124aa6d992c1cd196a12aac6d1dbb5756e1 Mon Sep 17 00:00:00 2001 From: Clóvis Lima Júnior Date: Sat, 17 Jul 2021 00:14:43 -0300 Subject: [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 --- files/pt-br/web/api/window/crypto/index.html | 2 +- files/pt-br/web/api/window/getselection/index.html | 2 +- files/pt-br/web/api/window/innerheight/index.html | 2 +- files/pt-br/web/api/window/location/index.html | 2 +- files/pt-br/web/api/window/requestanimationframe/index.html | 2 +- files/pt-br/web/api/window/scrolly/index.html | 2 +- files/pt-br/web/api/window/setimmediate/index.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'files/pt-br/web/api/window') 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 -

Compatibilidade de Browser

+

Compatibilidade com navegadores

{{CompatibilityTable}}

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 -

Compatibilidade dos Browsers

+

Compatibilidade com navegadores

{{ CompatibilityTable() }}

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; -

Browser compatibility

+

Compatibilidade com navegadores

{{CompatibilityTable}}
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 { -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}

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); -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{Compat("api.Window.requestAnimationFrame")}}
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 -

Browser compatibility

+

Compatibilidade com navegadores

{{Compat("api.Window.scrollY")}}

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 immediateID = setImmediate(func);

Não faz parte de nenhuma especificação e não em uma faixa de padrões.

-

Compatibilidade do navegador

+

Compatibilidade com navegadores

{{ CompatibilityTable }}

-- cgit v1.2.3-54-g00ecf