From e3e12548adeb7e1dcfc4d5b32884a225ee2b499d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 10 Dec 2020 15:07:40 -0500 Subject: adding translation_of_original to front-matter --- files/pt-br/construindo_um_complemento/index.html | 1 + files/pt-br/css/usando_caixas_flexiveis_css/index.html | 1 + files/pt-br/desenvolvimento_web/index.html | 1 + files/pt-br/dom/index.html | 1 + files/pt-br/dragdrop/index.html | 1 + .../mozilla/add-ons/webextensions/empacotando_e_instalando/index.html | 1 + files/pt-br/projeto_colon_como_ajudar_com_mdn/index.html | 1 + .../debugger/how_to/examine,_modify,_and_watch_variables/index.html | 1 + files/pt-br/tools/notas_de_lancamento/index.html | 1 + files/pt-br/web/acessibilidade/desenvolvimento_web/index.html | 1 + files/pt-br/web/api/cryptokey/algorithm/index.html | 1 + files/pt-br/web/api/cryptokey/extractable/index.html | 1 + files/pt-br/web/api/cryptokey/type/index.html | 1 + files/pt-br/web/api/cryptokey/usages/index.html | 1 + files/pt-br/web/api/deviceacceleration/index.html | 1 + files/pt-br/web/api/devicerotationrate/index.html | 1 + files/pt-br/web/api/document/activeelement/index.html | 1 + files/pt-br/web/api/document/elementfrompoint/index.html | 1 + files/pt-br/web/api/document/getselection/index.html | 1 + files/pt-br/web/api/element/accesskey/index.html | 1 + files/pt-br/web/api/element/name/index.html | 1 + files/pt-br/web/api/randomsource/index.html | 1 + files/pt-br/web/api/svgaelement/svgalement.target/index.html | 1 + files/pt-br/web/api/window/onscroll/index.html | 1 + files/pt-br/web/api/window/url/index.html | 1 + files/pt-br/web/api/windowbase64/index.html | 1 + files/pt-br/web/api/windowtimers/index.html | 1 + files/pt-br/web/css/-moz-box-ordinal-group/index.html | 1 + files/pt-br/web/css/-moz-cell/index.html | 1 + files/pt-br/web/css/css_background_and_borders/index.html | 1 + .../css_background_and_borders/using_css_multiple_backgrounds/index.html | 1 + files/pt-br/web/css/getting_started/cascading_and_inheritance/index.html | 1 + files/pt-br/web/css/getting_started/como_css_funciona/index.html | 1 + files/pt-br/web/css/getting_started/index.html | 1 + files/pt-br/web/css/getting_started/javascript/index.html | 1 + files/pt-br/web/css/getting_started/lists/index.html | 1 + files/pt-br/web/css/getting_started/oque_é_css/index.html | 1 + files/pt-br/web/css/getting_started/porque_usar_css/index.html | 1 + files/pt-br/web/css/getting_started/seletores/index.html | 1 + files/pt-br/web/css/margin/index.html | 1 + files/pt-br/web/events/abort/index.html | 1 + files/pt-br/web/guide/css/scaling_background_images/index.html | 1 + .../controlando_verificacao_ortografica_em_formularios_html/index.html | 1 + files/pt-br/web/html/formatos_midia_suportados/index.html | 1 + files/pt-br/web/html/using_html5_audio_and_video/index.html | 1 + files/pt-br/web/http/server-side_access_control/index.html | 1 + files/pt-br/web/javascript/guide/igualdade/index.html | 1 + .../web/javascript/introduction_to_object-oriented_javascript/index.html | 1 + .../web/javascript/reference/global_objects/boolean/prototype/index.html | 1 + .../javascript/reference/global_objects/function/prototype/index.html | 1 + .../reference/global_objects/intl/numberformat/prototype/index.html | 1 + .../web/javascript/reference/global_objects/map/prototype/index.html | 1 + .../web/javascript/reference/global_objects/number/prototype/index.html | 1 + .../web/javascript/reference/global_objects/object/prototype/index.html | 1 + .../web/javascript/reference/global_objects/promise/prototype/index.html | 1 + .../web/javascript/reference/global_objects/set/prototype/index.html | 1 + .../web/javascript/reference/global_objects/string/prototype/index.html | 1 + .../web/javascript/reference/global_objects/weakmap/prototype/index.html | 1 + .../web/javascript/reference/operators/arithmetic_operators/index.html | 1 + .../web/javascript/reference/operators/bitwise_operators/index.html | 1 + .../operators/operadores_de_compara\303\247\303\243o/index.html" | 1 + .../web/javascript/reference/operators/operadores_logicos/index.html | 1 + .../pt-br/web/javascript/reference/operators/spread_operator/index.html | 1 + files/pt-br/web/javascript/reference/statements/default/index.html | 1 + files/pt-br/web_development/mobile/design_responsivo/index.html | 1 + files/pt-br/web_development/mobile/index.html | 1 + files/pt-br/webapi/index.html | 1 + files/pt-br/webrtc/index.html | 1 + 68 files changed, 68 insertions(+) (limited to 'files/pt-br') diff --git a/files/pt-br/construindo_um_complemento/index.html b/files/pt-br/construindo_um_complemento/index.html index 825907784b..9661e309ae 100644 --- a/files/pt-br/construindo_um_complemento/index.html +++ b/files/pt-br/construindo_um_complemento/index.html @@ -6,6 +6,7 @@ tags: - Complementos - Tutorial translation_of: Mozilla/Add-ons +translation_of_original: Building_an_Extension ---

Introdução

This tutorial will take you through the steps required to build a very basic extension - one which adds a status bar panel to the Firefox browser containing the text "Hello, World!".

diff --git a/files/pt-br/css/usando_caixas_flexiveis_css/index.html b/files/pt-br/css/usando_caixas_flexiveis_css/index.html index 944faf00a4..00dbf6fca6 100644 --- a/files/pt-br/css/usando_caixas_flexiveis_css/index.html +++ b/files/pt-br/css/usando_caixas_flexiveis_css/index.html @@ -2,6 +2,7 @@ title: Usando CSS flexible boxes (Caixas Flexíveis) slug: CSS/Usando_caixas_flexiveis_css translation_of: Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox +translation_of_original: Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes ---

{{ SeeCompatTable() }}

diff --git a/files/pt-br/desenvolvimento_web/index.html b/files/pt-br/desenvolvimento_web/index.html index cf97d92db0..b98429a656 100644 --- a/files/pt-br/desenvolvimento_web/index.html +++ b/files/pt-br/desenvolvimento_web/index.html @@ -2,6 +2,7 @@ title: Desenvolvimento Web slug: desenvolvimento_web translation_of: Web/Guide +translation_of_original: Web_Development ---

Desenvolvimento web compreende todos os aspectos do desenvolvimento de um site ou aplicação web.

Aprenda a criar qualquer coisa desde um site simples até sites complexos e altamente interativos que incluem as mais recentes tecnologias da Web, lendo os artigos que você encontrará aqui.

diff --git a/files/pt-br/dom/index.html b/files/pt-br/dom/index.html index 7a8d9f431f..4b8372f55d 100644 --- a/files/pt-br/dom/index.html +++ b/files/pt-br/dom/index.html @@ -7,6 +7,7 @@ tags: - References - TopicStub translation_of: Web/API/Document_Object_Model +translation_of_original: DOM ---
Using the W3C DOM Level 1 Core
diff --git a/files/pt-br/dragdrop/index.html b/files/pt-br/dragdrop/index.html index 50bf61f9e2..292b860888 100644 --- a/files/pt-br/dragdrop/index.html +++ b/files/pt-br/dragdrop/index.html @@ -5,6 +5,7 @@ tags: - NeedsTranslation - TopicStub translation_of: Web/API/HTML_Drag_and_Drop_API +translation_of_original: DragDrop ---

 

See https://developer.mozilla.org/en-US/docs/DragDrop/Drag_and_Drop

diff --git a/files/pt-br/mozilla/add-ons/webextensions/empacotando_e_instalando/index.html b/files/pt-br/mozilla/add-ons/webextensions/empacotando_e_instalando/index.html index 2b210f5125..16e718fc9c 100644 --- a/files/pt-br/mozilla/add-ons/webextensions/empacotando_e_instalando/index.html +++ b/files/pt-br/mozilla/add-ons/webextensions/empacotando_e_instalando/index.html @@ -2,6 +2,7 @@ title: Empacotando e Instalando slug: Mozilla/Add-ons/WebExtensions/Empacotando_e_instalando translation_of: Mozilla/Add-ons/WebExtensions/Temporary_Installation_in_Firefox +translation_of_original: Mozilla/Add-ons/WebExtensions/Packaging_and_installation ---

Packaging your extension

diff --git a/files/pt-br/projeto_colon_como_ajudar_com_mdn/index.html b/files/pt-br/projeto_colon_como_ajudar_com_mdn/index.html index 2909fc1eb6..26ae1e7a9a 100644 --- a/files/pt-br/projeto_colon_como_ajudar_com_mdn/index.html +++ b/files/pt-br/projeto_colon_como_ajudar_com_mdn/index.html @@ -2,6 +2,7 @@ title: Como ajudar a MDN slug: 'Projeto:Como_ajudar_com_MDN' translation_of: MDN/Contribute/Getting_started +translation_of_original: MDN/Contribute/Tasks ---
{{MDNSidebar}}
diff --git a/files/pt-br/tools/debugger/how_to/examine,_modify,_and_watch_variables/index.html b/files/pt-br/tools/debugger/how_to/examine,_modify,_and_watch_variables/index.html index fc1d03fd3b..232074130f 100644 --- a/files/pt-br/tools/debugger/how_to/examine,_modify,_and_watch_variables/index.html +++ b/files/pt-br/tools/debugger/how_to/examine,_modify,_and_watch_variables/index.html @@ -7,6 +7,7 @@ tags: - watch expression - watch variables translation_of: Tools/Debugger/How_to/Set_Watch_Expressions +translation_of_original: 'Tools/Debugger/How_to/Examine,_modify,_and_watch_variables' ---
{{ToolsSidebar}}

Este componente não está ainda suportado no novo debugger. Se você precisar disto, você pode, por agora, voltar para o velho debugger para visitá-lo no about:config e configula-lo no "devtool.debugger.new-debugger-frontend" preferência para falso.

diff --git a/files/pt-br/tools/notas_de_lancamento/index.html b/files/pt-br/tools/notas_de_lancamento/index.html index fcfcc58fb3..c74b2f5b90 100644 --- a/files/pt-br/tools/notas_de_lancamento/index.html +++ b/files/pt-br/tools/notas_de_lancamento/index.html @@ -4,6 +4,7 @@ slug: Tools/Notas_de_lancamento tags: - Notas de lançamento translation_of: Mozilla/Firefox/Releases +translation_of_original: Tools/Release_notes ---
{{ToolsSidebar}}

Firefox 53

diff --git a/files/pt-br/web/acessibilidade/desenvolvimento_web/index.html b/files/pt-br/web/acessibilidade/desenvolvimento_web/index.html index a8b43d18fa..51a4ad7843 100644 --- a/files/pt-br/web/acessibilidade/desenvolvimento_web/index.html +++ b/files/pt-br/web/acessibilidade/desenvolvimento_web/index.html @@ -11,6 +11,7 @@ tags: - Widgets acessíveis - XUL translation_of: Web/Accessibility +translation_of_original: Web/Accessibility/Web_Development ---

Este documento oferece mais informações para os desenvolvedores sobre as acessibilidades web e XUL

diff --git a/files/pt-br/web/api/cryptokey/algorithm/index.html b/files/pt-br/web/api/cryptokey/algorithm/index.html index ab2440f6b6..d80199a4ed 100644 --- a/files/pt-br/web/api/cryptokey/algorithm/index.html +++ b/files/pt-br/web/api/cryptokey/algorithm/index.html @@ -9,6 +9,7 @@ tags: - Referencia - Web Crypto API translation_of: Web/API/CryptoKey +translation_of_original: Web/API/CryptoKey/algorithm ---

{{APIRef("Web Crypto API")}}

diff --git a/files/pt-br/web/api/cryptokey/extractable/index.html b/files/pt-br/web/api/cryptokey/extractable/index.html index 6ff8bde9c7..4fe2885cbc 100644 --- a/files/pt-br/web/api/cryptokey/extractable/index.html +++ b/files/pt-br/web/api/cryptokey/extractable/index.html @@ -9,6 +9,7 @@ tags: - Referencia - Web Crypto API translation_of: Web/API/CryptoKey +translation_of_original: Web/API/CryptoKey/extractable ---

{{APIRef("Web Crypto API")}}

diff --git a/files/pt-br/web/api/cryptokey/type/index.html b/files/pt-br/web/api/cryptokey/type/index.html index 6a1bc1703e..666de87d23 100644 --- a/files/pt-br/web/api/cryptokey/type/index.html +++ b/files/pt-br/web/api/cryptokey/type/index.html @@ -9,6 +9,7 @@ tags: - Referencia - Web Crypto API translation_of: Web/API/CryptoKey +translation_of_original: Web/API/CryptoKey/type ---

{{APIRef("Web Crypto API")}}

diff --git a/files/pt-br/web/api/cryptokey/usages/index.html b/files/pt-br/web/api/cryptokey/usages/index.html index ba51dbaa0f..c74a658a32 100644 --- a/files/pt-br/web/api/cryptokey/usages/index.html +++ b/files/pt-br/web/api/cryptokey/usages/index.html @@ -9,6 +9,7 @@ tags: - Referencia - Web Crypto API translation_of: Web/API/CryptoKey +translation_of_original: Web/API/CryptoKey/usages ---

{{APIRef("Web Crypto API")}}

diff --git a/files/pt-br/web/api/deviceacceleration/index.html b/files/pt-br/web/api/deviceacceleration/index.html index 7f46e75436..e8e5432e4a 100644 --- a/files/pt-br/web/api/deviceacceleration/index.html +++ b/files/pt-br/web/api/deviceacceleration/index.html @@ -6,6 +6,7 @@ tags: - Experimental - Interface translation_of: Web/API/DeviceMotionEventAcceleration +translation_of_original: Web/API/DeviceAcceleration ---
{{ ApiRef("Device Orientation Events") }}{{SeeCompatTable}}
diff --git a/files/pt-br/web/api/devicerotationrate/index.html b/files/pt-br/web/api/devicerotationrate/index.html index bce9a29495..872b3c6f25 100644 --- a/files/pt-br/web/api/devicerotationrate/index.html +++ b/files/pt-br/web/api/devicerotationrate/index.html @@ -2,6 +2,7 @@ title: DeviceRotationRate slug: Web/API/DeviceRotationRate translation_of: Web/API/DeviceMotionEventRotationRate +translation_of_original: Web/API/DeviceRotationRate ---

{{ ApiRef("Device Orientation Events") }} {{SeeCompatTable}}

diff --git a/files/pt-br/web/api/document/activeelement/index.html b/files/pt-br/web/api/document/activeelement/index.html index c29692eaf3..ca10f98461 100644 --- a/files/pt-br/web/api/document/activeelement/index.html +++ b/files/pt-br/web/api/document/activeelement/index.html @@ -8,6 +8,7 @@ tags: - Property - Reference translation_of: Web/API/DocumentOrShadowRoot/activeElement +translation_of_original: Web/API/Document/activeElement ---

{{APIRef("DOM")}}

diff --git a/files/pt-br/web/api/document/elementfrompoint/index.html b/files/pt-br/web/api/document/elementfrompoint/index.html index ce447f2830..c64d67dd08 100644 --- a/files/pt-br/web/api/document/elementfrompoint/index.html +++ b/files/pt-br/web/api/document/elementfrompoint/index.html @@ -9,6 +9,7 @@ tags: - NeedsMobileBrowserCompatibility - Reference translation_of: Web/API/DocumentOrShadowRoot/elementFromPoint +translation_of_original: Web/API/Document/elementFromPoint ---
{{APIRef("DOM")}}
diff --git a/files/pt-br/web/api/document/getselection/index.html b/files/pt-br/web/api/document/getselection/index.html index 9a2aab76d5..2f52375799 100644 --- a/files/pt-br/web/api/document/getselection/index.html +++ b/files/pt-br/web/api/document/getselection/index.html @@ -2,6 +2,7 @@ title: Document.getSelection() slug: Web/API/Document/getSelection translation_of: Web/API/DocumentOrShadowRoot/getSelection +translation_of_original: Web/API/Document/getSelection ---

{{APIRef("DOM")}}

diff --git a/files/pt-br/web/api/element/accesskey/index.html b/files/pt-br/web/api/element/accesskey/index.html index b05fb5e2b3..e0425e3645 100644 --- a/files/pt-br/web/api/element/accesskey/index.html +++ b/files/pt-br/web/api/element/accesskey/index.html @@ -2,6 +2,7 @@ title: Element.accessKey slug: Web/API/Element/accessKey translation_of: Web/API/HTMLElement/accessKey +translation_of_original: Web/API/Element/accessKey ---
{{APIRef("DOM")}}
diff --git a/files/pt-br/web/api/element/name/index.html b/files/pt-br/web/api/element/name/index.html index d91ce0aa28..93f5faee9a 100644 --- a/files/pt-br/web/api/element/name/index.html +++ b/files/pt-br/web/api/element/name/index.html @@ -11,6 +11,7 @@ tags: - Reference - Web translation_of: Web/API +translation_of_original: Web/API/Element/name ---

{{ APIRef("DOM") }}

diff --git a/files/pt-br/web/api/randomsource/index.html b/files/pt-br/web/api/randomsource/index.html index 8678075371..e0dbd0a970 100644 --- a/files/pt-br/web/api/randomsource/index.html +++ b/files/pt-br/web/api/randomsource/index.html @@ -8,6 +8,7 @@ tags: - Referencia - Web Crypto API translation_of: Web/API/Crypto/getRandomValues +translation_of_original: Web/API/RandomSource ---

{{APIRef("Web Crypto API")}}

diff --git a/files/pt-br/web/api/svgaelement/svgalement.target/index.html b/files/pt-br/web/api/svgaelement/svgalement.target/index.html index ebd533b068..e197ee81e5 100644 --- a/files/pt-br/web/api/svgaelement/svgalement.target/index.html +++ b/files/pt-br/web/api/svgaelement/svgalement.target/index.html @@ -5,6 +5,7 @@ tags: - Imagem vetorial - Vetores translation_of: Web/API/SVGAElement/target +translation_of_original: Web/API/SVGAElement/SVGAlement.target ---

{{APIRef("SVGAElement")}}

diff --git a/files/pt-br/web/api/window/onscroll/index.html b/files/pt-br/web/api/window/onscroll/index.html index 9589f24eaa..e5e756482a 100644 --- a/files/pt-br/web/api/window/onscroll/index.html +++ b/files/pt-br/web/api/window/onscroll/index.html @@ -2,6 +2,7 @@ title: window.onscroll slug: Web/API/Window/onscroll translation_of: Web/API/GlobalEventHandlers/onscroll +translation_of_original: Web/API/Window/onscroll ---

{{ ApiRef() }}

Sumário

diff --git a/files/pt-br/web/api/window/url/index.html b/files/pt-br/web/api/window/url/index.html index 5c673ed4b6..1dec25bd24 100644 --- a/files/pt-br/web/api/window/url/index.html +++ b/files/pt-br/web/api/window/url/index.html @@ -2,6 +2,7 @@ title: Window.URL slug: Web/API/Window/URL translation_of: Web/API/URL +translation_of_original: Web/API/Window/URL ---

{{ApiRef("Window")}}{{SeeCompatTable}}

diff --git a/files/pt-br/web/api/windowbase64/index.html b/files/pt-br/web/api/windowbase64/index.html index 40051820b4..f51b72c102 100644 --- a/files/pt-br/web/api/windowbase64/index.html +++ b/files/pt-br/web/api/windowbase64/index.html @@ -9,6 +9,7 @@ tags: - TopicStub - WindowBase64 translation_of: Web/API/WindowOrWorkerGlobalScope +translation_of_original: Web/API/WindowBase64 ---

{{APIRef("HTML DOM")}}

diff --git a/files/pt-br/web/api/windowtimers/index.html b/files/pt-br/web/api/windowtimers/index.html index bd995e8f74..8be6ca7e8b 100644 --- a/files/pt-br/web/api/windowtimers/index.html +++ b/files/pt-br/web/api/windowtimers/index.html @@ -2,6 +2,7 @@ title: WindowTimers slug: Web/API/WindowTimers translation_of: Web/API/WindowOrWorkerGlobalScope +translation_of_original: Web/API/WindowTimers ---
{{APIRef("HTML DOM")}}
diff --git a/files/pt-br/web/css/-moz-box-ordinal-group/index.html b/files/pt-br/web/css/-moz-box-ordinal-group/index.html index 6895245bfa..3c3963b7e6 100644 --- a/files/pt-br/web/css/-moz-box-ordinal-group/index.html +++ b/files/pt-br/web/css/-moz-box-ordinal-group/index.html @@ -2,6 +2,7 @@ title: '-moz-box-ordinal-group' slug: Web/CSS/-moz-box-ordinal-group translation_of: Web/CSS/box-ordinal-group +translation_of_original: Web/CSS/-moz-box-ordinal-group ---

{{CSSRef}}{{Warning("Essa propriedade é parte do projeto do módulo original do CSS Flexible Box Layout, e foi substituído em projetos recentes.")}}

diff --git a/files/pt-br/web/css/-moz-cell/index.html b/files/pt-br/web/css/-moz-cell/index.html index 89fe31fd66..6e5b44d286 100644 --- a/files/pt-br/web/css/-moz-cell/index.html +++ b/files/pt-br/web/css/-moz-cell/index.html @@ -2,6 +2,7 @@ title: '-moz-cell' slug: Web/CSS/-moz-cell translation_of: Web/CSS/cursor +translation_of_original: Web/CSS/-moz-cell ---
{{CSSRef}} {{deprecated_header}}
diff --git a/files/pt-br/web/css/css_background_and_borders/index.html b/files/pt-br/web/css/css_background_and_borders/index.html index 87b26bd607..59c2117194 100644 --- a/files/pt-br/web/css/css_background_and_borders/index.html +++ b/files/pt-br/web/css/css_background_and_borders/index.html @@ -9,6 +9,7 @@ tags: - Overview - TopicStub translation_of: Web/CSS/CSS_Backgrounds_and_Borders +translation_of_original: Web/CSS/CSS_Background_and_Borders ---

{{CSSRef}}

diff --git a/files/pt-br/web/css/css_background_and_borders/using_css_multiple_backgrounds/index.html b/files/pt-br/web/css/css_background_and_borders/using_css_multiple_backgrounds/index.html index cd35421288..d0e4fa11f7 100644 --- a/files/pt-br/web/css/css_background_and_borders/using_css_multiple_backgrounds/index.html +++ b/files/pt-br/web/css/css_background_and_borders/using_css_multiple_backgrounds/index.html @@ -8,6 +8,7 @@ tags: - Guide - 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 ---

{{CSSRef}}

diff --git a/files/pt-br/web/css/getting_started/cascading_and_inheritance/index.html b/files/pt-br/web/css/getting_started/cascading_and_inheritance/index.html index 90723ea85c..7880e00f6d 100644 --- a/files/pt-br/web/css/getting_started/cascading_and_inheritance/index.html +++ b/files/pt-br/web/css/getting_started/cascading_and_inheritance/index.html @@ -5,6 +5,7 @@ tags: - Guía - Iniciante translation_of: Learn/CSS/Building_blocks/Cascade_and_inheritance +translation_of_original: Web/Guide/CSS/Getting_started/Cascading_and_inheritance ---

{{ CSSTutorialTOC() }}

diff --git a/files/pt-br/web/css/getting_started/como_css_funciona/index.html b/files/pt-br/web/css/getting_started/como_css_funciona/index.html index d8759320b8..2ead5ccae7 100644 --- a/files/pt-br/web/css/getting_started/como_css_funciona/index.html +++ b/files/pt-br/web/css/getting_started/como_css_funciona/index.html @@ -7,6 +7,7 @@ tags: - Iniciante - Web translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/How_CSS_works ---

{{ CSSTutorialTOC() }}

diff --git a/files/pt-br/web/css/getting_started/index.html b/files/pt-br/web/css/getting_started/index.html index bca1143a34..389962ab07 100644 --- a/files/pt-br/web/css/getting_started/index.html +++ b/files/pt-br/web/css/getting_started/index.html @@ -8,6 +8,7 @@ tags: - Iniciante - Web translation_of: Learn/CSS/First_steps +translation_of_original: Web/Guide/CSS/Getting_started ---

 

diff --git a/files/pt-br/web/css/getting_started/javascript/index.html b/files/pt-br/web/css/getting_started/javascript/index.html index e4ceadbb9b..544deb8960 100644 --- a/files/pt-br/web/css/getting_started/javascript/index.html +++ b/files/pt-br/web/css/getting_started/javascript/index.html @@ -2,6 +2,7 @@ title: JavaScript e CSS slug: Web/CSS/Getting_Started/JavaScript translation_of: Learn/JavaScript/Client-side_web_APIs/Manipulating_documents +translation_of_original: Web/Guide/CSS/Getting_started/JavaScript ---

{{ CSSTutorialTOC() }}

Esta é a pirmeira sessão da Parte II do Tutorial de CSS. A parte II consém alguns exemplos que mostram o escopo do CSS usado com outras tecnologias web e Mozilla.

diff --git a/files/pt-br/web/css/getting_started/lists/index.html b/files/pt-br/web/css/getting_started/lists/index.html index 481c1f58c5..72dc8dc227 100644 --- a/files/pt-br/web/css/getting_started/lists/index.html +++ b/files/pt-br/web/css/getting_started/lists/index.html @@ -2,6 +2,7 @@ title: Manipulando Listas slug: Web/CSS/Getting_Started/Lists translation_of: Learn/CSS/Styling_text/Styling_lists +translation_of_original: Web/Guide/CSS/Getting_started/Lists ---

{{ CSSTutorialTOC() }}

diff --git a/files/pt-br/web/css/getting_started/oque_é_css/index.html b/files/pt-br/web/css/getting_started/oque_é_css/index.html index b72101c453..1ccc04f0ce 100644 --- a/files/pt-br/web/css/getting_started/oque_é_css/index.html +++ b/files/pt-br/web/css/getting_started/oque_é_css/index.html @@ -2,6 +2,7 @@ title: O que é CSS slug: Web/CSS/Getting_Started/Oque_é_CSS translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/What_is_CSS ---

{{ CSSTutorialTOC() }}

diff --git a/files/pt-br/web/css/getting_started/porque_usar_css/index.html b/files/pt-br/web/css/getting_started/porque_usar_css/index.html index 1219d9c096..453aa4c966 100644 --- a/files/pt-br/web/css/getting_started/porque_usar_css/index.html +++ b/files/pt-br/web/css/getting_started/porque_usar_css/index.html @@ -2,6 +2,7 @@ title: Por que usar CSS? slug: Web/CSS/Getting_Started/Porque_usar_CSS translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/Why_use_CSS ---

{{ CSSTutorialTOC() }}

diff --git a/files/pt-br/web/css/getting_started/seletores/index.html b/files/pt-br/web/css/getting_started/seletores/index.html index 22b53c2049..3870c68936 100644 --- a/files/pt-br/web/css/getting_started/seletores/index.html +++ b/files/pt-br/web/css/getting_started/seletores/index.html @@ -2,6 +2,7 @@ title: Seletores slug: Web/CSS/Getting_Started/Seletores translation_of: Learn/CSS/Building_blocks/Selectors +translation_of_original: Web/Guide/CSS/Getting_started/Selectors ---

{{ CSSTutorialTOC() }}

diff --git a/files/pt-br/web/css/margin/index.html b/files/pt-br/web/css/margin/index.html index 037d22b5b0..4b033dfd69 100644 --- a/files/pt-br/web/css/margin/index.html +++ b/files/pt-br/web/css/margin/index.html @@ -6,6 +6,7 @@ tags: - CSS Property - Reference translation_of: Web/CSS/margin +translation_of_original: Web/CSS/margin-new ---
{{CSSRef}}
diff --git a/files/pt-br/web/events/abort/index.html b/files/pt-br/web/events/abort/index.html index aa681269ab..62243a2762 100644 --- a/files/pt-br/web/events/abort/index.html +++ b/files/pt-br/web/events/abort/index.html @@ -2,6 +2,7 @@ title: abort slug: Web/Events/abort translation_of: Web/API/HTMLMediaElement/abort_event +translation_of_original: Web/Events/abort ---

O evento abort é disparado quando o carregamento de um recurso foi interrompido.

diff --git a/files/pt-br/web/guide/css/scaling_background_images/index.html b/files/pt-br/web/guide/css/scaling_background_images/index.html index e9f7296721..d7c3ccfa3f 100644 --- a/files/pt-br/web/guide/css/scaling_background_images/index.html +++ b/files/pt-br/web/guide/css/scaling_background_images/index.html @@ -2,6 +2,7 @@ title: Alterando a escala das imagens de background slug: Web/Guide/CSS/Scaling_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 ---

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. Você pode tanto aumentar como diminuir a imagem.

diff --git a/files/pt-br/web/html/controlando_verificacao_ortografica_em_formularios_html/index.html b/files/pt-br/web/html/controlando_verificacao_ortografica_em_formularios_html/index.html index 131257026a..c379684839 100644 --- a/files/pt-br/web/html/controlando_verificacao_ortografica_em_formularios_html/index.html +++ b/files/pt-br/web/html/controlando_verificacao_ortografica_em_formularios_html/index.html @@ -6,6 +6,7 @@ tags: - HTML - Intermediário translation_of: Web/HTML/Global_attributes/spellcheck +translation_of_original: Web/HTML/Controlling_spell_checking_in_HTML_forms ---

{{ 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. 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.

diff --git a/files/pt-br/web/html/formatos_midia_suportados/index.html b/files/pt-br/web/html/formatos_midia_suportados/index.html index 75668d7d37..49c0b02fc1 100644 --- a/files/pt-br/web/html/formatos_midia_suportados/index.html +++ b/files/pt-br/web/html/formatos_midia_suportados/index.html @@ -13,6 +13,7 @@ tags: - mp3 - mp4 translation_of: Web/Media/Formats +translation_of_original: Web/HTML/Supported_media_formats ---

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

diff --git a/files/pt-br/web/html/using_html5_audio_and_video/index.html b/files/pt-br/web/html/using_html5_audio_and_video/index.html index 895ba11988..4577341105 100644 --- a/files/pt-br/web/html/using_html5_audio_and_video/index.html +++ b/files/pt-br/web/html/using_html5_audio_and_video/index.html @@ -2,6 +2,7 @@ title: Utilizando áudio e vídeo com HTML5 slug: Web/HTML/Using_HTML5_audio_and_video translation_of: Learn/HTML/Multimedia_and_embedding/Video_and_audio_content +translation_of_original: Web/Guide/HTML/Using_HTML5_audio_and_video ---

O HTML5 introduz o suporte de mídia embutido por meio dos elementos {{ HTMLElement("audio") }} e {{ HTMLElement("video") }}, oferecendo a possibilidade de incorporar facilmente mídia em documentos HTML.

diff --git a/files/pt-br/web/http/server-side_access_control/index.html b/files/pt-br/web/http/server-side_access_control/index.html index 96d189e656..b1cb255383 100644 --- a/files/pt-br/web/http/server-side_access_control/index.html +++ b/files/pt-br/web/http/server-side_access_control/index.html @@ -2,6 +2,7 @@ title: Controle de Acesso do lado do servidor (CORS) slug: Web/HTTP/Server-Side_Access_Control translation_of: Web/HTTP/CORS +translation_of_original: Web/HTTP/Server-Side_Access_Control ---

Os sistemas de controle de acesso realizam   identificação de autorizaçãoautenticação , aprovação de acesso e prestação de contas de entidades por meio de credenciais de login, incluindo  senhas , números de identificação pessoal (PINs),   varreduras biométricas e chaves físicas ou eletrônicas.

diff --git a/files/pt-br/web/javascript/guide/igualdade/index.html b/files/pt-br/web/javascript/guide/igualdade/index.html index 786c9c257b..57f1c2fdcc 100644 --- a/files/pt-br/web/javascript/guide/igualdade/index.html +++ b/files/pt-br/web/javascript/guide/igualdade/index.html @@ -2,6 +2,7 @@ title: Igualdade em JavaScript slug: Web/JavaScript/Guide/Igualdade translation_of: Web/JavaScript/Equality_comparisons_and_sameness +translation_of_original: Web/JavaScript/Guide/Sameness ---

A ES6 possui três facilidades internas para determinar se algum x e algum y são "os mesmos". Elas são: igualdade ou "igual duplo" (==), igualdade rigorosa ou "igual triplo" (===), e Object.is. (Note que Object.is foi adicionado na ES6. Ambos igual duplo e igual triplo existiam antes da ES6, e seu comportamento permanece o mesmo.)

Visão geral

diff --git a/files/pt-br/web/javascript/introduction_to_object-oriented_javascript/index.html b/files/pt-br/web/javascript/introduction_to_object-oriented_javascript/index.html index 985f67f1cc..aaab9150b3 100644 --- a/files/pt-br/web/javascript/introduction_to_object-oriented_javascript/index.html +++ b/files/pt-br/web/javascript/introduction_to_object-oriented_javascript/index.html @@ -11,6 +11,7 @@ tags: - Orientado a Objeto - POO translation_of: Learn/JavaScript/Objects +translation_of_original: Web/JavaScript/Introduction_to_Object-Oriented_JavaScript ---

JavaScript tem fortes capacidades de programação orientada a objetos, apesar de ocorrerem algumas discussões devido às diferenças da orientação a objetos no JavaScript em comparação com outras linguagens.

diff --git a/files/pt-br/web/javascript/reference/global_objects/boolean/prototype/index.html b/files/pt-br/web/javascript/reference/global_objects/boolean/prototype/index.html index 614272be40..99603a019f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/boolean/prototype/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/boolean/prototype/index.html @@ -2,6 +2,7 @@ title: Boolean.prototype slug: Web/JavaScript/Reference/Global_Objects/Boolean/prototype translation_of: Web/JavaScript/Reference/Global_Objects/Boolean +translation_of_original: Web/JavaScript/Reference/Global_Objects/Boolean/prototype ---
{{JSRef}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/function/prototype/index.html b/files/pt-br/web/javascript/reference/global_objects/function/prototype/index.html index 285bf56281..3b45ee5fe2 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/prototype/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/prototype/index.html @@ -2,6 +2,7 @@ title: Function.prototype slug: Web/JavaScript/Reference/Global_Objects/Function/prototype translation_of: Web/JavaScript/Reference/Global_Objects/Function +translation_of_original: Web/JavaScript/Reference/Global_Objects/Function/prototype ---
{{JSRef}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/intl/numberformat/prototype/index.html b/files/pt-br/web/javascript/reference/global_objects/intl/numberformat/prototype/index.html index badd2d1946..dce89ef41e 100644 --- a/files/pt-br/web/javascript/reference/global_objects/intl/numberformat/prototype/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/intl/numberformat/prototype/index.html @@ -10,6 +10,7 @@ tags: - Prototipo - Prototype translation_of: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat +translation_of_original: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/prototype ---
{{JSRef}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/map/prototype/index.html b/files/pt-br/web/javascript/reference/global_objects/map/prototype/index.html index 7ff81b758a..b20baf56cc 100644 --- a/files/pt-br/web/javascript/reference/global_objects/map/prototype/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/map/prototype/index.html @@ -7,6 +7,7 @@ tags: - Mapa - Propriedade translation_of: Web/JavaScript/Reference/Global_Objects/Map +translation_of_original: Web/JavaScript/Reference/Global_Objects/Map/prototype ---
{{JSRef}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/number/prototype/index.html b/files/pt-br/web/javascript/reference/global_objects/number/prototype/index.html index 01b988c542..9dd96bc9b3 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/prototype/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/prototype/index.html @@ -7,6 +7,7 @@ tags: - Propriedade - Prototipo translation_of: Web/JavaScript/Reference/Global_Objects/Number +translation_of_original: Web/JavaScript/Reference/Global_Objects/Number/prototype ---
{{JSRef}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/object/prototype/index.html b/files/pt-br/web/javascript/reference/global_objects/object/prototype/index.html index 5897f91327..d0c07076a0 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/prototype/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/prototype/index.html @@ -6,6 +6,7 @@ tags: - Objeto - Propriedade translation_of: Web/JavaScript/Reference/Global_Objects/Object +translation_of_original: Web/JavaScript/Reference/Global_Objects/Object/prototype ---
{{JSRef("Global_Objects", "Object")}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/prototype/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/prototype/index.html index a422dd886e..d0be3d870c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/prototype/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/prototype/index.html @@ -2,6 +2,7 @@ title: Promise.prototype slug: Web/JavaScript/Reference/Global_Objects/Promise/prototype translation_of: Web/JavaScript/Reference/Global_Objects/Promise +translation_of_original: Web/JavaScript/Reference/Global_Objects/Promise/prototype ---
{{JSRef("Global_Objects", "Promise")}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/set/prototype/index.html b/files/pt-br/web/javascript/reference/global_objects/set/prototype/index.html index 2438fccc1c..1f2ca2c70b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/set/prototype/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/set/prototype/index.html @@ -6,6 +6,7 @@ tags: - Prototipo - set translation_of: Web/JavaScript/Reference/Global_Objects/Set +translation_of_original: Web/JavaScript/Reference/Global_Objects/Set/prototype ---
{{JSRef}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/string/prototype/index.html b/files/pt-br/web/javascript/reference/global_objects/string/prototype/index.html index 14594dfaf6..a0df7b93ea 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/prototype/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/prototype/index.html @@ -2,6 +2,7 @@ title: String.prototype slug: Web/JavaScript/Reference/Global_Objects/String/prototype translation_of: Web/JavaScript/Reference/Global_Objects/String +translation_of_original: Web/JavaScript/Reference/Global_Objects/String/prototype ---
{{JSRef}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/weakmap/prototype/index.html b/files/pt-br/web/javascript/reference/global_objects/weakmap/prototype/index.html index 0baf6d569d..c3e0334a3b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/weakmap/prototype/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/weakmap/prototype/index.html @@ -2,6 +2,7 @@ title: WeakMap.prototype slug: Web/JavaScript/Reference/Global_Objects/WeakMap/prototype translation_of: Web/JavaScript/Reference/Global_Objects/WeakMap +translation_of_original: Web/JavaScript/Reference/Global_Objects/WeakMap/prototype ---
{{JSRef("Global_Objects", "WeakMap")}}
diff --git a/files/pt-br/web/javascript/reference/operators/arithmetic_operators/index.html b/files/pt-br/web/javascript/reference/operators/arithmetic_operators/index.html index d3f99a9315..4ca87eaddd 100644 --- a/files/pt-br/web/javascript/reference/operators/arithmetic_operators/index.html +++ b/files/pt-br/web/javascript/reference/operators/arithmetic_operators/index.html @@ -5,6 +5,7 @@ tags: - JavaScript - Operadores translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Arithmetic_Operators ---
{{jsSidebar("Operadores")}}
diff --git a/files/pt-br/web/javascript/reference/operators/bitwise_operators/index.html b/files/pt-br/web/javascript/reference/operators/bitwise_operators/index.html index 7e9d2de505..b8b2e654c4 100644 --- a/files/pt-br/web/javascript/reference/operators/bitwise_operators/index.html +++ b/files/pt-br/web/javascript/reference/operators/bitwise_operators/index.html @@ -2,6 +2,7 @@ title: Bitwise operators slug: Web/JavaScript/Reference/Operators/Bitwise_Operators translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Bitwise_Operators ---
{{jsSidebar("Operators")}}
diff --git "a/files/pt-br/web/javascript/reference/operators/operadores_de_compara\303\247\303\243o/index.html" "b/files/pt-br/web/javascript/reference/operators/operadores_de_compara\303\247\303\243o/index.html" index c1a7f864ba..d5e946a438 100644 --- "a/files/pt-br/web/javascript/reference/operators/operadores_de_compara\303\247\303\243o/index.html" +++ "b/files/pt-br/web/javascript/reference/operators/operadores_de_compara\303\247\303\243o/index.html" @@ -8,6 +8,7 @@ tags: - Operadores - Relacionais translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Comparison_Operators ---
{{jsSidebar("Operators")}}
diff --git a/files/pt-br/web/javascript/reference/operators/operadores_logicos/index.html b/files/pt-br/web/javascript/reference/operators/operadores_logicos/index.html index 7c6c4f6aef..e3a3ee6e8c 100644 --- a/files/pt-br/web/javascript/reference/operators/operadores_logicos/index.html +++ b/files/pt-br/web/javascript/reference/operators/operadores_logicos/index.html @@ -9,6 +9,7 @@ tags: - não - ou translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Logical_Operators ---
{{jsSidebar("Operators")}}
diff --git a/files/pt-br/web/javascript/reference/operators/spread_operator/index.html b/files/pt-br/web/javascript/reference/operators/spread_operator/index.html index 4097266877..a877d131bc 100644 --- a/files/pt-br/web/javascript/reference/operators/spread_operator/index.html +++ b/files/pt-br/web/javascript/reference/operators/spread_operator/index.html @@ -5,6 +5,7 @@ tags: - JavaScript - Operador translation_of: Web/JavaScript/Reference/Operators/Spread_syntax +translation_of_original: Web/JavaScript/Reference/Operators/Spread_operator ---
{{jsSidebar("Operators")}}
diff --git a/files/pt-br/web/javascript/reference/statements/default/index.html b/files/pt-br/web/javascript/reference/statements/default/index.html index fb84ae5e9e..8e0fb07927 100644 --- a/files/pt-br/web/javascript/reference/statements/default/index.html +++ b/files/pt-br/web/javascript/reference/statements/default/index.html @@ -6,6 +6,7 @@ tags: - Keyword - Palavra-chave translation_of: Web/JavaScript/Reference/Statements/switch +translation_of_original: Web/JavaScript/Reference/Statements/default ---
{{jsSidebar("Statements")}}
diff --git a/files/pt-br/web_development/mobile/design_responsivo/index.html b/files/pt-br/web_development/mobile/design_responsivo/index.html index 9a2c4dfdd6..f379b2647a 100644 --- a/files/pt-br/web_development/mobile/design_responsivo/index.html +++ b/files/pt-br/web_development/mobile/design_responsivo/index.html @@ -2,6 +2,7 @@ title: Design Responsivo slug: Web_Development/Mobile/Design_responsivo translation_of: Web/Progressive_web_apps +translation_of_original: Web/Guide/Responsive_design ---

Como uma reação aos problemas associados com a abordagem de sites separados para desenvolvimento de sites para celular e desktop, uma ideia relativamente nova (que é atualmente bastante antiga) está crescendo em popularidade: abandona a detecção do agente de usuário, e em vez disso faz sua pagína responder no lado cliente aos recursos do navegador. Esta abordagem, introduzida por Ethan Marcotte em seu artigo para A List Apart, veio a ser conhecido como Responsive Web Design. Como a abordagem de sites separados, WebDesgin Responsivo tem aspectos positivos e negativos.

diff --git a/files/pt-br/web_development/mobile/index.html b/files/pt-br/web_development/mobile/index.html index 82bca6949b..6a651575dc 100644 --- a/files/pt-br/web_development/mobile/index.html +++ b/files/pt-br/web_development/mobile/index.html @@ -6,6 +6,7 @@ tags: - TopicStub - Web Development translation_of: Web/Guide/Mobile +translation_of_original: Web_Development/Mobile ---

Desenvolvimento de sites para ser visualizado em dispositivos móveis requer abordagens que certifique-se de que um site funciona também em dispositivos móveis, como faz em navegadores desktop. Os seguintes artigos descrevem algumas dessas abordagens.

    diff --git a/files/pt-br/webapi/index.html b/files/pt-br/webapi/index.html index f28a579474..c7eb86d426 100644 --- a/files/pt-br/webapi/index.html +++ b/files/pt-br/webapi/index.html @@ -7,6 +7,7 @@ tags: - Firefox OS - Mobile translation_of: Web/API +translation_of_original: WebAPI ---

    WebAPI é um termo usado para se referir a um conjunto de compatibilidade de dispositivos e acessar APIs que permitem que aplicativos Web e conteúdos para acessar o hardware do dispositivo (como o estado da bateria ou o hardware de vibração do dispositivo), bem como o acesso aos dados armazenados no dispositivo (como como o calendário ou lista de contatos). Ao acrescentar estas APIs, esperamos expandir o que a Web pode fazer hoje e apenas plataformas proprietárias foram capazes de fazer no passado.

    diff --git a/files/pt-br/webrtc/index.html b/files/pt-br/webrtc/index.html index 5a920f85c3..9b1cff261d 100644 --- a/files/pt-br/webrtc/index.html +++ b/files/pt-br/webrtc/index.html @@ -8,6 +8,7 @@ tags: - TopicStub - WebRTC translation_of: Web/API/WebRTC_API +translation_of_original: WebRTC ---

    O RTC na WebRTC significa comunicações em tempo real, tecnologia que permite transmissão de áudio/vídeo e compartilhamento de dados entre navegador clientes (pares). Como um conjunto de padrões, a WebRTC fornece a qualquer navegador com à capacidade de compartilhar dados de aplicativos e realizar teleconferências de ponto a ponto, sem a necessidade de instalar plug-ins ou software de terceiros.

    -- cgit v1.2.3-54-g00ecf