diff options
Diffstat (limited to 'files/pt-br/web/api/event')
-rw-r--r-- | files/pt-br/web/api/event/currenttarget/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/event/event/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/event/srcelement/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/event/stoppropagation/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/event/target/index.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/files/pt-br/web/api/event/currenttarget/index.html b/files/pt-br/web/api/event/currenttarget/index.html index e74a58fb61..d309526cb5 100644 --- a/files/pt-br/web/api/event/currenttarget/index.html +++ b/files/pt-br/web/api/event/currenttarget/index.html @@ -68,7 +68,7 @@ document.body.addEventListener('click', hide, false); </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/event/event/index.html b/files/pt-br/web/api/event/event/index.html index 40bc836e77..4d754aebf3 100644 --- a/files/pt-br/web/api/event/event/index.html +++ b/files/pt-br/web/api/event/event/index.html @@ -56,7 +56,7 @@ document.dispatchEvent(ev); </tbody> </table> -<h2 id="Compatibilidade_de_browser">Compatibilidade de browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/api/event/srcelement/index.html b/files/pt-br/web/api/event/srcelement/index.html index c66dc744d4..23e3552d49 100644 --- a/files/pt-br/web/api/event/srcelement/index.html +++ b/files/pt-br/web/api/event/srcelement/index.html @@ -15,7 +15,7 @@ translation_of: Web/API/Event/srcElement <p>Microsoft <a href="https://msdn.microsoft.com/en-us/library/ff974945(v=vs.85).aspx">tem uma descrição na MSDN</a>.</p> -<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/event/stoppropagation/index.html b/files/pt-br/web/api/event/stoppropagation/index.html index 54d0c9bd5f..9fb6fef5c2 100644 --- a/files/pt-br/web/api/event/stoppropagation/index.html +++ b/files/pt-br/web/api/event/stoppropagation/index.html @@ -42,7 +42,7 @@ translation_of: Web/API/Event/stopPropagation <p><a class="external" href="http://www.w3.org/TR/DOM-Level-3-Events/#events-event-type-stopPropagation">DOM Level 3 Events: stopPropagation</a></p> -<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/api/event/target/index.html b/files/pt-br/web/api/event/target/index.html index 8a3ab35191..57df5d52b8 100644 --- a/files/pt-br/web/api/event/target/index.html +++ b/files/pt-br/web/api/event/target/index.html @@ -57,7 +57,7 @@ list.addEventListener('click', hide, false); </tbody> </table> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.Event.target")}}</p> |