diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
commit | 1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch) | |
tree | 86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/web | |
parent | 68fc8e96a9629e73469ed457abd955e548ec670c (diff) | |
download | translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2 translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip |
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/web')
197 files changed, 396 insertions, 199 deletions
diff --git a/files/pt-br/web/accessibility/an_overview_of_accessible_web_applications_and_widgets/index.html b/files/pt-br/web/accessibility/an_overview_of_accessible_web_applications_and_widgets/index.html index df43b575a6..da197714e9 100644 --- a/files/pt-br/web/accessibility/an_overview_of_accessible_web_applications_and_widgets/index.html +++ b/files/pt-br/web/accessibility/an_overview_of_accessible_web_applications_and_widgets/index.html @@ -1,6 +1,6 @@ --- title: Visão geral da acessibilidade nas aplicações web e widgets -slug: Web/Acessibilidade/An_overview_of_accessible_web_applications_and_widgets +slug: Web/Accessibility/An_overview_of_accessible_web_applications_and_widgets tags: - ARIA - Accessibility @@ -14,6 +14,7 @@ tags: - WAI-ARA - Widgets translation_of: Web/Accessibility/An_overview_of_accessible_web_applications_and_widgets +original_slug: Web/Acessibilidade/An_overview_of_accessible_web_applications_and_widgets --- <p>A Rede Mundial está mudando. Estatísticamente, os sítios baseados em páginas estão, cada vez mais, sendo repostos por aplicações dinâmicas, em estilo Ambiente, que fazem uso intenso de JavaScript e AJAX. Estilistas estão criando novos <em>widgets</em> e controles inteiramente com a combinação de JavaScript, HTML e CSS. Este salto tem o potencial de aperfeiçoar, dramaticamente, a capacidade de resposta e a usabilidade da Rede, mas milhares de utilizadores estão sob o risco de exclusão, devido a algumas lacunas na acessibilidade. A JavaScript tem, tradicionalmente, tido a reputação de ser inviável para quem usa tecnologias assistivas, como leitores de tela mas, agora, existem maneiras de criar interfaces de utilização dinâmicas acessíveis a uma ampla variedade de pessoas.</p> diff --git a/files/pt-br/web/accessibility/aria/aria_screen_reader_implementors_guide/index.html b/files/pt-br/web/accessibility/aria/aria_screen_reader_implementors_guide/index.html index 73b9605ef1..f0d4d3202f 100644 --- a/files/pt-br/web/accessibility/aria/aria_screen_reader_implementors_guide/index.html +++ b/files/pt-br/web/accessibility/aria/aria_screen_reader_implementors_guide/index.html @@ -1,10 +1,11 @@ --- title: Guia para implementar o leitor de tela ARIA -slug: Web/Accessibility/ARIA/Guia_para_implementar_o_leitor_de_tela_ARIA +slug: Web/Accessibility/ARIA/ARIA_Screen_Reader_Implementors_Guide tags: - ARIA - Acessibilidade translation_of: Web/Accessibility/ARIA/ARIA_Screen_Reader_Implementors_Guide +original_slug: Web/Accessibility/ARIA/Guia_para_implementar_o_leitor_de_tela_ARIA --- <h2 id="Regiões_Ativas">Regiões Ativas</h2> diff --git a/files/pt-br/web/accessibility/aria/aria_techniques/using_the_alert_role/index.html b/files/pt-br/web/accessibility/aria/aria_techniques/using_the_alert_role/index.html index 25d3222fcd..3a87a7fc72 100644 --- a/files/pt-br/web/accessibility/aria/aria_techniques/using_the_alert_role/index.html +++ b/files/pt-br/web/accessibility/aria/aria_techniques/using_the_alert_role/index.html @@ -1,6 +1,6 @@ --- title: Utilizando a função "alerta" -slug: Web/Accessibility/ARIA/ARIA_Techniques/Utilizando_o_alert_role +slug: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alert_role tags: - ARIA - Accessibility @@ -18,6 +18,7 @@ tags: - wcag1.2.1 - wcag3.3.1 translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alert_role +original_slug: Web/Accessibility/ARIA/ARIA_Techniques/Utilizando_o_alert_role --- <h3 id="Descrição">Descrição</h3> diff --git a/files/pt-br/web/accessibility/aria/aria_techniques/using_the_aria-labelledby_attribute/index.html b/files/pt-br/web/accessibility/aria/aria_techniques/using_the_aria-labelledby_attribute/index.html index cd7cb90bb9..bfed81d160 100644 --- a/files/pt-br/web/accessibility/aria/aria_techniques/using_the_aria-labelledby_attribute/index.html +++ b/files/pt-br/web/accessibility/aria/aria_techniques/using_the_aria-labelledby_attribute/index.html @@ -1,11 +1,12 @@ --- title: Usando o atributo aria-labelledby -slug: Web/Accessibility/ARIA/ARIA_Techniques/Usando_o_atributo_aria-labelledby +slug: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby_attribute tags: - ARIA - Acessibilidade - PrecisaDeConteúdo translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby_attribute +original_slug: Web/Accessibility/ARIA/ARIA_Techniques/Usando_o_atributo_aria-labelledby --- <h3 id="Descrição">Descrição</h3> diff --git a/files/pt-br/web/accessibility/aria/aria_techniques/using_the_aria-required_attribute/index.html b/files/pt-br/web/accessibility/aria/aria_techniques/using_the_aria-required_attribute/index.html index e93611b182..666dcbb418 100644 --- a/files/pt-br/web/accessibility/aria/aria_techniques/using_the_aria-required_attribute/index.html +++ b/files/pt-br/web/accessibility/aria/aria_techniques/using_the_aria-required_attribute/index.html @@ -1,10 +1,11 @@ --- title: Usando o atributo aria-required -slug: Web/Accessibility/ARIA/ARIA_Techniques/Usando_o_atributo_aria-required +slug: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-required_attribute tags: - ARIA - Acessibilidade translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-required_attribute +original_slug: Web/Accessibility/ARIA/ARIA_Techniques/Usando_o_atributo_aria-required --- <div> <div> diff --git a/files/pt-br/web/accessibility/aria/aria_techniques/using_the_slider_role/index.html b/files/pt-br/web/accessibility/aria/aria_techniques/using_the_slider_role/index.html index 18532f5f25..43ded9c152 100644 --- a/files/pt-br/web/accessibility/aria/aria_techniques/using_the_slider_role/index.html +++ b/files/pt-br/web/accessibility/aria/aria_techniques/using_the_slider_role/index.html @@ -1,7 +1,8 @@ --- title: Usando o slider role -slug: Web/Accessibility/ARIA/ARIA_Techniques/Usando_o_slider_role +slug: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_slider_role translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_slider_role +original_slug: Web/Accessibility/ARIA/ARIA_Techniques/Usando_o_slider_role --- <h3 id="Descrição">Descrição</h3> diff --git a/files/pt-br/web/accessibility/aria/forms/basic_form_hints/index.html b/files/pt-br/web/accessibility/aria/forms/basic_form_hints/index.html index 722c60d420..ac3f88e18b 100644 --- a/files/pt-br/web/accessibility/aria/forms/basic_form_hints/index.html +++ b/files/pt-br/web/accessibility/aria/forms/basic_form_hints/index.html @@ -1,7 +1,8 @@ --- title: Dicas básicas de form -slug: Web/Accessibility/ARIA/forms/Dicas_básicas_de_form +slug: Web/Accessibility/ARIA/forms/Basic_form_hints translation_of: Web/Accessibility/ARIA/forms/Basic_form_hints +original_slug: Web/Accessibility/ARIA/forms/Dicas_básicas_de_form --- <div class="twocolumns"> <h2 id="Form_labels" name="Form_labels">Form labels</h2> diff --git a/files/pt-br/web/accessibility/aria/widgets/overview/index.html b/files/pt-br/web/accessibility/aria/widgets/overview/index.html index 6e8cb06ae2..529e77dd5f 100644 --- a/files/pt-br/web/accessibility/aria/widgets/overview/index.html +++ b/files/pt-br/web/accessibility/aria/widgets/overview/index.html @@ -1,12 +1,13 @@ --- title: Visão geral -slug: Web/Accessibility/ARIA/widgets/Visão_geral +slug: Web/Accessibility/ARIA/widgets/overview tags: - Acessibilidade - JavaScript - Landing - PrecisaAtualizar translation_of: Web/Accessibility/ARIA/widgets/overview +original_slug: Web/Accessibility/ARIA/widgets/Visão_geral --- <div class="warning">Aviso: precisa de atualização</div> diff --git a/files/pt-br/web/accessibility/index.html b/files/pt-br/web/accessibility/index.html index b494b06163..41b6f337fc 100644 --- a/files/pt-br/web/accessibility/index.html +++ b/files/pt-br/web/accessibility/index.html @@ -1,6 +1,6 @@ --- title: Acessibilidade -slug: Web/Acessibilidade +slug: Web/Accessibility tags: - ARIA - Acessibilidade @@ -8,6 +8,7 @@ tags: - Desenvolvimento Web - TA - Tecnologias Assistivas translation_of: Web/Accessibility +original_slug: Web/Acessibilidade --- <p><span class="seoSummary">Acessiblidade no desenvolvimento Web significa permitir que o máximo possível de pessoas possa acessar os sites da web mesmo quando suas habilidades são limitadas de alguma forma. Aqui nós fornecemos informações sobre o desenvolvimento de conteúdo acessível.</span></p> diff --git a/files/pt-br/web/accessibility/mobile_accessibility_checklist/index.html b/files/pt-br/web/accessibility/mobile_accessibility_checklist/index.html index 29d407c175..ab3ca9fec9 100644 --- a/files/pt-br/web/accessibility/mobile_accessibility_checklist/index.html +++ b/files/pt-br/web/accessibility/mobile_accessibility_checklist/index.html @@ -1,12 +1,13 @@ --- title: Acessibilidade para plataforma móvel -slug: Web/Acessibilidade/Accessibilidade_para_plataforma_movel +slug: Web/Accessibility/Mobile_accessibility_checklist tags: - Acessibilidade - Firefox OS - Guías - Móveis translation_of: Web/Accessibility/Mobile_accessibility_checklist +original_slug: Web/Acessibilidade/Accessibilidade_para_plataforma_movel --- <div class="summary"> <p><span class="seoSummary">Este documento contém uma lista concisa de requisitos para desenvolvedores de aplicativos móveis. Tem como intenção evoluir continuamente conforme forem aparecendo outros padrões.</span></p> diff --git a/files/pt-br/web/accessibility/understanding_wcag/index.html b/files/pt-br/web/accessibility/understanding_wcag/index.html index 392c1008b7..fe54b3f7ef 100644 --- a/files/pt-br/web/accessibility/understanding_wcag/index.html +++ b/files/pt-br/web/accessibility/understanding_wcag/index.html @@ -1,10 +1,11 @@ --- title: Entendendo as Diretrizes de Acessibilidade do Conteúdo Web -slug: Web/Acessibilidade/Entendendo_WCAG +slug: Web/Accessibility/Understanding_WCAG tags: - WCAG - Web Content Accessibility Guidelines translation_of: Web/Accessibility/Understanding_WCAG +original_slug: Web/Acessibilidade/Entendendo_WCAG --- <p class="summary">Este conjunto de artigos fornece explicações rápidas para ajudá-lo a entender as etapas que devem ser seguidas para estar em conformidade com as recomendações descritas nas Diretrizes de Acessibilidade para Conteúdo Web 2.0 ou 2.1 do W3C (ou apenas WCAG, para as finalidades deste artigo).</p> diff --git a/files/pt-br/web/accessibility/understanding_wcag/keyboard/index.html b/files/pt-br/web/accessibility/understanding_wcag/keyboard/index.html index 905c6d062f..a18c118f9b 100644 --- a/files/pt-br/web/accessibility/understanding_wcag/keyboard/index.html +++ b/files/pt-br/web/accessibility/understanding_wcag/keyboard/index.html @@ -1,7 +1,8 @@ --- title: Keyboard -slug: Web/Acessibilidade/Entendendo_WCAG/Keyboard +slug: Web/Accessibility/Understanding_WCAG/Keyboard translation_of: Web/Accessibility/Understanding_WCAG/Keyboard +original_slug: Web/Acessibilidade/Entendendo_WCAG/Keyboard --- <div>To be fully accessible, a web page must be operable by someone using only a keyboard to access and control it. This includes users of screen readers, but can also include users who have trouble operating a pointing device such as a mouse or trackball, or whose mouse is not working at the moment, or who simply prefer to use a keyboard for input whenever possible.</div> diff --git a/files/pt-br/web/api/baseaudiocontext/currenttime/index.html b/files/pt-br/web/api/baseaudiocontext/currenttime/index.html index 71f3c9c894..8124041332 100644 --- a/files/pt-br/web/api/baseaudiocontext/currenttime/index.html +++ b/files/pt-br/web/api/baseaudiocontext/currenttime/index.html @@ -1,6 +1,6 @@ --- title: AudioContext.currentTime -slug: Web/API/AudioContext/currentTime +slug: Web/API/BaseAudioContext/currentTime tags: - API - AudioContext @@ -9,6 +9,7 @@ tags: - Web Audio API - currentTime translation_of: Web/API/BaseAudioContext/currentTime +original_slug: Web/API/AudioContext/currentTime --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/pt-br/web/api/battery_status_api/index.html b/files/pt-br/web/api/battery_status_api/index.html index 603750f72c..82a786cdef 100644 --- a/files/pt-br/web/api/battery_status_api/index.html +++ b/files/pt-br/web/api/battery_status_api/index.html @@ -1,6 +1,6 @@ --- title: Battery Status API -slug: WebAPI/Battery_Status +slug: Web/API/Battery_Status_API tags: - API - Apps @@ -11,6 +11,7 @@ tags: - Mobile - Obsoleto translation_of: Web/API/Battery_Status_API +original_slug: WebAPI/Battery_Status --- <div>{{obsolete_header}}</div> diff --git a/files/pt-br/web/api/batterymanager/ondischargingtimechange/index.html b/files/pt-br/web/api/batterymanager/ondischargingtimechange/index.html index 4f5c402588..1d6d19041f 100644 --- a/files/pt-br/web/api/batterymanager/ondischargingtimechange/index.html +++ b/files/pt-br/web/api/batterymanager/ondischargingtimechange/index.html @@ -1,6 +1,6 @@ --- title: BatteryManager.ondischargingtimechange -slug: Web/API/BatteryManager/ondischargintimechange +slug: Web/API/BatteryManager/ondischargingtimechange tags: - API - Battery API @@ -8,6 +8,7 @@ tags: - Propriedade - Referencia translation_of: Web/API/BatteryManager/ondischargingtimechange +original_slug: Web/API/BatteryManager/ondischargintimechange --- <p>{{APIRef("Battery API")}}</p> diff --git a/files/pt-br/web/api/canvas_api/a_basic_ray-caster/index.html b/files/pt-br/web/api/canvas_api/a_basic_ray-caster/index.html index ca188eb6f9..09f27a2e96 100644 --- a/files/pt-br/web/api/canvas_api/a_basic_ray-caster/index.html +++ b/files/pt-br/web/api/canvas_api/a_basic_ray-caster/index.html @@ -1,7 +1,8 @@ --- title: A basic ray-caster -slug: Web/HTML/Canvas/A_basic_ray-caster +slug: Web/API/Canvas_API/A_basic_ray-caster translation_of: Web/API/Canvas_API/A_basic_ray-caster +original_slug: Web/HTML/Canvas/A_basic_ray-caster --- <div>{{CanvasSidebar}}</div> diff --git a/files/pt-br/web/api/canvas_api/index.html b/files/pt-br/web/api/canvas_api/index.html index 821909e726..80bec60034 100644 --- a/files/pt-br/web/api/canvas_api/index.html +++ b/files/pt-br/web/api/canvas_api/index.html @@ -1,11 +1,12 @@ --- title: Canvas -slug: Web/HTML/Canvas +slug: Web/API/Canvas_API tags: - API - Canvas - Referência(2) translation_of: Web/API/Canvas_API +original_slug: Web/HTML/Canvas --- <p>{{CanvasSidebar}}</p> diff --git a/files/pt-br/web/api/canvas_api/tutorial/advanced_animations/index.html b/files/pt-br/web/api/canvas_api/tutorial/advanced_animations/index.html index 23f072420e..3b0d63fd8c 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/advanced_animations/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/advanced_animations/index.html @@ -1,6 +1,6 @@ --- title: Advanced animations -slug: Web/Guide/HTML/Canvas_tutorial/Advanced_animations +slug: Web/API/Canvas_API/Tutorial/Advanced_animations tags: - Animation - Animations @@ -8,6 +8,7 @@ tags: - animated - efeitos em animações translation_of: Web/API/Canvas_API/Tutorial/Advanced_animations +original_slug: Web/Guide/HTML/Canvas_tutorial/Advanced_animations --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Basic_animations", "Web/API/Canvas_API/Tutorial/Pixel_manipulation_with_canvas")}}</div> diff --git a/files/pt-br/web/api/canvas_api/tutorial/applying_styles_and_colors/index.html b/files/pt-br/web/api/canvas_api/tutorial/applying_styles_and_colors/index.html index f711570b9f..71d09f6e71 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/applying_styles_and_colors/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/applying_styles_and_colors/index.html @@ -1,7 +1,8 @@ --- title: Aplicando estilos e cores -slug: Web/Guide/HTML/Canvas_tutorial/Applying_styles_and_colors +slug: Web/API/Canvas_API/Tutorial/Applying_styles_and_colors translation_of: Web/API/Canvas_API/Tutorial/Applying_styles_and_colors +original_slug: Web/Guide/HTML/Canvas_tutorial/Applying_styles_and_colors --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Drawing_shapes", "Web/API/Canvas_API/Tutorial/Drawing_text")}}</div> diff --git a/files/pt-br/web/api/canvas_api/tutorial/basic_animations/index.html b/files/pt-br/web/api/canvas_api/tutorial/basic_animations/index.html index 125e0874a7..c0143de946 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/basic_animations/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/basic_animations/index.html @@ -1,7 +1,8 @@ --- title: Basic animations -slug: Web/Guide/HTML/Canvas_tutorial/Basic_animations +slug: Web/API/Canvas_API/Tutorial/Basic_animations translation_of: Web/API/Canvas_API/Tutorial/Basic_animations +original_slug: Web/Guide/HTML/Canvas_tutorial/Basic_animations --- <p>Já que estamos usando JavaScript para controlar {{HTMLElement("canvas")}} elementos, também é muito fácil criar animações interativas. Fazer animações mais complexas pode levar um tempo extra; esperamos introduzir um novo artigo para auxiliar sobre isso em breve.</p> diff --git a/files/pt-br/web/api/canvas_api/tutorial/basic_usage/index.html b/files/pt-br/web/api/canvas_api/tutorial/basic_usage/index.html index 767a5ff97c..4f1593aa06 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/basic_usage/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/basic_usage/index.html @@ -1,6 +1,6 @@ --- title: Utilização básica do Canvas -slug: Web/Guide/HTML/Canvas_tutorial/Utilizacao_basica +slug: Web/API/Canvas_API/Tutorial/Basic_usage tags: - Canvas - HTML @@ -8,6 +8,7 @@ tags: - Tutorial - graficos translation_of: Web/API/Canvas_API/Tutorial/Basic_usage +original_slug: Web/Guide/HTML/Canvas_tutorial/Utilizacao_basica --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial", "Web/API/Canvas_API/Tutorial/Drawing_shapes")}}</div> diff --git a/files/pt-br/web/api/canvas_api/tutorial/compositing/example/index.html b/files/pt-br/web/api/canvas_api/tutorial/compositing/example/index.html index 87de5aa19d..e294e9e1ca 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/compositing/example/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/compositing/example/index.html @@ -1,12 +1,13 @@ --- title: Exemplo de Composição -slug: Web/Guide/HTML/Canvas_tutorial/Compositing/Exemplo +slug: Web/API/Canvas_API/Tutorial/Compositing/Example tags: - Canvas - Example - HTML5 - Tutorial translation_of: Web/API/Canvas_API/Tutorial/Compositing/Example +original_slug: Web/Guide/HTML/Canvas_tutorial/Compositing/Exemplo --- <div>{{CanvasSidebar}}</div> diff --git a/files/pt-br/web/api/canvas_api/tutorial/compositing/index.html b/files/pt-br/web/api/canvas_api/tutorial/compositing/index.html index 6d9ff5c33d..51c8afec02 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/compositing/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/compositing/index.html @@ -1,7 +1,8 @@ --- title: Compositing and clipping -slug: Web/Guide/HTML/Canvas_tutorial/Compositing +slug: Web/API/Canvas_API/Tutorial/Compositing translation_of: Web/API/Canvas_API/Tutorial/Compositing +original_slug: Web/Guide/HTML/Canvas_tutorial/Compositing --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Transformations", "Web/API/Canvas_API/Tutorial/Basic_animations")}}</div> diff --git a/files/pt-br/web/api/canvas_api/tutorial/drawing_shapes/index.html b/files/pt-br/web/api/canvas_api/tutorial/drawing_shapes/index.html index f54fca780e..caa386d83e 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/drawing_shapes/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/drawing_shapes/index.html @@ -1,6 +1,6 @@ --- title: Desenhando formas com canvas -slug: Web/Guide/HTML/Canvas_tutorial/Drawing_shapes +slug: Web/API/Canvas_API/Tutorial/Drawing_shapes tags: - Canvas - Gráficos(2) @@ -10,6 +10,7 @@ tags: - Intermediário - Tutorial translation_of: Web/API/Canvas_API/Tutorial/Drawing_shapes +original_slug: Web/Guide/HTML/Canvas_tutorial/Drawing_shapes --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Basic_usage", "Web/API/Canvas_API/Tutorial/Applying_styles_and_colors")}}</div> diff --git a/files/pt-br/web/api/canvas_api/tutorial/drawing_text/index.html b/files/pt-br/web/api/canvas_api/tutorial/drawing_text/index.html index 550719e627..d09cb537cb 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/drawing_text/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/drawing_text/index.html @@ -1,12 +1,13 @@ --- title: Drawing text -slug: Web/Guide/HTML/Canvas_tutorial/Drawing_text +slug: Web/API/Canvas_API/Tutorial/Drawing_text tags: - Canvas - Intermediário - Tutorial - graficos translation_of: Web/API/Canvas_API/Tutorial/Drawing_text +original_slug: Web/Guide/HTML/Canvas_tutorial/Drawing_text --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Applying_styles_and_colors", "Web/API/Canvas_API/Tutorial/Using_images")}}</div> diff --git a/files/pt-br/web/api/canvas_api/tutorial/finale/index.html b/files/pt-br/web/api/canvas_api/tutorial/finale/index.html index 9cd393b652..4cc811ba68 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/finale/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/finale/index.html @@ -1,7 +1,8 @@ --- title: Conclusão -slug: Web/Guide/HTML/Canvas_tutorial/Conclusão +slug: Web/API/Canvas_API/Tutorial/Finale translation_of: Web/API/Canvas_API/Tutorial/Finale +original_slug: Web/Guide/HTML/Canvas_tutorial/Conclusão --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Optimizing_canvas")}}</div> diff --git a/files/pt-br/web/api/canvas_api/tutorial/index.html b/files/pt-br/web/api/canvas_api/tutorial/index.html index 2f9dbab7df..7d571ff002 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/index.html @@ -1,6 +1,6 @@ --- title: Canvas tutorial -slug: Web/Guide/HTML/Canvas_tutorial +slug: Web/API/Canvas_API/Tutorial tags: - Canvas - Graphics @@ -10,6 +10,7 @@ tags: - Intermediate - Web translation_of: Web/API/Canvas_API/Tutorial +original_slug: Web/Guide/HTML/Canvas_tutorial --- <p> {{CanvasSidebar}} <a href="/pt-BR/docs/Web/HTML/Canvas"><img alt="" src="https://mdn.mozillademos.org/files/257/Canvas_tut_examples.jpg" style="float: right; height: 450px; width: 200px;"></a></p> diff --git a/files/pt-br/web/api/canvas_api/tutorial/optimizing_canvas/index.html b/files/pt-br/web/api/canvas_api/tutorial/optimizing_canvas/index.html index d18afddefa..5a5a355a59 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/optimizing_canvas/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/optimizing_canvas/index.html @@ -1,11 +1,12 @@ --- title: Otimizando canvas -slug: Web/Guide/HTML/Canvas_tutorial/Otimizando_Canvas +slug: Web/API/Canvas_API/Tutorial/Optimizing_canvas tags: - Canvas - Gráfico 2D - Otimização translation_of: Web/API/Canvas_API/Tutorial/Optimizing_canvas +original_slug: Web/Guide/HTML/Canvas_tutorial/Otimizando_Canvas --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Hit_regions_and_accessibility", "Web/API/Canvas_API/Tutorial/Finale")}}</div> diff --git a/files/pt-br/web/api/canvas_api/tutorial/using_images/index.html b/files/pt-br/web/api/canvas_api/tutorial/using_images/index.html index 0b0dcfe7e7..7d1978da46 100644 --- a/files/pt-br/web/api/canvas_api/tutorial/using_images/index.html +++ b/files/pt-br/web/api/canvas_api/tutorial/using_images/index.html @@ -1,7 +1,8 @@ --- title: Using images -slug: Web/Guide/HTML/Canvas_tutorial/Using_images +slug: Web/API/Canvas_API/Tutorial/Using_images translation_of: Web/API/Canvas_API/Tutorial/Using_images +original_slug: Web/Guide/HTML/Canvas_tutorial/Using_images --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Drawing_text", "Web/API/Canvas_API/Tutorial/Transformations" )}}</div> diff --git a/files/pt-br/web/api/crypto/getrandomvalues/index.html b/files/pt-br/web/api/crypto/getrandomvalues/index.html index 7e54e933ed..10279649e0 100644 --- a/files/pt-br/web/api/crypto/getrandomvalues/index.html +++ b/files/pt-br/web/api/crypto/getrandomvalues/index.html @@ -1,7 +1,8 @@ --- title: RandomSource.getRandomValues() -slug: Web/API/RandomSource/getRandomValues +slug: Web/API/Crypto/getRandomValues translation_of: Web/API/Crypto/getRandomValues +original_slug: Web/API/RandomSource/getRandomValues --- <p>{{APIRef("Web Crypto API")}}</p> diff --git a/files/pt-br/web/api/devicemotioneventacceleration/index.html b/files/pt-br/web/api/devicemotioneventacceleration/index.html index e8e5432e4a..fad161e7b2 100644 --- a/files/pt-br/web/api/devicemotioneventacceleration/index.html +++ b/files/pt-br/web/api/devicemotioneventacceleration/index.html @@ -1,12 +1,13 @@ --- title: DeviceAcceleration -slug: Web/API/DeviceAcceleration +slug: Web/API/DeviceMotionEventAcceleration tags: - API - Experimental - Interface translation_of: Web/API/DeviceMotionEventAcceleration translation_of_original: Web/API/DeviceAcceleration +original_slug: Web/API/DeviceAcceleration --- <div>{{ ApiRef("Device Orientation Events") }}{{SeeCompatTable}}</div> diff --git a/files/pt-br/web/api/devicemotioneventrotationrate/index.html b/files/pt-br/web/api/devicemotioneventrotationrate/index.html index 872b3c6f25..ef0df94cd8 100644 --- a/files/pt-br/web/api/devicemotioneventrotationrate/index.html +++ b/files/pt-br/web/api/devicemotioneventrotationrate/index.html @@ -1,8 +1,9 @@ --- title: DeviceRotationRate -slug: Web/API/DeviceRotationRate +slug: Web/API/DeviceMotionEventRotationRate translation_of: Web/API/DeviceMotionEventRotationRate translation_of_original: Web/API/DeviceRotationRate +original_slug: Web/API/DeviceRotationRate --- <p>{{ ApiRef("Device Orientation Events") }} {{SeeCompatTable}}</p> diff --git a/files/pt-br/web/api/document/readystatechange_event/index.html b/files/pt-br/web/api/document/readystatechange_event/index.html index 185350cb54..57a936b66c 100644 --- a/files/pt-br/web/api/document/readystatechange_event/index.html +++ b/files/pt-br/web/api/document/readystatechange_event/index.html @@ -1,7 +1,8 @@ --- title: readystatechange -slug: Web/Events/readystatechange +slug: Web/API/Document/readystatechange_event translation_of: Web/API/Document/readystatechange_event +original_slug: Web/Events/readystatechange --- <p>{{ApiRef}}</p> diff --git a/files/pt-br/web/api/document/registerelement/index.html b/files/pt-br/web/api/document/registerelement/index.html index bff318b3a9..8e83210080 100644 --- a/files/pt-br/web/api/document/registerelement/index.html +++ b/files/pt-br/web/api/document/registerelement/index.html @@ -1,6 +1,6 @@ --- title: Document.registerElement() -slug: Web/API/Document/ElementoRegistrado +slug: Web/API/Document/registerElement tags: - DOM - Document.registerElement() @@ -8,6 +8,7 @@ tags: - Web Components - registerElement translation_of: Web/API/Document/registerElement +original_slug: Web/API/Document/ElementoRegistrado --- <p>{{APIRef("DOM")}}</p> diff --git a/files/pt-br/web/api/document_object_model/events/index.html b/files/pt-br/web/api/document_object_model/events/index.html index 4d04915450..cd82ef8b39 100644 --- a/files/pt-br/web/api/document_object_model/events/index.html +++ b/files/pt-br/web/api/document_object_model/events/index.html @@ -1,7 +1,8 @@ --- title: Events and the DOM -slug: DOM/Referencia_do_DOM/Events +slug: Web/API/Document_Object_Model/Events translation_of: Web/API/Document_Object_Model/Events +original_slug: DOM/Referencia_do_DOM/Events --- <div>{{DefaultAPISidebar("DOM")}}</div> diff --git a/files/pt-br/web/api/document_object_model/examples/index.html b/files/pt-br/web/api/document_object_model/examples/index.html index 87ec3601e2..d8ada00c18 100644 --- a/files/pt-br/web/api/document_object_model/examples/index.html +++ b/files/pt-br/web/api/document_object_model/examples/index.html @@ -1,7 +1,8 @@ --- title: Examples of web and XML development using the DOM -slug: DOM/Referencia_do_DOM/Examples +slug: Web/API/Document_Object_Model/Examples translation_of: Web/API/Document_Object_Model/Examples +original_slug: DOM/Referencia_do_DOM/Examples --- <p>Este capítulo fornece exemplos mais longos de desenvolvimento de Web e XML usando o DOM. Sempre que possível, os exemplos usam APIs, truques e padrões comuns no JavaScript para manipular o objeto de documento.</p> diff --git a/files/pt-br/web/api/document_object_model/how_to_create_a_dom_tree/index.html b/files/pt-br/web/api/document_object_model/how_to_create_a_dom_tree/index.html index e6dd923fb5..2897718d3c 100644 --- a/files/pt-br/web/api/document_object_model/how_to_create_a_dom_tree/index.html +++ b/files/pt-br/web/api/document_object_model/how_to_create_a_dom_tree/index.html @@ -1,7 +1,8 @@ --- title: How to create a DOM tree -slug: DOM/Referencia_do_DOM/How_to_create_a_DOM_tree +slug: Web/API/Document_object_model/How_to_create_a_DOM_tree translation_of: Web/API/Document_object_model/How_to_create_a_DOM_tree +original_slug: DOM/Referencia_do_DOM/How_to_create_a_DOM_tree --- <p>{{draft}}</p> diff --git a/files/pt-br/web/api/document_object_model/index.html b/files/pt-br/web/api/document_object_model/index.html index b0ae4420a6..6fd369978d 100644 --- a/files/pt-br/web/api/document_object_model/index.html +++ b/files/pt-br/web/api/document_object_model/index.html @@ -1,7 +1,8 @@ --- title: Modelo de Objeto de Documento (DOM) -slug: DOM/Referencia_do_DOM +slug: Web/API/Document_Object_Model translation_of: Web/API/Document_Object_Model +original_slug: DOM/Referencia_do_DOM --- <p>{{DefaultAPISidebar("DOM")}}</p> diff --git a/files/pt-br/web/api/document_object_model/introduction/index.html b/files/pt-br/web/api/document_object_model/introduction/index.html index 010a5ecd54..667d6f1cfc 100644 --- a/files/pt-br/web/api/document_object_model/introduction/index.html +++ b/files/pt-br/web/api/document_object_model/introduction/index.html @@ -1,7 +1,8 @@ --- title: Introdução ao DOM -slug: DOM/Referencia_do_DOM/Introdução +slug: Web/API/Document_Object_Model/Introduction translation_of: Web/API/Document_Object_Model/Introduction +original_slug: DOM/Referencia_do_DOM/Introdução --- <p><span class="seoSummary">O DOM (Document Object Model) é a representação de dados dos objetos que compõem a estrutura e o conteúdo de um documento na Web. Neste guia, apresentaremos brevemente o DOM. Veremos como o DOM representa um documento {{Glossary ("HTML")}} ou {{Glossary ("XML")}} na memória e como você usa APIs para criar aplicativos e conteúdo da Web.</span></p> diff --git a/files/pt-br/web/api/document_object_model/whitespace/index.html b/files/pt-br/web/api/document_object_model/whitespace/index.html index f4bebc3678..61efe15ee1 100644 --- a/files/pt-br/web/api/document_object_model/whitespace/index.html +++ b/files/pt-br/web/api/document_object_model/whitespace/index.html @@ -1,10 +1,11 @@ --- title: Whitespace no DOM -slug: DOM/Referencia_do_DOM/Whitespace_in_the_DOM +slug: Web/API/Document_Object_Model/Whitespace tags: - DOM - Intermediário translation_of: Web/API/Document_Object_Model/Whitespace +original_slug: DOM/Referencia_do_DOM/Whitespace_in_the_DOM --- <h2 id="The_issue" name="The_issue">O problema</h2> diff --git a/files/pt-br/web/api/documentorshadowroot/activeelement/index.html b/files/pt-br/web/api/documentorshadowroot/activeelement/index.html index ca10f98461..2223a29d1d 100644 --- a/files/pt-br/web/api/documentorshadowroot/activeelement/index.html +++ b/files/pt-br/web/api/documentorshadowroot/activeelement/index.html @@ -1,6 +1,6 @@ --- title: Document.activeElement -slug: Web/API/Document/activeElement +slug: Web/API/DocumentOrShadowRoot/activeElement tags: - API - Document @@ -9,6 +9,7 @@ tags: - Reference translation_of: Web/API/DocumentOrShadowRoot/activeElement translation_of_original: Web/API/Document/activeElement +original_slug: Web/API/Document/activeElement --- <p>{{APIRef("DOM")}}</p> diff --git a/files/pt-br/web/api/documentorshadowroot/elementfrompoint/index.html b/files/pt-br/web/api/documentorshadowroot/elementfrompoint/index.html index c64d67dd08..912dd85e80 100644 --- a/files/pt-br/web/api/documentorshadowroot/elementfrompoint/index.html +++ b/files/pt-br/web/api/documentorshadowroot/elementfrompoint/index.html @@ -1,6 +1,6 @@ --- title: Document.elementFromPoint() -slug: Web/API/Document/elementFromPoint +slug: Web/API/DocumentOrShadowRoot/elementFromPoint tags: - API - CSSOM View @@ -10,6 +10,7 @@ tags: - Reference translation_of: Web/API/DocumentOrShadowRoot/elementFromPoint translation_of_original: Web/API/Document/elementFromPoint +original_slug: Web/API/Document/elementFromPoint --- <div>{{APIRef("DOM")}}</div> diff --git a/files/pt-br/web/api/documentorshadowroot/getselection/index.html b/files/pt-br/web/api/documentorshadowroot/getselection/index.html index 2f52375799..11fff02755 100644 --- a/files/pt-br/web/api/documentorshadowroot/getselection/index.html +++ b/files/pt-br/web/api/documentorshadowroot/getselection/index.html @@ -1,8 +1,9 @@ --- title: Document.getSelection() -slug: Web/API/Document/getSelection +slug: Web/API/DocumentOrShadowRoot/getSelection translation_of: Web/API/DocumentOrShadowRoot/getSelection translation_of_original: Web/API/Document/getSelection +original_slug: Web/API/Document/getSelection --- <p>{{APIRef("DOM")}}</p> diff --git a/files/pt-br/web/api/element/blur_event/index.html b/files/pt-br/web/api/element/blur_event/index.html index 7eb9263be2..46619ccb93 100644 --- a/files/pt-br/web/api/element/blur_event/index.html +++ b/files/pt-br/web/api/element/blur_event/index.html @@ -1,7 +1,8 @@ --- title: blur (evento) -slug: Web/Events/blur +slug: Web/API/Element/blur_event translation_of: Web/API/Element/blur_event +original_slug: Web/Events/blur --- <p>O evento <code>blur</code> é acionado quando um elemento perde foco. A diferença principal entre este evento e <a href="/en-US/docs/Mozilla_event_reference/focusout"><code>focusout</code></a> é que apenas o segundo 'borbulha'.</p> diff --git a/files/pt-br/web/api/element/focus_event/index.html b/files/pt-br/web/api/element/focus_event/index.html index 9f6dd7117d..543a21af0d 100644 --- a/files/pt-br/web/api/element/focus_event/index.html +++ b/files/pt-br/web/api/element/focus_event/index.html @@ -1,7 +1,8 @@ --- title: focus -slug: Web/Events/focus +slug: Web/API/Element/focus_event translation_of: Web/API/Element/focus_event +original_slug: Web/Events/focus --- <p>O evento <code>focus</code> é acionado assim que um elemento recebe um foco. O grande diferencial entre este evento e o evento <a href="/en-US/docs/Mozilla_event_reference/focusin"><code>focusin</code></a>, é que esse segundo "borbulha".</p> diff --git a/files/pt-br/web/api/element/focusin_event/index.html b/files/pt-br/web/api/element/focusin_event/index.html index 797424de54..291956ed53 100644 --- a/files/pt-br/web/api/element/focusin_event/index.html +++ b/files/pt-br/web/api/element/focusin_event/index.html @@ -1,7 +1,8 @@ --- title: focusin -slug: Web/Events/focusin +slug: Web/API/Element/focusin_event translation_of: Web/API/Element/focusin_event +original_slug: Web/Events/focusin --- <p>O evento <code>focusin</code> é acionado no momento em que o elemento receba o foco. A grande diferença entre esse evento e o evento <code><a href="/en-US/docs/Mozilla_event_reference/focus_(event)">focus</a></code>, é que apenas o <code>focusin</code> delega o seu evento para o elemento pai (conhecido como bubbling ou deletegate).</p> diff --git a/files/pt-br/web/api/element/focusout_event/index.html b/files/pt-br/web/api/element/focusout_event/index.html index 8f72b211b2..366498c0a3 100644 --- a/files/pt-br/web/api/element/focusout_event/index.html +++ b/files/pt-br/web/api/element/focusout_event/index.html @@ -1,7 +1,8 @@ --- title: focusout -slug: Web/Events/focusout +slug: Web/API/Element/focusout_event translation_of: Web/API/Element/focusout_event +original_slug: Web/Events/focusout --- <p>O evento <code>focusout</code> é acionado assim que o elemento perde o foco. A principal diferença entre esse evento e o evento <code><a href="/en-US/docs/Mozilla_event_reference/blur_(event)">blur</a></code>, é que esse ultimo não gera "borbulhas".</p> diff --git a/files/pt-br/web/api/event/comparison_of_event_targets/index.html b/files/pt-br/web/api/event/comparison_of_event_targets/index.html index e9b2004719..8c4be2bc7c 100644 --- a/files/pt-br/web/api/event/comparison_of_event_targets/index.html +++ b/files/pt-br/web/api/event/comparison_of_event_targets/index.html @@ -1,11 +1,12 @@ --- title: Comparativo entre Event Targets -slug: Web/API/Event/Comparativo_entre_Event_Targets +slug: Web/API/Event/Comparison_of_Event_Targets tags: - DOM - Event - event target translation_of: Web/API/Event/Comparison_of_Event_Targets +original_slug: Web/API/Event/Comparativo_entre_Event_Targets --- <div>{{ ApiRef() }}</div> diff --git a/files/pt-br/web/api/eventtarget/addeventlistener/index.html b/files/pt-br/web/api/eventtarget/addeventlistener/index.html index fea1e67e7b..00d38880bf 100644 --- a/files/pt-br/web/api/eventtarget/addeventlistener/index.html +++ b/files/pt-br/web/api/eventtarget/addeventlistener/index.html @@ -1,7 +1,8 @@ --- title: Element.addEventListener() -slug: Web/API/Element/addEventListener +slug: Web/API/EventTarget/addEventListener translation_of: Web/API/EventTarget/addEventListener +original_slug: Web/API/Element/addEventListener --- <p>{{apiref("DOM Events")}}</p> diff --git a/files/pt-br/web/api/fetch_api/cross-global_fetch_usage/index.html b/files/pt-br/web/api/fetch_api/cross-global_fetch_usage/index.html index c569966b5a..7fc550536e 100644 --- a/files/pt-br/web/api/fetch_api/cross-global_fetch_usage/index.html +++ b/files/pt-br/web/api/fetch_api/cross-global_fetch_usage/index.html @@ -1,7 +1,8 @@ --- title: Uso de busca Cross-global -slug: Web/API/Fetch_API/Uso_de_busca_Cross-global +slug: Web/API/Fetch_API/Cross-global_fetch_usage translation_of: Web/API/Fetch_API/Cross-global_fetch_usage +original_slug: Web/API/Fetch_API/Uso_de_busca_Cross-global --- <p class="summary"> </p> diff --git a/files/pt-br/web/api/geolocation_api/index.html b/files/pt-br/web/api/geolocation_api/index.html index b6799afa16..32cda6784d 100644 --- a/files/pt-br/web/api/geolocation_api/index.html +++ b/files/pt-br/web/api/geolocation_api/index.html @@ -1,10 +1,11 @@ --- title: Usando geolocation -slug: Using_geolocation +slug: Web/API/Geolocation_API tags: - Geolocation API - Guia(2) translation_of: Web/API/Geolocation_API +original_slug: Using_geolocation --- <p>A <strong>API geolocation</strong> permite que o usuário forneça sua localização a aplicativos web se ele desejar. Por questões de privacidade, o usuário é perguntado se permite fornecer informações de localização.</p> diff --git a/files/pt-br/web/api/history_api/example/index.html b/files/pt-br/web/api/history_api/example/index.html index a4dfc4b68f..6d0cbb2256 100644 --- a/files/pt-br/web/api/history_api/example/index.html +++ b/files/pt-br/web/api/history_api/example/index.html @@ -1,9 +1,10 @@ --- title: Exemplo de navegação Ajax -slug: Web/API/History_API/Exemplo +slug: Web/API/History_API/Example tags: - Exemplo navegação ajax translation_of: Web/API/History_API/Example +original_slug: Web/API/History_API/Exemplo --- <p>Esse é um exemplo de um web site em AJAX web site composto por apenas três páginas (<em>first_page.php</em>, <em>second_page.php</em> e <em>third_page.php</em>). Para ver como funciona, crie os arquivos a seguir (ou <em>git clone</em> <a href="https://github.com/giabao/mdn-ajax-nav-example" title="/en-US/docs/">https://github.com/giabao/mdn-ajax-nav-example.git</a> ):</p> diff --git a/files/pt-br/web/api/html_drag_and_drop_api/file_drag_and_drop/index.html b/files/pt-br/web/api/html_drag_and_drop_api/file_drag_and_drop/index.html index 13609ee260..2442d4ed4b 100644 --- a/files/pt-br/web/api/html_drag_and_drop_api/file_drag_and_drop/index.html +++ b/files/pt-br/web/api/html_drag_and_drop_api/file_drag_and_drop/index.html @@ -1,7 +1,8 @@ --- title: Arrastar e soltar arquivos -slug: DragDrop/Drag_and_Drop/Arrastar_e_soltar_arquivos +slug: Web/API/HTML_Drag_and_Drop_API/File_drag_and_drop translation_of: Web/API/HTML_Drag_and_Drop_API/File_drag_and_drop +original_slug: DragDrop/Drag_and_Drop/Arrastar_e_soltar_arquivos --- <p>{{DefaultAPISidebar("HTML Drag and Drop API")}}</p> diff --git a/files/pt-br/web/api/html_drag_and_drop_api/index.html b/files/pt-br/web/api/html_drag_and_drop_api/index.html index 10e5592b91..216ac37d68 100644 --- a/files/pt-br/web/api/html_drag_and_drop_api/index.html +++ b/files/pt-br/web/api/html_drag_and_drop_api/index.html @@ -1,6 +1,6 @@ --- title: Arrastar e soltar -slug: DragDrop/Drag_and_Drop +slug: Web/API/HTML_Drag_and_Drop_API tags: - Avançado - Guia(2) @@ -10,6 +10,7 @@ tags: - arrastar e soltar - eventos translation_of: Web/API/HTML_Drag_and_Drop_API +original_slug: DragDrop/Drag_and_Drop --- <p>{{DefaultAPISidebar("HTML Drag and Drop API")}}</p> diff --git a/files/pt-br/web/api/htmlcontentelement/select/index.html b/files/pt-br/web/api/htmlcontentelement/select/index.html index 63fae05c69..4b9e56cae6 100644 --- a/files/pt-br/web/api/htmlcontentelement/select/index.html +++ b/files/pt-br/web/api/htmlcontentelement/select/index.html @@ -1,12 +1,13 @@ --- title: HTMLContentElement.select -slug: Web/API/HTMLContentElement/Seletor +slug: Web/API/HTMLContentElement/select tags: - API - HTMLContentElement - HTMLContentElement.select - Select translation_of: Web/API/HTMLContentElement/select +original_slug: Web/API/HTMLContentElement/Seletor --- <p>{{ APIRef("Web Components") }}</p> diff --git a/files/pt-br/web/api/htmlelement/accesskey/index.html b/files/pt-br/web/api/htmlelement/accesskey/index.html index e0425e3645..0e33c34d8e 100644 --- a/files/pt-br/web/api/htmlelement/accesskey/index.html +++ b/files/pt-br/web/api/htmlelement/accesskey/index.html @@ -1,8 +1,9 @@ --- title: Element.accessKey -slug: Web/API/Element/accessKey +slug: Web/API/HTMLElement/accessKey translation_of: Web/API/HTMLElement/accessKey translation_of_original: Web/API/Element/accessKey +original_slug: Web/API/Element/accessKey --- <div>{{APIRef("DOM")}}</div> diff --git a/files/pt-br/web/api/htmlelement/innertext/index.html b/files/pt-br/web/api/htmlelement/innertext/index.html index 1ab5e81027..8a6f33ed32 100644 --- a/files/pt-br/web/api/htmlelement/innertext/index.html +++ b/files/pt-br/web/api/htmlelement/innertext/index.html @@ -1,7 +1,8 @@ --- title: Node.innerText -slug: Web/API/Node/innerText +slug: Web/API/HTMLElement/innerText translation_of: Web/API/HTMLElement/innerText +original_slug: Web/API/Node/innerText --- <div>{{APIRef("DOM")}}</div> 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 dd69baf988..ed3453b49a 100644 --- a/files/pt-br/web/api/htmlelement/input_event/index.html +++ b/files/pt-br/web/api/htmlelement/input_event/index.html @@ -1,7 +1,8 @@ --- title: input -slug: Web/Events/input +slug: Web/API/HTMLElement/input_event translation_of: Web/API/HTMLElement/input_event +original_slug: Web/Events/input --- <p>O evento <code>input do </code>DOM é disparado sincronicamente quando o valor de um elemento {{HTMLElement("input")}}, {{HTMLElement("select")}}, ou {{HTMLElement("textarea")}} é alterado. (Para elementos input com <code>type=checkbox</code> ou <code>type=radio</code>, o evento <code>input</code> não é disparado quando o usuário clica no elemento, porque o valor do atributo não é alterado.) Além disso, o evento é disparado no <a href="/en-US/docs/Web/API/HTMLElement/contentEditable"><code>contenteditable</code></a> editors quando o seu conteúdo é alterado. Nesse caso, O alvo do evento é o elemento host da edição. Se houver dois ou mais elementos que tenha <code>contenteditable</code> como true, o "host de edição" é o elemento antepassado mais próximo cujo pai não é editável. Similarmente, ele também é disparado no element raiz do <a href="/en-US/docs/Web/API/Document/designMode"><code>designMode</code></a> editors.</p> diff --git a/files/pt-br/web/api/htmlmediaelement/abort_event/index.html b/files/pt-br/web/api/htmlmediaelement/abort_event/index.html index 62243a2762..721cc43353 100644 --- a/files/pt-br/web/api/htmlmediaelement/abort_event/index.html +++ b/files/pt-br/web/api/htmlmediaelement/abort_event/index.html @@ -1,8 +1,9 @@ --- title: abort -slug: Web/Events/abort +slug: Web/API/HTMLMediaElement/abort_event translation_of: Web/API/HTMLMediaElement/abort_event translation_of_original: Web/Events/abort +original_slug: Web/Events/abort --- <p>O evento <strong><code>abort</code></strong> é disparado quando o carregamento de um recurso foi interrompido.</p> diff --git a/files/pt-br/web/api/htmlorforeignelement/blur/index.html b/files/pt-br/web/api/htmlorforeignelement/blur/index.html index 25a2273aec..a8143402ef 100644 --- a/files/pt-br/web/api/htmlorforeignelement/blur/index.html +++ b/files/pt-br/web/api/htmlorforeignelement/blur/index.html @@ -1,6 +1,6 @@ --- title: HTMLElement.blur() -slug: Web/API/HTMLElement/blur +slug: Web/API/HTMLOrForeignElement/blur tags: - API - DOM HTML @@ -9,6 +9,7 @@ tags: - Referencia - metodo translation_of: Web/API/HTMLOrForeignElement/blur +original_slug: Web/API/HTMLElement/blur --- <div>{{ APIRef("HTML DOM") }}</div> diff --git a/files/pt-br/web/api/htmlorforeignelement/dataset/index.html b/files/pt-br/web/api/htmlorforeignelement/dataset/index.html index 2cb4ba63b0..76bd77a3c9 100644 --- a/files/pt-br/web/api/htmlorforeignelement/dataset/index.html +++ b/files/pt-br/web/api/htmlorforeignelement/dataset/index.html @@ -1,7 +1,8 @@ --- title: HTMLElement.dataset -slug: Web/API/HTMLElement/dataset +slug: Web/API/HTMLOrForeignElement/dataset translation_of: Web/API/HTMLOrForeignElement/dataset +original_slug: Web/API/HTMLElement/dataset --- <p>{{ APIRef }}</p> diff --git a/files/pt-br/web/api/htmlorforeignelement/focus/index.html b/files/pt-br/web/api/htmlorforeignelement/focus/index.html index 8f798b3d86..4649b935b9 100644 --- a/files/pt-br/web/api/htmlorforeignelement/focus/index.html +++ b/files/pt-br/web/api/htmlorforeignelement/focus/index.html @@ -1,7 +1,8 @@ --- title: HTMLElement.focus() -slug: Web/API/HTMLElement/focus +slug: Web/API/HTMLOrForeignElement/focus translation_of: Web/API/HTMLOrForeignElement/focus +original_slug: Web/API/HTMLElement/focus --- <div>{{ APIRef("HTML DOM") }}</div> diff --git a/files/pt-br/web/api/indexeddb_api/using_indexeddb/index.html b/files/pt-br/web/api/indexeddb_api/using_indexeddb/index.html index da14879b31..217fc304c5 100644 --- a/files/pt-br/web/api/indexeddb_api/using_indexeddb/index.html +++ b/files/pt-br/web/api/indexeddb_api/using_indexeddb/index.html @@ -1,9 +1,10 @@ --- title: Usando IndexedDB -slug: Web/API/IndexedDB_API/Usando_IndexedDB +slug: Web/API/IndexedDB_API/Using_IndexedDB tags: - API IndexedDB Tutorial Avançado translation_of: Web/API/IndexedDB_API/Using_IndexedDB +original_slug: Web/API/IndexedDB_API/Usando_IndexedDB --- <div class="summary"> <p>IndexedDB é uma forma de armazenar dados no navegador do usuário. Com ele você pode criar aplicações web com possibilidade de fazer query sem necessidade de conexão, suas aplicações podem funcionar tanto online quanto offline. </p> diff --git a/files/pt-br/web/api/network_information_api/index.html b/files/pt-br/web/api/network_information_api/index.html index 032fc54169..aa9d0349e2 100644 --- a/files/pt-br/web/api/network_information_api/index.html +++ b/files/pt-br/web/api/network_information_api/index.html @@ -1,7 +1,8 @@ --- title: Network Information API -slug: WebAPI/Network_Information +slug: Web/API/Network_Information_API translation_of: Web/API/Network_Information_API +original_slug: WebAPI/Network_Information --- <p>{{ SeeCompatTable() }}</p> diff --git a/files/pt-br/web/api/notification/index.html b/files/pt-br/web/api/notification/index.html index 9103aac190..57f63a0e3e 100644 --- a/files/pt-br/web/api/notification/index.html +++ b/files/pt-br/web/api/notification/index.html @@ -1,11 +1,12 @@ --- title: Notificações -slug: Web/API/notificacoes +slug: Web/API/Notification tags: - API - Interface - Notificações translation_of: Web/API/Notification +original_slug: Web/API/notificacoes --- <p>{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}</p> diff --git a/files/pt-br/web/api/performance_api/index.html b/files/pt-br/web/api/performance_api/index.html index 1b6997e293..90eae5d668 100644 --- a/files/pt-br/web/api/performance_api/index.html +++ b/files/pt-br/web/api/performance_api/index.html @@ -1,7 +1,8 @@ --- title: API de Desempenho -slug: Web/API/API_de_Desempenho +slug: Web/API/Performance_API translation_of: Web/API/Performance_API +original_slug: Web/API/API_de_Desempenho --- <div>{{DefaultAPISidebar("High Resolution Time")}}</div> diff --git a/files/pt-br/web/api/push_api/best_practices/index.html b/files/pt-br/web/api/push_api/best_practices/index.html index 9b0fafd2b7..72588a56dd 100644 --- a/files/pt-br/web/api/push_api/best_practices/index.html +++ b/files/pt-br/web/api/push_api/best_practices/index.html @@ -1,6 +1,6 @@ --- title: Melhores práticas -slug: Web/API/API_Push/Best_Practices +slug: Web/API/Push_API/Best_Practices tags: - Apps - Iniciante @@ -9,6 +9,7 @@ tags: - Push API - Usabilidade translation_of: Web/API/Push_API/Best_Practices +original_slug: Web/API/API_Push/Best_Practices --- <p>{{draft}}</p> diff --git a/files/pt-br/web/api/push_api/index.html b/files/pt-br/web/api/push_api/index.html index 563b711cd8..d663d40a4a 100644 --- a/files/pt-br/web/api/push_api/index.html +++ b/files/pt-br/web/api/push_api/index.html @@ -1,6 +1,6 @@ --- title: API Push -slug: Web/API/API_Push +slug: Web/API/Push_API tags: - API - Experimental @@ -9,6 +9,7 @@ tags: - Referencia - Service Workers translation_of: Web/API/Push_API +original_slug: Web/API/API_Push --- <div>{{DefaultAPISidebar("Push API")}}{{SeeCompatTable}}</div> diff --git a/files/pt-br/web/api/selection/index.html b/files/pt-br/web/api/selection/index.html index 9cac677942..0128146817 100644 --- a/files/pt-br/web/api/selection/index.html +++ b/files/pt-br/web/api/selection/index.html @@ -1,6 +1,6 @@ --- title: Seleção -slug: Web/API/Seleção +slug: Web/API/Selection tags: - API - Experimental @@ -8,6 +8,7 @@ tags: - Referencia - Seleção translation_of: Web/API/Selection +original_slug: Web/API/Seleção --- <div>{{ ApiRef("DOM") }}{{SeeCompatTable}}</div> diff --git a/files/pt-br/web/api/svgaelement/target/index.html b/files/pt-br/web/api/svgaelement/target/index.html index e197ee81e5..4ce4fb3704 100644 --- a/files/pt-br/web/api/svgaelement/target/index.html +++ b/files/pt-br/web/api/svgaelement/target/index.html @@ -1,11 +1,12 @@ --- title: SVGAElement.target -slug: Web/API/SVGAElement/SVGAlement.target +slug: Web/API/SVGAElement/target tags: - Imagem vetorial - Vetores translation_of: Web/API/SVGAElement/target translation_of_original: Web/API/SVGAElement/SVGAlement.target +original_slug: Web/API/SVGAElement/SVGAlement.target --- <p>{{APIRef("SVGAElement")}}</p> diff --git a/files/pt-br/web/api/touch_events/index.html b/files/pt-br/web/api/touch_events/index.html index df21cdf335..fadec72daf 100644 --- a/files/pt-br/web/api/touch_events/index.html +++ b/files/pt-br/web/api/touch_events/index.html @@ -1,6 +1,6 @@ --- title: Eventos do Toque -slug: Web/Guide/Events/Touch_events +slug: Web/API/Touch_events tags: - Avançado - DOM @@ -9,6 +9,7 @@ tags: - Mobile - Visualização translation_of: Web/API/Touch_events +original_slug: Web/Guide/Events/Touch_events --- <p>Com a finalidade de fornecer suporte de qualidade para interfaces baseadas em toque (touch), os eventos de touch oferecem a capacidade de interpretar a atividade em telas sensíveis ao toque ou trackpads.</p> diff --git a/files/pt-br/web/api/web_animations_api/using_the_web_animations_api/index.html b/files/pt-br/web/api/web_animations_api/using_the_web_animations_api/index.html index 2743f68d65..e807617a5f 100644 --- a/files/pt-br/web/api/web_animations_api/using_the_web_animations_api/index.html +++ b/files/pt-br/web/api/web_animations_api/using_the_web_animations_api/index.html @@ -1,6 +1,6 @@ --- title: Usando a Web Animations API -slug: Web/API/Web_Animations_API/Usando_a_Web_Animations_API +slug: Web/API/Web_Animations_API/Using_the_Web_Animations_API tags: - Alice - Animação @@ -20,6 +20,7 @@ tags: - reverse - web animations api translation_of: Web/API/Web_Animations_API/Using_the_Web_Animations_API +original_slug: Web/API/Web_Animations_API/Usando_a_Web_Animations_API --- <p>{{DefaultAPISidebar("Web Animations")}}</p> diff --git a/files/pt-br/web/api/web_audio_api/index.html b/files/pt-br/web/api/web_audio_api/index.html index 8f582eb524..7f99c3695e 100644 --- a/files/pt-br/web/api/web_audio_api/index.html +++ b/files/pt-br/web/api/web_audio_api/index.html @@ -1,12 +1,13 @@ --- title: API Web Áudio -slug: Web/API/API_Web_Audio +slug: Web/API/Web_Audio_API tags: - Web Audio API - api de áudio - áudio api - áudio web translation_of: Web/API/Web_Audio_API +original_slug: Web/API/API_Web_Audio --- <div class="summary"> <p>A API de áudio da web disponibiliza um poderoso e versátil sistema de controle de áudio para a Web, permitindo aos desenvolvedores escolher arquivos de áudio, adicionar efeitos a estes arquivos, criar reprodutores de áudio, aplicar <em>spatial effects</em> (como <em>panning</em>) e muito mais.</p> diff --git a/files/pt-br/web/api/web_audio_api/simple_synth/index.html b/files/pt-br/web/api/web_audio_api/simple_synth/index.html index b0fdf2a0c4..622a71cff0 100644 --- a/files/pt-br/web/api/web_audio_api/simple_synth/index.html +++ b/files/pt-br/web/api/web_audio_api/simple_synth/index.html @@ -1,6 +1,6 @@ --- title: 'Tutorial e exemplo: Teclado de Sintetizador Simples' -slug: Web/API/API_Web_Audio/Sintetizador_simples +slug: Web/API/Web_Audio_API/Simple_synth tags: - Audio - Exemplo @@ -12,6 +12,7 @@ tags: - Tutorial - Web Audio API translation_of: Web/API/Web_Audio_API/Simple_synth +original_slug: Web/API/API_Web_Audio/Sintetizador_simples --- <div>{{DefaultAPISidebar("Web Audio API")}}</div> diff --git a/files/pt-br/web/api/web_storage_api/index.html b/files/pt-br/web/api/web_storage_api/index.html index f4e16bd9e7..d0256b1212 100644 --- a/files/pt-br/web/api/web_storage_api/index.html +++ b/files/pt-br/web/api/web_storage_api/index.html @@ -1,7 +1,8 @@ --- title: API de Armazenamento na Web -slug: Web/API/Web_Storage_API_pt_br +slug: Web/API/Web_Storage_API translation_of: Web/API/Web_Storage_API +original_slug: Web/API/Web_Storage_API_pt_br --- <p>{{DefaultAPISidebar("Web Storage API")}}</p> diff --git a/files/pt-br/web/api/web_storage_api/using_the_web_storage_api/index.html b/files/pt-br/web/api/web_storage_api/using_the_web_storage_api/index.html index eb9807f0ef..b43c7361fd 100644 --- a/files/pt-br/web/api/web_storage_api/using_the_web_storage_api/index.html +++ b/files/pt-br/web/api/web_storage_api/using_the_web_storage_api/index.html @@ -1,6 +1,6 @@ --- title: Usando a API Web Storage -slug: Web/API/Web_Storage_API_pt_br/Using_the_Web_Storage_API +slug: Web/API/Web_Storage_API/Using_the_Web_Storage_API tags: - API - Guía @@ -9,6 +9,7 @@ tags: - localStorage - sessionStorage translation_of: Web/API/Web_Storage_API/Using_the_Web_Storage_API +original_slug: Web/API/Web_Storage_API_pt_br/Using_the_Web_Storage_API --- <div>{{DefaultAPISidebar("Web Storage API")}}</div> diff --git a/files/pt-br/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html b/files/pt-br/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html index 7b4f6384f6..3efa67f3f3 100644 --- a/files/pt-br/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html +++ b/files/pt-br/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html @@ -1,10 +1,11 @@ --- title: Adicionando conteúdo 2D a um contexto WebGL -slug: Web/API/WebGL_API/Tutorial/Adicionando_conteudo_2D_a_um_contexto_WebGL +slug: Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context tags: - Tutorial - WebGL translation_of: Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context +original_slug: Web/API/WebGL_API/Tutorial/Adicionando_conteudo_2D_a_um_contexto_WebGL --- <p>{{WebGLSidebar("Tutorial")}} {{PreviousNext("Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL", "Web/API/WebGL_API/Tutorial/Using_shaders_to_apply_color_in_WebGL")}}</p> diff --git a/files/pt-br/web/api/webrtc_api/simple_rtcdatachannel_sample/index.html b/files/pt-br/web/api/webrtc_api/simple_rtcdatachannel_sample/index.html index 72ac37e56a..9e3e309d90 100644 --- a/files/pt-br/web/api/webrtc_api/simple_rtcdatachannel_sample/index.html +++ b/files/pt-br/web/api/webrtc_api/simple_rtcdatachannel_sample/index.html @@ -1,7 +1,8 @@ --- title: Uma simples amostra de RTCDataChannel -slug: Web/API/WebRTC_API/Simples_RTCDataChannel_amostra +slug: Web/API/WebRTC_API/Simple_RTCDataChannel_sample translation_of: Web/API/WebRTC_API/Simple_RTCDataChannel_sample +original_slug: Web/API/WebRTC_API/Simples_RTCDataChannel_amostra --- <p>{{WebRTCSidebar}}</p> diff --git a/files/pt-br/web/api/websockets_api/index.html b/files/pt-br/web/api/websockets_api/index.html index 1a24b9d86a..7457f9dbb9 100644 --- a/files/pt-br/web/api/websockets_api/index.html +++ b/files/pt-br/web/api/websockets_api/index.html @@ -1,11 +1,12 @@ --- title: WebSockets -slug: WebSockets +slug: Web/API/WebSockets_API tags: - Referencia - Sumario - WebSockets translation_of: Web/API/WebSockets_API +original_slug: WebSockets --- <p>WebSockets é uma tecnologia avançada que torna possível abrir uma sessão de comunicação interativa entre o navegador do usuário e um servidor. Com esta API, você pode enviar mensagens para um servidor e receber respostas orientadas a eventos sem ter que consultar o servidor para obter uma resposta.</p> diff --git a/files/pt-br/web/api/websockets_api/writing_websocket_client_applications/index.html b/files/pt-br/web/api/websockets_api/writing_websocket_client_applications/index.html index af608ae641..5dc99a6a39 100644 --- a/files/pt-br/web/api/websockets_api/writing_websocket_client_applications/index.html +++ b/files/pt-br/web/api/websockets_api/writing_websocket_client_applications/index.html @@ -1,12 +1,13 @@ --- title: Escrevendo aplicações cliente WebSocket -slug: WebSockets/Escrevendo_aplicacoes_cliente_WebSocket +slug: Web/API/WebSockets_API/Writing_WebSocket_client_applications tags: - Cliente - Exemplo - Guía - WebSocket API translation_of: Web/API/WebSockets_API/Writing_WebSocket_client_applications +original_slug: WebSockets/Escrevendo_aplicacoes_cliente_WebSocket --- <p><span style="line-height: 1.5;">Aplicações cliente usam o </span><a href="/en-US/docs/Web/API/Websockets_API">WebSocket API</a> para se comunicar com <a href="/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_servers">WebSocket servers</a> sob o protocolo WebSocket.</p> diff --git a/files/pt-br/web/api/websockets_api/writing_websocket_server/index.html b/files/pt-br/web/api/websockets_api/writing_websocket_server/index.html index 553ba11aec..6e06c7596c 100644 --- a/files/pt-br/web/api/websockets_api/writing_websocket_server/index.html +++ b/files/pt-br/web/api/websockets_api/writing_websocket_server/index.html @@ -1,7 +1,8 @@ --- title: 'Escrevendo um servidor WebSocket em C #' -slug: WebSockets/Writing_WebSocket_server +slug: Web/API/WebSockets_API/Writing_WebSocket_server translation_of: Web/API/WebSockets_API/Writing_WebSocket_server +original_slug: WebSockets/Writing_WebSocket_server --- <h2 id="Introdução">Introdução</h2> diff --git a/files/pt-br/web/api/websockets_api/writing_websocket_servers/index.html b/files/pt-br/web/api/websockets_api/writing_websocket_servers/index.html index e493605538..1ad44bce90 100644 --- a/files/pt-br/web/api/websockets_api/writing_websocket_servers/index.html +++ b/files/pt-br/web/api/websockets_api/writing_websocket_servers/index.html @@ -1,6 +1,6 @@ --- title: Escrevendo um servidor WebSocket -slug: WebSockets/Writing_WebSocket_servers +slug: Web/API/WebSockets_API/Writing_WebSocket_servers tags: - Guía - HTML5 @@ -8,6 +8,7 @@ tags: - WebSocket - WebSockets translation_of: Web/API/WebSockets_API/Writing_WebSocket_servers +original_slug: WebSockets/Writing_WebSocket_servers --- <p><span class="seoSummary">Um servidor de WebSocket é uma aplicação TCP que escuta uma porta de um servidor que segue um protocolo específico, simples assim. A tarefa de criar um servidor personalizado costuma assustar as pessoas; no entanto, pode ser fácil implementar um simples servidor WebSocket na sua plataforma de escolha. </span></p> diff --git a/files/pt-br/web/api/window/beforeunload_event/index.html b/files/pt-br/web/api/window/beforeunload_event/index.html index 6d6034318c..d8e22e6ba8 100644 --- a/files/pt-br/web/api/window/beforeunload_event/index.html +++ b/files/pt-br/web/api/window/beforeunload_event/index.html @@ -1,7 +1,8 @@ --- title: beforeunload -slug: Web/Events/beforeunload +slug: Web/API/Window/beforeunload_event translation_of: Web/API/Window/beforeunload_event +original_slug: Web/Events/beforeunload --- <p>O evento <strong><code>beforeunload</code></strong> é disparado quando o <em>window</em>, o <em>document</em> e seus recursos estão prestes a ser descarregados.</p> diff --git a/files/pt-br/web/api/window/domcontentloaded_event/index.html b/files/pt-br/web/api/window/domcontentloaded_event/index.html index eb54671921..d5d629de2a 100644 --- a/files/pt-br/web/api/window/domcontentloaded_event/index.html +++ b/files/pt-br/web/api/window/domcontentloaded_event/index.html @@ -1,7 +1,8 @@ --- title: DOMContentLoaded -slug: Web/Events/DOMContentLoaded +slug: Web/API/Window/DOMContentLoaded_event translation_of: Web/API/Window/DOMContentLoaded_event +original_slug: Web/Events/DOMContentLoaded --- <p>O evento <code>DOMContentLoaded</code> é acionado quando todo o HTML foi completamente carregado e analisado, sem aguardar pelo CSS, imagens, e subframes para encerrar o carregamento. Um evento muito diferente - <a href="/en-US/docs/Mozilla_event_reference/load"><code>load</code></a> - deve ser usado apenas para detectar uma página completamente carregada. É um engano comum as pessoas usarem <a href="/en-US/docs/Mozilla_event_reference/load" style="line-height: 19.0909080505371px;"><code>load</code></a><span style="line-height: 19.0909080505371px;"> quando </span><code style="font-style: normal; line-height: 19.0909080505371px;">DOMContentLoaded</code><span style="line-height: 19.0909080505371px;"> seria muito mais apropriado.</span></p> diff --git a/files/pt-br/web/api/window/load_event/index.html b/files/pt-br/web/api/window/load_event/index.html index db04b1ecbe..c83b7f981f 100644 --- a/files/pt-br/web/api/window/load_event/index.html +++ b/files/pt-br/web/api/window/load_event/index.html @@ -1,7 +1,8 @@ --- title: load -slug: Web/Events/load +slug: Web/API/Window/load_event translation_of: Web/API/Window/load_event +original_slug: Web/Events/load --- <pre dir="ltr" id="tw-target-text">O evento de <code>load</code> é acionado quando um recurso e seus recursos dependentes terminaram de carregar.</pre> diff --git a/files/pt-br/web/api/window/localstorage/index.html b/files/pt-br/web/api/window/localstorage/index.html index 8c7c379435..611f5f396f 100644 --- a/files/pt-br/web/api/window/localstorage/index.html +++ b/files/pt-br/web/api/window/localstorage/index.html @@ -1,6 +1,6 @@ --- title: Window.localStorage -slug: Web/API/Window/Window.localStorage +slug: Web/API/Window/localStorage tags: - API - Armazenamento @@ -9,6 +9,7 @@ tags: - WindowLocalStorage - localStorage translation_of: Web/API/Window/localStorage +original_slug: Web/API/Window/Window.localStorage --- <p>{{APIRef()}}</p> diff --git a/files/pt-br/web/api/windoworworkerglobalscope/atob/index.html b/files/pt-br/web/api/windoworworkerglobalscope/atob/index.html index cb9058abe5..4e58ab2c16 100644 --- a/files/pt-br/web/api/windoworworkerglobalscope/atob/index.html +++ b/files/pt-br/web/api/windoworworkerglobalscope/atob/index.html @@ -1,12 +1,13 @@ --- title: WindowBase64.atob() -slug: Web/API/WindowBase64/atob +slug: Web/API/WindowOrWorkerGlobalScope/atob tags: - API - Referencia - WindowBase64 - metodo translation_of: Web/API/WindowOrWorkerGlobalScope/atob +original_slug: Web/API/WindowBase64/atob --- <div>{{APIRef("HTML DOM")}}</div> diff --git a/files/pt-br/web/api/windoworworkerglobalscope/cleartimeout/index.html b/files/pt-br/web/api/windoworworkerglobalscope/cleartimeout/index.html index f03f43979f..cbcbb80329 100644 --- a/files/pt-br/web/api/windoworworkerglobalscope/cleartimeout/index.html +++ b/files/pt-br/web/api/windoworworkerglobalscope/cleartimeout/index.html @@ -1,11 +1,12 @@ --- title: WindowTimers.clearTimeout() -slug: Web/API/WindowTimers/clearTimeout +slug: Web/API/WindowOrWorkerGlobalScope/clearTimeout tags: - API - Method - Window translation_of: Web/API/WindowOrWorkerGlobalScope/clearTimeout +original_slug: Web/API/WindowTimers/clearTimeout --- <div> <div> diff --git a/files/pt-br/web/api/xmlhttprequest/synchronous_and_asynchronous_requests/index.html b/files/pt-br/web/api/xmlhttprequest/synchronous_and_asynchronous_requests/index.html index 81b8fb8d3e..33115f191e 100644 --- a/files/pt-br/web/api/xmlhttprequest/synchronous_and_asynchronous_requests/index.html +++ b/files/pt-br/web/api/xmlhttprequest/synchronous_and_asynchronous_requests/index.html @@ -1,7 +1,8 @@ --- title: Requisições síncronas e assíncronas -slug: Web/API/XMLHttpRequest/Requisicoes_sincronas_e_assincronas +slug: Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests translation_of: Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests +original_slug: Web/API/XMLHttpRequest/Requisicoes_sincronas_e_assincronas --- <p><code>XMLHttpRequest</code> suporta comunicações síncronas e assíncronas. No geral, entretando, requisições assíncronas devem prevalecer sobre requisições síncronas por questões de performance.</p> diff --git a/files/pt-br/web/api/xmlhttprequest/using_xmlhttprequest/index.html b/files/pt-br/web/api/xmlhttprequest/using_xmlhttprequest/index.html index b541e64bc1..3f5ff0c474 100644 --- a/files/pt-br/web/api/xmlhttprequest/using_xmlhttprequest/index.html +++ b/files/pt-br/web/api/xmlhttprequest/using_xmlhttprequest/index.html @@ -1,7 +1,8 @@ --- title: Usando XMLHttpRequest -slug: Web/API/XMLHttpRequest/Usando_XMLHttpRequest +slug: Web/API/XMLHttpRequest/Using_XMLHttpRequest translation_of: Web/API/XMLHttpRequest/Using_XMLHttpRequest +original_slug: Web/API/XMLHttpRequest/Usando_XMLHttpRequest --- <p><a href="/en-US/docs/DOM/XMLHttpRequest" title="XMLHttpRequest"><code>XMLHttpRequest</code></a> torna o envio de requisições HTTP muito fácil. Basta criar uma instância do objeto, abrir uma url e enviar uma requisição. O <a href="/en-US/docs/HTTP/HTTP_response_codes" title="HTTP response codes">status</a> <a href="/en-US/docs/HTTP/HTTP_response_codes" title="HTTP response codes">HTTP </a>do resultado assim como o seu conteúdo estarão disponíveis quando a transação for completada. Esta página descreve alguns casos comuns de uso desse poderoso objeto JavaScript.</p> diff --git a/files/pt-br/web/css/actual_value/index.html b/files/pt-br/web/css/actual_value/index.html index b7f9307a58..75a7d517f2 100644 --- a/files/pt-br/web/css/actual_value/index.html +++ b/files/pt-br/web/css/actual_value/index.html @@ -1,7 +1,8 @@ --- title: Valor atual -slug: Web/CSS/Valor_atual +slug: Web/CSS/actual_value translation_of: Web/CSS/actual_value +original_slug: Web/CSS/Valor_atual --- <div>{{CSSRef}}</div> diff --git a/files/pt-br/web/css/attribute_selectors/index.html b/files/pt-br/web/css/attribute_selectors/index.html index 88881a61ea..024466be56 100644 --- a/files/pt-br/web/css/attribute_selectors/index.html +++ b/files/pt-br/web/css/attribute_selectors/index.html @@ -1,7 +1,8 @@ --- title: Seletor de atributos -slug: Web/CSS/Seletor_de_atributos +slug: Web/CSS/Attribute_selectors translation_of: Web/CSS/Attribute_selectors +original_slug: Web/CSS/Seletor_de_atributos --- <div>{{CSSRef}}</div> diff --git a/files/pt-br/web/css/box-ordinal-group/index.html b/files/pt-br/web/css/box-ordinal-group/index.html index 3c3963b7e6..38cc1d0538 100644 --- a/files/pt-br/web/css/box-ordinal-group/index.html +++ b/files/pt-br/web/css/box-ordinal-group/index.html @@ -1,8 +1,9 @@ --- title: '-moz-box-ordinal-group' -slug: Web/CSS/-moz-box-ordinal-group +slug: Web/CSS/box-ordinal-group translation_of: Web/CSS/box-ordinal-group translation_of_original: Web/CSS/-moz-box-ordinal-group +original_slug: Web/CSS/-moz-box-ordinal-group --- <p>{{CSSRef}}{{Warning("Essa propriedade é parte do projeto do módulo original do CSS Flexible Box Layout, e foi substituído em projetos recentes.")}}</p> diff --git a/files/pt-br/web/css/comments/index.html b/files/pt-br/web/css/comments/index.html index dabb46a04f..995dd3441d 100644 --- a/files/pt-br/web/css/comments/index.html +++ b/files/pt-br/web/css/comments/index.html @@ -1,11 +1,12 @@ --- title: Comentário -slug: Web/CSS/Comentário +slug: Web/CSS/Comments tags: - CSS - CSS Reference - Iniciante translation_of: Web/CSS/Comments +original_slug: Web/CSS/Comentário --- <div>ios{{CSSRef}}</div> diff --git a/files/pt-br/web/css/computed_value/index.html b/files/pt-br/web/css/computed_value/index.html index a4932b8d40..754daf3626 100644 --- a/files/pt-br/web/css/computed_value/index.html +++ b/files/pt-br/web/css/computed_value/index.html @@ -1,12 +1,13 @@ --- title: Valor Computado -slug: Web/CSS/valor_computado +slug: Web/CSS/computed_value tags: - CSS - Guía - Iniciante - Web translation_of: Web/CSS/computed_value +original_slug: Web/CSS/valor_computado --- <div>{{cssref}}</div> diff --git a/files/pt-br/web/css/css_animations/using_css_animations/index.html b/files/pt-br/web/css/css_animations/using_css_animations/index.html index 4bdd91ad9f..2b3187c0e3 100644 --- a/files/pt-br/web/css/css_animations/using_css_animations/index.html +++ b/files/pt-br/web/css/css_animations/using_css_animations/index.html @@ -1,6 +1,6 @@ --- title: Usando animações CSS -slug: Web/CSS/CSS_Animations/Usando_animações_CSS +slug: Web/CSS/CSS_Animations/Using_CSS_animations tags: - Advanced - CSS @@ -9,6 +9,7 @@ tags: - Experimental - Guide translation_of: Web/CSS/CSS_Animations/Using_CSS_animations +original_slug: Web/CSS/CSS_Animations/Usando_animações_CSS --- <p>{{SeeCompatTable}}{{CSSRef}}</p> diff --git a/files/pt-br/web/css/css_background_and_borders/border-image_generator/index.html b/files/pt-br/web/css/css_background_and_borders/border-image_generator/index.html index d350bce6b5..7f4cbb9f2c 100644 --- a/files/pt-br/web/css/css_background_and_borders/border-image_generator/index.html +++ b/files/pt-br/web/css/css_background_and_borders/border-image_generator/index.html @@ -1,9 +1,10 @@ --- title: Gerador de Border-image -slug: Web/CSS/Tools/Border-image_generator +slug: Web/CSS/CSS_Background_and_Borders/Border-image_generator tags: - Alternativas CSS translation_of: Web/CSS/CSS_Background_and_Borders/Border-image_generator +original_slug: Web/CSS/Tools/Border-image_generator --- <p><span class="short_text" id="result_box" lang="pt"><span class="hps">Esta ferramenta</span> <span class="hps">pode</span> <span class="hps">ser</span> <span class="hps">utilizada</span> <span class="hps">para gerar o valor </span></span>{{cssxref("border-image")}} em CSS3.</p> diff --git a/files/pt-br/web/css/css_background_and_borders/border-radius_generator/index.html b/files/pt-br/web/css/css_background_and_borders/border-radius_generator/index.html index a7db08eb69..efdba46316 100644 --- a/files/pt-br/web/css/css_background_and_borders/border-radius_generator/index.html +++ b/files/pt-br/web/css/css_background_and_borders/border-radius_generator/index.html @@ -1,10 +1,11 @@ --- title: Gerador de Border-radius -slug: Web/CSS/Tools/Border-radius_generator +slug: Web/CSS/CSS_Background_and_Borders/Border-radius_generator tags: - CSS - Ferramentas translation_of: Web/CSS/CSS_Background_and_Borders/Border-radius_generator +original_slug: Web/CSS/Tools/Border-radius_generator --- <p><span class="short_text" id="result_box" lang="pt"><span class="hps">Esta ferramenta</span> <span class="hps">pode</span> <span class="hps">ser</span> <span class="hps">utilizada</span> <span class="hps">para gerar o efeito </span></span>{{cssxref("border-radius")}} em CSS3.</p> <div style="display: none;"> diff --git a/files/pt-br/web/css/css_backgrounds_and_borders/index.html b/files/pt-br/web/css/css_backgrounds_and_borders/index.html index 59c2117194..3c843d9d45 100644 --- a/files/pt-br/web/css/css_backgrounds_and_borders/index.html +++ b/files/pt-br/web/css/css_backgrounds_and_borders/index.html @@ -1,6 +1,6 @@ --- title: CSS Background and Borders -slug: Web/CSS/CSS_Background_and_Borders +slug: Web/CSS/CSS_Backgrounds_and_Borders tags: - CSS - CSS Backgrounds and Borders @@ -10,6 +10,7 @@ tags: - TopicStub translation_of: Web/CSS/CSS_Backgrounds_and_Borders translation_of_original: Web/CSS/CSS_Background_and_Borders +original_slug: Web/CSS/CSS_Background_and_Borders --- <p>{{CSSRef}}</p> diff --git a/files/pt-br/web/css/css_backgrounds_and_borders/resizing_background_images/index.html b/files/pt-br/web/css/css_backgrounds_and_borders/resizing_background_images/index.html index d7c3ccfa3f..7928336c6e 100644 --- a/files/pt-br/web/css/css_backgrounds_and_borders/resizing_background_images/index.html +++ b/files/pt-br/web/css/css_backgrounds_and_borders/resizing_background_images/index.html @@ -1,8 +1,9 @@ --- title: Alterando a escala das imagens de background -slug: Web/Guide/CSS/Scaling_background_images +slug: Web/CSS/CSS_Backgrounds_and_Borders/Resizing_background_images translation_of: Web/CSS/CSS_Backgrounds_and_Borders/Resizing_background_images translation_of_original: Web/CSS/CSS_Background_and_Borders/Scaling_background_images +original_slug: Web/Guide/CSS/Scaling_background_images --- <p><span class="seoSummary">A propriedade CSS {{ cssxref("background-size") }} possibilita o ajuste das imagens do background, ao invés do comportamento padrão do navegador de mostrar a imagem no seu tamanho real.</span> Você pode tanto aumentar como diminuir a imagem.</p> diff --git a/files/pt-br/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html b/files/pt-br/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html index d0e4fa11f7..d103c2d441 100644 --- a/files/pt-br/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html +++ b/files/pt-br/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html @@ -1,6 +1,6 @@ --- title: Multiple backgrounds -slug: Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds +slug: Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds tags: - CSS - CSS Background @@ -9,6 +9,7 @@ tags: - Intermediate translation_of: Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds translation_of_original: Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds +original_slug: Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds --- <p>{{CSSRef}}</p> diff --git a/files/pt-br/web/css/css_box_model/introduction_to_the_css_box_model/index.html b/files/pt-br/web/css/css_box_model/introduction_to_the_css_box_model/index.html index 8c0db35cf6..f246d86537 100644 --- a/files/pt-br/web/css/css_box_model/introduction_to_the_css_box_model/index.html +++ b/files/pt-br/web/css/css_box_model/introduction_to_the_css_box_model/index.html @@ -1,7 +1,8 @@ --- title: Box model -slug: Web/CSS/box_model +slug: Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model translation_of: Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model +original_slug: Web/CSS/box_model --- <h2 id="Resumo">Resumo</h2> diff --git a/files/pt-br/web/css/css_box_model/mastering_margin_collapsing/index.html b/files/pt-br/web/css/css_box_model/mastering_margin_collapsing/index.html index cb658d4131..aa78bdaa3f 100644 --- a/files/pt-br/web/css/css_box_model/mastering_margin_collapsing/index.html +++ b/files/pt-br/web/css/css_box_model/mastering_margin_collapsing/index.html @@ -1,6 +1,6 @@ --- title: Dominando margin collapsing -slug: Web/CSS/CSS_Box_Model/margin_collapsing +slug: Web/CSS/CSS_Box_Model/Mastering_margin_collapsing tags: - CSS - CSS Box Model @@ -8,6 +8,7 @@ tags: - Intermediario(2) - Referencia translation_of: Web/CSS/CSS_Box_Model/Mastering_margin_collapsing +original_slug: Web/CSS/CSS_Box_Model/margin_collapsing --- <div dir="ltr">{{CSSRef}}</div> diff --git a/files/pt-br/web/css/css_colors/color_picker_tool/index.html b/files/pt-br/web/css/css_colors/color_picker_tool/index.html index a98aaf9342..5769079812 100644 --- a/files/pt-br/web/css/css_colors/color_picker_tool/index.html +++ b/files/pt-br/web/css/css_colors/color_picker_tool/index.html @@ -1,6 +1,6 @@ --- title: Seletor de cores -slug: Web/CSS/CSS_Colors/seletor_de_cores +slug: Web/CSS/CSS_Colors/Color_picker_tool tags: - CSS - Cores CSS @@ -14,6 +14,7 @@ tags: - cor - cores translation_of: Web/CSS/CSS_Colors/Color_picker_tool +original_slug: Web/CSS/CSS_Colors/seletor_de_cores --- <div style="display: none;"> <h2 id="ColorPicker_Tool" name="ColorPicker_Tool">ColorPicker tool</h2> diff --git a/files/pt-br/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html b/files/pt-br/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html index 05318caa79..03915905c1 100644 --- a/files/pt-br/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html +++ b/files/pt-br/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html @@ -1,6 +1,6 @@ --- title: Conceitos básicos de flexbox -slug: Web/CSS/CSS_Flexible_Box_Layout/Conceitos_Basicos_do_Flexbox +slug: Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox tags: - CSS - Flex @@ -10,6 +10,7 @@ tags: - eixos - flexbox translation_of: Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox +original_slug: Web/CSS/CSS_Flexible_Box_Layout/Conceitos_Basicos_do_Flexbox --- <div>{{CSSRef}}</div> diff --git a/files/pt-br/web/css/css_images/implementing_image_sprites_in_css/index.html b/files/pt-br/web/css/css_images/implementing_image_sprites_in_css/index.html index e14ba15c2d..ea9ebba28b 100644 --- a/files/pt-br/web/css/css_images/implementing_image_sprites_in_css/index.html +++ b/files/pt-br/web/css/css_images/implementing_image_sprites_in_css/index.html @@ -1,7 +1,8 @@ --- title: Implementando sprites de imagens em CSS -slug: Web/CSS/CSS_Images/Implementando_sprites_de_imagens_em_CSS +slug: Web/CSS/CSS_Images/Implementing_image_sprites_in_CSS translation_of: Web/CSS/CSS_Images/Implementing_image_sprites_in_CSS +original_slug: Web/CSS/CSS_Images/Implementando_sprites_de_imagens_em_CSS --- <div>{{cssRef}}</div> diff --git a/files/pt-br/web/css/css_positioning/understanding_z_index/index.html b/files/pt-br/web/css/css_positioning/understanding_z_index/index.html index 488ca0f600..4f1731946f 100644 --- a/files/pt-br/web/css/css_positioning/understanding_z_index/index.html +++ b/files/pt-br/web/css/css_positioning/understanding_z_index/index.html @@ -1,6 +1,6 @@ --- title: Understanding CSS z-index -slug: Web/Guide/CSS/Understanding_z_index +slug: Web/CSS/CSS_Positioning/Understanding_z_index tags: - CSS - Entendendo_CSS_z-index @@ -8,6 +8,7 @@ tags: - Web - z-index translation_of: Web/CSS/CSS_Positioning/Understanding_z_index +original_slug: Web/Guide/CSS/Understanding_z_index --- <p>Normalmente páginas HTML podem ser consideradas bi-dimensionais, pois texto, imagens e outros elementos podem ser dispostos na página sem sobreposição. Há apenas um fluxo de renderização e todos os elementos sabem do espaço ocupado por outros. O atributo {{cssxref("z-index")}} lhe permite ajustar a ordem de sobreposição dos objetos ao renderizar o conteúdo.</p> diff --git a/files/pt-br/web/css/css_selectors/index.html b/files/pt-br/web/css/css_selectors/index.html index 644d9d87e9..ca644d3c91 100644 --- a/files/pt-br/web/css/css_selectors/index.html +++ b/files/pt-br/web/css/css_selectors/index.html @@ -1,12 +1,13 @@ --- title: Seletores CSS -slug: Web/CSS/Seletores_CSS +slug: Web/CSS/CSS_Selectors tags: - CSS - Referência(2) - Seletores - Seletores CSS translation_of: Web/CSS/CSS_Selectors +original_slug: Web/CSS/Seletores_CSS --- <div>{{CSSRef}}</div> diff --git a/files/pt-br/web/css/css_types/index.html b/files/pt-br/web/css/css_types/index.html index 79256061ae..453be0fe49 100644 --- a/files/pt-br/web/css/css_types/index.html +++ b/files/pt-br/web/css/css_types/index.html @@ -1,12 +1,13 @@ --- title: Tipos básicos de dados CSS -slug: Web/CSS/CSS_Tipos +slug: Web/CSS/CSS_Types tags: - CSS - CSS tipos de dados - Referencia - Visão Geral translation_of: Web/CSS/CSS_Types +original_slug: Web/CSS/CSS_Tipos --- <div>{{CssRef}}</div> diff --git a/files/pt-br/web/css/hyphens/index.html b/files/pt-br/web/css/hyphens/index.html index c8e718562f..c6189fc13c 100644 --- a/files/pt-br/web/css/hyphens/index.html +++ b/files/pt-br/web/css/hyphens/index.html @@ -1,7 +1,8 @@ --- title: hifens -slug: Web/CSS/hifens +slug: Web/CSS/hyphens translation_of: Web/CSS/hyphens +original_slug: Web/CSS/hifens --- <div>{{CSSRef}}</div> diff --git a/files/pt-br/web/css/image/index.html b/files/pt-br/web/css/image/index.html index fe9631cb30..ed45fcadaf 100644 --- a/files/pt-br/web/css/image/index.html +++ b/files/pt-br/web/css/image/index.html @@ -1,6 +1,6 @@ --- title: <image> -slug: Web/CSS/imagem +slug: Web/CSS/image tags: - CSS - CSS imagens @@ -10,6 +10,7 @@ tags: - Web - graficos translation_of: Web/CSS/image +original_slug: Web/CSS/imagem --- <div>{{CSSRef}}</div> diff --git a/files/pt-br/web/css/initial_value/index.html b/files/pt-br/web/css/initial_value/index.html index fea27bfe3c..2a042a41db 100644 --- a/files/pt-br/web/css/initial_value/index.html +++ b/files/pt-br/web/css/initial_value/index.html @@ -1,12 +1,13 @@ --- title: Valor inicial -slug: Web/CSS/valor_inicial +slug: Web/CSS/initial_value tags: - CSS - Iniciante - Web - valor inicial translation_of: Web/CSS/initial_value +original_slug: Web/CSS/valor_inicial --- <div>{{cssref}}</div> diff --git a/files/pt-br/web/css/layout_mode/index.html b/files/pt-br/web/css/layout_mode/index.html index 883cdbd4a4..c4c5f9afa8 100644 --- a/files/pt-br/web/css/layout_mode/index.html +++ b/files/pt-br/web/css/layout_mode/index.html @@ -1,7 +1,8 @@ --- title: Modelo de layout -slug: Web/CSS/Modelo_layout +slug: Web/CSS/Layout_mode translation_of: Web/CSS/Layout_mode +original_slug: Web/CSS/Modelo_layout --- <p>O modelo de layout <a href="/en-US/docs/Web/CSS">CSS</a>, às vezes abreviado por <em>layout</em>, é um algoritimo que determina a posição e tamanho dos boxes baseado em como estes interagem com os boxes filhos e boxe ancestral. Há vários layouts:</p> diff --git a/files/pt-br/web/css/mask/index.html b/files/pt-br/web/css/mask/index.html index 4b7f7f52d5..6b14e67849 100644 --- a/files/pt-br/web/css/mask/index.html +++ b/files/pt-br/web/css/mask/index.html @@ -1,6 +1,6 @@ --- title: mask -slug: mask +slug: Web/CSS/mask tags: - CSS - Compatibilidade Mobile @@ -11,6 +11,7 @@ tags: - Web - máscaras translation_of: Web/CSS/mask +original_slug: mask --- <div>{{CSSRef}}</div> diff --git a/files/pt-br/web/css/media_queries/using_media_queries/index.html b/files/pt-br/web/css/media_queries/using_media_queries/index.html index 4b9728eebd..aa5eb03a87 100644 --- a/files/pt-br/web/css/media_queries/using_media_queries/index.html +++ b/files/pt-br/web/css/media_queries/using_media_queries/index.html @@ -1,11 +1,12 @@ --- title: Usando Media Queries -slug: Web/Guide/CSS/CSS_Media_queries +slug: Web/CSS/Media_Queries/Using_media_queries tags: - CSS - Desenho Responsivo - Design Responsivo translation_of: Web/CSS/Media_Queries/Using_media_queries +original_slug: Web/Guide/CSS/CSS_Media_queries --- <p>Uma <strong>media query</strong> consiste de um <em>media type </em>e pelo menos uma expressão que limita o escopo das folhas de estilo usando <em>media features</em>, tal como largura, altura e cor. <em>Media queries</em>, adicionadas no<span class="seoSummary"> <a href="/en-US/docs/CSS/CSS3" title="/en-US/docs/CSS/CSS3">CSS3</a>, </span>deixam a apresentação do conteúdo adaptado a uma gama especifica de dispositivos não precisando mudar o conteúdo em si.</p> diff --git a/files/pt-br/web/css/overflow-wrap/index.html b/files/pt-br/web/css/overflow-wrap/index.html index c23f4b966d..0ace224d5a 100644 --- a/files/pt-br/web/css/overflow-wrap/index.html +++ b/files/pt-br/web/css/overflow-wrap/index.html @@ -1,7 +1,8 @@ --- title: word-wrap -slug: Web/CSS/word-wrap +slug: Web/CSS/overflow-wrap translation_of: Web/CSS/overflow-wrap +original_slug: Web/CSS/word-wrap --- <div>{{CSSRef}} {{SeeCompatTable}}</div> diff --git a/files/pt-br/web/css/privacy_and_the__colon_visited_selector/index.html b/files/pt-br/web/css/privacy_and_the__colon_visited_selector/index.html index 273c7765e3..13c4876dc2 100644 --- a/files/pt-br/web/css/privacy_and_the__colon_visited_selector/index.html +++ b/files/pt-br/web/css/privacy_and_the__colon_visited_selector/index.html @@ -1,6 +1,6 @@ --- -title: 'Privacidade e o seletor :visited' -slug: 'Web/CSS/Privacidade_e_o_seletor_:visited' +title: Privacidade e o seletor :visited +slug: Web/CSS/Privacy_and_the_:visited_selector tags: - CSS - Guía @@ -8,7 +8,8 @@ tags: - Referencia - Segurança - Seletores -translation_of: 'Web/CSS/Privacy_and_the_:visited_selector' +translation_of: Web/CSS/Privacy_and_the_:visited_selector +original_slug: Web/CSS/Privacidade_e_o_seletor_:visited --- <div>{{cssref}}</div> diff --git a/files/pt-br/web/css/pseudo-elements/index.html b/files/pt-br/web/css/pseudo-elements/index.html index a457c9ac9a..4892001aa6 100644 --- a/files/pt-br/web/css/pseudo-elements/index.html +++ b/files/pt-br/web/css/pseudo-elements/index.html @@ -1,6 +1,6 @@ --- title: Pseudo-elementos -slug: Web/CSS/Pseudo-elementos +slug: Web/CSS/Pseudo-elements tags: - CSS - Principiantes @@ -8,6 +8,7 @@ tags: - Referencia - Seletores translation_of: Web/CSS/Pseudo-elements +original_slug: Web/CSS/Pseudo-elementos --- <div>{{ CSSRef() }}</div> diff --git a/files/pt-br/web/css/reference/index.html b/files/pt-br/web/css/reference/index.html index 1afbf4890e..af77086221 100644 --- a/files/pt-br/web/css/reference/index.html +++ b/files/pt-br/web/css/reference/index.html @@ -1,7 +1,8 @@ --- title: Referência de CSS -slug: Web/CSS/CSS_Reference +slug: Web/CSS/Reference translation_of: Web/CSS/Reference +original_slug: Web/CSS/CSS_Reference --- {{CSSRef}} diff --git a/files/pt-br/web/css/replaced_element/index.html b/files/pt-br/web/css/replaced_element/index.html index 22ba1b8ad0..48859c2ed8 100644 --- a/files/pt-br/web/css/replaced_element/index.html +++ b/files/pt-br/web/css/replaced_element/index.html @@ -1,7 +1,8 @@ --- title: Elemento substituído -slug: Web/CSS/Elemento_substituido +slug: Web/CSS/Replaced_element translation_of: Web/CSS/Replaced_element +original_slug: Web/CSS/Elemento_substituido --- <div>{{CSSRef()}}</div> diff --git a/files/pt-br/web/css/resolved_value/index.html b/files/pt-br/web/css/resolved_value/index.html index a045149bc7..8adf0cb651 100644 --- a/files/pt-br/web/css/resolved_value/index.html +++ b/files/pt-br/web/css/resolved_value/index.html @@ -1,12 +1,13 @@ --- title: Valor Resolvido -slug: Web/CSS/Valor_resolvido +slug: Web/CSS/resolved_value tags: - CSS - Guía - Iniciante - Web translation_of: Web/CSS/resolved_value +original_slug: Web/CSS/Valor_resolvido --- <div>{{cssref}}</div> diff --git a/files/pt-br/web/css/specified_value/index.html b/files/pt-br/web/css/specified_value/index.html index 939aa09234..4ee4c2c7de 100644 --- a/files/pt-br/web/css/specified_value/index.html +++ b/files/pt-br/web/css/specified_value/index.html @@ -1,11 +1,12 @@ --- title: Valor Especifícado -slug: Web/CSS/valor_espeficifco +slug: Web/CSS/specified_value tags: - CSS - Iniciante - Web translation_of: Web/CSS/specified_value +original_slug: Web/CSS/valor_espeficifco --- <p>{{CSSRef}}</p> diff --git a/files/pt-br/web/css/syntax/index.html b/files/pt-br/web/css/syntax/index.html index 4d6ff0bf1c..9651279e43 100644 --- a/files/pt-br/web/css/syntax/index.html +++ b/files/pt-br/web/css/syntax/index.html @@ -1,7 +1,8 @@ --- title: Sintaxe -slug: Web/CSS/sintaxe +slug: Web/CSS/Syntax translation_of: Web/CSS/Syntax +original_slug: Web/CSS/sintaxe --- <p>O Objetivo básico da linguagem de folhas de estilo em cascata (<a href="/en/CSS" title="CSS">CSS</a>) é permitir que um motor do navegador pinte elementos na página com características específicas como cores, posições, ou decorações. A sintaxe <em>CSS </em>reflete estes objetivos e seus blocos de contrução básicos são:</p> diff --git a/files/pt-br/web/css/universal_selectors/index.html b/files/pt-br/web/css/universal_selectors/index.html index 15e64a08ca..10a1fe372d 100644 --- a/files/pt-br/web/css/universal_selectors/index.html +++ b/files/pt-br/web/css/universal_selectors/index.html @@ -1,11 +1,12 @@ --- title: Seletor universal -slug: Web/CSS/Seletor_universal +slug: Web/CSS/Universal_selectors tags: - CSS - Referências - Seletores translation_of: Web/CSS/Universal_selectors +original_slug: Web/CSS/Seletor_universal --- <div>{{CSSRef}}</div> diff --git a/files/pt-br/web/css/used_value/index.html b/files/pt-br/web/css/used_value/index.html index 18c48dedb5..13f2ebd194 100644 --- a/files/pt-br/web/css/used_value/index.html +++ b/files/pt-br/web/css/used_value/index.html @@ -1,7 +1,8 @@ --- title: Valor usado -slug: Web/CSS/Valor_usado +slug: Web/CSS/used_value translation_of: Web/CSS/used_value +original_slug: Web/CSS/Valor_usado --- <div>{{cssref}}</div> diff --git a/files/pt-br/web/css/value_definition_syntax/index.html b/files/pt-br/web/css/value_definition_syntax/index.html index d14bcaecdf..e8cba9a59b 100644 --- a/files/pt-br/web/css/value_definition_syntax/index.html +++ b/files/pt-br/web/css/value_definition_syntax/index.html @@ -1,12 +1,13 @@ --- title: Sintexe do valor -slug: Web/CSS/Sintexe_valor +slug: Web/CSS/Value_definition_syntax tags: - CSS - Guía - Iniciante - Web translation_of: Web/CSS/Value_definition_syntax +original_slug: Web/CSS/Sintexe_valor --- <div>{{CSSRef}}</div> diff --git a/files/pt-br/web/css/visual_formatting_model/index.html b/files/pt-br/web/css/visual_formatting_model/index.html index a37a0cc7b0..0c33243826 100644 --- a/files/pt-br/web/css/visual_formatting_model/index.html +++ b/files/pt-br/web/css/visual_formatting_model/index.html @@ -1,11 +1,12 @@ --- title: Modelo de formatação visual -slug: Web/CSS/Modelo_Visual +slug: Web/CSS/Visual_formatting_model tags: - CSS - CSS conceitos basicos - Intermediário translation_of: Web/CSS/Visual_formatting_model +original_slug: Web/CSS/Modelo_Visual --- <p>{{CSSRef}}</p> diff --git a/files/pt-br/web/guide/events/creating_and_triggering_events/index.html b/files/pt-br/web/guide/events/creating_and_triggering_events/index.html index 632b54df75..82e42d1fe6 100644 --- a/files/pt-br/web/guide/events/creating_and_triggering_events/index.html +++ b/files/pt-br/web/guide/events/creating_and_triggering_events/index.html @@ -1,6 +1,6 @@ --- title: Criando e disparando eventos -slug: Web/Guide/Events/criando_e_disparando_eventos +slug: Web/Guide/Events/Creating_and_triggering_events tags: - Avançado - DOM @@ -8,6 +8,7 @@ tags: - JavaScript - eventos translation_of: Web/Guide/Events/Creating_and_triggering_events +original_slug: Web/Guide/Events/criando_e_disparando_eventos --- <p>Este artigo demonstra como criar e disparar eventos DOM. Tais eventos são comumente chamados <strong>eventos sintéticos</strong>, oposto aos eventos disparados pelo próprio navegador.</p> diff --git a/files/pt-br/web/guide/graphics/index.html b/files/pt-br/web/guide/graphics/index.html index 6abc792433..8d0e9f4d7d 100644 --- a/files/pt-br/web/guide/graphics/index.html +++ b/files/pt-br/web/guide/graphics/index.html @@ -1,6 +1,6 @@ --- title: Gráficos na Web -slug: Web/Guide/Gráficos +slug: Web/Guide/Graphics tags: - 2D - 3D @@ -12,6 +12,7 @@ tags: - WebGL - WebRTC translation_of: Web/Guide/Graphics +original_slug: Web/Guide/Gráficos --- <p><span class="seoSummary">Sites modernos da Web e aplicativos frequentemente precisam exibir gráficos.</span> Imagens estáticas podem ser exibidas facilmente usando o elemento {{HTMLElement("img")}} ou configurando o background de elementos HTML usando a propriedade {{cssxref("background-image")}}. Você também pode construir gráficos em tempo real ou manipular imagens depois de criadas. <span class="seoSummary">Esses artigos fornecem conhecimento de como você pode realizar isto.</span></p> diff --git a/files/pt-br/web/guide/html/content_categories/index.html b/files/pt-br/web/guide/html/content_categories/index.html index 7b55358b7b..9383cf432f 100644 --- a/files/pt-br/web/guide/html/content_categories/index.html +++ b/files/pt-br/web/guide/html/content_categories/index.html @@ -1,6 +1,6 @@ --- title: Categorias de conteúdo -slug: Web/Guide/HTML/Categorias_de_conteudo +slug: Web/Guide/HTML/Content_categories tags: - Avançado - Guía @@ -9,6 +9,7 @@ tags: - NeedsUpdate - Web translation_of: Web/Guide/HTML/Content_categories +original_slug: Web/Guide/HTML/Categorias_de_conteudo --- <p><span class="seoSummary">Cada elemento HTML deve permanecer, por regras, definindo que tipo de conteúdo ele pode ter. Essas regras estão agrupadas em modelos de conteúdo para muitos elementos. Cada elemento HTML pertence a nenhum, um, ou múltiplos modelos de conteúdo, cada regra de definição que o conteúdo do elemento deve seguir em um documento HTML.</span></p> diff --git a/files/pt-br/web/guide/html/editable_content/index.html b/files/pt-br/web/guide/html/editable_content/index.html index ed2a588e47..74c41e4762 100644 --- a/files/pt-br/web/guide/html/editable_content/index.html +++ b/files/pt-br/web/guide/html/editable_content/index.html @@ -1,7 +1,8 @@ --- title: Content Editable -slug: Web/Guide/HTML/Content_Editable +slug: Web/Guide/HTML/Editable_content translation_of: Web/Guide/HTML/Editable_content +original_slug: Web/Guide/HTML/Content_Editable --- <p><span class="seoSummary">No HTML5 qualquer elemento pode ser editado. Usando alguns eventos de JavaScript podemos transformar sua web page em um editor de texto completo e rápido. Este artigo fornece algumas informações sobre esta funcionalidade.</span></p> diff --git a/files/pt-br/web/guide/html/html5/index.html b/files/pt-br/web/guide/html/html5/index.html index e39b45444a..203e4363b9 100644 --- a/files/pt-br/web/guide/html/html5/index.html +++ b/files/pt-br/web/guide/html/html5/index.html @@ -1,6 +1,6 @@ --- title: HTML5 -slug: Web/HTML/HTML5 +slug: Web/Guide/HTML/HTML5 tags: - Desenvolvimento Web - Guía @@ -9,6 +9,7 @@ tags: - Visão Geral - Web translation_of: Web/Guide/HTML/HTML5 +original_slug: Web/HTML/HTML5 --- <p>HTML5 é a mais recente evolução do padrão que define o <a href="https://developer.mozilla.org/pt-BR/docs/HTML" title="https://developer.mozilla.org/pt-BR/docs/HTML">HTML</a>. O termo representa dois conceitos diferentes:</p> diff --git a/files/pt-br/web/guide/html/html5/introduction_to_html5/index.html b/files/pt-br/web/guide/html/html5/introduction_to_html5/index.html index 465d67760d..dd4a4858cb 100644 --- a/files/pt-br/web/guide/html/html5/introduction_to_html5/index.html +++ b/files/pt-br/web/guide/html/html5/introduction_to_html5/index.html @@ -1,7 +1,8 @@ --- title: Introdução ao HTML5 -slug: Web/HTML/HTML5/Introduction_to_HTML5 +slug: Web/Guide/HTML/HTML5/Introduction_to_HTML5 translation_of: Web/Guide/HTML/HTML5/Introduction_to_HTML5 +original_slug: Web/HTML/HTML5/Introduction_to_HTML5 --- <p><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/" title="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a> é a mais nova versão do padrão HTML. Ele oferece novas funcionalidades para proporcionar não somente mídias diversas, mas para melhorar o suporte para criar aplicações web que possam interagir com o usuário, seus dados locais, e servidores mais facilmente e efetivamente.</p> diff --git a/files/pt-br/web/guide/html/using_html_sections_and_outlines/index.html b/files/pt-br/web/guide/html/using_html_sections_and_outlines/index.html index 09ec86b3a2..a32255a36e 100644 --- a/files/pt-br/web/guide/html/using_html_sections_and_outlines/index.html +++ b/files/pt-br/web/guide/html/using_html_sections_and_outlines/index.html @@ -1,7 +1,8 @@ --- title: Seções e estrutura de um documento HTML5 -slug: Sections_and_Outlines_of_an_HTML5_document +slug: Web/Guide/HTML/Using_HTML_sections_and_outlines translation_of: Web/Guide/HTML/Using_HTML_sections_and_outlines +original_slug: Sections_and_Outlines_of_an_HTML5_document --- <div class="warning"> <p><strong>Importante</strong>: Atualmente não há implementações conhecidas do algorítmo de estrutura em navegadores gráficos ou <em>user agents</em> de tecnologia assistiva, apesar disso o algorítmo é implementado em outro software como em verificadores de conformidade. Assim, ao algorítmo de estrutura não pode ser confiada a entrega da estrutura do documento para os usuários. Autores são aconselhados a usar níveis de cabeçalho (h1-h6) para transmitir a estrutura do documento.</p> diff --git a/files/pt-br/web/guide/introduction_to_web_development/index.html b/files/pt-br/web/guide/introduction_to_web_development/index.html index 46944374f5..e9e156deef 100644 --- a/files/pt-br/web/guide/introduction_to_web_development/index.html +++ b/files/pt-br/web/guide/introduction_to_web_development/index.html @@ -1,6 +1,6 @@ --- title: Introdução ao Desenvolvimento Web -slug: Web/Guide/Introducao_ao_Desenvolvimento_Web +slug: Web/Guide/Introduction_to_Web_development tags: - CSS - CodingScriping @@ -9,6 +9,7 @@ tags: - JavaScript - Web translation_of: Web/Guide/Introduction_to_Web_development +original_slug: Web/Guide/Introducao_ao_Desenvolvimento_Web --- <p><span class="tlid-translation translation" lang="pt"><span title="">Se você está apenas começando com o desenvolvimento Web ou expandindo seus horizontes em novos domínios da espetacular Web, os links aqui devem ajudá-lo a começar.</span><br> <br> diff --git a/files/pt-br/web/guide/mobile/mobile-friendliness/index.html b/files/pt-br/web/guide/mobile/mobile-friendliness/index.html index 4fd3c49a1a..f0fd58179b 100644 --- a/files/pt-br/web/guide/mobile/mobile-friendliness/index.html +++ b/files/pt-br/web/guide/mobile/mobile-friendliness/index.html @@ -1,7 +1,8 @@ --- title: Site Móvel Amigável -slug: Web_Development/Mobile/Mobile-friendliness +slug: Web/Guide/Mobile/Mobile-friendliness translation_of: Web/Guide/Mobile/Mobile-friendliness +original_slug: Web_Development/Mobile/Mobile-friendliness --- <h2 id="O_que_é_site_móvel_amigável">O que é site móvel amigável?</h2> <p>Mobile friendliness can mean a multitude of things, depending on who you’re talking to. It can be helpful to think of it in terms of three goals for improving your site’s user experience: Presentation, Content, and Performance.</p> diff --git a/files/pt-br/web/guide/mobile/separate_sites/index.html b/files/pt-br/web/guide/mobile/separate_sites/index.html index 2ca783fbc9..b613cf74d8 100644 --- a/files/pt-br/web/guide/mobile/separate_sites/index.html +++ b/files/pt-br/web/guide/mobile/separate_sites/index.html @@ -1,7 +1,8 @@ --- title: Sites separados para celular e desktop -slug: Web_Development/Mobile/Sites_separados +slug: Web/Guide/Mobile/Separate_sites translation_of: Web/Guide/Mobile/Separate_sites +original_slug: Web_Development/Mobile/Sites_separados --- <p>The "separate sites" approach to mobile Web development involves creating different sites for mobile and desktop Web users. This approach has positive and negative aspects.</p> <h2 id="The_good">The good</h2> diff --git a/files/pt-br/web/html/attributes/index.html b/files/pt-br/web/html/attributes/index.html index cac8b527ec..e07f57f2d8 100644 --- a/files/pt-br/web/html/attributes/index.html +++ b/files/pt-br/web/html/attributes/index.html @@ -1,7 +1,8 @@ --- title: Atributos -slug: HTML/Attributes +slug: Web/HTML/Attributes translation_of: Web/HTML/Attributes +original_slug: HTML/Attributes --- <p> </p> <table class="standard-table"> diff --git a/files/pt-br/web/html/block-level_elements/index.html b/files/pt-br/web/html/block-level_elements/index.html index 3feed31681..1ac9c6089b 100644 --- a/files/pt-br/web/html/block-level_elements/index.html +++ b/files/pt-br/web/html/block-level_elements/index.html @@ -1,6 +1,6 @@ --- title: Elementos block-level -slug: Web/HTML/Elementos_block-level +slug: Web/HTML/Block-level_elements tags: - Desenvolvimento - Guía @@ -9,6 +9,7 @@ tags: - Iniciante - Web translation_of: Web/HTML/Block-level_elements +original_slug: Web/HTML/Elementos_block-level --- <p>Elementos HTML <strong>(Linguagem de marcação de hipertexto) </strong>historicamente foram categorizados como “nível de bloco” ou <a href="/en-US/docs/HTML/Inline_elements">elementos “em linha”</a><span class="seoSummary">. Um elemento em nível de bloco ocupa todo o espaço de seu elemento pai (container), criando assim um “bloco”. Este artigo ajuda a explicar o que isso significa.</span></p> diff --git a/files/pt-br/web/html/cors_enabled_image/index.html b/files/pt-br/web/html/cors_enabled_image/index.html index 5e41b735fe..74ab0961d3 100644 --- a/files/pt-br/web/html/cors_enabled_image/index.html +++ b/files/pt-br/web/html/cors_enabled_image/index.html @@ -1,12 +1,13 @@ --- title: CORS_habilitar_imagens -slug: Web/HTML/CORS_imagens_habilitadas +slug: Web/HTML/CORS_enabled_image tags: - CORS - Canvas problems - Crossorigin - Segurança do Canvas translation_of: Web/HTML/CORS_enabled_image +original_slug: Web/HTML/CORS_imagens_habilitadas --- <p><span class="seoSummary">The HTML specification introduces a {{ htmlattrxref("crossorigin", "img") }} attribute for images that, in combination with an appropriate {{Glossary("CORS")}} header, allows images defined by the {{ HTMLElement("img") }} element that are loaded from foreign origins to be used in canvas as if they were being loaded from the current origin.</span></p> diff --git a/files/pt-br/web/html/element/content/index.html b/files/pt-br/web/html/element/content/index.html index 1a1832de04..887d005b25 100644 --- a/files/pt-br/web/html/element/content/index.html +++ b/files/pt-br/web/html/element/content/index.html @@ -1,7 +1,8 @@ --- title: '<content>: The Shadow DOM Content Placeholder element (obsolete)' -slug: Web/HTML/Element/conteúdo +slug: Web/HTML/Element/content translation_of: Web/HTML/Element/content +original_slug: Web/HTML/Element/conteúdo --- <div>{{Deprecated_header}}</div> diff --git a/files/pt-br/web/html/element/figure/index.html b/files/pt-br/web/html/element/figure/index.html index 309a10c791..dd0f0e1463 100644 --- a/files/pt-br/web/html/element/figure/index.html +++ b/files/pt-br/web/html/element/figure/index.html @@ -1,7 +1,8 @@ --- title: <figure> -slug: Web/HTML/Element/figura +slug: Web/HTML/Element/figure translation_of: Web/HTML/Element/figure +original_slug: Web/HTML/Element/figura --- <h2 id="Resumo">Resumo</h2> diff --git a/files/pt-br/web/html/element/input/date/index.html b/files/pt-br/web/html/element/input/date/index.html index 0bb8fb07f8..dab213f636 100644 --- a/files/pt-br/web/html/element/input/date/index.html +++ b/files/pt-br/web/html/element/input/date/index.html @@ -1,6 +1,6 @@ --- title: <input type="date"> -slug: Web/HTML/Element/Input/data +slug: Web/HTML/Element/input/date tags: - Date picker - Elemento @@ -13,6 +13,7 @@ tags: - Tipo de Input - data translation_of: Web/HTML/Element/input/date +original_slug: Web/HTML/Element/Input/data --- <p>Os elementos {{htmlelement("input")}} do tipo <strong><code>date</code></strong> cria campos de entrada que permite o usuário informar uma data, como também usar uma caixa de texto que valida automaticamente o conteúdo, ou usando uma interface de seleção de data especial. O valor resultante inclui ano, mês e dia, mas não o <code>horário</code>. Os tipos de entrada <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time">time</a> e <code><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local">datetime-local</a></code> permitem informar horário e data/hora.</p> diff --git a/files/pt-br/web/html/global_attributes/spellcheck/index.html b/files/pt-br/web/html/global_attributes/spellcheck/index.html index c379684839..5372dd0c57 100644 --- a/files/pt-br/web/html/global_attributes/spellcheck/index.html +++ b/files/pt-br/web/html/global_attributes/spellcheck/index.html @@ -1,12 +1,13 @@ --- title: Controlando a verificação ortográfica em formulários HTML -slug: Web/HTML/Controlando_verificacao_ortografica_em_formularios_HTML +slug: Web/HTML/Global_attributes/spellcheck tags: - Gerenciamento de configuração - HTML - Intermediário translation_of: Web/HTML/Global_attributes/spellcheck translation_of_original: Web/HTML/Controlling_spell_checking_in_HTML_forms +original_slug: Web/HTML/Controlando_verificacao_ortografica_em_formularios_HTML --- <p><span class="seoSummary">{{ gecko_minversion_header("1.8.1") }} Firefox 2 introduz suporte à verificação ortográfica para áreas de texto e campos de texto em formulários web.</span> O usuário pode especificar usando a interface about:config se a verificação ortográfica é ou não habilitada e se checará áreas de texto e campos de texto ou somente áreas de texto.</p> diff --git a/files/pt-br/web/html/inline_elements/index.html b/files/pt-br/web/html/inline_elements/index.html index 7a5866b243..80bc6e2451 100644 --- a/files/pt-br/web/html/inline_elements/index.html +++ b/files/pt-br/web/html/inline_elements/index.html @@ -1,7 +1,8 @@ --- title: Elementos inline -slug: Web/HTML/Inline_elemente +slug: Web/HTML/Inline_elements translation_of: Web/HTML/Inline_elements +original_slug: Web/HTML/Inline_elemente --- <h3 id="Summary" name="Summary">Sumário</h3> <p>"Inline" é uma categorização dos elementos do HTML, em contraste com os <a href="/en-US/docs/HTML/Block-level_elements">"elementos de bloco"</a>. Os elementos inline podem ser exibidos em nível de bloco ou outros elementos inline. Eles ocupam somente a largura de seu conteúdo. A diferença entre elementos inline e bloco incluem:</p> diff --git a/files/pt-br/web/html/microformats/index.html b/files/pt-br/web/html/microformats/index.html index 01e61069a7..b7baf7fff1 100644 --- a/files/pt-br/web/html/microformats/index.html +++ b/files/pt-br/web/html/microformats/index.html @@ -1,7 +1,8 @@ --- title: Microformatos -slug: Web/HTML/microformatos +slug: Web/HTML/microformats translation_of: Web/HTML/microformats +original_slug: Web/HTML/microformatos --- <div>{{HTMLSidebar}}</div> diff --git a/files/pt-br/web/html/reference/index.html b/files/pt-br/web/html/reference/index.html index f0eda6be3f..cc18bbe218 100644 --- a/files/pt-br/web/html/reference/index.html +++ b/files/pt-br/web/html/reference/index.html @@ -1,7 +1,8 @@ --- title: Referência HTML -slug: Web/HTML/ReferenciaHTML +slug: Web/HTML/Reference translation_of: Web/HTML/Reference +original_slug: Web/HTML/ReferenciaHTML --- <div>{{HTMLSidebar}}</div> diff --git a/files/pt-br/web/http/basics_of_http/identifying_resources_on_the_web/index.html b/files/pt-br/web/http/basics_of_http/identifying_resources_on_the_web/index.html index 42830a10b9..bbd38652eb 100644 --- a/files/pt-br/web/http/basics_of_http/identifying_resources_on_the_web/index.html +++ b/files/pt-br/web/http/basics_of_http/identifying_resources_on_the_web/index.html @@ -1,6 +1,6 @@ --- title: Identificando recursos na web -slug: Web/HTTP/Basico_sobre_HTTP/Identifying_resources_on_the_Web +slug: Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web tags: - Esquema - HTTP @@ -12,6 +12,7 @@ tags: - query - resources translation_of: Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web +original_slug: Web/HTTP/Basico_sobre_HTTP/Identifying_resources_on_the_Web --- <div>{{HTTPSidebar}}</div> diff --git a/files/pt-br/web/http/basics_of_http/index.html b/files/pt-br/web/http/basics_of_http/index.html index a89b456f12..a536cb877c 100644 --- a/files/pt-br/web/http/basics_of_http/index.html +++ b/files/pt-br/web/http/basics_of_http/index.html @@ -1,7 +1,8 @@ --- title: Básico sobre HTTP -slug: Web/HTTP/Basico_sobre_HTTP +slug: Web/HTTP/Basics_of_HTTP translation_of: Web/HTTP/Basics_of_HTTP +original_slug: Web/HTTP/Basico_sobre_HTTP --- <div>{{HTTPSidebar}}</div> diff --git a/files/pt-br/web/http/basics_of_http/mime_types/common_types/index.html b/files/pt-br/web/http/basics_of_http/mime_types/common_types/index.html index d8f2b6898d..531155c129 100644 --- a/files/pt-br/web/http/basics_of_http/mime_types/common_types/index.html +++ b/files/pt-br/web/http/basics_of_http/mime_types/common_types/index.html @@ -1,10 +1,11 @@ --- title: Lista Incompleta de tipos MIME -slug: Web/HTTP/Basico_sobre_HTTP/MIME_types/Complete_list_of_MIME_types +slug: Web/HTTP/Basics_of_HTTP/MIME_types/Common_types tags: - Extensões HTTP - Tipos MIME translation_of: Web/HTTP/Basics_of_HTTP/MIME_types/Common_types +original_slug: Web/HTTP/Basico_sobre_HTTP/MIME_types/Complete_list_of_MIME_types --- <div>{{HTTPSidebar}}</div> diff --git a/files/pt-br/web/http/basics_of_http/mime_types/index.html b/files/pt-br/web/http/basics_of_http/mime_types/index.html index 3acce2553a..93c9408578 100644 --- a/files/pt-br/web/http/basics_of_http/mime_types/index.html +++ b/files/pt-br/web/http/basics_of_http/mime_types/index.html @@ -1,7 +1,8 @@ --- title: MIME types -slug: Web/HTTP/Basico_sobre_HTTP/MIME_types +slug: Web/HTTP/Basics_of_HTTP/MIME_types translation_of: Web/HTTP/Basics_of_HTTP/MIME_types +original_slug: Web/HTTP/Basico_sobre_HTTP/MIME_types --- <div>{{HTTPSidebar}}</div> diff --git a/files/pt-br/web/http/caching/index.html b/files/pt-br/web/http/caching/index.html index 9cfd4d4a0d..819b7bb656 100644 --- a/files/pt-br/web/http/caching/index.html +++ b/files/pt-br/web/http/caching/index.html @@ -1,6 +1,6 @@ --- title: Cacheamento HTTP -slug: Web/HTTP/HTTP +slug: Web/HTTP/Caching tags: - Cache - Cacheamento @@ -10,6 +10,7 @@ tags: - Rede - Web translation_of: Web/HTTP/Caching +original_slug: Web/HTTP/HTTP --- <div>{{HTTPSidebar}}</div> diff --git a/files/pt-br/web/http/compression/index.html b/files/pt-br/web/http/compression/index.html index a1f16b762f..d5d36e6906 100644 --- a/files/pt-br/web/http/compression/index.html +++ b/files/pt-br/web/http/compression/index.html @@ -1,11 +1,12 @@ --- title: Compressão em HTTP -slug: Web/HTTP/Compressão +slug: Web/HTTP/Compression tags: - Guía - HTTP - compressão translation_of: Web/HTTP/Compression +original_slug: Web/HTTP/Compressão --- <div>{{HTTPSidebar}}</div> diff --git a/files/pt-br/web/http/connection_management_in_http_1.x/index.html b/files/pt-br/web/http/connection_management_in_http_1.x/index.html index c67e52b062..e8472e7a19 100644 --- a/files/pt-br/web/http/connection_management_in_http_1.x/index.html +++ b/files/pt-br/web/http/connection_management_in_http_1.x/index.html @@ -1,6 +1,6 @@ --- title: Gerenciamento de Conexão em HTTP/1.x -slug: Web/HTTP/Gerenciamento_de_Conexão_em_HTTP_1.x +slug: Web/HTTP/Connection_management_in_HTTP_1.x tags: - Guide - Guía @@ -11,6 +11,7 @@ tags: - performace - sharding translation_of: Web/HTTP/Connection_management_in_HTTP_1.x +original_slug: Web/HTTP/Gerenciamento_de_Conexão_em_HTTP_1.x --- <p class="summary">Gerenciamento de Conexão é um tema central em HTTP: abertura e manutenção de conexões e em grande parte tem impacto sobre o desempenho de Web sites e aplicações Web. Existem vários modelos, em HTTP/1.x: <em>ligações de curta duração, conexões persistentes, canalização e HTTP (HTTP pipelining)</em>.</p> diff --git a/files/pt-br/web/http/cors/index.html b/files/pt-br/web/http/cors/index.html index 51470f94b7..03a3decd0f 100644 --- a/files/pt-br/web/http/cors/index.html +++ b/files/pt-br/web/http/cors/index.html @@ -1,12 +1,13 @@ --- title: Cross-Origin Resource Sharing (CORS) -slug: Web/HTTP/Controle_Acesso_CORS +slug: Web/HTTP/CORS tags: - AJAX - CORS - HTTP - XMLHttpRequest translation_of: Web/HTTP/CORS +original_slug: Web/HTTP/Controle_Acesso_CORS --- <div>{{HTTPSidebar}}</div> diff --git a/files/pt-br/web/http/headers/connection/index.html b/files/pt-br/web/http/headers/connection/index.html index b8df737d95..d7caeef527 100644 --- a/files/pt-br/web/http/headers/connection/index.html +++ b/files/pt-br/web/http/headers/connection/index.html @@ -1,6 +1,6 @@ --- title: Connection -slug: Web/HTTP/Headers/Conexão +slug: Web/HTTP/Headers/Connection tags: - Cabeçalhos - HTTP @@ -8,6 +8,7 @@ tags: - Referencia - Web translation_of: Web/HTTP/Headers/Connection +original_slug: Web/HTTP/Headers/Conexão --- <div>{{HTTPSidebar}}</div> diff --git a/files/pt-br/web/http/headers/location/index.html b/files/pt-br/web/http/headers/location/index.html index 2b8ebcc404..292ec057cf 100644 --- a/files/pt-br/web/http/headers/location/index.html +++ b/files/pt-br/web/http/headers/location/index.html @@ -1,11 +1,12 @@ --- title: Location -slug: Web/HTTP/Headers/Localização +slug: Web/HTTP/Headers/Location tags: - Cabeçalho HTTP - Cabeçalho de Resposta - HTTP translation_of: Web/HTTP/Headers/Location +original_slug: Web/HTTP/Headers/Localização --- <div>{{HTTPSidebar}}</div> diff --git a/files/pt-br/web/http/messages/index.html b/files/pt-br/web/http/messages/index.html index 895c58d2e8..36ec334991 100644 --- a/files/pt-br/web/http/messages/index.html +++ b/files/pt-br/web/http/messages/index.html @@ -1,11 +1,12 @@ --- title: Mensagens HTTP -slug: Web/HTTP/Mensagens +slug: Web/HTTP/Messages tags: - Guía - HTTP - Protocolos translation_of: Web/HTTP/Messages +original_slug: Web/HTTP/Mensagens --- <div>{{HTTPSidebar}}</div> diff --git a/files/pt-br/web/http/redirections/index.html b/files/pt-br/web/http/redirections/index.html index c429ac82cb..c1547b54d4 100644 --- a/files/pt-br/web/http/redirections/index.html +++ b/files/pt-br/web/http/redirections/index.html @@ -1,11 +1,12 @@ --- title: Redirecionamentos em HTTP -slug: Web/HTTP/Redirecionamento +slug: Web/HTTP/Redirections tags: - Guía - HTTP - Redirecionamento translation_of: Web/HTTP/Redirections +original_slug: Web/HTTP/Redirecionamento --- <div>{{HTTPSidebar}}</div> diff --git a/files/pt-br/web/javascript/closures/index.html b/files/pt-br/web/javascript/closures/index.html index efc7578d7d..fff22112ea 100644 --- a/files/pt-br/web/javascript/closures/index.html +++ b/files/pt-br/web/javascript/closures/index.html @@ -1,6 +1,6 @@ --- title: Closures -slug: Web/JavaScript/Guide/Closures +slug: Web/JavaScript/Closures tags: - Closure - ES5 @@ -8,6 +8,7 @@ tags: - JavaScript - Referencia translation_of: Web/JavaScript/Closures +original_slug: Web/JavaScript/Guide/Closures --- <div>{{jsSidebar("Intermediate")}}</div> diff --git a/files/pt-br/web/javascript/enumerability_and_ownership_of_properties/index.html b/files/pt-br/web/javascript/enumerability_and_ownership_of_properties/index.html index 3d7feb0bd4..922f584797 100644 --- a/files/pt-br/web/javascript/enumerability_and_ownership_of_properties/index.html +++ b/files/pt-br/web/javascript/enumerability_and_ownership_of_properties/index.html @@ -1,9 +1,10 @@ --- title: Enumerabilidade e posse de propriedades -slug: Web/JavaScript/Enumerabilidade_e_posse_de_propriedades +slug: Web/JavaScript/Enumerability_and_ownership_of_properties tags: - JavaScript translation_of: Web/JavaScript/Enumerability_and_ownership_of_properties +original_slug: Web/JavaScript/Enumerabilidade_e_posse_de_propriedades --- <div>{{JsSidebar("Mais")}}</div> diff --git a/files/pt-br/web/javascript/guide/control_flow_and_error_handling/index.html b/files/pt-br/web/javascript/guide/control_flow_and_error_handling/index.html index e352b58f6d..3730244334 100644 --- a/files/pt-br/web/javascript/guide/control_flow_and_error_handling/index.html +++ b/files/pt-br/web/javascript/guide/control_flow_and_error_handling/index.html @@ -1,6 +1,6 @@ --- title: Controle de Fluxo e Manipulação de Erro -slug: Web/JavaScript/Guide/Declarações +slug: Web/JavaScript/Guide/Control_flow_and_error_handling tags: - Guia(2) - Iniciante @@ -8,6 +8,7 @@ tags: - declarações - declarações de controle translation_of: Web/JavaScript/Guide/Control_flow_and_error_handling +original_slug: Web/JavaScript/Guide/Declarações --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Grammar_and_types", "Web/JavaScript/Guide/Loops_and_iteration")}}</div> diff --git a/files/pt-br/web/javascript/guide/details_of_the_object_model/index.html b/files/pt-br/web/javascript/guide/details_of_the_object_model/index.html index 55a4c928a5..c100c69612 100644 --- a/files/pt-br/web/javascript/guide/details_of_the_object_model/index.html +++ b/files/pt-br/web/javascript/guide/details_of_the_object_model/index.html @@ -1,12 +1,13 @@ --- title: Detalhes do modelo de objeto -slug: Web/JavaScript/Guide/Detalhes_do_Modelo_do_Objeto +slug: Web/JavaScript/Guide/Details_of_the_Object_Model tags: - Entidade - Modelo - Objeto - Orientação á Objeto translation_of: Web/JavaScript/Guide/Details_of_the_Object_Model +original_slug: Web/JavaScript/Guide/Detalhes_do_Modelo_do_Objeto --- <p class="summary"><span id="result_box" lang="pt"><span class="hps">JavaScript</span> <span class="hps">é uma linguagem</span> orientada a <span class="hps">objetos</span> <span class="hps">com base em</span> <span class="hps">protótipos,</span> <span class="hps">em vez de ser</span> <span class="hps">baseada em classes</span><span>.</span> <span class="hps">Devido a essa</span> <span class="hps">base diferente</span><span>, pode ser</span> <span class="hps">menos evidente </span><span class="hps">como</span> o <span class="hps">JavaScript</span> <span class="hps">permite criar</span> <span class="hps">hierarquias de</span> <span class="hps">objetos</span> <span class="hps">e</span> <span class="hps">ter</span> <span class="hps">herança de</span> <span class="hps">propriedades e seus valores</span><span>.</span> <span class="hps">Este capítulo</span> <span class="hps">tenta</span> <span class="hps">esclarecer essa situação.</span></span></p> diff --git a/files/pt-br/web/javascript/guide/functions/index.html b/files/pt-br/web/javascript/guide/functions/index.html index 7077d1787b..a755ff6ffa 100644 --- a/files/pt-br/web/javascript/guide/functions/index.html +++ b/files/pt-br/web/javascript/guide/functions/index.html @@ -1,12 +1,13 @@ --- title: Funções -slug: Web/JavaScript/Guide/Funções +slug: Web/JavaScript/Guide/Functions tags: - Funções JavaScript - Guia(2) - Iniciante - JavaScript translation_of: Web/JavaScript/Guide/Functions +original_slug: Web/JavaScript/Guide/Funções --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Loops_and_iteration", "Web/JavaScript/Guide/Expressions_and_Operators")}}</div> diff --git a/files/pt-br/web/javascript/guide/grammar_and_types/index.html b/files/pt-br/web/javascript/guide/grammar_and_types/index.html index 7920ee6b1a..fdb963677f 100644 --- a/files/pt-br/web/javascript/guide/grammar_and_types/index.html +++ b/files/pt-br/web/javascript/guide/grammar_and_types/index.html @@ -1,12 +1,13 @@ --- title: Sintaxe e tipos -slug: 'Web/JavaScript/Guide/Values,_variables,_and_literals' +slug: Web/JavaScript/Guide/Grammar_and_types tags: - Guia(2) - Guía - Iniciante - JavaScript translation_of: Web/JavaScript/Guide/Grammar_and_types +original_slug: Web/JavaScript/Guide/Values,_variables,_and_literals --- <p>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Introduction", "Web/JavaScript/Guide/Control_flow_and_error_handling")}}</p> diff --git a/files/pt-br/web/javascript/guide/iterators_and_generators/index.html b/files/pt-br/web/javascript/guide/iterators_and_generators/index.html index 13a9b87f11..c62d2b0c6e 100644 --- a/files/pt-br/web/javascript/guide/iterators_and_generators/index.html +++ b/files/pt-br/web/javascript/guide/iterators_and_generators/index.html @@ -1,6 +1,6 @@ --- title: Iteratores e geradores -slug: Web/JavaScript/Guide/Iteratores_e_geradores +slug: Web/JavaScript/Guide/Iterators_and_Generators tags: - Generators - Guia(2) @@ -8,6 +8,7 @@ tags: - Iteradores - JavaScript translation_of: Web/JavaScript/Guide/Iterators_and_Generators +original_slug: Web/JavaScript/Guide/Iteratores_e_geradores --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Details_of_the_Object_Model", "Web/JavaScript/Guide/Meta_programming")}}</div> diff --git a/files/pt-br/web/javascript/guide/loops_and_iteration/index.html b/files/pt-br/web/javascript/guide/loops_and_iteration/index.html index fcf7437612..132740fd40 100644 --- a/files/pt-br/web/javascript/guide/loops_and_iteration/index.html +++ b/files/pt-br/web/javascript/guide/loops_and_iteration/index.html @@ -1,7 +1,8 @@ --- title: Laços e iterações -slug: Web/JavaScript/Guide/Lacos_e_iteracoes +slug: Web/JavaScript/Guide/Loops_and_iteration translation_of: Web/JavaScript/Guide/Loops_and_iteration +original_slug: Web/JavaScript/Guide/Lacos_e_iteracoes --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Control_flow_and_error_handling", "Web/JavaScript/Guide/Functions")}}</div> diff --git a/files/pt-br/web/javascript/guide/modules/index.html b/files/pt-br/web/javascript/guide/modules/index.html index 6a2cb73687..a9f6162954 100644 --- a/files/pt-br/web/javascript/guide/modules/index.html +++ b/files/pt-br/web/javascript/guide/modules/index.html @@ -1,7 +1,8 @@ --- title: Módulos JavaScript -slug: Web/JavaScript/Guide/Módulos +slug: Web/JavaScript/Guide/Modules translation_of: Web/JavaScript/Guide/Modules +original_slug: Web/JavaScript/Guide/Módulos --- <div>{{JSSidebar("JavaScript Guide")}}{{Previous("Web/JavaScript/Guide/Meta_programming")}}</div> diff --git a/files/pt-br/web/javascript/guide/numbers_and_dates/index.html b/files/pt-br/web/javascript/guide/numbers_and_dates/index.html index 8f08cb3619..09989b0605 100644 --- a/files/pt-br/web/javascript/guide/numbers_and_dates/index.html +++ b/files/pt-br/web/javascript/guide/numbers_and_dates/index.html @@ -1,7 +1,8 @@ --- title: Números e datas -slug: Web/JavaScript/Guide/Numeros_e_datas +slug: Web/JavaScript/Guide/Numbers_and_dates translation_of: Web/JavaScript/Guide/Numbers_and_dates +original_slug: Web/JavaScript/Guide/Numeros_e_datas --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Expressions_and_Operators", "Web/JavaScript/Guide/Text_formatting")}}</div> diff --git a/files/pt-br/web/javascript/guide/text_formatting/index.html b/files/pt-br/web/javascript/guide/text_formatting/index.html index 1b4bb50772..6242469f60 100644 --- a/files/pt-br/web/javascript/guide/text_formatting/index.html +++ b/files/pt-br/web/javascript/guide/text_formatting/index.html @@ -1,10 +1,11 @@ --- title: Formatando texto -slug: Web/JavaScript/Guide/Formatando_texto +slug: Web/JavaScript/Guide/Text_formatting tags: - Guía - JavaScript translation_of: Web/JavaScript/Guide/Text_formatting +original_slug: Web/JavaScript/Guide/Formatando_texto --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Numbers_and_dates", "Web/JavaScript/Guide/Regular_Expressions")}}</div> diff --git a/files/pt-br/web/javascript/guide/using_promises/index.html b/files/pt-br/web/javascript/guide/using_promises/index.html index a0dd09c8c2..900a15351a 100644 --- a/files/pt-br/web/javascript/guide/using_promises/index.html +++ b/files/pt-br/web/javascript/guide/using_promises/index.html @@ -1,6 +1,6 @@ --- title: Usando promises -slug: Web/JavaScript/Guide/Usando_promises +slug: Web/JavaScript/Guide/Using_promises tags: - Guía - Intermediário @@ -8,6 +8,7 @@ tags: - Promise - Promises translation_of: Web/JavaScript/Guide/Using_promises +original_slug: Web/JavaScript/Guide/Usando_promises --- <div>{{jsSidebar("JavaScript Guide")}}{{PreviousNext("Web/JavaScript/Guide/Details_of_the_Object_Model", "Web/JavaScript/Guide/Iterators_and_Generators")}}</div> diff --git a/files/pt-br/web/javascript/guide/working_with_objects/index.html b/files/pt-br/web/javascript/guide/working_with_objects/index.html index 1dccaeef2e..8184129163 100644 --- a/files/pt-br/web/javascript/guide/working_with_objects/index.html +++ b/files/pt-br/web/javascript/guide/working_with_objects/index.html @@ -1,6 +1,6 @@ --- title: Trabalhando com objetos -slug: Web/JavaScript/Guide/Trabalhando_com_Objetos +slug: Web/JavaScript/Guide/Working_with_Objects tags: - Comparando Objetos - Contrutor @@ -10,6 +10,7 @@ tags: - Iniciante - JavaScript translation_of: Web/JavaScript/Guide/Working_with_Objects +original_slug: Web/JavaScript/Guide/Trabalhando_com_Objetos --- <p><strong>A linguagem JavaScript é projetada com base em um simples paradigma orientado a objeto. Um objeto é uma coleção de propriedades, e uma propriedade é uma associação entre um nome (ou <em>chave</em>) e um valor. Um valor de propriedade pode ser uma função, que é então considerada um <em>método</em> do objeto. Além dos objetos que são pré-definidos no browser, você pode definir seus próprios objetos.</strong></p> diff --git a/files/pt-br/web/javascript/inheritance_and_the_prototype_chain/index.html b/files/pt-br/web/javascript/inheritance_and_the_prototype_chain/index.html index d6aad53066..b13bf04548 100644 --- a/files/pt-br/web/javascript/inheritance_and_the_prototype_chain/index.html +++ b/files/pt-br/web/javascript/inheritance_and_the_prototype_chain/index.html @@ -1,9 +1,10 @@ --- title: Herança e cadeia de protótipos (prototype chain) -slug: Web/JavaScript/Guide/Inheritance_and_the_prototype_chain +slug: Web/JavaScript/Inheritance_and_the_prototype_chain tags: - herança intermediário JavaScript OOP translation_of: Web/JavaScript/Inheritance_and_the_prototype_chain +original_slug: Web/JavaScript/Guide/Inheritance_and_the_prototype_chain --- <div>{{jsSidebar("Advanced")}}</div> diff --git a/files/pt-br/web/javascript/reference/errors/missing_curly_after_property_list/index.html b/files/pt-br/web/javascript/reference/errors/missing_curly_after_property_list/index.html index b10562516e..eee80d68fc 100644 --- a/files/pt-br/web/javascript/reference/errors/missing_curly_after_property_list/index.html +++ b/files/pt-br/web/javascript/reference/errors/missing_curly_after_property_list/index.html @@ -1,12 +1,13 @@ --- title: 'SyntaxError: missing } after property list' -slug: Web/JavaScript/Reference/Errors/Fecha_chaves_esquecida_apos_lista_propriedades +slug: Web/JavaScript/Reference/Errors/Missing_curly_after_property_list tags: - Erro de Sintaxe - Erros - JavaScript - SyntaxError translation_of: Web/JavaScript/Reference/Errors/Missing_curly_after_property_list +original_slug: Web/JavaScript/Reference/Errors/Fecha_chaves_esquecida_apos_lista_propriedades --- <div>{{jsSidebar("Errors")}}</div> diff --git a/files/pt-br/web/javascript/reference/errors/missing_parenthesis_after_argument_list/index.html b/files/pt-br/web/javascript/reference/errors/missing_parenthesis_after_argument_list/index.html index 83844d17b5..5027ca53fe 100644 --- a/files/pt-br/web/javascript/reference/errors/missing_parenthesis_after_argument_list/index.html +++ b/files/pt-br/web/javascript/reference/errors/missing_parenthesis_after_argument_list/index.html @@ -1,7 +1,8 @@ --- title: Erro de sintaxe falta ) depois da lista de argumentos -slug: Web/JavaScript/Reference/Errors/Fata_parênteses_após_lista_argumento +slug: Web/JavaScript/Reference/Errors/Missing_parenthesis_after_argument_list translation_of: Web/JavaScript/Reference/Errors/Missing_parenthesis_after_argument_list +original_slug: Web/JavaScript/Reference/Errors/Fata_parênteses_após_lista_argumento --- <div>{{jsSidebar("Errors")}}</div> diff --git a/files/pt-br/web/javascript/reference/errors/not_defined/index.html b/files/pt-br/web/javascript/reference/errors/not_defined/index.html index 6642b81b44..999168701a 100644 --- a/files/pt-br/web/javascript/reference/errors/not_defined/index.html +++ b/files/pt-br/web/javascript/reference/errors/not_defined/index.html @@ -1,7 +1,8 @@ --- title: 'ReferenceError: "x" não está definido' -slug: Web/JavaScript/Reference/Errors/Não_definido +slug: Web/JavaScript/Reference/Errors/Not_defined translation_of: Web/JavaScript/Reference/Errors/Not_defined +original_slug: Web/JavaScript/Reference/Errors/Não_definido --- <div>{{jsSidebar("Errors")}}</div> diff --git a/files/pt-br/web/javascript/reference/errors/unnamed_function_statement/index.html b/files/pt-br/web/javascript/reference/errors/unnamed_function_statement/index.html index 6f01588059..21d1bf6569 100644 --- a/files/pt-br/web/javascript/reference/errors/unnamed_function_statement/index.html +++ b/files/pt-br/web/javascript/reference/errors/unnamed_function_statement/index.html @@ -1,12 +1,13 @@ --- title: 'Erro de sintaxe: declaração de função requer um nome' -slug: Web/JavaScript/Reference/Errors/NãoNomeado_funcão_declaração +slug: Web/JavaScript/Reference/Errors/Unnamed_function_statement tags: - Erro - Erro de Sintaxe - JavaScript - Statement translation_of: Web/JavaScript/Reference/Errors/Unnamed_function_statement +original_slug: Web/JavaScript/Reference/Errors/NãoNomeado_funcão_declaração --- <div>{{jsSidebar("Errors")}}</div> diff --git a/files/pt-br/web/javascript/reference/functions/default_parameters/index.html b/files/pt-br/web/javascript/reference/functions/default_parameters/index.html index 82dc54abd8..a0f9a9e1ba 100644 --- a/files/pt-br/web/javascript/reference/functions/default_parameters/index.html +++ b/files/pt-br/web/javascript/reference/functions/default_parameters/index.html @@ -1,6 +1,6 @@ --- title: Parâmetros Predefinidos -slug: Web/JavaScript/Reference/Functions/Parametros_Predefinidos +slug: Web/JavaScript/Reference/Functions/Default_parameters tags: - ECMA2015 - ECMAScript6 @@ -10,6 +10,7 @@ tags: - Funções - JavaScript translation_of: Web/JavaScript/Reference/Functions/Default_parameters +original_slug: Web/JavaScript/Reference/Functions/Parametros_Predefinidos --- <div>{{jsSidebar("Functions")}}</div> diff --git a/files/pt-br/web/javascript/reference/functions/method_definitions/index.html b/files/pt-br/web/javascript/reference/functions/method_definitions/index.html index ac02cb9deb..07dba6291b 100644 --- a/files/pt-br/web/javascript/reference/functions/method_definitions/index.html +++ b/files/pt-br/web/javascript/reference/functions/method_definitions/index.html @@ -1,6 +1,6 @@ --- title: Definições de Método -slug: Web/JavaScript/Reference/Functions/Definicoes_metodos +slug: Web/JavaScript/Reference/Functions/Method_definitions tags: - ECMAScript 2015 - Funções @@ -8,6 +8,7 @@ tags: - Objeto - Sintaxe translation_of: Web/JavaScript/Reference/Functions/Method_definitions +original_slug: Web/JavaScript/Reference/Functions/Definicoes_metodos --- <div>{{JsSidebar("Functions")}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html b/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html index c7b0c08915..ce591d2cac 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.filter() -slug: Web/JavaScript/Reference/Global_Objects/Array/filtro +slug: Web/JavaScript/Reference/Global_Objects/Array/filter tags: - Array - ECMAScript 5 @@ -8,6 +8,7 @@ tags: - Prototype - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/filter +original_slug: Web/JavaScript/Reference/Global_Objects/Array/filtro --- <div>{{JSRef}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/includes/index.html b/files/pt-br/web/javascript/reference/global_objects/array/includes/index.html index a0f794df1a..034eaef4d2 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/includes/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/includes/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.includes() -slug: Web/JavaScript/Reference/Global_Objects/Array/contains +slug: Web/JavaScript/Reference/Global_Objects/Array/includes tags: - Array - ECMAScript7 @@ -8,6 +8,7 @@ tags: - Expérimental(2) - JavaScript translation_of: Web/JavaScript/Reference/Global_Objects/Array/includes +original_slug: Web/JavaScript/Reference/Global_Objects/Array/contains --- <div>{{JSRef("Global_Objects", "Array")}}</div> diff --git a/files/pt-br/web/javascript/reference/operators/comma_operator/index.html b/files/pt-br/web/javascript/reference/operators/comma_operator/index.html index be374104d0..4dc3672d8d 100644 --- a/files/pt-br/web/javascript/reference/operators/comma_operator/index.html +++ b/files/pt-br/web/javascript/reference/operators/comma_operator/index.html @@ -1,7 +1,8 @@ --- title: Operador Vírgula -slug: Web/JavaScript/Reference/Operators/Operador_Virgula +slug: Web/JavaScript/Reference/Operators/Comma_Operator translation_of: Web/JavaScript/Reference/Operators/Comma_Operator +original_slug: Web/JavaScript/Reference/Operators/Operador_Virgula --- <div> {{jsSidebar("Operators")}}</div> diff --git a/files/pt-br/web/javascript/reference/operators/conditional_operator/index.html b/files/pt-br/web/javascript/reference/operators/conditional_operator/index.html index 9b36afca80..341f5a6896 100644 --- a/files/pt-br/web/javascript/reference/operators/conditional_operator/index.html +++ b/files/pt-br/web/javascript/reference/operators/conditional_operator/index.html @@ -1,10 +1,11 @@ --- title: Operador Condicional Ternário -slug: Web/JavaScript/Reference/Operators/Operador_Condicional +slug: Web/JavaScript/Reference/Operators/Conditional_Operator tags: - JavaScript - Operadores Condicionais translation_of: Web/JavaScript/Reference/Operators/Conditional_Operator +original_slug: Web/JavaScript/Reference/Operators/Operador_Condicional --- <div>{{jsSidebar("Operators")}}</div> diff --git a/files/pt-br/web/javascript/reference/operators/destructuring_assignment/index.html b/files/pt-br/web/javascript/reference/operators/destructuring_assignment/index.html index 6b1a100b4b..f030975567 100644 --- a/files/pt-br/web/javascript/reference/operators/destructuring_assignment/index.html +++ b/files/pt-br/web/javascript/reference/operators/destructuring_assignment/index.html @@ -1,7 +1,8 @@ --- title: Atribuição via desestruturação (destructuring assignment) -slug: Web/JavaScript/Reference/Operators/Atribuicao_via_desestruturacao +slug: Web/JavaScript/Reference/Operators/Destructuring_assignment translation_of: Web/JavaScript/Reference/Operators/Destructuring_assignment +original_slug: Web/JavaScript/Reference/Operators/Atribuicao_via_desestruturacao --- <div>{{jsSidebar("Operators")}}</div> diff --git a/files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html b/files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html index 609bfa29fd..c1eb350cef 100644 --- a/files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html +++ b/files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html @@ -1,6 +1,6 @@ --- title: Operador de coalescência nula -slug: Web/JavaScript/Reference/Operators/operador_de_coalescencia_nula +slug: Web/JavaScript/Reference/Operators/Nullish_coalescing_operator tags: - JavaScript - Operador @@ -10,6 +10,7 @@ tags: - duas interrogações - nulidade translation_of: Web/JavaScript/Reference/Operators/Nullish_coalescing_operator +original_slug: Web/JavaScript/Reference/Operators/operador_de_coalescencia_nula --- <p>{{JSSidebar("Operators")}}</p> diff --git a/files/pt-br/web/javascript/reference/operators/object_initializer/index.html b/files/pt-br/web/javascript/reference/operators/object_initializer/index.html index ac59b4e7f8..d2276ff890 100644 --- a/files/pt-br/web/javascript/reference/operators/object_initializer/index.html +++ b/files/pt-br/web/javascript/reference/operators/object_initializer/index.html @@ -1,6 +1,6 @@ --- title: Inicializador de Objeto -slug: Web/JavaScript/Reference/Operators/Inicializador_Objeto +slug: Web/JavaScript/Reference/Operators/Object_initializer tags: - ECMAScript 2015 - JSON @@ -11,6 +11,7 @@ tags: - Propriedades - mutação translation_of: Web/JavaScript/Reference/Operators/Object_initializer +original_slug: Web/JavaScript/Reference/Operators/Inicializador_Objeto --- <div>{{JsSidebar("Operadores")}}</div> diff --git a/files/pt-br/web/javascript/reference/statements/async_function/index.html b/files/pt-br/web/javascript/reference/statements/async_function/index.html index 808f0b0306..506bec9063 100644 --- a/files/pt-br/web/javascript/reference/statements/async_function/index.html +++ b/files/pt-br/web/javascript/reference/statements/async_function/index.html @@ -1,10 +1,11 @@ --- title: Funções assíncronas -slug: Web/JavaScript/Reference/Statements/funcoes_assincronas +slug: Web/JavaScript/Reference/Statements/async_function tags: - Função - assíncrono translation_of: Web/JavaScript/Reference/Statements/async_function +original_slug: Web/JavaScript/Reference/Statements/funcoes_assincronas --- <div>{{jsSidebar("Statements")}}</div> diff --git a/files/pt-br/web/javascript/reference/template_literals/index.html b/files/pt-br/web/javascript/reference/template_literals/index.html index e2a11abfa4..0aea7202ff 100644 --- a/files/pt-br/web/javascript/reference/template_literals/index.html +++ b/files/pt-br/web/javascript/reference/template_literals/index.html @@ -1,7 +1,8 @@ --- title: Template strings -slug: Web/JavaScript/Reference/template_strings +slug: Web/JavaScript/Reference/Template_literals translation_of: Web/JavaScript/Reference/Template_literals +original_slug: Web/JavaScript/Reference/template_strings --- <div>{{JsSidebar("More")}}</div> diff --git a/files/pt-br/web/mathml/examples/index.html b/files/pt-br/web/mathml/examples/index.html index ac83b9e48a..22d248e8f1 100644 --- a/files/pt-br/web/mathml/examples/index.html +++ b/files/pt-br/web/mathml/examples/index.html @@ -1,7 +1,8 @@ --- title: Exemplos -slug: Web/MathML/Exemplos +slug: Web/MathML/Examples translation_of: Web/MathML/Examples +original_slug: Web/MathML/Exemplos --- <p>Abaixo você irá encontrar alguns exemplos que irá ajudá-lo a entender como utilizar MathML para apresentar conceitos matemáticos complexos na Web.</p> <dl> diff --git a/files/pt-br/web/media/formats/index.html b/files/pt-br/web/media/formats/index.html index 49c0b02fc1..08ce0424a5 100644 --- a/files/pt-br/web/media/formats/index.html +++ b/files/pt-br/web/media/formats/index.html @@ -1,6 +1,6 @@ --- title: Formatos de mídia suportados por elementos HTML de áudio e vídeo -slug: Web/HTML/formatos_midia_suportados +slug: Web/Media/Formats tags: - Audio - Firefox @@ -14,6 +14,7 @@ tags: - mp4 translation_of: Web/Media/Formats translation_of_original: Web/HTML/Supported_media_formats +original_slug: Web/HTML/formatos_midia_suportados --- <p><span class="seoSummary">Os elementos {{ HTMLElement("audio") }} e {{ HTMLElement("video") }} fornecem suporte para a reprodução de mídias de áudio e vídeo sem necessitar de plug-ins.</span> Codecs de áudio e vídeo são usados para manipular arquivos de áudio e vídeo, diferentes codecs oferecem diferentes níveis de compressão e qualidade. Um formato do repositório é usado para armazenar e transmitir o codec de áudio e vídeo ( ambos juntos, no caso de um vídeo com tilha sonora). Existem muitas combinações de codecs e formatos de containers, embora apenas alguns são relevantes para a internet.</p> diff --git a/files/pt-br/web/performance/critical_rendering_path/index.html b/files/pt-br/web/performance/critical_rendering_path/index.html index 63746f132c..32bcad252c 100644 --- a/files/pt-br/web/performance/critical_rendering_path/index.html +++ b/files/pt-br/web/performance/critical_rendering_path/index.html @@ -1,7 +1,8 @@ --- title: Caminho de renderização crítico -slug: Web/Performance/caminho_de_renderizacao_critico +slug: Web/Performance/Critical_rendering_path translation_of: Web/Performance/Critical_rendering_path +original_slug: Web/Performance/caminho_de_renderizacao_critico --- <p>{{draft}}</p> diff --git a/files/pt-br/web/progressive_web_apps/introduction/index.html b/files/pt-br/web/progressive_web_apps/introduction/index.html index 483ea5cfc0..3ed5fe1b61 100644 --- a/files/pt-br/web/progressive_web_apps/introduction/index.html +++ b/files/pt-br/web/progressive_web_apps/introduction/index.html @@ -1,7 +1,8 @@ --- title: Introdução a progressive web apps -slug: Web/Progressive_web_apps/Introdução +slug: Web/Progressive_web_apps/Introduction translation_of: Web/Progressive_web_apps/Introduction +original_slug: Web/Progressive_web_apps/Introdução --- <div>{{NextMenu("Web/Apps/Progressive/App_structure", "Web/Apps/Progressive")}}</div> diff --git a/files/pt-br/web/svg/namespaces_crash_course/index.html b/files/pt-br/web/svg/namespaces_crash_course/index.html index 35f50be610..25e45b559f 100644 --- a/files/pt-br/web/svg/namespaces_crash_course/index.html +++ b/files/pt-br/web/svg/namespaces_crash_course/index.html @@ -1,10 +1,11 @@ --- title: Intensivo de Namespaces -slug: Web/SVG/Intensivo_de_Namespaces +slug: Web/SVG/Namespaces_Crash_Course tags: - SVG - XML translation_of: Web/SVG/Namespaces_Crash_Course +original_slug: Web/SVG/Intensivo_de_Namespaces --- <p>Como um dialeto <a href="/pt-BR/docs/Glossario/XML" title="en-US/docs/Glossary/XML">XML</a>, o <a href="/pt-BR/docs/Web/SVG" title="en-US/docs/Web/SVG">SVG</a> tem <em>namespace</em>. É importante entender o conceito de <em><a href="/pt-BR/docs/Web/SVG/Intensivo_de_Namespaces">namespaces</a></em> e como eles são usados se você planeja criar seu próprio conteúdo em SVG. Versões de visualizadores SVG prévias ao lançamento do Firefox 1.5 infelizmente deu pouca atenção aos <em>namespaces </em>mas eles são essenciais para dialetos multi-XML suportando agentes de usuários como navegadores baseados em <a href="/en-US/docs/Mozilla/Gecko" title="en-US/docs/Mozilla/Gecko">Gecko</a> que devem ser muito rigorosos. Tome um tempo para entender <em>namespaces </em>agora e irá te privar de muita dor de cabeça no futuro.</p> diff --git a/files/pt-br/web/tutorials/index.html b/files/pt-br/web/tutorials/index.html index 68be26f522..bd765e25f3 100644 --- a/files/pt-br/web/tutorials/index.html +++ b/files/pt-br/web/tutorials/index.html @@ -1,6 +1,6 @@ --- title: Tutoriais -slug: Web/Tutoriais +slug: Web/Tutorials tags: - Artigos Web - CSS @@ -16,6 +16,7 @@ tags: - Navegador - Tutorial translation_of: Web/Tutorials +original_slug: Web/Tutoriais --- <p>Os links nesta página levam a uma variedade de tutoriais e materiais de treinamento. <strong>Se você está apenas começando, aprendendo o básico ou é um veterano em desenvolvimento web, aqui você pode encontrar recursos úteis, bem como as melhores práticas</strong>. Esses recursos são criados por empresas com visão de futuro e desenvolvedores que adotaram padrões e boas práticas para desenvolvimento na web, e que fornecem e permitem diferentes interpretações de acordo com a solução adotada pelo usuário, tudo isso através de uma licença de conteúdo aberto, como é o caso da Creative Commons.</p> diff --git a/files/pt-br/web/web_components/using_custom_elements/index.html b/files/pt-br/web/web_components/using_custom_elements/index.html index 55af21ca48..cdac93bb4e 100644 --- a/files/pt-br/web/web_components/using_custom_elements/index.html +++ b/files/pt-br/web/web_components/using_custom_elements/index.html @@ -1,6 +1,6 @@ --- title: Usando custom elements -slug: Web/Web_Components/Usando_custom_elements +slug: Web/Web_Components/Using_custom_elements tags: - Autonomos - Classes @@ -10,6 +10,7 @@ tags: - custom elements - customized translation_of: Web/Web_Components/Using_custom_elements +original_slug: Web/Web_Components/Usando_custom_elements --- <div>{{DefaultAPISidebar("Web Components")}}</div> diff --git a/files/pt-br/web/xslt/xslt_js_interface_in_gecko/advanced_example/index.html b/files/pt-br/web/xslt/xslt_js_interface_in_gecko/advanced_example/index.html index 132fba5881..d9976ff53a 100644 --- a/files/pt-br/web/xslt/xslt_js_interface_in_gecko/advanced_example/index.html +++ b/files/pt-br/web/xslt/xslt_js_interface_in_gecko/advanced_example/index.html @@ -1,7 +1,8 @@ --- title: Exemplo Avançado -slug: The_XSLT_JavaScript_Interface_in_Gecko/Advanced_Example +slug: Web/XSLT/XSLT_JS_interface_in_Gecko/Advanced_Example translation_of: Web/XSLT/XSLT_JS_interface_in_Gecko/Advanced_Example +original_slug: The_XSLT_JavaScript_Interface_in_Gecko/Advanced_Example --- <h2 id="Advanced_Example" name="Advanced_Example">Exemplo Avançado</h2> diff --git a/files/pt-br/web/xslt/xslt_js_interface_in_gecko/index.html b/files/pt-br/web/xslt/xslt_js_interface_in_gecko/index.html index 7bcbbc6cd0..71545cf052 100644 --- a/files/pt-br/web/xslt/xslt_js_interface_in_gecko/index.html +++ b/files/pt-br/web/xslt/xslt_js_interface_in_gecko/index.html @@ -1,12 +1,13 @@ --- title: The XSLT/JavaScript Interface in Gecko -slug: The_XSLT_JavaScript_Interface_in_Gecko +slug: Web/XSLT/XSLT_JS_interface_in_Gecko tags: - DOM - NeedsTranslation - TopicStub - XSLT translation_of: Web/XSLT/XSLT_JS_interface_in_Gecko +original_slug: The_XSLT_JavaScript_Interface_in_Gecko --- <ol> <li><a href="/en-US/docs/The_XSLT//JavaScript_Interface_in_Gecko/Introduction" title="en/The_XSLT//JavaScript_Interface_in_Gecko/Introduction">Introduction</a></li> |