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/html | |
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/html')
56 files changed, 56 insertions, 56 deletions
diff --git a/files/pt-br/web/html/element/a/index.html b/files/pt-br/web/html/element/a/index.html index e1445c8ab8..99996d009e 100644 --- a/files/pt-br/web/html/element/a/index.html +++ b/files/pt-br/web/html/element/a/index.html @@ -472,7 +472,7 @@ document.querySelector('a').addEventListener('click', event => </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/html/element/abbr/index.html b/files/pt-br/web/html/element/abbr/index.html index a5336e70ec..c910f4ad1a 100644 --- a/files/pt-br/web/html/element/abbr/index.html +++ b/files/pt-br/web/html/element/abbr/index.html @@ -94,7 +94,7 @@ translation_of: Web/HTML/Element/abbr </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/html/element/address/index.html b/files/pt-br/web/html/element/address/index.html index ea65bf24d4..d81d95ffff 100644 --- a/files/pt-br/web/html/element/address/index.html +++ b/files/pt-br/web/html/element/address/index.html @@ -103,7 +103,7 @@ USA</address> </tbody> </table> -<h2 id="Compatibilidade_de_Navegador">Compatibilidade de Navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/html/element/applet/index.html b/files/pt-br/web/html/element/applet/index.html index c43ac84884..6f4496df8a 100644 --- a/files/pt-br/web/html/element/applet/index.html +++ b/files/pt-br/web/html/element/applet/index.html @@ -79,7 +79,7 @@ translation_of: Web/HTML/Element/applet <b>Sorry, you need Java to play this game.</b> </applet> </pre> -<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> <div id="compat-desktop"> <table class="compat-table"> diff --git a/files/pt-br/web/html/element/area/index.html b/files/pt-br/web/html/element/area/index.html index 3301dcec3c..aef9444920 100644 --- a/files/pt-br/web/html/element/area/index.html +++ b/files/pt-br/web/html/element/area/index.html @@ -129,7 +129,7 @@ translation_of: Web/HTML/Element/area </tbody> </table> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/html/element/aside/index.html b/files/pt-br/web/html/element/aside/index.html index 629f66e439..ff5257e3c9 100644 --- a/files/pt-br/web/html/element/aside/index.html +++ b/files/pt-br/web/html/element/aside/index.html @@ -67,7 +67,7 @@ translation_of: Web/HTML/Element/aside </tbody> </table> -<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/html/element/audio/index.html b/files/pt-br/web/html/element/audio/index.html index 3bbff5c834..27266724c8 100644 --- a/files/pt-br/web/html/element/audio/index.html +++ b/files/pt-br/web/html/element/audio/index.html @@ -102,7 +102,7 @@ translation_of: Web/HTML/Element/audio <li><a href="/en-US/docs/DOM/HTMLAudioElement" title="en-US/docs/DOM/HTMLAudioElement">HTMLAudioElement</a></li> </ul> -<h2 id="Compatibilidade_dos_Navegadores">Compatibilidade dos Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/html/element/big/index.html b/files/pt-br/web/html/element/big/index.html index bfabe40970..6f13b065b8 100644 --- a/files/pt-br/web/html/element/big/index.html +++ b/files/pt-br/web/html/element/big/index.html @@ -63,7 +63,7 @@ para ficar com a aparência maior.</big> <div class="note"><strong>Implementation note: </strong>Up to Gecko 1.9.2 inclusive, Firefox implements the {{domxref('HTMLSpanElement')}} interface for this element.</div> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/html/element/blockquote/index.html b/files/pt-br/web/html/element/blockquote/index.html index 8883bc62b5..c0ea1295de 100644 --- a/files/pt-br/web/html/element/blockquote/index.html +++ b/files/pt-br/web/html/element/blockquote/index.html @@ -91,7 +91,7 @@ translation_of: Web/HTML/Element/blockquote </tbody> </table> -<h2 id="Compatibilidade_com_navegador">Compatibilidade com navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/html/element/body/index.html b/files/pt-br/web/html/element/body/index.html index 5ce9c6e6c0..eb8cd56695 100644 --- a/files/pt-br/web/html/element/body/index.html +++ b/files/pt-br/web/html/element/body/index.html @@ -140,7 +140,7 @@ translation_of: Web/HTML/Element/body </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/html/element/button/index.html b/files/pt-br/web/html/element/button/index.html index 250bf44cfa..2e773a08f7 100644 --- a/files/pt-br/web/html/element/button/index.html +++ b/files/pt-br/web/html/element/button/index.html @@ -131,7 +131,7 @@ translation_of: Web/HTML/Element/button </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/html/element/caption/index.html b/files/pt-br/web/html/element/caption/index.html index 0100a868d4..ea250ec2d9 100644 --- a/files/pt-br/web/html/element/caption/index.html +++ b/files/pt-br/web/html/element/caption/index.html @@ -132,7 +132,7 @@ table, th, td { </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/html/element/col/index.html b/files/pt-br/web/html/element/col/index.html index 68a7aec035..fb5d7f7541 100644 --- a/files/pt-br/web/html/element/col/index.html +++ b/files/pt-br/web/html/element/col/index.html @@ -210,7 +210,7 @@ translation_of: Web/HTML/Element/col </tbody> </table> -<h2 id="Compatibilidade_com_Demais_Navegadores">Compatibilidade com Demais Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/html/element/data/index.html b/files/pt-br/web/html/element/data/index.html index f812028550..a85c37c448 100644 --- a/files/pt-br/web/html/element/data/index.html +++ b/files/pt-br/web/html/element/data/index.html @@ -51,7 +51,7 @@ translation_of: Web/HTML/Element/data </tr> </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> <div id="compat-desktop"> <table class="compat-table"> diff --git a/files/pt-br/web/html/element/del/index.html b/files/pt-br/web/html/element/del/index.html index 6900c024b6..302c098db3 100644 --- a/files/pt-br/web/html/element/del/index.html +++ b/files/pt-br/web/html/element/del/index.html @@ -56,7 +56,7 @@ translation_of: Web/HTML/Element/del </tr> </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> <div id="compat-desktop"> <table class="compat-table"> diff --git a/files/pt-br/web/html/element/details/index.html b/files/pt-br/web/html/element/details/index.html index 9243c04d5d..17cd48edc2 100644 --- a/files/pt-br/web/html/element/details/index.html +++ b/files/pt-br/web/html/element/details/index.html @@ -55,7 +55,7 @@ translation_of: Web/HTML/Element/details <p><a class="external" href="http://html5-demos.appspot.com/static/html5-whats-new/template/index.html#5" title="http://html5-demos.appspot.com/static/html5-whats-new/template/index.html#5">Demo</a></p> -<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/html/element/fieldset/index.html b/files/pt-br/web/html/element/fieldset/index.html index 33e28f65d6..b249638efb 100644 --- a/files/pt-br/web/html/element/fieldset/index.html +++ b/files/pt-br/web/html/element/fieldset/index.html @@ -323,7 +323,7 @@ fieldset.elist:hover input[type="radio"]:checked ~ label { </tbody> </table> -<h2 id="Compatibilidade_com_o_navegador">Compatibilidade com o navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/html/element/figcaption/index.html b/files/pt-br/web/html/element/figcaption/index.html index 6cc79265fe..5f2e528839 100644 --- a/files/pt-br/web/html/element/figcaption/index.html +++ b/files/pt-br/web/html/element/figcaption/index.html @@ -77,7 +77,7 @@ translation_of: Web/HTML/Element/figcaption </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/html/element/footer/index.html b/files/pt-br/web/html/element/footer/index.html index 89d114f474..d593b9c90c 100644 --- a/files/pt-br/web/html/element/footer/index.html +++ b/files/pt-br/web/html/element/footer/index.html @@ -56,7 +56,7 @@ translation_of: Web/HTML/Element/footer </footer> </pre> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable()}}</p> diff --git a/files/pt-br/web/html/element/head/index.html b/files/pt-br/web/html/element/head/index.html index a8ad153397..c829237a86 100644 --- a/files/pt-br/web/html/element/head/index.html +++ b/files/pt-br/web/html/element/head/index.html @@ -96,7 +96,7 @@ translation_of: Web/HTML/Element/head </tbody> </table> -<h2 id="Compatibilidade_do_Browser">Compatibilidade do Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/html/element/header/index.html b/files/pt-br/web/html/element/header/index.html index e7d0801389..33339ab886 100644 --- a/files/pt-br/web/html/element/header/index.html +++ b/files/pt-br/web/html/element/header/index.html @@ -58,7 +58,7 @@ translation_of: Web/HTML/Element/header </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/html/element/heading_elements/index.html b/files/pt-br/web/html/element/heading_elements/index.html index 19524c0677..16faca5a52 100644 --- a/files/pt-br/web/html/element/heading_elements/index.html +++ b/files/pt-br/web/html/element/heading_elements/index.html @@ -105,7 +105,7 @@ translation_of: Web/HTML/Element/Heading_Elements </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/html/element/input/index.html b/files/pt-br/web/html/element/input/index.html index 6a96393bb3..9050df1362 100644 --- a/files/pt-br/web/html/element/input/index.html +++ b/files/pt-br/web/html/element/input/index.html @@ -302,7 +302,7 @@ e.value = "foo"; </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/html/element/input/password/index.html b/files/pt-br/web/html/element/input/password/index.html index 7c19c04c22..9fbbed6d53 100644 --- a/files/pt-br/web/html/element/input/password/index.html +++ b/files/pt-br/web/html/element/input/password/index.html @@ -225,7 +225,7 @@ cpf.oninput = function(event) { </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/html/element/input/range/index.html b/files/pt-br/web/html/element/input/range/index.html index 659550ba6f..16087a0c14 100644 --- a/files/pt-br/web/html/element/input/range/index.html +++ b/files/pt-br/web/html/element/input/range/index.html @@ -317,7 +317,7 @@ translation_of: Web/HTML/Element/input/range </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/html/element/input/time/index.html b/files/pt-br/web/html/element/input/time/index.html index 917eea9d39..7a1f3874a1 100644 --- a/files/pt-br/web/html/element/input/time/index.html +++ b/files/pt-br/web/html/element/input/time/index.html @@ -443,7 +443,7 @@ function populateMinutes() { </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/html/element/ins/index.html b/files/pt-br/web/html/element/ins/index.html index f8c86a04e2..3934fdf09e 100644 --- a/files/pt-br/web/html/element/ins/index.html +++ b/files/pt-br/web/html/element/ins/index.html @@ -55,7 +55,7 @@ translation_of: Web/HTML/Element/ins </tr> </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> <div id="compat-desktop"> <table class="compat-table"> diff --git a/files/pt-br/web/html/element/label/index.html b/files/pt-br/web/html/element/label/index.html index f92c0001f1..516f8fda01 100644 --- a/files/pt-br/web/html/element/label/index.html +++ b/files/pt-br/web/html/element/label/index.html @@ -78,7 +78,7 @@ translation_of: Web/HTML/Element/label </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/html/element/legend/index.html b/files/pt-br/web/html/element/legend/index.html index 42875d288d..ee512bfddb 100644 --- a/files/pt-br/web/html/element/legend/index.html +++ b/files/pt-br/web/html/element/legend/index.html @@ -67,7 +67,7 @@ translation_of: Web/HTML/Element/legend </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/html/element/li/index.html b/files/pt-br/web/html/element/li/index.html index b7f5b36150..5f06521255 100644 --- a/files/pt-br/web/html/element/li/index.html +++ b/files/pt-br/web/html/element/li/index.html @@ -111,7 +111,7 @@ translation_of: Web/HTML/Element/li </tbody> </table> -<h2 id="Compatibilidade_em_navegadores">Compatibilidade em navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/html/element/link/index.html b/files/pt-br/web/html/element/link/index.html index 49d8faa3d2..d9314d7274 100644 --- a/files/pt-br/web/html/element/link/index.html +++ b/files/pt-br/web/html/element/link/index.html @@ -171,7 +171,7 @@ function sheetError() { </tbody> </table> -<h2 id="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/html/element/map/index.html b/files/pt-br/web/html/element/map/index.html index 496c9cc7f3..1e70d76261 100644 --- a/files/pt-br/web/html/element/map/index.html +++ b/files/pt-br/web/html/element/map/index.html @@ -61,7 +61,7 @@ translation_of: Web/HTML/Element/map </tbody> </table> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/html/element/meta/index.html b/files/pt-br/web/html/element/meta/index.html index 9d61c32f40..04ff85e840 100644 --- a/files/pt-br/web/html/element/meta/index.html +++ b/files/pt-br/web/html/element/meta/index.html @@ -424,7 +424,7 @@ translation_of: Web/HTML/Element/meta </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/html/element/meter/index.html b/files/pt-br/web/html/element/meter/index.html index 3b1769d2dc..5e731f82cb 100644 --- a/files/pt-br/web/html/element/meter/index.html +++ b/files/pt-br/web/html/element/meter/index.html @@ -79,7 +79,7 @@ translation_of: Web/HTML/Element/meter <p><img alt="meter2.png" class="default internal" src="/@api/deki/files/4941/=meter2.png"></p> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/html/element/noscript/index.html b/files/pt-br/web/html/element/noscript/index.html index fb3fc34c0b..23b1355996 100644 --- a/files/pt-br/web/html/element/noscript/index.html +++ b/files/pt-br/web/html/element/noscript/index.html @@ -77,7 +77,7 @@ translation_of: Web/HTML/Element/noscript </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/html/element/option/index.html b/files/pt-br/web/html/element/option/index.html index 887a8f8272..772ab3eb0b 100644 --- a/files/pt-br/web/html/element/option/index.html +++ b/files/pt-br/web/html/element/option/index.html @@ -67,7 +67,7 @@ translation_of: Web/HTML/Element/option </tr> </tbody> </table> -<h2 id="Compatibilidade_de_navegadores" name="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> <div id="compat-desktop"> <table class="compat-table"> diff --git a/files/pt-br/web/html/element/progress/index.html b/files/pt-br/web/html/element/progress/index.html index 7fb60e4198..07ddd5419e 100644 --- a/files/pt-br/web/html/element/progress/index.html +++ b/files/pt-br/web/html/element/progress/index.html @@ -69,7 +69,7 @@ translation_of: Web/HTML/Element/progress <p>Veja {{ cssxref("orient") }}.</p> -<h2 id="Compatibilidade_de_Browsers">Compatibilidade de Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/html/element/rt/index.html b/files/pt-br/web/html/element/rt/index.html index 7907865825..5f38b0190b 100644 --- a/files/pt-br/web/html/element/rt/index.html +++ b/files/pt-br/web/html/element/rt/index.html @@ -42,7 +42,7 @@ translation_of: Web/HTML/Element/rt </tr> </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> <div id="compat-desktop"> <table class="compat-table"> diff --git a/files/pt-br/web/html/element/ruby/index.html b/files/pt-br/web/html/element/ruby/index.html index 4e055666cc..b2a5846c14 100644 --- a/files/pt-br/web/html/element/ruby/index.html +++ b/files/pt-br/web/html/element/ruby/index.html @@ -64,7 +64,7 @@ translation_of: Web/HTML/Element/ruby </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/html/element/script/index.html b/files/pt-br/web/html/element/script/index.html index 3dbf84b0c4..e0f9dd6b78 100644 --- a/files/pt-br/web/html/element/script/index.html +++ b/files/pt-br/web/html/element/script/index.html @@ -143,7 +143,7 @@ translation_of: Web/HTML/Element/script </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/html/element/section/index.html b/files/pt-br/web/html/element/section/index.html index 3277e7313f..92f902cc1f 100644 --- a/files/pt-br/web/html/element/section/index.html +++ b/files/pt-br/web/html/element/section/index.html @@ -110,7 +110,7 @@ translation_of: Web/HTML/Element/section </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/html/element/select/index.html b/files/pt-br/web/html/element/select/index.html index 38f1b4b2b0..b360836496 100644 --- a/files/pt-br/web/html/element/select/index.html +++ b/files/pt-br/web/html/element/select/index.html @@ -105,7 +105,7 @@ translation_of: Web/HTML/Element/select </tr> </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> {{CompatibilityTable}}</div> <div id="compat-desktop"> diff --git a/files/pt-br/web/html/element/source/index.html b/files/pt-br/web/html/element/source/index.html index d40dca4e7b..673817a9b7 100644 --- a/files/pt-br/web/html/element/source/index.html +++ b/files/pt-br/web/html/element/source/index.html @@ -62,7 +62,7 @@ translation_of: Web/HTML/Element/source <p>Para mais exemplos, veja <a class="internal" href="/en/Using_HTML5_audio_and_video" title="En/Using audio and video in Firefox">Using audio and video in Firefox</a>.</p> -<h2 id="Compatibilidade_dos_Navegadores">Compatibilidade dos Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/html/element/style/index.html b/files/pt-br/web/html/element/style/index.html index c4a7193fe4..84f867cac3 100644 --- a/files/pt-br/web/html/element/style/index.html +++ b/files/pt-br/web/html/element/style/index.html @@ -97,7 +97,7 @@ body { </tbody> </table> -<h2 id="Compatibilidade_de_Browsers">Compatibilidade de Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/html/element/summary/index.html b/files/pt-br/web/html/element/summary/index.html index 7d639703de..0782bc741d 100644 --- a/files/pt-br/web/html/element/summary/index.html +++ b/files/pt-br/web/html/element/summary/index.html @@ -49,7 +49,7 @@ translation_of: Web/HTML/Element/summary <p>Veja a página {{ HTMLElement("details") }} para ver exemplos com <code><summary></code>.</p> -<h2 id="Compatibilidade_dos_Navegadores">Compatibilidade dos Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/html/element/table/index.html b/files/pt-br/web/html/element/table/index.html index 28038a1932..3b1571c7ee 100644 --- a/files/pt-br/web/html/element/table/index.html +++ b/files/pt-br/web/html/element/table/index.html @@ -380,7 +380,7 @@ border: 1px solid black; <p>{{ EmbedLiveSample('Examples', '100%', '800') }}</p> -<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/html/element/track/index.html b/files/pt-br/web/html/element/track/index.html index 3e8d7dd53a..cf5e604e74 100644 --- a/files/pt-br/web/html/element/track/index.html +++ b/files/pt-br/web/html/element/track/index.html @@ -149,7 +149,7 @@ translation_of: Web/HTML/Element/track </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/html/element/video/index.html b/files/pt-br/web/html/element/video/index.html index 4d9e4db8d6..e9884f7808 100644 --- a/files/pt-br/web/html/element/video/index.html +++ b/files/pt-br/web/html/element/video/index.html @@ -138,7 +138,7 @@ AddType video/ogg .ogg <p>Esse elemento implementa a interface <code><a href="/en/DOM/HTMLVideoElement" title="en/DOM/HTMLVideoElementInterface">HTMLVideoElement</a></code>.</p> -<h2 id="Compatibilidade_dos_Navegadores">Compatibilidade dos Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/html/element/wbr/index.html b/files/pt-br/web/html/element/wbr/index.html index f7f8e7e480..19f3aa515f 100644 --- a/files/pt-br/web/html/element/wbr/index.html +++ b/files/pt-br/web/html/element/wbr/index.html @@ -53,7 +53,7 @@ translation_of: Web/HTML/Element/wbr <p>{{EmbedLiveSample ("Exemplo")}}</p> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/html/global_attributes/class/index.html b/files/pt-br/web/html/global_attributes/class/index.html index fb691e1deb..1d18c15236 100644 --- a/files/pt-br/web/html/global_attributes/class/index.html +++ b/files/pt-br/web/html/global_attributes/class/index.html @@ -47,7 +47,7 @@ translation_of: Web/HTML/Global_attributes/class </tbody> </table> -<h2 id="Compatibilidade_nos_Navegadores">Compatibilidade nos Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/html/global_attributes/data-_star_/index.html b/files/pt-br/web/html/global_attributes/data-_star_/index.html index e1beb73d67..65287a580f 100644 --- a/files/pt-br/web/html/global_attributes/data-_star_/index.html +++ b/files/pt-br/web/html/global_attributes/data-_star_/index.html @@ -56,7 +56,7 @@ translation_of: Web/HTML/Global_attributes/data-* </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/html/global_attributes/hidden/index.html b/files/pt-br/web/html/global_attributes/hidden/index.html index 47dd314069..80424974c6 100644 --- a/files/pt-br/web/html/global_attributes/hidden/index.html +++ b/files/pt-br/web/html/global_attributes/hidden/index.html @@ -52,7 +52,7 @@ translation_of: Web/HTML/Global_attributes/hidden </tbody> </table> -<h2 id="Compatibilidade_em_navegadores">Compatibilidade em navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/html/global_attributes/id/index.html b/files/pt-br/web/html/global_attributes/id/index.html index 98141f9b80..052bde0c58 100644 --- a/files/pt-br/web/html/global_attributes/id/index.html +++ b/files/pt-br/web/html/global_attributes/id/index.html @@ -53,7 +53,7 @@ translation_of: Web/HTML/Global_attributes/id </tbody> </table> -<h2 id="Compatibilidade_nos_Navegadores">Compatibilidade nos Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/html/global_attributes/itemprop/index.html b/files/pt-br/web/html/global_attributes/itemprop/index.html index 06a11f013d..1786e21ecb 100644 --- a/files/pt-br/web/html/global_attributes/itemprop/index.html +++ b/files/pt-br/web/html/global_attributes/itemprop/index.html @@ -445,7 +445,7 @@ translation_of: Web/HTML/Global_attributes/itemprop </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/html/global_attributes/tabindex/index.html b/files/pt-br/web/html/global_attributes/tabindex/index.html index b4212f9871..9357c66c56 100644 --- a/files/pt-br/web/html/global_attributes/tabindex/index.html +++ b/files/pt-br/web/html/global_attributes/tabindex/index.html @@ -66,7 +66,7 @@ translation_of: Web/HTML/Global_attributes/tabindex </tbody> </table> -<h2 id="Compatibilidade_nos_Navegadores">Compatibilidade nos Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/html/global_attributes/title/index.html b/files/pt-br/web/html/global_attributes/title/index.html index 917008a62f..d216966e41 100644 --- a/files/pt-br/web/html/global_attributes/title/index.html +++ b/files/pt-br/web/html/global_attributes/title/index.html @@ -62,7 +62,7 @@ título de multiplas linhas">examplo</abbr>.</p> </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> |