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/htmlelement | |
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/htmlelement')
7 files changed, 7 insertions, 7 deletions
diff --git a/files/pt-br/web/api/htmlelement/click/index.html b/files/pt-br/web/api/htmlelement/click/index.html index 8bfe8a9d66..52b088780e 100644 --- a/files/pt-br/web/api/htmlelement/click/index.html +++ b/files/pt-br/web/api/htmlelement/click/index.html @@ -40,7 +40,7 @@ translation_of: Web/API/HTMLElement/click </tbody> </table> -<h2 id="Browser_compatibilidade">Browser compatibilidade</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/api/htmlelement/contenteditable/index.html b/files/pt-br/web/api/htmlelement/contenteditable/index.html index 22d356ae0d..ed5e6fcbdd 100644 --- a/files/pt-br/web/api/htmlelement/contenteditable/index.html +++ b/files/pt-br/web/api/htmlelement/contenteditable/index.html @@ -41,7 +41,7 @@ translation_of: Web/API/HTMLElement/contentEditable </tbody> </table> -<h2 id="Compatibilidade_Browsers">Compatibilidade Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/api/htmlelement/index.html b/files/pt-br/web/api/htmlelement/index.html index f264d6158b..197eab294f 100644 --- a/files/pt-br/web/api/htmlelement/index.html +++ b/files/pt-br/web/api/htmlelement/index.html @@ -166,7 +166,7 @@ translation_of: Web/API/HTMLElement </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/api/htmlelement/input_event/index.html b/files/pt-br/web/api/htmlelement/input_event/index.html index ed3453b49a..6ac95fad98 100644 --- a/files/pt-br/web/api/htmlelement/input_event/index.html +++ b/files/pt-br/web/api/htmlelement/input_event/index.html @@ -57,7 +57,7 @@ original_slug: Web/Events/input </tbody> </table> -<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/api/htmlelement/offsetheight/index.html b/files/pt-br/web/api/htmlelement/offsetheight/index.html index fdf05ca699..e73435f3e3 100644 --- a/files/pt-br/web/api/htmlelement/offsetheight/index.html +++ b/files/pt-br/web/api/htmlelement/offsetheight/index.html @@ -55,7 +55,7 @@ translation_of: Web/API/HTMLElement/offsetHeight <p><code>offsetHeight</code> is a property of the DHTML object model which was first introduced by MSIE. It is sometimes referred to as an element's physical/graphical dimensions, or an element's border-box height.</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/api/htmlelement/offsetleft/index.html b/files/pt-br/web/api/htmlelement/offsetleft/index.html index 68f5f0b986..1d63c09312 100644 --- a/files/pt-br/web/api/htmlelement/offsetleft/index.html +++ b/files/pt-br/web/api/htmlelement/offsetleft/index.html @@ -75,7 +75,7 @@ if (tOLeft > 5) { </tbody> </table> -<h2 id="Compatibility" name="Compatibility">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility" >Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/api/htmlelement/offsetwidth/index.html b/files/pt-br/web/api/htmlelement/offsetwidth/index.html index 63d60ee4c1..ee478cc56f 100644 --- a/files/pt-br/web/api/htmlelement/offsetwidth/index.html +++ b/files/pt-br/web/api/htmlelement/offsetwidth/index.html @@ -50,7 +50,7 @@ translation_of: Web/API/HTMLElement/offsetWidth <p><code>offsetWidth</code> é uma propriedade do modelo de objeto <abbr title="Dynamic HyperText Markup Language">DHTML</abbr> que foi primeiro apresentado pelo MSIE. Algumas vezes referenciado como as dimensões físicas/gráficas do elemento, ou a largura do border-box.</p> -<h2 id="Compatibilidade_de_Browsers">Compatibilidade de Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.HTMLElement.offsetWidth")}}</p> |