From 68fc8e96a9629e73469ed457abd955e548ec670c Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:49:58 +0100 Subject: unslug pt-br: move --- .../index.html" | 38 -- .../index.html | 52 -- .../missing_curly_after_property_list/index.html | 52 ++ .../index.html | 38 ++ .../reference/errors/not_defined/index.html | 66 +++ .../errors/n\303\243o_definido/index.html" | 66 --- .../index.html" | 116 ----- .../errors/unnamed_function_statement/index.html | 116 +++++ .../functions/default_parameters/index.html | 210 ++++++++ .../functions/definicoes_metodos/index.html | 200 -------- .../functions/method_definitions/index.html | 200 ++++++++ .../functions/parametros_predefinidos/index.html | 210 -------- .../global_objects/array/contains/index.html | 106 ---- .../global_objects/array/filter/index.html | 227 +++++++++ .../global_objects/array/filtro/index.html | 227 --------- .../global_objects/array/includes/index.html | 106 ++++ .../global_objects/array/prototype/index.html | 206 -------- .../global_objects/bigint/prototype/index.html | 61 --- .../global_objects/boolean/prototype/index.html | 112 ----- .../global_objects/function/prototype/index.html | 95 ---- .../intl/numberformat/prototype/index.html | 126 ----- .../global_objects/map/prototype/index.html | 136 ----- .../global_objects/number/prototype/index.html | 140 ------ .../global_objects/object/prototype/index.html | 227 --------- .../global_objects/promise/prototype/index.html | 114 ----- .../global_objects/set/prototype/index.html | 85 ---- .../global_objects/string/prototype/index.html | 177 ------- .../global_objects/weakmap/prototype/index.html | 118 ----- .../operators/arithmetic_operators/index.html | 329 ------------ .../atribuicao_via_desestruturacao/index.html | 445 ---------------- .../operators/bitwise_operators/index.html | 559 --------------------- .../reference/operators/comma_operator/index.html | 102 ++++ .../operators/conditional_operator/index.html | 171 +++++++ .../operators/destructuring_assignment/index.html | 445 ++++++++++++++++ .../operators/inicializador_objeto/index.html | 392 --------------- .../nullish_coalescing_operator/index.html | 159 ++++++ .../operators/object_initializer/index.html | 392 +++++++++++++++ .../operators/operador_condicional/index.html | 171 ------- .../operador_de_coalescencia_nula/index.html | 159 ------ .../operators/operador_virgula/index.html | 102 ---- .../index.html" | 251 --------- .../operators/operadores_logicos/index.html | 343 ------------- .../reference/operators/spread_operator/index.html | 201 -------- .../reference/statements/async_function/index.html | 149 ++++++ .../reference/statements/default/index.html | 187 ------- .../statements/funcoes_assincronas/index.html | 149 ------ .../reference/template_literals/index.html | 140 ++++++ .../reference/template_strings/index.html | 140 ------ 48 files changed, 2573 insertions(+), 6040 deletions(-) delete mode 100644 "files/pt-br/web/javascript/reference/errors/fata_par\303\252nteses_ap\303\263s_lista_argumento/index.html" delete mode 100644 files/pt-br/web/javascript/reference/errors/fecha_chaves_esquecida_apos_lista_propriedades/index.html create mode 100644 files/pt-br/web/javascript/reference/errors/missing_curly_after_property_list/index.html create mode 100644 files/pt-br/web/javascript/reference/errors/missing_parenthesis_after_argument_list/index.html create mode 100644 files/pt-br/web/javascript/reference/errors/not_defined/index.html delete mode 100644 "files/pt-br/web/javascript/reference/errors/n\303\243o_definido/index.html" delete mode 100644 "files/pt-br/web/javascript/reference/errors/n\303\243onomeado_func\303\243o_declara\303\247\303\243o/index.html" create mode 100644 files/pt-br/web/javascript/reference/errors/unnamed_function_statement/index.html create mode 100644 files/pt-br/web/javascript/reference/functions/default_parameters/index.html delete mode 100644 files/pt-br/web/javascript/reference/functions/definicoes_metodos/index.html create mode 100644 files/pt-br/web/javascript/reference/functions/method_definitions/index.html delete mode 100644 files/pt-br/web/javascript/reference/functions/parametros_predefinidos/index.html delete mode 100644 files/pt-br/web/javascript/reference/global_objects/array/contains/index.html create mode 100644 files/pt-br/web/javascript/reference/global_objects/array/filter/index.html delete mode 100644 files/pt-br/web/javascript/reference/global_objects/array/filtro/index.html create mode 100644 files/pt-br/web/javascript/reference/global_objects/array/includes/index.html delete mode 100644 files/pt-br/web/javascript/reference/global_objects/array/prototype/index.html delete mode 100644 files/pt-br/web/javascript/reference/global_objects/bigint/prototype/index.html delete mode 100644 files/pt-br/web/javascript/reference/global_objects/boolean/prototype/index.html delete mode 100644 files/pt-br/web/javascript/reference/global_objects/function/prototype/index.html delete mode 100644 files/pt-br/web/javascript/reference/global_objects/intl/numberformat/prototype/index.html delete mode 100644 files/pt-br/web/javascript/reference/global_objects/map/prototype/index.html delete mode 100644 files/pt-br/web/javascript/reference/global_objects/number/prototype/index.html delete mode 100644 files/pt-br/web/javascript/reference/global_objects/object/prototype/index.html delete mode 100644 files/pt-br/web/javascript/reference/global_objects/promise/prototype/index.html delete mode 100644 files/pt-br/web/javascript/reference/global_objects/set/prototype/index.html delete mode 100644 files/pt-br/web/javascript/reference/global_objects/string/prototype/index.html delete mode 100644 files/pt-br/web/javascript/reference/global_objects/weakmap/prototype/index.html delete mode 100644 files/pt-br/web/javascript/reference/operators/arithmetic_operators/index.html delete mode 100644 files/pt-br/web/javascript/reference/operators/atribuicao_via_desestruturacao/index.html delete mode 100644 files/pt-br/web/javascript/reference/operators/bitwise_operators/index.html create mode 100644 files/pt-br/web/javascript/reference/operators/comma_operator/index.html create mode 100644 files/pt-br/web/javascript/reference/operators/conditional_operator/index.html create mode 100644 files/pt-br/web/javascript/reference/operators/destructuring_assignment/index.html delete mode 100644 files/pt-br/web/javascript/reference/operators/inicializador_objeto/index.html create mode 100644 files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html create mode 100644 files/pt-br/web/javascript/reference/operators/object_initializer/index.html delete mode 100644 files/pt-br/web/javascript/reference/operators/operador_condicional/index.html delete mode 100644 files/pt-br/web/javascript/reference/operators/operador_de_coalescencia_nula/index.html delete mode 100644 files/pt-br/web/javascript/reference/operators/operador_virgula/index.html delete mode 100644 "files/pt-br/web/javascript/reference/operators/operadores_de_compara\303\247\303\243o/index.html" delete mode 100644 files/pt-br/web/javascript/reference/operators/operadores_logicos/index.html delete mode 100644 files/pt-br/web/javascript/reference/operators/spread_operator/index.html create mode 100644 files/pt-br/web/javascript/reference/statements/async_function/index.html delete mode 100644 files/pt-br/web/javascript/reference/statements/default/index.html delete mode 100644 files/pt-br/web/javascript/reference/statements/funcoes_assincronas/index.html create mode 100644 files/pt-br/web/javascript/reference/template_literals/index.html delete mode 100644 files/pt-br/web/javascript/reference/template_strings/index.html (limited to 'files/pt-br/web/javascript/reference') diff --git "a/files/pt-br/web/javascript/reference/errors/fata_par\303\252nteses_ap\303\263s_lista_argumento/index.html" "b/files/pt-br/web/javascript/reference/errors/fata_par\303\252nteses_ap\303\263s_lista_argumento/index.html" deleted file mode 100644 index 83844d17b5..0000000000 --- "a/files/pt-br/web/javascript/reference/errors/fata_par\303\252nteses_ap\303\263s_lista_argumento/index.html" +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: Erro de sintaxe falta ) depois da lista de argumentos -slug: Web/JavaScript/Reference/Errors/Fata_parênteses_após_lista_argumento -translation_of: Web/JavaScript/Reference/Errors/Missing_parenthesis_after_argument_list ---- -
{{jsSidebar("Errors")}}
- -

Mensagem

- -
Erro de sintaxe: Falta ) depois da lista de argumento
-
- -

Tipo de Erro

- -

{{jsxref("Erro de sintaxe")}}.

- -

O que houve de errado?

- -

Ocorreu um erro quando a função foi chamada. Pode ter sido um erro de escrita, falta de operador, ou uma string fora das aspas, por exemplo.

- -

Exemplos

- -

Pela falta do operador "+" para fazer a concatenação da string, o JavaScript esperou um argumento para a função log ser "PI: ". Nesse caso, deveria ser finalizado com parênteses de fechamento ')'.

- -
console.log("PI: " Math.PI);
-// SyntaxError: missing ) after argument list
-
- -

Você pode corrigir a chamada do log adicionand o operador "+":

- -
console.log("PI: " + Math.PI);
-// "PI: 3.141592653589793"
- -

Veja também:

- - diff --git a/files/pt-br/web/javascript/reference/errors/fecha_chaves_esquecida_apos_lista_propriedades/index.html b/files/pt-br/web/javascript/reference/errors/fecha_chaves_esquecida_apos_lista_propriedades/index.html deleted file mode 100644 index b10562516e..0000000000 --- a/files/pt-br/web/javascript/reference/errors/fecha_chaves_esquecida_apos_lista_propriedades/index.html +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: 'SyntaxError: missing } after property list' -slug: Web/JavaScript/Reference/Errors/Fecha_chaves_esquecida_apos_lista_propriedades -tags: - - Erro de Sintaxe - - Erros - - JavaScript - - SyntaxError -translation_of: Web/JavaScript/Reference/Errors/Missing_curly_after_property_list ---- -
{{jsSidebar("Errors")}}
- -

Mensagem

- -
SyntaxError: missing } after property list
-
- -

Tipo de erro

- -

{{jsxref("SyntaxError")}}

- -

O que deu errado?

- -

Aconteceu um engano na sintaxe do inicializador do objeto em algum lugar. Pode ser que você esqueceu de colocar uma chave, mas também pode ser uma vírgula que foi esquecida, por exemplo. Verifique também se alguma chave de finalização ou parêntesis estão em algum lugar que não deveriam estar. Indente ou formate o código de uma maneira legível pode te ajudar a enxergar no meio dessa selva.

- -

Exemplos

- -

Vírgula esquecida

- -

Muitas vezes esquecemos uma vígula no inicializador de objeto:

- -
var obj = {
-  a: 1,
-  b: { minhaProp: 2 }
-  c: 3
-};
-
- -

O código correto deve ser:

- -
var obj = {
-  a: 1,
-  b: { minhaProp: 2 },
-  c: 3
-};
-
- -

Veja também

- - 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 new file mode 100644 index 0000000000..b10562516e --- /dev/null +++ b/files/pt-br/web/javascript/reference/errors/missing_curly_after_property_list/index.html @@ -0,0 +1,52 @@ +--- +title: 'SyntaxError: missing } after property list' +slug: Web/JavaScript/Reference/Errors/Fecha_chaves_esquecida_apos_lista_propriedades +tags: + - Erro de Sintaxe + - Erros + - JavaScript + - SyntaxError +translation_of: Web/JavaScript/Reference/Errors/Missing_curly_after_property_list +--- +
{{jsSidebar("Errors")}}
+ +

Mensagem

+ +
SyntaxError: missing } after property list
+
+ +

Tipo de erro

+ +

{{jsxref("SyntaxError")}}

+ +

O que deu errado?

+ +

Aconteceu um engano na sintaxe do inicializador do objeto em algum lugar. Pode ser que você esqueceu de colocar uma chave, mas também pode ser uma vírgula que foi esquecida, por exemplo. Verifique também se alguma chave de finalização ou parêntesis estão em algum lugar que não deveriam estar. Indente ou formate o código de uma maneira legível pode te ajudar a enxergar no meio dessa selva.

+ +

Exemplos

+ +

Vírgula esquecida

+ +

Muitas vezes esquecemos uma vígula no inicializador de objeto:

+ +
var obj = {
+  a: 1,
+  b: { minhaProp: 2 }
+  c: 3
+};
+
+ +

O código correto deve ser:

+ +
var obj = {
+  a: 1,
+  b: { minhaProp: 2 },
+  c: 3
+};
+
+ +

Veja também

+ + 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 new file mode 100644 index 0000000000..83844d17b5 --- /dev/null +++ b/files/pt-br/web/javascript/reference/errors/missing_parenthesis_after_argument_list/index.html @@ -0,0 +1,38 @@ +--- +title: Erro de sintaxe falta ) depois da lista de argumentos +slug: Web/JavaScript/Reference/Errors/Fata_parênteses_após_lista_argumento +translation_of: Web/JavaScript/Reference/Errors/Missing_parenthesis_after_argument_list +--- +
{{jsSidebar("Errors")}}
+ +

Mensagem

+ +
Erro de sintaxe: Falta ) depois da lista de argumento
+
+ +

Tipo de Erro

+ +

{{jsxref("Erro de sintaxe")}}.

+ +

O que houve de errado?

+ +

Ocorreu um erro quando a função foi chamada. Pode ter sido um erro de escrita, falta de operador, ou uma string fora das aspas, por exemplo.

+ +

Exemplos

+ +

Pela falta do operador "+" para fazer a concatenação da string, o JavaScript esperou um argumento para a função log ser "PI: ". Nesse caso, deveria ser finalizado com parênteses de fechamento ')'.

+ +
console.log("PI: " Math.PI);
+// SyntaxError: missing ) after argument list
+
+ +

Você pode corrigir a chamada do log adicionand o operador "+":

+ +
console.log("PI: " + Math.PI);
+// "PI: 3.141592653589793"
+ +

Veja também:

+ + 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 new file mode 100644 index 0000000000..6642b81b44 --- /dev/null +++ b/files/pt-br/web/javascript/reference/errors/not_defined/index.html @@ -0,0 +1,66 @@ +--- +title: 'ReferenceError: "x" não está definido' +slug: Web/JavaScript/Reference/Errors/Não_definido +translation_of: Web/JavaScript/Reference/Errors/Not_defined +--- +
{{jsSidebar("Errors")}}
+ +

Mensagem

+ +
ReferenceError: "x" is not defined
+
+ +

Tipo de erro

+ +

{{jsxref("ReferenceError")}}

+ +

O que deu errado?

+ +

Há uma variavel inexistente referenciada em algum lugar. Essa variável precisa ser declarada ou você precisa ter certeza que ela está disponível no seu atual script ou {{Glossary("escopo")}}.

+ +
+

Nota: Quando carregar uma biblioteca (como o JQuery) tenha certeza que ela está carregada antes que você acesse as variáveis dela, como "$". Coloque na tag {{HTMLElement("script")}} para carregar a biblioteca antes do seu código usá-lo.

+
+ +

Exemplos

+ +

Variável não declarada

+ +
foo.substring(1); // ReferenceError: foo is not defined
+
+ +

A variável "foo" não está definida em lugar nenhum. Ela precisa ser uma string e assim o método {{jsxref("String.prototype.substring()")}} irá funcionar.

+ +
var foo = "bar";
+foo.substring(1); // "ar"
+ +

Escopo Errado

+ +

Uma variável precisa estar disponível no atual contexto de execução. Variáveis definidas dentro de uma function não podem ser acessadas de outros lugares fora da função, porque a variável é definida apenas no escopo da função

+ +
function numbers () {
+  var num1 = 2,
+      num2 = 3;
+  return num1 + num2;
+}
+
+console.log(num1); // ReferenceError num1 is not defined.
+ +

Entretanto, uma função pode acessar todas as variáveis e funções definidas dentro do escopo no qual elas estão definidas. Em outras palavras, uma função definida no escopo global pode acessar todas as variáveis no escopo global.

+ +
var num1 = 2,
+    num2 = 3;
+
+function numbers () {
+  return num1 + num2;
+}
+
+console.log(num1); // 2
+ +

Veja também

+ + diff --git "a/files/pt-br/web/javascript/reference/errors/n\303\243o_definido/index.html" "b/files/pt-br/web/javascript/reference/errors/n\303\243o_definido/index.html" deleted file mode 100644 index 6642b81b44..0000000000 --- "a/files/pt-br/web/javascript/reference/errors/n\303\243o_definido/index.html" +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: 'ReferenceError: "x" não está definido' -slug: Web/JavaScript/Reference/Errors/Não_definido -translation_of: Web/JavaScript/Reference/Errors/Not_defined ---- -
{{jsSidebar("Errors")}}
- -

Mensagem

- -
ReferenceError: "x" is not defined
-
- -

Tipo de erro

- -

{{jsxref("ReferenceError")}}

- -

O que deu errado?

- -

Há uma variavel inexistente referenciada em algum lugar. Essa variável precisa ser declarada ou você precisa ter certeza que ela está disponível no seu atual script ou {{Glossary("escopo")}}.

- -
-

Nota: Quando carregar uma biblioteca (como o JQuery) tenha certeza que ela está carregada antes que você acesse as variáveis dela, como "$". Coloque na tag {{HTMLElement("script")}} para carregar a biblioteca antes do seu código usá-lo.

-
- -

Exemplos

- -

Variável não declarada

- -
foo.substring(1); // ReferenceError: foo is not defined
-
- -

A variável "foo" não está definida em lugar nenhum. Ela precisa ser uma string e assim o método {{jsxref("String.prototype.substring()")}} irá funcionar.

- -
var foo = "bar";
-foo.substring(1); // "ar"
- -

Escopo Errado

- -

Uma variável precisa estar disponível no atual contexto de execução. Variáveis definidas dentro de uma function não podem ser acessadas de outros lugares fora da função, porque a variável é definida apenas no escopo da função

- -
function numbers () {
-  var num1 = 2,
-      num2 = 3;
-  return num1 + num2;
-}
-
-console.log(num1); // ReferenceError num1 is not defined.
- -

Entretanto, uma função pode acessar todas as variáveis e funções definidas dentro do escopo no qual elas estão definidas. Em outras palavras, uma função definida no escopo global pode acessar todas as variáveis no escopo global.

- -
var num1 = 2,
-    num2 = 3;
-
-function numbers () {
-  return num1 + num2;
-}
-
-console.log(num1); // 2
- -

Veja também

- - diff --git "a/files/pt-br/web/javascript/reference/errors/n\303\243onomeado_func\303\243o_declara\303\247\303\243o/index.html" "b/files/pt-br/web/javascript/reference/errors/n\303\243onomeado_func\303\243o_declara\303\247\303\243o/index.html" deleted file mode 100644 index 6f01588059..0000000000 --- "a/files/pt-br/web/javascript/reference/errors/n\303\243onomeado_func\303\243o_declara\303\247\303\243o/index.html" +++ /dev/null @@ -1,116 +0,0 @@ ---- -title: 'Erro de sintaxe: declaração de função requer um nome' -slug: Web/JavaScript/Reference/Errors/NãoNomeado_funcão_declaração -tags: - - Erro - - Erro de Sintaxe - - JavaScript - - Statement -translation_of: Web/JavaScript/Reference/Errors/Unnamed_function_statement ---- -
{{jsSidebar("Errors")}}
- -

Mensagem

- -
Errodesintaxe: Identificador Esperado(Edge)
-Errodesintaxe: declaração de função requer um nome [Firefox]
-Errodesintaxe: Token inesperado ( [Chrome]
-
- -

Tipo de erro

- -

{{jsxref("Errodesintaxe")}}

- -

O que estava errado?

- -

Existe uma declaração no código que requer um nome. Você precisa checar como as funções são definidas e se você precisa providenciar um nome, se a função em questão precisa ser uma expressão de função, um {{Glossary("IIFE")}} ou se o código da função está colocado corretamente neste contexto.

- -

Exemplos

- -

Statements vs expressions

- -

Uma  declaração de função (ou declaração de função) requer um nome, isso não vai funcionar:

- -
function () {
-  return 'Olha mundo';
-}
-// SyntaxError: function statement requires a name
-
- -

Você pode usar uma expressão de função ao invés de uma atribuição.

- -
var saudar = function() {
-  return 'Ola mundo';
-};
- -

Ou, sua função pode ser pretendida a ser uma IIFE (Immediately Invoked Function Expression), qual é uma função que será em breve definida. Você vai precisar de um pouco mais de colchetes neste caso:

- -
(function () {
-
-})();
- -

Funçoes etiquetadas

- -

Se usar labels, precisará providenciar um nome de função depois da  palavra function . Isto não funciona:

- -
function Saudacao() {
-  alemao: function () {
-    return "Moin";
-  }
-}
-// SyntaxError: a função declaração requer um nome
-
- -

Isso funciona ,veja o exemplo:

- -
function Saudacao() {
-  alemao: function g() {
-    return "Moin";
-  }
-}
- -

Métodos de Objetos

- -

Se pretende criar um metodo para um objeto, voce precisa-rá criar um objeto (hehehe). A seguir uma sintaxe sem nome depois de function é válida.

- -
var saudacao = {
-  alemao: function () {
-    return "Moin";
-  }
-};
- -

Callback Sintaxe

- -

Alem disso,cheque sua sintaxe usando callbacks. Colchetes e virgulas ficam facilmente atrapalhar e dificultar.

- -
promessa.then(
-  function() {
-    console.log("sucesso");
-  });
-  function() {
-    console.log("erro");
-}
-// SyntaxError: function statement requires a name
-
- -

O correto seria:

- -
promise.then(
-  function() {
-    console.log("success");
-  },
-  function() {
-    console.log("error");
-  }
-);//sempre que abrir feche();
-
- -

Veja também

- - 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 new file mode 100644 index 0000000000..6f01588059 --- /dev/null +++ b/files/pt-br/web/javascript/reference/errors/unnamed_function_statement/index.html @@ -0,0 +1,116 @@ +--- +title: 'Erro de sintaxe: declaração de função requer um nome' +slug: Web/JavaScript/Reference/Errors/NãoNomeado_funcão_declaração +tags: + - Erro + - Erro de Sintaxe + - JavaScript + - Statement +translation_of: Web/JavaScript/Reference/Errors/Unnamed_function_statement +--- +
{{jsSidebar("Errors")}}
+ +

Mensagem

+ +
Errodesintaxe: Identificador Esperado(Edge)
+Errodesintaxe: declaração de função requer um nome [Firefox]
+Errodesintaxe: Token inesperado ( [Chrome]
+
+ +

Tipo de erro

+ +

{{jsxref("Errodesintaxe")}}

+ +

O que estava errado?

+ +

Existe uma declaração no código que requer um nome. Você precisa checar como as funções são definidas e se você precisa providenciar um nome, se a função em questão precisa ser uma expressão de função, um {{Glossary("IIFE")}} ou se o código da função está colocado corretamente neste contexto.

+ +

Exemplos

+ +

Statements vs expressions

+ +

Uma  declaração de função (ou declaração de função) requer um nome, isso não vai funcionar:

+ +
function () {
+  return 'Olha mundo';
+}
+// SyntaxError: function statement requires a name
+
+ +

Você pode usar uma expressão de função ao invés de uma atribuição.

+ +
var saudar = function() {
+  return 'Ola mundo';
+};
+ +

Ou, sua função pode ser pretendida a ser uma IIFE (Immediately Invoked Function Expression), qual é uma função que será em breve definida. Você vai precisar de um pouco mais de colchetes neste caso:

+ +
(function () {
+
+})();
+ +

Funçoes etiquetadas

+ +

Se usar labels, precisará providenciar um nome de função depois da  palavra function . Isto não funciona:

+ +
function Saudacao() {
+  alemao: function () {
+    return "Moin";
+  }
+}
+// SyntaxError: a função declaração requer um nome
+
+ +

Isso funciona ,veja o exemplo:

+ +
function Saudacao() {
+  alemao: function g() {
+    return "Moin";
+  }
+}
+ +

Métodos de Objetos

+ +

Se pretende criar um metodo para um objeto, voce precisa-rá criar um objeto (hehehe). A seguir uma sintaxe sem nome depois de function é válida.

+ +
var saudacao = {
+  alemao: function () {
+    return "Moin";
+  }
+};
+ +

Callback Sintaxe

+ +

Alem disso,cheque sua sintaxe usando callbacks. Colchetes e virgulas ficam facilmente atrapalhar e dificultar.

+ +
promessa.then(
+  function() {
+    console.log("sucesso");
+  });
+  function() {
+    console.log("erro");
+}
+// SyntaxError: function statement requires a name
+
+ +

O correto seria:

+ +
promise.then(
+  function() {
+    console.log("success");
+  },
+  function() {
+    console.log("error");
+  }
+);//sempre que abrir feche();
+
+ +

Veja também

+ + 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 new file mode 100644 index 0000000000..82dc54abd8 --- /dev/null +++ b/files/pt-br/web/javascript/reference/functions/default_parameters/index.html @@ -0,0 +1,210 @@ +--- +title: Parâmetros Predefinidos +slug: Web/JavaScript/Reference/Functions/Parametros_Predefinidos +tags: + - ECMA2015 + - ECMAScript6 + - Function + - Functions + - Função + - Funções + - JavaScript +translation_of: Web/JavaScript/Reference/Functions/Default_parameters +--- +
{{jsSidebar("Functions")}}
+ +

Os parâmetros predefinidos de uma função permitem que parâmetros regulares sejam inicializados com com valores iniciais caso undefined ou nenhum valor seja passado.

+ +

Sintaxe

+ +
function [nome]([param1[ = valorPredefinido1 ][, ..., paramN[ = valorPredefinidoN ]]]) {
+   instruções
+}
+
+ +

Descrição

+ +

Em JavaScript, os parâmetros de funções tem {{jsxref("undefined")}} como valor predefinido. Contudo, em alguns casos pode ser útil utilizar algum outro valor. É nesta situação em que os parâmetros predefinidos podem ser úteis.

+ +

No passado, a estratégia de definir valores padrão para parâmetros era testar os valores do parâmetros no corpo da função e atribuir um valor se este for undefined. No exemplo a seguir, se nenhum valor for fornecido para b na chamada, este valor será undefined, quando a*b for calculado resultaria em NaN. No entanto, isto é capturado na segunda linha definindo um valor padrão para b:

+ +
function multiply(a, b) {
+  b = (typeof b !== 'undefined') ? b : 1;
+
+  return a * b;
+}
+
+multiply(5, 2); // 10
+multiply(5, 1); // 5
+multiply(5);    // 5
+
+ +

Com o parâmetros predefinidos a checagem no corpo da função nao é mais necessária. Agora você pode simplesmente colocar 1 como valor padrão para b na declaração da função:

+ +
function multiply(a, b = 1) {
+  return a * b;
+}
+
+multiply(5, 2); // 10
+multiply(5, 1); // 5
+multiply(5);    // 5
+ +

Exemplos

+ +

Passando undefined vs. outros valores "falsy"

+ +

Na segunda chamada aqui, mesmo se o segundo argumento é definido explicitamente como undefined (com exceção de null) quando chamado, o valor para o argumento num será o padrão.

+ +
function test(num = 1) {
+  console.log(typeof num);
+}
+
+test();          // 'number' (num é definido para 1)
+test(undefined); // 'number' (num é definido para 1 também)
+
+// teste com outros values "falsy":
+test('');        // 'string' (num é definido para '')
+test(null);      // 'object' (num é definido para null)
+ +

Avaliado em tempo de chamada

+ +

Os parâmetros predefinidos são avaliados no momento da chamada da função, então diferente de ex.: Python, um novo objeto é criado cada vez que a funçao é chamada.

+ +
function append(value, array = []) {
+  array.push(value);
+  return array;
+}
+
+append(1); //[1]
+append(2); //[2], not [1, 2]
+
+
+ +

Este mesmo comportamento é aplicado para funções e variáveis:

+ +
function callSomething(thing = something()) { return thing }
+
+function something(){
+  return "sth";
+}
+
+callSomething();  //sth
+ +

Parâmetros predefinidos estão disponíveis para os parâmetros seguintes à sua definição

+ +

Parâmetros que já foram avaliados ficam disponíveis para uso para os parâmetros seguintes:

+ +
function singularAutoPlural(singular, plural = singular+"s",
+                            rallyingCry = plural + " ATTACK!!!") {
+  return [singular, plural, rallyingCry ];
+}
+
+//["Gecko","Geckos", "Geckos ATTACK!!!"]
+singularAutoPlural("Gecko");
+
+//["Fox","Foxes", "Foxes ATTACK!!!"]
+singularAutoPlural("Fox","Foxes");
+
+//["Deer", "Deer", "Deer ... change."]
+singularAutoPlural("Deer", "Deer", "Deer peaceably and respectfully
+   petition the government for positive change.")
+
+ +

Esta funcionalidade torna-se uma maneira direta e demonstra quantos casos extremos são manipulados.

+ +
function go() {
+  return ":P"
+}
+
+function withDefaults(a, b = 5, c = b, d = go(), e = this,
+                      f = arguments, g = this.value) {
+  return [a,b,c,d,e,f,g];
+}
+function withoutDefaults(a, b, c, d, e, f, g){
+  switch(arguments.length){
+    case 0:
+      a
+    case 1:
+      b = 5
+    case 2:
+      c = b
+    case 3:
+      d = go();
+    case 4:
+      e = this
+    case 5:
+      f = arguments
+    case 6:
+      g = this.value;
+    default:
+  }
+  return [a,b,c,d,e,f,g];
+}
+
+withDefaults.call({value:"=^_^="});
+// [undefined, 5, 5, ":P", window, arguments, "=^_^="]
+
+
+withoutDefaults.call({value:"=^_^="});
+// [undefined, 5, 5, ":P", window, arguments, "=^_^="]
+
+ +

Funções definidadas dentro do corpo da função

+ +

Introduzido no Gecko 33 {{geckoRelease(33)}}. Funções declaradas no corpo da função não podem ser referenciada dentro de parâmetos padrão e lançará um {{jsxref("ReferenceError")}} (atualmente um {{jsxref("TypeError")}} no SpiderMonkey, veja {{bug(1022967)}}). Parâmetros padrão são sempre executados primeiro, declarações de funções dentro do corpo de outra função são avaliadas depois.

+ +
// Não funciona! Throws ReferenceError.
+function f(a = go()) {
+  function go(){return ":P"}
+}
+
+ +

Parâmetros sem valor padrão depois de parâmetros com valores padrão

+ +

Antes do Gecko 26 {{geckoRelease(26)}}, o seguinte código resultaria em um {{jsxref("SyntaxError")}}. Isto foi corrigido no {{bug(777060)}} e funciona como esperado em versões posteriores:

+ +
function f(x=1, y) {
+  return [x, y];
+}
+
+f(); // [1, undefined]
+
+ +

Parâmetro desestruturado com valores padrões

+ +

É possível definir valores padrões com a notação destructuring assignment:

+ +
function f([x, y] = [1, 2], {z: z} = {z: 3}) {
+  return x + y + z;
+}
+
+f(); // 6
+ +

Especificações

+ + + + + + + + + + + + + + +
EspecificaçãoStatusComentário
{{SpecName('ES6', '#sec-function-definitions', 'Function Definitions')}}{{Spec2('ES6')}}Definição Inicial.
+ +

Compatibilidade nos navegadores

+ +
+

{{Compat("javascript.functions.default_parameters")}}

+
+ +

Veja também

+ + diff --git a/files/pt-br/web/javascript/reference/functions/definicoes_metodos/index.html b/files/pt-br/web/javascript/reference/functions/definicoes_metodos/index.html deleted file mode 100644 index ac02cb9deb..0000000000 --- a/files/pt-br/web/javascript/reference/functions/definicoes_metodos/index.html +++ /dev/null @@ -1,200 +0,0 @@ ---- -title: Definições de Método -slug: Web/JavaScript/Reference/Functions/Definicoes_metodos -tags: - - ECMAScript 2015 - - Funções - - JavaScript - - Objeto - - Sintaxe -translation_of: Web/JavaScript/Reference/Functions/Method_definitions ---- -
{{JsSidebar("Functions")}}
- -

No ECMAScript 2015 foi introduzida uma sintaxe reduzida para definição de métodos em inicializadores de objetos. É uma abreviação para uma função atribuída ao nome do método.

- -

{{EmbedInteractiveExample("pages/js/functions-definitions.html")}}

- - - -

Sintaxe

- -
var obj = {
-  propriedade( parametros… ) {},
-  *generator( parametros… ) {},
-// também com chaves computadas:
-  [propriedade]( parameters… ) {},
-  *[generator]( parametros… ) {},
-// compare ES5 sintaxe para getter/setter:
-  get propriedade() {},
-  set propriedade(valor) {}
-};
-
- -

Descrição

- -

A sintaxe reduzida é similar à da getter e setter  introduzida no ECMAScript 5.

- -

Dado o seguinte código:

- -
var obj = {
-  foo: function() {},
-  bar: function() {}
-};
- -

Agora você pode reduzi-lo para isto:

- -
var obj = {
-  foo() {},
-  bar() {}
-};
- -

Generator methods

- -

Os generator methods também podem ser definidos utilizando a sintaxe reduzida.

- - - -
// Utilizando a propriedade com nome (pre-ES6)
-var obj2 = {
-  g: function*() {
-    var indice = 0;
-    while(true)
-      yield indice++;
-  }
-};
-
-// O mesmo objeto utilizando a sintaxe reduzida
-var obj2 = {
-  * g() {
-    var indice = 0;
-    while(true)
-      yield indice++;
-  }
-};
-
-var coisa = obj2.g();
-console.log(coisa.next().value); // 0
-console.log(coisa.next().value); // 1
- -

Métodos assíncronos

- -

{{jsxref("Statements/funcoes_assincronas", "Funções assíncronas", "", 1)}} também podem ser definidas usando a sintaxe reduzida.

- -
// Utilizando a propriedade com nome (pre-ES6)
-var obj3 = {
-  f: async function () {
-    await alguma_promise;
-  }
-};
-
-// O mesmo objeto com a sintaxe reduzida
-var obj3 = {
-  async f() {
-    await alguma_promise;
-  }
-};
- -

Generator methods assíncronos

- -

  Os generator methods também podem ser {{jsxref("Statements/funcoes_assincronas", "assíncronos", "", 1)}}

- -
var obj4 = {
-  f: async function* () {
-    yield 1;
-    yield 2;
-    yield 3;
-  }
-};
-
-// O mesmo objeto com a sintaxe reduzida
-var obj4 = {
-  async* f() {
-   yield 1;
-   yield 2;
-   yield 3;
-  }
-};
- -

Métodos reduzidos não são construíveis

- -

Métodos assim definidos não são construtores e lançarão um {{jsxref("TypeError")}} se você tentar instanciá-los.

- -
var obj = {
-  metodo() {},
-};
-new obj.metodo; // TypeError: obj.method is not a constructor
-
-var obj = {
-  * g() {}
-};
-new obj.g; // TypeError: obj.g is not a constructor (modificado no ES2016)
-
- -

Exemplos

- -

Caso de teste simples

- -
var obj = {
-  a : "foo",
-  b(){ return this.a; }
-};
-console.log(obj.b()); // "foo"
-
- -

Nome de propriedades computados

- -

A sintaxe reduzida também suporta nome de propriedades computados.

- -
var bar = {
-  foo0 : function (){return 0;},
-  foo1(){return 1;},
-  ["foo" + 2](){return 2;},
-};
-
-console.log(bar.foo0()); // 0
-console.log(bar.foo1()); // 1
-console.log(bar.foo2()); // 2
- -

Especificações

- - - - - - - - - - - - - - - - - - - -
EspecificaçõesEstadoComentário
{{SpecName('ES6', '#sec-method-definitions', 'Method definitions')}}{{Spec2('ES6')}}Initial definition.
{{SpecName('ESDraft', '#sec-method-definitions', 'Method definitions')}}{{Spec2('ESDraft')}} 
- -

Compatibilidade de browser

- - - -

{{Compat("javascript.functions.method_definitions")}}

- -

Veja também

- - 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 new file mode 100644 index 0000000000..ac02cb9deb --- /dev/null +++ b/files/pt-br/web/javascript/reference/functions/method_definitions/index.html @@ -0,0 +1,200 @@ +--- +title: Definições de Método +slug: Web/JavaScript/Reference/Functions/Definicoes_metodos +tags: + - ECMAScript 2015 + - Funções + - JavaScript + - Objeto + - Sintaxe +translation_of: Web/JavaScript/Reference/Functions/Method_definitions +--- +
{{JsSidebar("Functions")}}
+ +

No ECMAScript 2015 foi introduzida uma sintaxe reduzida para definição de métodos em inicializadores de objetos. É uma abreviação para uma função atribuída ao nome do método.

+ +

{{EmbedInteractiveExample("pages/js/functions-definitions.html")}}

+ + + +

Sintaxe

+ +
var obj = {
+  propriedade( parametros… ) {},
+  *generator( parametros… ) {},
+// também com chaves computadas:
+  [propriedade]( parameters… ) {},
+  *[generator]( parametros… ) {},
+// compare ES5 sintaxe para getter/setter:
+  get propriedade() {},
+  set propriedade(valor) {}
+};
+
+ +

Descrição

+ +

A sintaxe reduzida é similar à da getter e setter  introduzida no ECMAScript 5.

+ +

Dado o seguinte código:

+ +
var obj = {
+  foo: function() {},
+  bar: function() {}
+};
+ +

Agora você pode reduzi-lo para isto:

+ +
var obj = {
+  foo() {},
+  bar() {}
+};
+ +

Generator methods

+ +

Os generator methods também podem ser definidos utilizando a sintaxe reduzida.

+ + + +
// Utilizando a propriedade com nome (pre-ES6)
+var obj2 = {
+  g: function*() {
+    var indice = 0;
+    while(true)
+      yield indice++;
+  }
+};
+
+// O mesmo objeto utilizando a sintaxe reduzida
+var obj2 = {
+  * g() {
+    var indice = 0;
+    while(true)
+      yield indice++;
+  }
+};
+
+var coisa = obj2.g();
+console.log(coisa.next().value); // 0
+console.log(coisa.next().value); // 1
+ +

Métodos assíncronos

+ +

{{jsxref("Statements/funcoes_assincronas", "Funções assíncronas", "", 1)}} também podem ser definidas usando a sintaxe reduzida.

+ +
// Utilizando a propriedade com nome (pre-ES6)
+var obj3 = {
+  f: async function () {
+    await alguma_promise;
+  }
+};
+
+// O mesmo objeto com a sintaxe reduzida
+var obj3 = {
+  async f() {
+    await alguma_promise;
+  }
+};
+ +

Generator methods assíncronos

+ +

  Os generator methods também podem ser {{jsxref("Statements/funcoes_assincronas", "assíncronos", "", 1)}}

+ +
var obj4 = {
+  f: async function* () {
+    yield 1;
+    yield 2;
+    yield 3;
+  }
+};
+
+// O mesmo objeto com a sintaxe reduzida
+var obj4 = {
+  async* f() {
+   yield 1;
+   yield 2;
+   yield 3;
+  }
+};
+ +

Métodos reduzidos não são construíveis

+ +

Métodos assim definidos não são construtores e lançarão um {{jsxref("TypeError")}} se você tentar instanciá-los.

+ +
var obj = {
+  metodo() {},
+};
+new obj.metodo; // TypeError: obj.method is not a constructor
+
+var obj = {
+  * g() {}
+};
+new obj.g; // TypeError: obj.g is not a constructor (modificado no ES2016)
+
+ +

Exemplos

+ +

Caso de teste simples

+ +
var obj = {
+  a : "foo",
+  b(){ return this.a; }
+};
+console.log(obj.b()); // "foo"
+
+ +

Nome de propriedades computados

+ +

A sintaxe reduzida também suporta nome de propriedades computados.

+ +
var bar = {
+  foo0 : function (){return 0;},
+  foo1(){return 1;},
+  ["foo" + 2](){return 2;},
+};
+
+console.log(bar.foo0()); // 0
+console.log(bar.foo1()); // 1
+console.log(bar.foo2()); // 2
+ +

Especificações

+ + + + + + + + + + + + + + + + + + + +
EspecificaçõesEstadoComentário
{{SpecName('ES6', '#sec-method-definitions', 'Method definitions')}}{{Spec2('ES6')}}Initial definition.
{{SpecName('ESDraft', '#sec-method-definitions', 'Method definitions')}}{{Spec2('ESDraft')}} 
+ +

Compatibilidade de browser

+ + + +

{{Compat("javascript.functions.method_definitions")}}

+ +

Veja também

+ + diff --git a/files/pt-br/web/javascript/reference/functions/parametros_predefinidos/index.html b/files/pt-br/web/javascript/reference/functions/parametros_predefinidos/index.html deleted file mode 100644 index 82dc54abd8..0000000000 --- a/files/pt-br/web/javascript/reference/functions/parametros_predefinidos/index.html +++ /dev/null @@ -1,210 +0,0 @@ ---- -title: Parâmetros Predefinidos -slug: Web/JavaScript/Reference/Functions/Parametros_Predefinidos -tags: - - ECMA2015 - - ECMAScript6 - - Function - - Functions - - Função - - Funções - - JavaScript -translation_of: Web/JavaScript/Reference/Functions/Default_parameters ---- -
{{jsSidebar("Functions")}}
- -

Os parâmetros predefinidos de uma função permitem que parâmetros regulares sejam inicializados com com valores iniciais caso undefined ou nenhum valor seja passado.

- -

Sintaxe

- -
function [nome]([param1[ = valorPredefinido1 ][, ..., paramN[ = valorPredefinidoN ]]]) {
-   instruções
-}
-
- -

Descrição

- -

Em JavaScript, os parâmetros de funções tem {{jsxref("undefined")}} como valor predefinido. Contudo, em alguns casos pode ser útil utilizar algum outro valor. É nesta situação em que os parâmetros predefinidos podem ser úteis.

- -

No passado, a estratégia de definir valores padrão para parâmetros era testar os valores do parâmetros no corpo da função e atribuir um valor se este for undefined. No exemplo a seguir, se nenhum valor for fornecido para b na chamada, este valor será undefined, quando a*b for calculado resultaria em NaN. No entanto, isto é capturado na segunda linha definindo um valor padrão para b:

- -
function multiply(a, b) {
-  b = (typeof b !== 'undefined') ? b : 1;
-
-  return a * b;
-}
-
-multiply(5, 2); // 10
-multiply(5, 1); // 5
-multiply(5);    // 5
-
- -

Com o parâmetros predefinidos a checagem no corpo da função nao é mais necessária. Agora você pode simplesmente colocar 1 como valor padrão para b na declaração da função:

- -
function multiply(a, b = 1) {
-  return a * b;
-}
-
-multiply(5, 2); // 10
-multiply(5, 1); // 5
-multiply(5);    // 5
- -

Exemplos

- -

Passando undefined vs. outros valores "falsy"

- -

Na segunda chamada aqui, mesmo se o segundo argumento é definido explicitamente como undefined (com exceção de null) quando chamado, o valor para o argumento num será o padrão.

- -
function test(num = 1) {
-  console.log(typeof num);
-}
-
-test();          // 'number' (num é definido para 1)
-test(undefined); // 'number' (num é definido para 1 também)
-
-// teste com outros values "falsy":
-test('');        // 'string' (num é definido para '')
-test(null);      // 'object' (num é definido para null)
- -

Avaliado em tempo de chamada

- -

Os parâmetros predefinidos são avaliados no momento da chamada da função, então diferente de ex.: Python, um novo objeto é criado cada vez que a funçao é chamada.

- -
function append(value, array = []) {
-  array.push(value);
-  return array;
-}
-
-append(1); //[1]
-append(2); //[2], not [1, 2]
-
-
- -

Este mesmo comportamento é aplicado para funções e variáveis:

- -
function callSomething(thing = something()) { return thing }
-
-function something(){
-  return "sth";
-}
-
-callSomething();  //sth
- -

Parâmetros predefinidos estão disponíveis para os parâmetros seguintes à sua definição

- -

Parâmetros que já foram avaliados ficam disponíveis para uso para os parâmetros seguintes:

- -
function singularAutoPlural(singular, plural = singular+"s",
-                            rallyingCry = plural + " ATTACK!!!") {
-  return [singular, plural, rallyingCry ];
-}
-
-//["Gecko","Geckos", "Geckos ATTACK!!!"]
-singularAutoPlural("Gecko");
-
-//["Fox","Foxes", "Foxes ATTACK!!!"]
-singularAutoPlural("Fox","Foxes");
-
-//["Deer", "Deer", "Deer ... change."]
-singularAutoPlural("Deer", "Deer", "Deer peaceably and respectfully
-   petition the government for positive change.")
-
- -

Esta funcionalidade torna-se uma maneira direta e demonstra quantos casos extremos são manipulados.

- -
function go() {
-  return ":P"
-}
-
-function withDefaults(a, b = 5, c = b, d = go(), e = this,
-                      f = arguments, g = this.value) {
-  return [a,b,c,d,e,f,g];
-}
-function withoutDefaults(a, b, c, d, e, f, g){
-  switch(arguments.length){
-    case 0:
-      a
-    case 1:
-      b = 5
-    case 2:
-      c = b
-    case 3:
-      d = go();
-    case 4:
-      e = this
-    case 5:
-      f = arguments
-    case 6:
-      g = this.value;
-    default:
-  }
-  return [a,b,c,d,e,f,g];
-}
-
-withDefaults.call({value:"=^_^="});
-// [undefined, 5, 5, ":P", window, arguments, "=^_^="]
-
-
-withoutDefaults.call({value:"=^_^="});
-// [undefined, 5, 5, ":P", window, arguments, "=^_^="]
-
- -

Funções definidadas dentro do corpo da função

- -

Introduzido no Gecko 33 {{geckoRelease(33)}}. Funções declaradas no corpo da função não podem ser referenciada dentro de parâmetos padrão e lançará um {{jsxref("ReferenceError")}} (atualmente um {{jsxref("TypeError")}} no SpiderMonkey, veja {{bug(1022967)}}). Parâmetros padrão são sempre executados primeiro, declarações de funções dentro do corpo de outra função são avaliadas depois.

- -
// Não funciona! Throws ReferenceError.
-function f(a = go()) {
-  function go(){return ":P"}
-}
-
- -

Parâmetros sem valor padrão depois de parâmetros com valores padrão

- -

Antes do Gecko 26 {{geckoRelease(26)}}, o seguinte código resultaria em um {{jsxref("SyntaxError")}}. Isto foi corrigido no {{bug(777060)}} e funciona como esperado em versões posteriores:

- -
function f(x=1, y) {
-  return [x, y];
-}
-
-f(); // [1, undefined]
-
- -

Parâmetro desestruturado com valores padrões

- -

É possível definir valores padrões com a notação destructuring assignment:

- -
function f([x, y] = [1, 2], {z: z} = {z: 3}) {
-  return x + y + z;
-}
-
-f(); // 6
- -

Especificações

- - - - - - - - - - - - - - -
EspecificaçãoStatusComentário
{{SpecName('ES6', '#sec-function-definitions', 'Function Definitions')}}{{Spec2('ES6')}}Definição Inicial.
- -

Compatibilidade nos navegadores

- -
-

{{Compat("javascript.functions.default_parameters")}}

-
- -

Veja também

- - diff --git a/files/pt-br/web/javascript/reference/global_objects/array/contains/index.html b/files/pt-br/web/javascript/reference/global_objects/array/contains/index.html deleted file mode 100644 index a0f794df1a..0000000000 --- a/files/pt-br/web/javascript/reference/global_objects/array/contains/index.html +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: Array.prototype.includes() -slug: Web/JavaScript/Reference/Global_Objects/Array/contains -tags: - - Array - - ECMAScript7 - - Experimental - - Expérimental(2) - - JavaScript -translation_of: Web/JavaScript/Reference/Global_Objects/Array/includes ---- -
{{JSRef("Global_Objects", "Array")}}
- -

Sumário

- -

O método includes() determina se um array contém um determinado elemento, retornando true ou false apropriadamente.

- -

Sintaxe

- -
array.includes(searchElement[, fromIndex])
- -

Parâmetros

- -
-
searchElement
-
O elemento a buscar
-
fromIndex
-
Opcional. A posição no array de onde a busca pelo searchElement se iniciará. Por padrão, 0.
-
- -

Exemplos

- -
[1, 2, 3].includes(2);     // true
-[1, 2, 3].includes(4);     // false
-[1, 2, 3].includes(3, 3);  // false
-[1, 2, 3].includes(3, -1); // true
-[1, 2, NaN].includes(NaN); // true
-
- -

Polyfill

- -
// https://tc39.github.io/ecma262/#sec-array.prototype.includes
-if (!Array.prototype.includes) {
-  Object.defineProperty(Array.prototype, 'includes', {
-    value: function(searchElement, fromIndex) {
-
-      // 1. Let O be ? ToObject(this value).
-      if (this == null) {
-        throw new TypeError('"this" is null or not defined');
-      }
-
-      var o = Object(this);
-
-      // 2. Let len be ? ToLength(? Get(O, "length")).
-      var len = o.length >>> 0;
-
-      // 3. If len is 0, return false.
-      if (len === 0) {
-        return false;
-      }
-
-      // 4. Let n be ? ToInteger(fromIndex).
-      //    (If fromIndex is undefined, this step produces the value 0.)
-      var n = fromIndex | 0;
-
-      // 5. If n ≥ 0, then
-      //  a. Let k be n.
-      // 6. Else n < 0,
-      //  a. Let k be len + n.
-      //  b. If k < 0, let k be 0.
-      var k = Math.max(n >= 0 ? n : len - Math.abs(n), 0);
-
-      // 7. Repeat, while k < len
-      while (k < len) {
-        // a. Let elementK be the result of ? Get(O, ! ToString(k)).
-        // b. If SameValueZero(searchElement, elementK) is true, return true.
-        // c. Increase k by 1.
-        // NOTE: === provides the correct "SameValueZero" comparison needed here.
-        if (o[k] === searchElement) {
-          return true;
-        }
-        k++;
-      }
-
-      // 8. Return false
-      return false;
-    }
-  });
-}
-
- -

Especificações

- -

Proposta ES7: https://github.com/domenic/Array.prototype.contains/blob/master/spec.md

- -

Compatibilidade

- -
{{Compat("javascript.builtins.Array.includes")}}
- -

Veja Também

- - 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 new file mode 100644 index 0000000000..c7b0c08915 --- /dev/null +++ b/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html @@ -0,0 +1,227 @@ +--- +title: Array.prototype.filter() +slug: Web/JavaScript/Reference/Global_Objects/Array/filtro +tags: + - Array + - ECMAScript 5 + - JavaScript + - Prototype + - metodo +translation_of: Web/JavaScript/Reference/Global_Objects/Array/filter +--- +
{{JSRef}}
+ +

O método filter() cria um novo array com todos os elementos que passaram no teste implementado pela função fornecida.

+ +
function isBigEnough(value) {
+  return value >= 10;
+}
+
+var filtered = [12, 5, 8, 130, 44].filter(isBigEnough);
+// filtrado é [12, 130, 44]
+
+ +

Sintaxe

+ +
var newArray = arr.filter(callback[, thisArg])
+ +

Parâmetros

+ +
+
callback
+
Função é um predicado, para testar cada elemento do array. Retorna true para manter o elemento, false caso contrário, recebendo três argumentos:
+
+
+
element
+
+

O elemento que está sendo processado no array.

+
+
index
+
O índice do elemento atual que está sendo processado no array.
+
array
+
O array para qual filter foi chamada.
+
+
+
thisArg {{Optional_inline}}
+
Opcional. Valor a ser usado como this durante a execução do callback.
+
+ +

Valor de retorno

+ +

Um novo array com os elementos que passaram no teste.

+ +

Descrição

+ +

filter() chama a função callback fornecida, uma vez para cada elemento do array, e constrói um novo array com todos os valores para os quais o callback retornou o valor true ou  um valor que seja convertido para true. O callback é chamado apenas para índices do array que possuem valores atribuídos; Ele não é invocado para índices que foram excluídos ou para aqueles que não tiveram valor atribuído. Elementos do array que não passaram no teste do callback são simplesmente ignorados, e não são incluídos no novo array.

+ +

callback é invocado com estes três argumentos:

+ +
    +
  1. o valor do elemento
  2. +
  3. o índice do elemento
  4. +
  5. o objeto do array a ser preenchido
  6. +
+ +

Se o parâmetro thisArg for provido para o filter, ele será passado para o callback quando invocado, para ser usado como o valor do this. Caso contrário, será passado undefined como o valor de this. O valor do this finalmente observado pela função de callback é determinado de acordo com a regra que define o valor do this geralmente visto por uma função.

+ +

filter() não altera o array a partir da qual foi invocado.

+ +

O intervalo de elementos processados pela função filter() é definido antes da invocação do primeiro callback. Elementos que forem adicionados ao array depois da invocação do filter() não serão visitados pelo callback. Se elementos existentes no array forem alterados ou deletados, os valores deles que serão passados para o callback são os que eles tiverem quando o  filter() visitá-los; Elementos que forem deletados não são visitados.

+ +

Exemplos

+ +

Exemplo: Filtrando todos os valores pequenos

+ +

Os exemplos a seguir usam filter() para criar um array filtrado em que todos os elementos com valores menores que 10 são removidos.

+ +
function isBigEnough(value) {
+  return value >= 10;
+}
+var filtered = [12, 5, 8, 130, 44].filter(isBigEnough);
+// filtered is [12, 130, 44]
+
+ +

Exemplo: Filtrando entradas inválidas para JSON

+ +

O exemplo a seguir usa filter() para criar um JSON filtrado com todos seus elementos diferentes de zero, e id numérico.

+ +
var arr = [
+  { id: 15 },
+  { id: -1 },
+  { id: 0 },
+  { id: 3 },
+  { id: 12.2 },
+  { },
+  { id: null },
+  { id: NaN },
+  { id: 'undefined' }
+];
+
+var invalidEntries = 0;
+
+function filterByID(obj) {
+  if ('id' in obj && typeof(obj.id) === 'number' && !isNaN(obj.id)) {
+    return true;
+  } else {
+    invalidEntries++;
+    return false;
+  }
+}
+
+var arrByID = arr.filter(filterByID);
+
+console.log('Filtered Array\n', arrByID);
+// [{ id: 15 }, { id: -1 }, { id: 0 }, { id: 3 }, { id: 12.2 }]
+
+console.log('Number of Invalid Entries = ', invalidEntries);
+// Number of Invalid Entries = 4
+
+ +

Procurando em um array

+ +

O exemplo a seguir usa filter() para filtrar o conteúdo de um array baseado em um critério de busca

+ +
var fruits = ['apple', 'banana', 'grapes', 'mango', 'orange'];
+
+/**
+ * Array filters items based on search criteria (query)
+ */
+function filterItems(query) {
+  return fruits.filter(function(el) {
+      return el.toLowerCase().indexOf(query.toLowerCase()) > -1;
+  })
+}
+
+console.log(filterItems('ap')); // ['apple', 'grapes']
+console.log(filterItems('an')); // ['banana', 'mango', 'orange']
+ +

Implementação ES2015

+ +
const fruits = ['apple', 'banana', 'grapes', 'mango', 'orange'];
+
+/**
+ * Array filters items based on search criteria (query)
+ */
+const filterItems = (query) => {
+  return fruits.filter(el => el.toLowerCase().indexOf(query.toLowerCase()) > -1);
+};
+
+console.log(filterItems('ap')); // ['apple', 'grapes']
+console.log(filterItems('an')); // ['banana', 'mango', 'orange']
+ +

Polyfill

+ +

filter() foi adicionado ao padrão ECMA-262 na 5ª edição; assim como pode não estar presente em todas as implementações do padrão. Você pode trabalhar com isso adicionando o seguinte código no início de seus scripts, permitindo o uso do filter() na implementação ECMA-262 que não tem suporte nativo. Esse algoritmo é exatamente aquele especificado na 5ª edição do ECMA-262, assumindo que fn.call veja o valor original de {{jsxref("Function.prototype.call()")}}, e que {{jsxref("Array.prototype.push()")}} tenha seu valor original.

+ +
if (!Array.prototype.filter) {
+  Array.prototype.filter = function(fun/*, thisArg*/) {
+    'use strict';
+
+    if (this === void 0 || this === null) {
+      throw new TypeError();
+    }
+
+    var t = Object(this);
+    var len = t.length >>> 0;
+    if (typeof fun !== 'function') {
+      throw new TypeError();
+    }
+
+    var res = [];
+    var thisArg = arguments.length >= 2 ? arguments[1] : void 0;
+    for (var i = 0; i < len; i++) {
+      if (i in t) {
+        var val = t[i];
+
+        // NOTE: Technically this should Object.defineProperty at
+        //       the next index, as push can be affected by
+        //       properties on Object.prototype and Array.prototype.
+        //       But that method's new, and collisions should be
+        //       rare, so use the more-compatible alternative.
+        if (fun.call(thisArg, val, i, t)) {
+          res.push(val);
+        }
+      }
+    }
+
+    return res;
+  };
+}
+
+ +

Especificações

+ + + + + + + + + + + + + + + + + + + +
EspecificaçãoStatusComentário
{{SpecName('ES5.1', '#sec-15.4.4.20', 'Array.prototype.filter')}}{{Spec2('ES5.1')}}Definição inicial. Implementada no JavaScript 1.6.
{{SpecName('ES6', '#sec-array.prototype.filter', 'Array.prototype.filter')}}{{Spec2('ES6')}}
+ +

Compatibilidade de Browser

+ +
{{Compat("javascript.builtins.Array.filter")}}
+ +

Veja também

+ + + + diff --git a/files/pt-br/web/javascript/reference/global_objects/array/filtro/index.html b/files/pt-br/web/javascript/reference/global_objects/array/filtro/index.html deleted file mode 100644 index c7b0c08915..0000000000 --- a/files/pt-br/web/javascript/reference/global_objects/array/filtro/index.html +++ /dev/null @@ -1,227 +0,0 @@ ---- -title: Array.prototype.filter() -slug: Web/JavaScript/Reference/Global_Objects/Array/filtro -tags: - - Array - - ECMAScript 5 - - JavaScript - - Prototype - - metodo -translation_of: Web/JavaScript/Reference/Global_Objects/Array/filter ---- -
{{JSRef}}
- -

O método filter() cria um novo array com todos os elementos que passaram no teste implementado pela função fornecida.

- -
function isBigEnough(value) {
-  return value >= 10;
-}
-
-var filtered = [12, 5, 8, 130, 44].filter(isBigEnough);
-// filtrado é [12, 130, 44]
-
- -

Sintaxe

- -
var newArray = arr.filter(callback[, thisArg])
- -

Parâmetros

- -
-
callback
-
Função é um predicado, para testar cada elemento do array. Retorna true para manter o elemento, false caso contrário, recebendo três argumentos:
-
-
-
element
-
-

O elemento que está sendo processado no array.

-
-
index
-
O índice do elemento atual que está sendo processado no array.
-
array
-
O array para qual filter foi chamada.
-
-
-
thisArg {{Optional_inline}}
-
Opcional. Valor a ser usado como this durante a execução do callback.
-
- -

Valor de retorno

- -

Um novo array com os elementos que passaram no teste.

- -

Descrição

- -

filter() chama a função callback fornecida, uma vez para cada elemento do array, e constrói um novo array com todos os valores para os quais o callback retornou o valor true ou  um valor que seja convertido para true. O callback é chamado apenas para índices do array que possuem valores atribuídos; Ele não é invocado para índices que foram excluídos ou para aqueles que não tiveram valor atribuído. Elementos do array que não passaram no teste do callback são simplesmente ignorados, e não são incluídos no novo array.

- -

callback é invocado com estes três argumentos:

- -
    -
  1. o valor do elemento
  2. -
  3. o índice do elemento
  4. -
  5. o objeto do array a ser preenchido
  6. -
- -

Se o parâmetro thisArg for provido para o filter, ele será passado para o callback quando invocado, para ser usado como o valor do this. Caso contrário, será passado undefined como o valor de this. O valor do this finalmente observado pela função de callback é determinado de acordo com a regra que define o valor do this geralmente visto por uma função.

- -

filter() não altera o array a partir da qual foi invocado.

- -

O intervalo de elementos processados pela função filter() é definido antes da invocação do primeiro callback. Elementos que forem adicionados ao array depois da invocação do filter() não serão visitados pelo callback. Se elementos existentes no array forem alterados ou deletados, os valores deles que serão passados para o callback são os que eles tiverem quando o  filter() visitá-los; Elementos que forem deletados não são visitados.

- -

Exemplos

- -

Exemplo: Filtrando todos os valores pequenos

- -

Os exemplos a seguir usam filter() para criar um array filtrado em que todos os elementos com valores menores que 10 são removidos.

- -
function isBigEnough(value) {
-  return value >= 10;
-}
-var filtered = [12, 5, 8, 130, 44].filter(isBigEnough);
-// filtered is [12, 130, 44]
-
- -

Exemplo: Filtrando entradas inválidas para JSON

- -

O exemplo a seguir usa filter() para criar um JSON filtrado com todos seus elementos diferentes de zero, e id numérico.

- -
var arr = [
-  { id: 15 },
-  { id: -1 },
-  { id: 0 },
-  { id: 3 },
-  { id: 12.2 },
-  { },
-  { id: null },
-  { id: NaN },
-  { id: 'undefined' }
-];
-
-var invalidEntries = 0;
-
-function filterByID(obj) {
-  if ('id' in obj && typeof(obj.id) === 'number' && !isNaN(obj.id)) {
-    return true;
-  } else {
-    invalidEntries++;
-    return false;
-  }
-}
-
-var arrByID = arr.filter(filterByID);
-
-console.log('Filtered Array\n', arrByID);
-// [{ id: 15 }, { id: -1 }, { id: 0 }, { id: 3 }, { id: 12.2 }]
-
-console.log('Number of Invalid Entries = ', invalidEntries);
-// Number of Invalid Entries = 4
-
- -

Procurando em um array

- -

O exemplo a seguir usa filter() para filtrar o conteúdo de um array baseado em um critério de busca

- -
var fruits = ['apple', 'banana', 'grapes', 'mango', 'orange'];
-
-/**
- * Array filters items based on search criteria (query)
- */
-function filterItems(query) {
-  return fruits.filter(function(el) {
-      return el.toLowerCase().indexOf(query.toLowerCase()) > -1;
-  })
-}
-
-console.log(filterItems('ap')); // ['apple', 'grapes']
-console.log(filterItems('an')); // ['banana', 'mango', 'orange']
- -

Implementação ES2015

- -
const fruits = ['apple', 'banana', 'grapes', 'mango', 'orange'];
-
-/**
- * Array filters items based on search criteria (query)
- */
-const filterItems = (query) => {
-  return fruits.filter(el => el.toLowerCase().indexOf(query.toLowerCase()) > -1);
-};
-
-console.log(filterItems('ap')); // ['apple', 'grapes']
-console.log(filterItems('an')); // ['banana', 'mango', 'orange']
- -

Polyfill

- -

filter() foi adicionado ao padrão ECMA-262 na 5ª edição; assim como pode não estar presente em todas as implementações do padrão. Você pode trabalhar com isso adicionando o seguinte código no início de seus scripts, permitindo o uso do filter() na implementação ECMA-262 que não tem suporte nativo. Esse algoritmo é exatamente aquele especificado na 5ª edição do ECMA-262, assumindo que fn.call veja o valor original de {{jsxref("Function.prototype.call()")}}, e que {{jsxref("Array.prototype.push()")}} tenha seu valor original.

- -
if (!Array.prototype.filter) {
-  Array.prototype.filter = function(fun/*, thisArg*/) {
-    'use strict';
-
-    if (this === void 0 || this === null) {
-      throw new TypeError();
-    }
-
-    var t = Object(this);
-    var len = t.length >>> 0;
-    if (typeof fun !== 'function') {
-      throw new TypeError();
-    }
-
-    var res = [];
-    var thisArg = arguments.length >= 2 ? arguments[1] : void 0;
-    for (var i = 0; i < len; i++) {
-      if (i in t) {
-        var val = t[i];
-
-        // NOTE: Technically this should Object.defineProperty at
-        //       the next index, as push can be affected by
-        //       properties on Object.prototype and Array.prototype.
-        //       But that method's new, and collisions should be
-        //       rare, so use the more-compatible alternative.
-        if (fun.call(thisArg, val, i, t)) {
-          res.push(val);
-        }
-      }
-    }
-
-    return res;
-  };
-}
-
- -

Especificações

- - - - - - - - - - - - - - - - - - - -
EspecificaçãoStatusComentário
{{SpecName('ES5.1', '#sec-15.4.4.20', 'Array.prototype.filter')}}{{Spec2('ES5.1')}}Definição inicial. Implementada no JavaScript 1.6.
{{SpecName('ES6', '#sec-array.prototype.filter', 'Array.prototype.filter')}}{{Spec2('ES6')}}
- -

Compatibilidade de Browser

- -
{{Compat("javascript.builtins.Array.filter")}}
- -

Veja também

- - - - 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 new file mode 100644 index 0000000000..a0f794df1a --- /dev/null +++ b/files/pt-br/web/javascript/reference/global_objects/array/includes/index.html @@ -0,0 +1,106 @@ +--- +title: Array.prototype.includes() +slug: Web/JavaScript/Reference/Global_Objects/Array/contains +tags: + - Array + - ECMAScript7 + - Experimental + - Expérimental(2) + - JavaScript +translation_of: Web/JavaScript/Reference/Global_Objects/Array/includes +--- +
{{JSRef("Global_Objects", "Array")}}
+ +

Sumário

+ +

O método includes() determina se um array contém um determinado elemento, retornando true ou false apropriadamente.

+ +

Sintaxe

+ +
array.includes(searchElement[, fromIndex])
+ +

Parâmetros

+ +
+
searchElement
+
O elemento a buscar
+
fromIndex
+
Opcional. A posição no array de onde a busca pelo searchElement se iniciará. Por padrão, 0.
+
+ +

Exemplos

+ +
[1, 2, 3].includes(2);     // true
+[1, 2, 3].includes(4);     // false
+[1, 2, 3].includes(3, 3);  // false
+[1, 2, 3].includes(3, -1); // true
+[1, 2, NaN].includes(NaN); // true
+
+ +

Polyfill

+ +
// https://tc39.github.io/ecma262/#sec-array.prototype.includes
+if (!Array.prototype.includes) {
+  Object.defineProperty(Array.prototype, 'includes', {
+    value: function(searchElement, fromIndex) {
+
+      // 1. Let O be ? ToObject(this value).
+      if (this == null) {
+        throw new TypeError('"this" is null or not defined');
+      }
+
+      var o = Object(this);
+
+      // 2. Let len be ? ToLength(? Get(O, "length")).
+      var len = o.length >>> 0;
+
+      // 3. If len is 0, return false.
+      if (len === 0) {
+        return false;
+      }
+
+      // 4. Let n be ? ToInteger(fromIndex).
+      //    (If fromIndex is undefined, this step produces the value 0.)
+      var n = fromIndex | 0;
+
+      // 5. If n ≥ 0, then
+      //  a. Let k be n.
+      // 6. Else n < 0,
+      //  a. Let k be len + n.
+      //  b. If k < 0, let k be 0.
+      var k = Math.max(n >= 0 ? n : len - Math.abs(n), 0);
+
+      // 7. Repeat, while k < len
+      while (k < len) {
+        // a. Let elementK be the result of ? Get(O, ! ToString(k)).
+        // b. If SameValueZero(searchElement, elementK) is true, return true.
+        // c. Increase k by 1.
+        // NOTE: === provides the correct "SameValueZero" comparison needed here.
+        if (o[k] === searchElement) {
+          return true;
+        }
+        k++;
+      }
+
+      // 8. Return false
+      return false;
+    }
+  });
+}
+
+ +

Especificações

+ +

Proposta ES7: https://github.com/domenic/Array.prototype.contains/blob/master/spec.md

+ +

Compatibilidade

+ +
{{Compat("javascript.builtins.Array.includes")}}
+ +

Veja Também

+ + diff --git a/files/pt-br/web/javascript/reference/global_objects/array/prototype/index.html b/files/pt-br/web/javascript/reference/global_objects/array/prototype/index.html deleted file mode 100644 index e863d9cc69..0000000000 --- a/files/pt-br/web/javascript/reference/global_objects/array/prototype/index.html +++ /dev/null @@ -1,206 +0,0 @@ ---- -title: Array.prototype -slug: Web/JavaScript/Reference/Global_Objects/Array/prototype -tags: - - Array - - JavaScript - - Propriedade -translation_of: Web/JavaScript/Reference/Global_Objects/Array/prototype ---- -
{{JSRef}}
- -

Descrição

- -

Instâncias de {{jsxref("Global_Objects/Array", "Array")}} herdam de Array.prototype. Como em todos os construtores, você pode mudar o  protótipo desse construtor para modificar todas as instâncias de {{jsxref("Global_Objects/Array", "Array")}}.

- -

Contudo, a adição de métodos não-padronizados ao objeto array pode causar problemas futuros, seja com seu próprio código, ou na adição de novas funcionalidades ao JavaScript.

- -

Um fato pouco conhecido: O próprio Array.prototype é um {{jsxref("Global_Objects/Array", "Array")}}

- -
Array.isArray(Array.prototype); // true
-
- -

Propriedades

- -
-
Array.prototype.constructor
-
Especifica a função que cria um objeto do protótipo.
-  
-
{{jsxref("Array.prototype.length")}}
-
Reflete o número de elementos em um array.
-
- -

Métodos

- -

Métodos modificadores

- -

Esses métodos modificam o array:

- -
-
{{jsxref("Array.prototype.copyWithin()")}} {{experimental_inline}}
-
Copia uma sequência de elementos do array dentro do array.
-
{{jsxref("Array.prototype.fill()")}} {{experimental_inline}}
-
Preenche todos os elementos de um array com um elemento estático, começando de um índice inicial até um índice final.
-
{{jsxref("Array.prototype.pop()")}}
-
Remove e retorna o último elemento de um array.
-
{{jsxref("Array.prototype.push()")}}
-
Adiciona um ou mais elementos ao fim de um array e retorna o novo comprimeiro do array.
-
{{jsxref("Array.prototype.reverse()")}}
-
Reverte a ordem dos elementos de um array - o primeiro vira o último e o último vira o primeiro.
-
{{jsxref("Array.prototype.shift()")}}
-
Remove o primeiro elemento de um array e o retorna.
-
{{jsxref("Array.prototype.sort()")}}
-
Ordena os elementos do array em questão e retorna o array.
-
{{jsxref("Array.prototype.splice()")}}
-
Adiciona e/ou remove elementos de um array.
-
{{jsxref("Array.prototype.unshift()")}}
-
Adiciona um ou mais elementos ao início de um array e retorna o novo comprimento do array.
-
- -

Métodos de acesso

- -

Esses métodos não modificam o array, mas sim retornam alguma representação dele.

- -
-
{{jsxref("Array.prototype.concat()")}}
-
Retorna um novo array formado por esse array concatenado com outro(s) array(s) e/ou valores.
-
{{jsxref("Array.prototype.contains()")}} {{experimental_inline}}
-
Verifica se o array possui cer, retornandotrue ou false apropriadamente.
-
{{jsxref("Array.prototype.join()")}}
-
Retorna uma string com todos os elementos do array
-
{{jsxref("Array.prototype.slice()")}}
-
Retorna um novo array com uma parte do array sobre o qual o método foi chamado
-
{{jsxref("Array.prototype.toSource()")}} {{non-standard_inline}}
-
Retorna um array literal representando o array especificado; você pode usar esse valor para criar um novo array. Esse método sobrescreve o método {{jsxref("Object.prototype.toSource()")}}.
-
{{jsxref("Array.prototype.toString()")}}
-
Retonar uma string representando o array e seus elementos. Esse método sobrescreve o método {{jsxref("Object.prototype.toString()")}}.
-
{{jsxref("Array.prototype.toLocaleString()")}}
-
Retonar uma string adequada ao idioma do usuário representando o array e seus elementos. Esse método sobrescreve o método {{jsxref("Object.prototype.toLocaleString()")}}.
-
{{jsxref("Array.prototype.indexOf()")}}
-
Representa o índice da primeira ocorrência de um valor especificado no array, ou -1 se o valor não estiver incluso no array.
-
{{jsxref("Array.prototype.lastIndexOf()")}}
-
Representa o índice da última ocorrência de um valor especificado no array, ou -1 se o valor não estiver incluso no array
-
- -

Métodos de iteração

- -

Vários métodos tomam como funções de argumento para serem chamados de volta ao processar o array. Quando esses métodos são chamados, o `length` do array é amostrado e qualquer elemento adicionado além deste comprimento (length)  de dentro da função (callback) não é visitado. Outras alterações para o array (Definindo o valor de ou apagando um elemento) pode afetar os resultados da operação se o método visita o elemento alterado posteriormente. Enquanto o comportamento específico destes métodos nestes casos é bem definido, não se deve confiar nisso para não confundir os outros que possoam ler seu código. Em vez disso, deve-se copiar para um novo array para modificá-lo.

- -
-
{{jsxref("Array.prototype.forEach()")}}
-
Chama a função para cada elemento no array.
-
{{jsxref("Array.prototype.entries()")}} {{experimental_inline}}
-
Retorna um novo objeto Array Iterator que contem o par chave/valor para cada índice no array.
-
{{jsxref("Array.prototype.every()")}}
-
Retorna true se todos elementos no array satisfizer a função de teste fornecida.
-
{{jsxref("Array.prototype.some()")}}
-
Retorna true se pelo menos um elemento no array satisfizer a função de teste fornecida.
-
{{jsxref("Array.prototype.filter()")}}
-
Cria um novo array com todos os elementos do array para qual a função de filtragem fornecida retorne true.
-
{{jsxref("Array.prototype.find()")}} {{experimental_inline}}
-
Retorna o valor encontrado no array, se um elemento no array satisfizer a funçào de teste fornecida ou  `undefined` se não for encontrado.
-
{{jsxref("Array.prototype.findIndex()")}} {{experimental_inline}}
-
Retorna o índice no array, se um elemento no array satisfizer a função de teste fornecida ou -1 se não for encontrado.
-
{{jsxref("Array.prototype.keys()")}} {{experimental_inline}}
-
Retorna um novo Array Iterator que contem a chave para cada índice no array.
-
{{jsxref("Array.prototype.map()")}}
-
Cria um novo array com os resultados da função fornecida chamada em cada elemento na array.
-
{{jsxref("Array.prototype.reduce()")}}
-
Aplica uma função contra um acumulador e cada valor do array (da esquerda para direita) para reduzi-los a um único valor.
-
{{jsxref("Array.prototype.reduceRight()")}}
-
Aplica uma função contra um acumulador e cada valor do array (da direita para esquerda) para reduzi-los a um único valor.
-
{{jsxref("Array.prototype.values()")}} {{experimental_inline}}
-
Retorna um novo objeto Array Iterator que contem os valores de cada índice no array.
-
{{jsxref("Array.prototype.@@iterator()", "Array.prototype[@@iterator]()")}} {{experimental_inline}}
-
Retorna um novo objeto Array Iterator que contem os valores de cada índice no array.
-
- -

Métodos genéricos

- -

Vários métodos do objeto Array em Javascript foram feitos para serem aplicados genericamentes em todos os objetos que "pareçam" Arrays. Isso é, eles podem ser usados em qualquer objeto que possuam uma propriedade length (comprimento), e que possa ser usado a partir de propriedades numéricas (como índices no formato array[5]). Alguns métodos, como {{jsxref("Array.join", "join")}}, apenas lêem e as propriedades numéricas do objeto sobre o qual eles sãochamados. Outros, como {{jsxref("Array.reverse", "reverse")}}, exigem que as propriedades numéricas e length sejam mutáveis; sendo assim, esses métodos não podem ser chamados em objetos como {{jsxref("Global_Objects/String", "String")}}, que não permitem que nenhuma das duas propriedades sejam modificadas.

- -

Especifiações

- - - - - - - - - - - - - - - - - - - - - - - - -
EspecificaçãoSituaçãoComentário
ECMAScript 1st Edition.PadrãoDefinição inicial
{{SpecName('ES5.1', '#sec-15.4.3.1', 'Array.prototype')}}{{Spec2('ES5.1')}} 
{{SpecName('ES6', '#sec-array.prototype', 'Array.prototype')}}{{Spec2('ES6')}} 
- -

Compatibilidade com Navegadores

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -

Veja também

- - diff --git a/files/pt-br/web/javascript/reference/global_objects/bigint/prototype/index.html b/files/pt-br/web/javascript/reference/global_objects/bigint/prototype/index.html deleted file mode 100644 index ff8de05541..0000000000 --- a/files/pt-br/web/javascript/reference/global_objects/bigint/prototype/index.html +++ /dev/null @@ -1,61 +0,0 @@ ---- -title: BigInt.prototype -slug: Web/JavaScript/Reference/Global_Objects/BigInt/prototype -tags: - - BigInt - - JavaScript - - Propriedade - - Prototipo - - Referencia -translation_of: Web/JavaScript/Reference/Global_Objects/BigInt/prototype ---- -
{{JSRef}}
- -

A propriedade BigInt.prototype representa o protótipo para o  construtor {{JSxRef("BigInt")}} .

- -

{{JS_Property_Attributes(0, 0, 0)}}

- -

Descrição

- -

Todas instância de {{JSxRef("BigInt")}} herdam de BigInt.prototype. O objeto protótipo do construtor {{JSxRef("BigInt")}} pode ser modificado para afetar todas instâncias de {{JSxRef( "BigInt")}} .

- -

Propriedades

- -
-
BigInt.prototype.constructor
-
Retorna a função que cria instâncias deste objeto. Por padrão é o objeto
- {{JSxRef("BigInt")}}.
-
- -

Métodos

- -
-
{{JSxRef("BigInt.prototype.toLocaleString()")}}
-
Retorna uma string com uma representação sensível ao idioma para este número. Sobrescreve o método {{JSxRef("Object.prototype.toLocaleString()")}}
-  
-
{{JSxRef("BigInt.prototype.toString()")}}
-
Retorna uma string respresentando o objeto específicado em um base específica. Sobrescreve o método {{JSxRef("Object.prototype.toString()")}} .
-
{{JSxRef("BigInt.prototype.valueOf()")}}
-
Retorna o valor primitivo de um objeto específicado. Sobrescreve o método {{JSxRef("Object.prototype.valueOf()")}}.
-
- -

Especificações

- - - - - - - - - - - - -
EspecificaçõesEstado
{{SpecName('ESDraft', '#sec-bigint.prototype', 'BigInt.prototype')}}{{Spec2('ESDraft')}}
- -

Compatibilidade

- - - -

{{Compat("javascript.builtins.BigInt.prototype")}}

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 deleted file mode 100644 index 99603a019f..0000000000 --- a/files/pt-br/web/javascript/reference/global_objects/boolean/prototype/index.html +++ /dev/null @@ -1,112 +0,0 @@ ---- -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}}
- -

A propriedade Boolean.prototype representa o prototype para o construtor de {{jsxref("Boolean")}}.

- -
{{js_property_attributes(0, 0, 0)}}
- -

Descrição

- -

Instancias de {{jsxref("Boolean")}} herdam de Boolean.prototype. Você pode usar os construtores do objeto prototype para adicionar propriedados ou metodos para todas as instancias de {{jsxref("Boolean")}} instances.

- -

Propriedades

- -
-
Boolean.prototype.constructor
-
Retorna a função que criou a instancia do prototype. Esta é a função {{jsxref("Boolean")}} por padrão.
-
- -

Métodos

- -
-
{{jsxref("Boolean.prototype.toSource()")}} {{non-standard_inline}}
-
Retorna a string contendo o codigo do objeto {{jsxref("Boolean")}} ;  pode-se usar esta string para criar um objeto equivalente. Sobreescreve o método {{jsxref("Object.prototype.toSource()")}}.
-
{{jsxref("Boolean.prototype.toString()")}}
-
Retorna uma string com valor "true" ou "false" dependendo qual o valor do objeto. Sobreescreve o método {{jsxref("Object.prototype.toString()")}}.
-
{{jsxref("Boolean.prototype.valueOf()")}}
-
Retorna o valor primitivo do objeto {{jsxref("Boolean")}}. Sobreescreve o método {{jsxref("Object.prototype.valueOf()")}}.
-
- -

Especificações

- - - - - - - - - - - - - - - - - - - - - - - - -
EspecificaçãoStatusComentário
{{SpecName('ES1')}}{{Spec2('ES1')}}Definição inicial. Implementano no JavaScript 1.0.
{{SpecName('ES5.1', '#sec-15.6.3.1', 'Boolean.prototype')}}{{Spec2('ES5.1')}} 
{{SpecName('ES6', '#sec-boolean.prototype', 'Boolean.prototype')}}{{Spec2('ES6')}} 
- -

Browser compatibility

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suporte básico{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suporte básico{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
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 deleted file mode 100644 index 3b45ee5fe2..0000000000 --- a/files/pt-br/web/javascript/reference/global_objects/function/prototype/index.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -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}}
- -

A propriedade Function.prototype representa o objeto prototype de {{jsxref("Function")}}.

- -

Descrição

- -

Objetos {{jsxref("Function")}} herdam de Function.prototypeFunction.prototype não pode ser modificado.

- -

Propriedades

- -
-
{{jsxref("Function.arguments")}} {{deprecated_inline}}
-
Um vetor correspondente aos argumentos passados a uma função. Isto é depreciado como propriedade de {{jsxref("Function")}}. Use em vez disso o objeto {{jsxref("Functions/arguments", "arguments")}} disponível dentro da função.
-
{{jsxref("Function.arity")}} {{obsolete_inline}}
-
Usado para especificar o número de argumentos esperados pela função. Foi removido, utilize em vez disso a propriedade {{jsxref("Function.length", "length")}}.
-
{{jsxref("Function.caller")}} {{non-standard_inline}}
-
Especifica a função que invocou a função sendo executada.
-
{{jsxref("Function.length")}}
-
Especifica o número de argumentos esperados pela função.
-
{{jsxref("Function.name")}}
-
O nome da função.
-
{{jsxref("Function.displayName")}} {{non-standard_inline}}
-
O nome de exibição da função.
-
Function.prototype.constructor
-
Especifica a função que cria o prototype do objeto. Veja {{jsxref("Object.prototype.constructor")}} para mais detalhes.
-
- -

Métodos

- -
-
{{jsxref("Function.prototype.apply()")}}
-
Chama uma função e define seu this com o valor fornecido. Argumentos podem ser passados como um objeto {{jsxref("Array")}}.
-
{{jsxref("Function.prototype.bind()")}}
-
Cria uma nova função que, quando chamada, tem seu this definido com o valor fornecido, com uma sequência de argumentos determinada precedendo quaisquer argumentos fornecidos quando a nova função é chamada.
-
{{jsxref("Function.prototype.call()")}}
-
Chama (executa) uma função e define seu this com o valor fornecido. Argumentos podem ser passados como são.
-
{{jsxref("Function.prototype.isGenerator()")}} {{non-standard_inline}}
-
Retorna true se a função é um gerador; se não, retorna false.
-
{{jsxref("Function.prototype.toSource()")}} {{non-standard_inline}}
-
Retorna uma string representando o código-fonte da função. Sobrescreve o método {{jsxref("Object.prototype.toSource")}}.
-
{{jsxref("Function.prototype.toString()")}}
-
Retorna uma string representando o código-fonte da função. Sobrescreve o método {{jsxref("Object.prototype.toString")}}.
-
- -

Especificações

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('ES1')}}{{Spec2('ES1')}}Definição inicial. Implementada no JavaScript 1.1.
{{SpecName('ES5.1', '#sec-15.3.5.2', 'Function.prototype')}}{{Spec2('ES5.1')}}
{{SpecName('ES6', '#sec-function-instances-prototype', 'Function.prototype')}}{{Spec2('ES6')}}
{{SpecName('ESDraft', '#sec-function-instances-prototype', 'Function.prototype')}}{{Spec2('ESDraft')}}
- -

Compatibilidade de navegadores

- -
- - -

{{Compat("javascript.builtins.Function.prototype")}}

-
- -

Veja também

- - 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 deleted file mode 100644 index dce89ef41e..0000000000 --- a/files/pt-br/web/javascript/reference/global_objects/intl/numberformat/prototype/index.html +++ /dev/null @@ -1,126 +0,0 @@ ---- -title: Intl.NumberFormat.prototype -slug: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/prototype -tags: - - Internacionalização - - JavaScript - - NumberFormat - - Property - - Propriedade - - Prototipo - - Prototype -translation_of: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat -translation_of_original: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/prototype ---- -
{{JSRef}}
- -

A propriedade Intl.NumberFormat.prototype representa o objeto do protótipo do construtor de {{jsxref("NumberFormat", "Intl.NumberFormat")}}.

- -
{{js_property_attributes(0, 0, 0)}}
- -

Descrição

- -

Veja {{jsxref("NumberFormat")}} para uma descrição sobre instâncias de Intl.NumberFormat.

- -

As instâncias de {{jsxref("NumberFormat", "Intl.NumberFormat")}} herdam de Intl.NumberFormat.prototype. Modificações ao objeto do protótipo são herdados por todas as instâncias de {{jsxref("NumberFormat", "Intl.NumberFormat")}}.

- -

Propriedades

- -
-
Intl.NumberFormat.prototype.constructor
-
Uma referência a Intl.NumberFormat.
-
{{jsxref("NumberFormat.format", "Intl.NumberFormat.prototype.format")}}
-
Getter; retorna uma função que formata um número de acordo com a localização e as opçõe de formatação do objeto {{jsxref("NumberFormat")}}.
-
- -

Métodos

- -
-
{{jsxref("NumberFormat.resolvedOptions", "Intl.NumberFormat.prototype.resolvedOptions()")}}
-
Retorna um novo objeto com propriedades refletindo a localização e as opções de agrupamento obtidos durante a inicialização do objeto.
-
- -

Especificações

- - - - - - - - - - - - - - - - - - - - - - - - -
EspecificaçãoStatusComentários
{{SpecName('ES Int 1.0', '#sec-11.2.1', 'Intl.NumberFormat.prototype')}}{{Spec2('ES Int 1.0')}}Definição inicial.
{{SpecName('ES Int 2.0', '#sec-11.2.1', 'Intl.NumberFormat.prototype')}}{{Spec2('ES Int 2.0')}} 
{{SpecName('ES Int Draft', '#sec-Intl.NumberFormat.prototype', 'Intl.NumberFormat.prototype')}}{{Spec2('ES Int Draft')}} 
- -

Compatibilidade do navegador

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticasChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Suporte básico{{CompatChrome("24")}}{{CompatGeckoDesktop("29")}}{{CompatIE("11")}}{{CompatOpera("15")}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
CaracterísticasAndroidChrome for AndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Suporte básico{{CompatNo}}{{CompatChrome("26")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

Veja também

- - 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 deleted file mode 100644 index b20baf56cc..0000000000 --- a/files/pt-br/web/javascript/reference/global_objects/map/prototype/index.html +++ /dev/null @@ -1,136 +0,0 @@ ---- -title: Map.prototype -slug: Web/JavaScript/Reference/Global_Objects/Map/prototype -tags: - - ECMAScript 2015 - - JavaScript - - Mapa - - Propriedade -translation_of: Web/JavaScript/Reference/Global_Objects/Map -translation_of_original: Web/JavaScript/Reference/Global_Objects/Map/prototype ---- -
{{JSRef}}
- -

A propriedade Map.prototype representa o protótipo para o construtor {{jsxref("Map")}}.

- -
{{js_property_attributes(0,0,0)}}
- -

Descrição

- -

Instâncias de {{jsxref("Map")}} herdam de {{jsxref("Map.prototype")}}. Você pode utilizar o objeto protótipo do  construtor para adicionar propriedades ou métodos para todas as instâncias de Map.

- -

Propriedades

- -
-
Map.prototype.constructor
-
Retorna a função que criou um protótipo da instância. Isso é a funçao de {{jsxref("Map")}} por padrão.
-
{{jsxref("Map.prototype.size")}}
-
Retorna o número de pares chave/valor no objeto Map.
-
- -

Metódos

- -
-
{{jsxref("Map.prototype.clear()")}}
-
Remove todas os pares chave/valor do objeto Map.
-
{{jsxref("Map.delete", "Map.prototype.delete(chave)")}}
-
Remove qualquer valor associado à chave passada e retorna o valor que Map.prototype.has(chave) deveria retornar anteriormente. Map.prototype.has(chave) irá retornar false após tal remoção ser feita.
-
{{jsxref("Map.prototype.entries()")}}
-
Retorna um novo objeto Iterador que contem um array de [chave, valor] para cada elemento no objeto Map pela ordem de inserção.
-
{{jsxref("Map.forEach", "Map.prototype.forEach(callbackFn[, thisArg])")}}
-
Chama callbackFn uma vez para cada par chave/valor presente no objeto Map, pela ordem de inserção. Se um parâmetro thisArg for fornecido para o forEach, ele será utilizado como o valor this para cada callback.
-
{{jsxref("Map.get", "Map.prototype.get(chave)")}}
-
Retorna o valor associado para a chave, ou undefined se esta não existir no objeto Map.
-
{{jsxref("Map.has", "Map.prototype.has(key)")}}
-
Retorna um valor booleano caso um valor tenha sido associado à chave no objeto Map ou não.
-
{{jsxref("Map.prototype.keys()")}}
-
Retorna um novo objeto Iterador que contem as chaves para cada elemento no objeto Map object pela ordem de inserção.
-
{{jsxref("Map.set", "Map.prototype.set(key, value)")}}
-
Configura o valor par a chave no objeto Map. Retorna o objeto Map.
-
{{jsxref("Map.prototype.values()")}}
-
Retorna um novo objeto Iterador que contém os valores para cada elemento no objeto Map pela ordem de inserção.
-
{{jsxref("Map.@@iterator", "Map.prototype[@@iterator]()")}}
-
Retorna um novo objeto Iterator que contém um array de [chave, valor] para cada elemento no objeto Map pela ordem de inserção.
-
- -

Especificações

- - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('ES2015', '#sec-map.prototype', 'Map.prototype')}}{{Spec2('ES2015')}}Definição inicial.
{{SpecName('ESDraft', '#sec-map.prototype', 'Map.prototype')}}{{Spec2('ESDraft')}} 
- -

Compatibilidade com os navegadores

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support38{{ CompatGeckoDesktop("13") }}11257.1
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatNo}}38{{CompatGeckoMobile("13")}}{{CompatNo}}{{CompatNo}} -

8

-
-
- -

Veja também

- - 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 deleted file mode 100644 index 9dd96bc9b3..0000000000 --- a/files/pt-br/web/javascript/reference/global_objects/number/prototype/index.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: Number.prototype -slug: Web/JavaScript/Reference/Global_Objects/Number/prototype -tags: - - JavaScript - - Número - - Propriedade - - Prototipo -translation_of: Web/JavaScript/Reference/Global_Objects/Number -translation_of_original: Web/JavaScript/Reference/Global_Objects/Number/prototype ---- -
{{JSRef}}
- -

A propriedade Number.prototype representa o protótipo para o construtor {{jsxref("Number")}}.

- -
{{js_property_attributes(0, 0, 0)}}
- -

Descrição

- -

Todas instâncias {{jsxref("Number")}} herdam de Number.prototype. O objeto 'prototype' do construtor {{jsxref("Number")}} pode ser modificado para afetar todas instâncias {{jsxref( "Number")}}.

- -

Propriedades

- -
-
Number.prototype.constructor
-
Retorna a função que criou esta instância do objeto. Por padrão, este é o objeto {{jsxref("Number")}}.
-
- -

Métodos

- -
-
{{jsxref("Number.prototype.toExponential()")}}
-
Retorna uma 'string' representando o número em notação exponencial.
-
{{jsxref("Number.prototype.toFixed()")}}
-
Retorna uma 'string' representando o número em notação em ponto fixo.
-
{{jsxref("Number.prototype.toLocaleString()")}}
-
Retorna uma 'string'  com uma representação sensível ao idioma deste número.  Substitui o método {{jsxref("Object.prototype.toLocaleString()")}}.
-
{{jsxref("Number.prototype.toPrecision()")}}
-
Retorna uma 'string' representando o número para uma precisão específica em notação ponto fixo ou exponencial.
-
{{jsxref("Number.prototype.toSource()")}} {{non-standard_inline}}
-
Retorna uma objeto literal representando um objeto específicado {{jsxref("Number")}}; você pode usar este valor para criar um novo objeto. Substitui o método {{jsxref("Object.prototype.toSource()")}}.
-
{{jsxref("Number.prototype.toString()")}}
-
Retorna uma 'string' representando o objeto especificado na raiz especificada (base). Substitui o método {{jsxref("Object.prototype.toString()")}}.
-
{{jsxref("Number.prototype.valueOf()")}}
-
Retorna o valor primitivo do objeto especificado. Substitui o método {{jsxref("Object.prototype.valueOf()")}}.
-
- -

Especificações

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EspecificaçãoSituaçãoComentários
{{SpecName('ES1')}}{{Spec2('ES1')}}Definição inicial. Implementado em JavaScript 1.1.
{{SpecName('ES5.1', '#sec-15.7.4', 'Number')}}{{Spec2('ES5.1')}} 
{{SpecName('ES6', '#sec-properties-of-the-number-prototype-object', 'Number')}}{{Spec2('ES6')}} 
{{SpecName('ESDraft', '#sec-properties-of-the-number-prototype-object', 'Number')}}{{Spec2('ESDraft')}} 
- -

Compatibilidade de navegadores

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - -
ConfiguraçãoChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Suporte básico{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - -
ConfiguraçãoAndroidChrome for AndroidEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suporte básico{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -

Veja também

- - 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 deleted file mode 100644 index d0c07076a0..0000000000 --- a/files/pt-br/web/javascript/reference/global_objects/object/prototype/index.html +++ /dev/null @@ -1,227 +0,0 @@ ---- -title: Object.prototype -slug: Web/JavaScript/Reference/Global_Objects/Object/prototype -tags: - - JavaScript - - Objeto - - Propriedade -translation_of: Web/JavaScript/Reference/Global_Objects/Object -translation_of_original: Web/JavaScript/Reference/Global_Objects/Object/prototype ---- -
{{JSRef("Global_Objects", "Object")}}
- -

Sumário

- -

A propriedade Object.prototype representa o {{jsxref("Global_Objects/Object", "Object")}} protótipo do objeto.

- -

{{js_property_attributes(0, 0, 0)}}

- -

Descrição

- -

Praticamente todos os objetos em JavaScript descendem de {{jsxref("Global_Objects/Object", "Object")}}; todos os métodos e propriedades herdados de Object.prototype, embora possam ser sobrescritos (exceto um Objeto com protótipo nulo, i.e. Object.create(null)). Por exemplo, outros protótipos construtores sobrescrevem a propriedade construtora e fornece seus próprios {{jsxref("Object.prototype.toString()", "toString()")}} métodos.

- -

Modificações no Objeto protótipo do objeto são propagadas a todos objetos através do encadeamento de protótipos, a menos que as propriedades e métodos  submetidos às mudanças sejam sobrescritos mais além no encadeamento dos protótipos. Este recurso oferece um mecânismo muito poderoso apesar de perigoso para sobrescrita e extensão de objetos.

- -

Propriedades

- -
-
{{jsxref("Object.prototype.constructor")}}
-
Especifica a função que cria um objeto protótipo.
-
{{jsxref("Object.prototype.__proto__")}} {{non-standard_inline}}
-
Aponta para o objeto que foi usado como protótipo quando o objeto foi instanciado.
-
{{jsxref("Object.prototype.__noSuchMethod__")}} {{non-standard_inline}}
-
Permite definir uma função que será executada quando um membro indefinido do objeto for chamado como método.
-
{{jsxref("Object.prototype.__count__")}} {{obsolete_inline}}
-
Usado para retornar um número de propriedades enumeráveis diretamente num objeto definido pelo usuário, mas foi removida.
-
{{jsxref("Object.prototype.__parent__")}} {{obsolete_inline}}
-
Usado para apontar a um contexto do objeto, mas foi removida.
-
- -

Métodos

- -
-
{{jsxref("Object.prototype.__defineGetter__()")}} {{non-standard_inline}} {{deprecated_inline}}
-
Associa uma função com uma propriedade que, quando acessada, executa uma função e retorna seu valor de retorno.
-
{{jsxref("Object.prototype.__defineSetter__()")}} {{non-standard_inline}} {{deprecated_inline}}
-
Associa uma função com uma propriedade que, quando definida, executa uma função que modifica a propriedade.
-
{{jsxref("Object.prototype.__lookupGetter__()")}} {{non-standard_inline}} {{deprecated_inline}}
-
Retorna a função associada com a propriedade específicada pelo {{jsxref("Object.defineGetter", "__defineGetter__")}} método.
-
{{jsxref("Object.prototype.__lookupSetter__()")}} {{non-standard_inline}} {{deprecated_inline}}
-
Retorna a função associada com a propriedade especificada pelo {{jsxref("Object.defineSetter", "__defineSetter__")}} método.
-
{{jsxref("Object.prototype.hasOwnProperty()")}}
-
Retorna um boolean indicando se um objeto contém a propriedade especificada como uma propriedade direta de um objeto e não herdada através da cadeia de protótipo.
-
{{jsxref("Object.prototype.isPrototypeOf()")}}
-
Retorna uma indicação booleana se o objeto especificado está na cadeia de protótipo do objeto este método é chamado.
-
{{jsxref("Object.prototype.propertyIsEnumerable()")}}
-
Retorna um boolean indicando se o atributo interno ECMAScript DontEnum attribute está definido.
-
{{jsxref("Object.prototype.toSource()")}} {{non-standard_inline}}
-
Retorna uma string contendo o código de um objeto literal representando o objeto que este método é  chamado; você pode usar este valor para criar um novo objeto.
-
{{jsxref("Object.prototype.toLocaleString()")}}
-
Chama {{jsxref("Object.toString", "toString()")}}.
-
{{jsxref("Object.prototype.toString()")}}
-
Retorna uma representação do objeto em forma de string.
-
{{jsxref("Object.prototype.unwatch()")}} {{non-standard_inline}}
-
Remove um ponto de escuta da propriedade do objeto.
-
{{jsxref("Object.prototype.valueOf()")}}
-
Retorna o valor primitivo do objeto especificado.
-
{{jsxref("Object.prototype.watch()")}} {{non-standard_inline}}
-
Adiciona um ponto de escuta à propriedade do objeto.
-
{{jsxref("Object.prototype.eval()")}} {{obsolete_inline}}
-
Usado para avaliar uma string de código JavaScript no contexto do objeto especificado, mas foi removido.
-
- -

Exemplos

- -

Quando é alterado o comportamento de um método de um Objeto protótipo, considere injetar código envolvendo sua extensão antes ou depois ta lógica existente. Por exemplo, este (não testado) código irá pré-condicionalmente executar uma lógica personalizada antes da lógica embutida ou a extensão de alguém será executada.

- -

Quando uma função é chamada os argumentos para a chamada são segurados no array de argumentos como "variável". Por exemplo, na chamada "minhaFuncao(a, b, c)", os argumentos no corpo da minhaFuncao irão conter 3 elementos array correspondentes a (a, b, c). Quando modificamos os protótipos com ganchos, simplesmente passamos this & a variável arguments (o estado de chamada) para o comportamento atual pela chamada apply() na função. Este padrão pode ser usado por qualquer protótipo, tal como Node.prototype, Function.prototype, etc.

- -
var current = Object.prototype.valueOf;
-
-// Desde que minha propriedade "-prop-value" é transversal e não está
-// sempre na mesma cadeia de protótipo, desejo modificar Object.prototype:
-Object.prototype.valueOf = function() {
-  if (this.hasOwnProperty("-prop-value") {
-    return this["-prop-value"];
-  } else {
-    // Isto não parece com um de meus objetos, então vamos retroceder ao
-    // comportamento padrão para reproduzir o comportamento atual o que
-    // pudermos. O apply se comporta como o"super" em outras linguagens.
-    // Mesmo que valueOf() não receba argumentos, alguns outros ganchos podem.
-    return current.apply(this, arguments);
-  }
-}
- -

Desde que JavaScript não tem exatamente objetos de subclasse, protótipo é uma forma usual de trabalhar para fazer um objeto "classe base" de certas funções que agem como objetos. Por exemplo:

- -
var Person = function() {
-  this.canTalk = true;
-  this.greet = function() {
-    if (this.canTalk) {
-      console.log('Hi, I\'m ' + this.name);
-    }
-  };
-};
-
-var Employee = function(name, title) {
-  this.name = name;
-  this.title = title;
-  this.greet = function() {
-    if (this.canTalk) {
-      console.log("Hi, I'm " + this.name + ", the " + this.title);
-    }
-  };
-};
-Employee.prototype = new Person();
-
-var Customer = function(name) {
-  this.name = name;
-};
-Customer.prototype = new Person();
-
-var Mime = function(name) {
-  this.name = name;
-  this.canTalk = false;
-};
-Mime.prototype = new Person();
-
-var bob = new Employee('Bob', 'Builder');
-var joe = new Customer('Joe');
-var rg = new Employee('Red Green', 'Handyman');
-var mike = new Customer('Mike');
-var mime = new Mime('Mime');
-bob.greet();
-joe.greet();
-rg.greet();
-mike.greet();
-mime.greet();
-
- -

O retorno será:

- -
Hi, I'm Bob, the Builder
-Hi, I'm Joe
-Hi, I'm Red Green, the Handyman
-Hi, I'm Mike
-
- -

Especificações

- - - - - - - - - - - - - - - - - - - - - - - - -
EspecificaçõesSituaçãoComentário
ECMAScript 1st Edition. Implemented in JavaScript 1.0.PadrãoDefinição inicial.
{{SpecName('ES5.1', '#sec-15.2.3.1', 'Object.prototype')}}{{Spec2('ES5.1')}} 
{{SpecName('ES6', '#sec-object.prototype', 'Object.prototype')}}{{Spec2('ES6')}} 
- -

Compatibilidade com Navegadores

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
AspectoChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suporte básico{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
AspectoAndroidChrome para AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suporte básico.{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -

 

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 deleted file mode 100644 index d0be3d870c..0000000000 --- a/files/pt-br/web/javascript/reference/global_objects/promise/prototype/index.html +++ /dev/null @@ -1,114 +0,0 @@ ---- -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")}}
- -

Sumário

- -

A propriedade Promise.prototype representa o protótipo para o construtor {{jsxref("Promise")}}.

- -
{{js_property_attributes(0,0,0)}}
- -

Descrição

- -

{{jsxref("Promise")}} instância herdada de {{jsxref("Promise.prototype")}}. Você pode usar o objeto construtor para adicionar propriedades ou métodos  para todas as instâncias de Promise.

- -

Propriedades

- -
-
Promise.prototype.constructor
-
Retorna a função que cria uma instância. Isso é a função padrão {{jsxref("Promise")}}.
-
- -

Métodos

- -
-
{{jsxref("Promise.catch", "Promise.prototype.catch(onRejected)")}}
-
Adiciona um callback que trata rejeição para a promise e, retorna uma nova promise resolvendo o valor retornado do callback, se ele for chamado, ou para seu valor original de conclusão se a promise for realizada.
-
{{jsxref("Promise.then", "Promise.prototype.then(onFulfilled, onRejected)")}}
-
Adiciona os métodos de tratamento da realização e rejeição da promise e, retorna uma nova promise resolvendo para o valor do método chamado.
-
- -

Especificações

- - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('ES6', '#sec-promise.prototype', 'Promise.prototype')}}{{Spec2('ES6')}}Initial definition.
- -

Browser compatibility

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support32{{CompatGeckoDesktop(24.0)}} as Future
- {{CompatGeckoDesktop(25.0)}} as Promise behind a flag[1]
- {{CompatGeckoDesktop(29.0)}} by default
{{CompatNo}}197.1
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari MobileChrome for Android
Basic support{{CompatNo}}{{CompatGeckoMobile(24.0)}} as Future
- {{CompatGeckoMobile(25.0)}} as Promise behind a flag[1]
- {{CompatGeckoMobile(29.0)}} by default
{{CompatNo}}{{CompatNo}}iOS 832
-
- -

[1] Gecko 24 has an experimental implementation of Promise, under the initial name of Future. It got renamed to its final name in Gecko 25, but disabled by default behind the flag dom.promise.enabled. Bug 918806 enabled Promises by default in Gecko 29.

- -

See also

- - 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 deleted file mode 100644 index 1f2ca2c70b..0000000000 --- a/files/pt-br/web/javascript/reference/global_objects/set/prototype/index.html +++ /dev/null @@ -1,85 +0,0 @@ ---- -title: Set.prototype -slug: Web/JavaScript/Reference/Global_Objects/Set/prototype -tags: - - Propriedade - - Prototipo - - set -translation_of: Web/JavaScript/Reference/Global_Objects/Set -translation_of_original: Web/JavaScript/Reference/Global_Objects/Set/prototype ---- -
{{JSRef}}
- -

A propriedade Set.prototype representa o protótipo do construtor do objeto {{jsxref("Set")}}.

- -
{{js_property_attributes(0,0,0)}}
- -

Descrição

- -

Instâncias de {{jsxref("Set")}} herdam de {{jsxref("Set.prototype")}}. Você pode usar o construtor do objeto protótipo para adicionar propriedades ou métodos para todas as instâncias de Set .

- -

Propriedades

- -
-
Set.prototype.constructor
-
Retorna a função que criou o protótipo de uma instância. Esta é a função {{jsxref("Set")}} por padrão.
-
{{jsxref("Set.prototype.size")}}
-
Retorna o número de valores no objeto Set.
-
- -

Métodos

- -
-
{{jsxref("Set.add", "Set.prototype.add(value)")}}
-
Anexa um novo elemento com o valor passado ao objeto Set . Retorna o objeto Set.
-
{{jsxref("Set.prototype.clear()")}}
-
Remove todos os elementos do objeto Set.
-
{{jsxref("Set.delete", "Set.prototype.delete(value)")}}
-
Remove o elemento associado ao value e retorna o valor que Set.prototype.has(value) teria retornado anteriormente. Set.prototype.has(value) irá retornar false depois disso.
-
{{jsxref("Set.prototype.entries()")}}
-
Retorna um novo objeto Iterator que contém um array de [value, value] para cada elemento no objeto Set , em ordem de inserção. Isso é similar ao objeto Map, para que cada entrada tenha o mesmo valor para sua chave evalor aqui.
-
{{jsxref("Set.forEach", "Set.prototype.forEach(callbackFn[, thisArg])")}}
-
Chama callbackFn uma vez para cada valor presente no objeto Set, em ordem de inserção. Se um parâmetro thisArg for passado para o forEach, ele será usado como valor de this para cada callback.
-
{{jsxref("Set.has", "Set.prototype.has(value)")}}
-
Retorna um booleano afirmando se um elemento está presente com o dado valor no objeto Set ou não.
-
{{jsxref("Set.prototype.keys()")}}
-
É a mesma função que a função values() e retorna um novo objeto Iterator que contém os valores para cada elemento no objeto Set  em ordem de inserção.
-
{{jsxref("Set.prototype.values()")}}
-
Retorna um novo objeto Iterator que contém os values para cada elemento no objeto Set  em ordem de inserção.
-
{{jsxref("Set.prototype.@@iterator()", "Set.prototype[@@iterator]()")}}
-
Retorna um novo objeto Iterator que contém os values para cada elemento do objeto Set em ordem de inserção.
-
- -

Especificações

- - - - - - - - - - - - - - - - - - - -
EspecificaçãoStatusComentário
{{SpecName('ES2015', '#sec-set.prototype', 'Set.prototype')}}{{Spec2('ES2015')}}Definição inicial.
{{SpecName('ESDraft', '#sec-set.prototype', 'Set.prototype')}}{{Spec2('ESDraft')}} 
- -

Compatibilidade de navegadores

- - - -

{{Compat("javascript.builtins.Set.prototype")}}

- -

Veja também

- - 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 deleted file mode 100644 index a0df7b93ea..0000000000 --- a/files/pt-br/web/javascript/reference/global_objects/string/prototype/index.html +++ /dev/null @@ -1,177 +0,0 @@ ---- -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}}
- -

A String.prototype representa o prototipo de objeto  {{jsxref("String")}}.

- -
{{js_property_attributes(0, 0, 0)}}
- -

Descrição

- -

Todas as instâncias {{jsxref("String")}} herdam de String.prototype. Alterações na String são propagadas para todas as instâncias {{jsxref("String")}}.

- -

Propriedades

- -
-
String.prototype.constructor
-
Especifica a função que cria o protótipo de um objeto.
-
{{jsxref("String.prototype.length")}}
-
Reflete o comprimento da string.
-
N
-
Usado para acessar o caractere na posição N onde N é um número inteiro entre 0 e um menor que o valor da length. Estas propriedades são apenas de leitura.
-
- -

Métodos

- -

Métodos não relacionados ao HTML

- -
-
{{jsxref("String.prototype.charAt()")}}
-
Retorna o caractere (exatamente uma unidade de código UTF-16) no índice especificado.
-
{{jsxref("String.prototype.charCodeAt()")}}
-
Retorna um número que é o valor da unidade de código UTF-16 em dado índice.
-
{{jsxref("String.prototype.codePointAt()")}}
-
Retorna um número inteiro não negativo Number que é o valor de posição de código da posição de código inicial em dado índice.
-
{{jsxref("String.prototype.concat()")}}
-
Combina o texto de duas strings e retorna uma nova string.
-
{{jsxref("String.prototype.includes()")}}
-
 Determina se uma string deve ser encontrada dentro de outra string.
-
{{jsxref("String.prototype.endsWith()")}}
-
Determina se uma string termina com os caracteres de outra string.
-
{{jsxref("String.prototype.indexOf()")}}
-
Retorna o índice dentro do objeto String chamado da primeira ocorrência do valor especificado, ou -1 se não encontrado.
-
{{jsxref("String.prototype.lastIndexOf()")}}
-
Retorna o índice dentro do objeto String chamado da última ocorrência do valor especificado, ou -1 se não encontrado.
-
{{jsxref("String.prototype.localeCompare()")}}
-
Retorna um número indicando se uma string de referência vem antes ou depois ou é o mesmo que uma string dada em ordem de classificação.
-
{{jsxref("String.prototype.match()")}}
-
Usado para combinar uma expressão regular com uma string.
-
{{jsxref("String.prototype.normalize()")}}
-
Retorna o Formulário de Normalização Unicode do valor string chamado.
-
{{jsxref("String.prototype.padEnd()")}}
-
Empacota a string atual desde o final com uma string dada para criar uma nova string de um dado comprimento.
-
{{jsxref("String.prototype.padStart()")}}
-
Empacota a string atual desde o início com uma string dada para criar uma nova string de um dado comprimento.
-
{{jsxref("String.prototype.quote()")}} {{obsolete_inline}}
-
Envolve a cadeia entre aspas duplas ("" ").
-
{{jsxref("String.prototype.repeat()")}}
-
Retorna uma string consistindo elementos do objeto repetido pelas vezes definidas.
-
{{jsxref("String.prototype.replace()")}}
-
Usado para encontrar uma combinação entre uma expressão regular e uma string, e para substituir uma substring combinada com uma nova substring.
-
{{jsxref("String.prototype.search()")}}
-
Executa a procura por uma combinação entre uma expressão regular e uma string especificada.
-
{{jsxref("String.prototype.slice()")}}
-
Extrai uma seção de uma string e retorna uma nova string.
-
{{jsxref("String.prototype.split()")}}
-
Separa um objeto String em um array de strings separando a string em substrings.
-
{{jsxref("String.prototype.startsWith()")}}
-
Determina se uma string começa com os caracteres de outra string.
-
{{jsxref("String.prototype.substr()")}}
-
Retorna os caracteres em uma string começando no local especificado através do número especificado de caracteres.
-
{{jsxref("String.prototype.substring()")}}
-
Retorna os caracteres em uma string entre dois índices na string.
-
{{jsxref("String.prototype.toLocaleLowerCase()")}}
-
Os caracteres dentro de uma string são convertidos para letras minúsculas enquanto respeita a localidade atual. Para a maioria das línguas, irá retornar o mesmo que toLowerCase().
-
{{jsxref("String.prototype.toLocaleUpperCase()")}}
-
Os caracteres dentro de uma string são convertidas para letra maiúscula enquanto respeita a localidade atual. Para a maioria das línguas, irá retornar o mesmo que toUpperCase().
-
{{jsxref("String.prototype.toLowerCase()")}}
-
Retorna o valor da string de chamada convertido em minúsculas.
-
{{jsxref("String.prototype.toSource()")}} {{non-standard_inline}}
-
Retorna um objeto literal representando o objeto especificado; Você pode usar esse valor para criar um novo objeto. Substitui o metodo:{{jsxref("Object.prototype.toSource()")}}
-
{{jsxref("String.prototype.toString()")}}
-
Retorna uma string que representa o objeto especificado. Substitui o metodo:{{jsxref("Object.prototype.toString()")}}
-
{{jsxref("String.prototype.toUpperCase()")}}
-
Retorna o valor da string de chamada convertido em maiúscula.
-
{{jsxref("String.prototype.trim()")}}
-
Retira o espaço em branco desde o início e o fim da string. Parte do padrão ECMAScript 5.
-
{{jsxref("String.prototype.trimLeft()")}} {{non-standard_inline}}
-
Retira o espaço em branco do lado esquerdo da string.
-
{{jsxref("String.prototype.trimRight()")}} {{non-standard_inline}}
-
Retira o espaço em branco do lado esquerdo da string.
-
{{jsxref("String.prototype.valueOf()")}}
-
Retorna o valor primitivo do objeto especificado. Substitui o metodo: {{jsxref("Object.prototype.valueOf()")}} 
-
{{jsxref("String.prototype.@@iterator()", "String.prototype[@@iterator]()")}}
-
Retorna um novo objeto  Iterator que repete sobre os pontos de código de um valor String, retornando cada ponto de código como um valor String.
-
- -

Métodos de envoltório HTML

- -

Esses métodos são de uso limitado, pois fornecem apenas um subconjunto das tags e atributos HTML disponíveis.

- -
-
{{jsxref("String.prototype.anchor()")}}
-
{{htmlattrxref("name", "a", "<a name=\"name\">")}} (alvo hipertexto)
-
{{jsxref("String.prototype.big()")}} {{deprecated_inline}}
-
{{HTMLElement("big")}}
-
{{jsxref("String.prototype.blink()")}} {{deprecated_inline}}
-
{{HTMLElement("blink")}}
-
{{jsxref("String.prototype.bold()")}} {{deprecated_inline}}
-
{{HTMLElement("b")}}
-
{{jsxref("String.prototype.fixed()")}} {{deprecated_inline}}
-
{{HTMLElement("tt")}}
-
{{jsxref("String.prototype.fontcolor()")}} {{deprecated_inline}}
-
{{htmlattrxref("color", "font", "<font color=\"color\">")}}
-
{{jsxref("String.prototype.fontsize()")}} {{deprecated_inline}}
-
{{htmlattrxref("size", "font", "<font size=\"size\">")}}
-
{{jsxref("String.prototype.italics()")}} {{deprecated_inline}}
-
{{HTMLElement("i")}}
-
{{jsxref("String.prototype.link()")}}
-
{{htmlattrxref("href", "a", "<a href=\"url\">")}} (link para URL)
-
{{jsxref("String.prototype.small()")}} {{deprecated_inline}}
-
{{HTMLElement("small")}}
-
{{jsxref("String.prototype.strike()")}} {{deprecated_inline}}
-
{{HTMLElement("strike")}}
-
{{jsxref("String.prototype.sub()")}} {{deprecated_inline}}
-
{{HTMLElement("sub")}}
-
{{jsxref("String.prototype.sup()")}} {{deprecated_inline}}
-
{{HTMLElement("sup")}}
-
- -

Especificações

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EspecificacoesStatusComentarios
{{SpecName('ES1')}}{{Spec2('ES1')}}Definição inicial.
{{SpecName('ES5.1', '#sec-15.5.3.1', 'String.prototype')}}{{Spec2('ES5.1')}} 
{{SpecName('ES6', '#sec-string.prototype', 'String.prototype')}}{{Spec2('ES6')}} 
{{SpecName('ESDraft', '#sec-string.prototype', 'String.prototype')}}{{Spec2('ESDraft')}} 
- -

Compatibilidade entre browsers

- - - -

{{Compat("javascript.builtins.String.prototype")}}

- -

Veja também 

- - 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 deleted file mode 100644 index c3e0334a3b..0000000000 --- a/files/pt-br/web/javascript/reference/global_objects/weakmap/prototype/index.html +++ /dev/null @@ -1,118 +0,0 @@ ---- -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")}}
- -

Sumário

- -

A propriedade WeakMap.prototype representa o prototype fara o construtor {{jsxref("WeakMap")}}.

- -
{{js_property_attributes(0,0,0)}}
- -

Descrição

- -

Instâncias {{jsxref("WeakMap")}} herdam de {{jsxref("WeakMap.prototype")}}. Você pode usar o objeto prototype do construtor para adicionar propriedades ou métodos para todas as instâncias WeakMap.

- -

Propriedades

- -
-
WeakMap.prototype.constructor
-
Retorna a função construtora das instâncias, neste caso a própria {{jsxref("WeakMap")}}.
-
- -

Metodos

- -
-
{{jsxref("WeakMap.prototype.clear()")}}
-
Remove todos os pares chave/valor do objeto WeakMap
-
{{jsxref("WeakMap.delete", "WeakMap.prototype.delete(key)")}}
-
Remove qualquer valor associado à  keyWeakMap.prototype.has(key) e retorna false após.
-
{{jsxref("WeakMap.get", "WeakMap.prototype.get(key)")}}
-
Retorna o valor associado a key, ou undefined se nenhum existir.
-
{{jsxref("WeakMap.has", "WeakMap.prototype.has(key)")}}
-
Retorna um Boolean verificando se há algum valor associado a key no objeto WeakMap ou não.
-
{{jsxref("WeakMap.set", "WeakMap.prototype.set(key, value)")}}
-
Configura um valor para key no objeto WeakMap. Retorna undefined.
-
- -

Especificações

- - - - - - - - - - - - - - -
EspecificaçãoStatusComentário
{{SpecName('ES6', '#sec-weakmap.prototype', 'WeakMap.prototype')}}{{Spec2('ES6')}}Especificação inicial.
- -

Compatibilidade de browsers 

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
RecursoChromeFirefox (SpiderMonkey)Internet ExplorerOperaSafari
Suporte básico{{CompatVersionUnknown}}{{CompatGeckoDesktop("6.0")}}11{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - -
RecursoAndroidFirefox Mobile (SpiderMonkey)IE MobileOpera MobileSafari Mobile
Suporte básico{{CompatNo}}{{CompatGeckoMobile("6.0")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

Notas para o Chrome

- - - -

Veja também

- - 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 deleted file mode 100644 index 4ca87eaddd..0000000000 --- a/files/pt-br/web/javascript/reference/operators/arithmetic_operators/index.html +++ /dev/null @@ -1,329 +0,0 @@ ---- -title: Arithmetic operators -slug: Web/JavaScript/Reference/Operators/Arithmetic_Operators -tags: - - JavaScript - - Operadores -translation_of: Web/JavaScript/Reference/Operators -translation_of_original: Web/JavaScript/Reference/Operators/Arithmetic_Operators ---- -
{{jsSidebar("Operadores")}}
- -

Operadores aritméticos tem valores numéricos (literais ou variáveis) como seus operadores e retornam um valor numérico único. Os operadores aritméticos padrões são adição (+), subtração (-), multiplicação (*), e divisão (/).

- -

Adição (+)

- -

O operador de adição produz a soma dos operadores numéricos ou a concatenação de strings.

- -

Sintaxe

- -
Operador: x + y
-
- -

Exemplos

- -
// Número + Número -> adição
-1 + 2 // 3
-
-// Booleano + Número -> adição
-true + 1 // 2
-
-// Booleano + Booleano -> adição
-false + false // 0
-
-// Número + String -> concatenação
-5 + "foo" // "5foo"
-
-// String + Booleano -> concatenação
-"foo" + false // "foofalse"
-
-// String + String -> concatenação
-"foo" + "bar" // "foobar"
-
- -

Subtração (-)

- -

O operador de subtração subtrai os dois operandos, produzindo sua diferença.

- -

Sintaxe

- -
Operador: x - y
-
- -

Exemplos

- -
5 - 3 // 2
-3 - 5 // -2
-"foo" - 3 // NaN
- -

Divisão (/)

- -

O operador de divisão produz o quociente de seus operandos onde o operando da esquerda é o dividendo e o da direita é o divisor.

- -

Sintaxe

- -
Operador: x / y
-
- -

Exemplos

- -
1 / 2      // retorna 0.5 em JavaScript
-1 / 2      // retorna 0 em Java
-// (nenhum dos números é explicitamente um número de ponto flutuante)
-
-1.0 / 2.0  // retorna 0.5 em JavaScript e Java
-
-2.0 / 0    // retorna Infinity em JavaScript
-2.0 / 0.0  // retorna Infinity também
-2.0 / -0.0 // retorna -Infinity em JavaScript
- -

Multiplicação (*)

- -

O operador de multiplicação produz o produto dos operandos.

- -

Sintaxe

- -
Operador: x * y
-
- -

Exemplos

- -
2 * 2 // 4
--2 * 2 // -4
-Infinity * 0 // NaN
-Infinity * Infinity // Infinity
-"foo" * 2 // NaN
-
- -

Módulo (%)

- -

O operador de módulo retorna o primeiro operando módulo o segundo, isto é, var1 módulo var2, na sentença anterior, onde var1 e var 2 são variáveis. A função módulo é o resto inteiro da divisão de var1 por var2. Existe uma proposta de ter um operador real de módulo em uma versão futura do ECMAScript.

- -

Sintaxe

- -
Operador: var1 % var2
-
- -

Examples

- -
12 % 5 // 2
--1 % 2 // -1
-NaN % 2 // NaN
-
- -

Exponenciação (**)

- -

O operador de exponenciação retorna o resultado do primeiro operando elevado ao segundo operando. É o mesmo que var1var2, onde var1 e var2 são variáveis. O operador de exponenciação é associativo à direita, ou seja, a ** b ** c é igual a a ** (b ** c).

- -

Sintaxe

- -
Operador: var1 ** var2
-
- -

Notas

- -

Em várias linguagens como PHP e Python e outras que tem o operador de exponenciação (**), a exponenciação tem prioridade do que operações unárias, como + e  -, mas tem algumas exceções. Por exemplo, no Bash o operador ** é definido por ter menos prioridade do que operadores unários. No JavaScript, é impossível escrever uma expressão de exponenciação ambígua, i.e. você não pode colocar um operador unário (+/-/~/!/delete/void/typeof) imediatamente antes do número base.

- -
-2 ** 2;
-// 4 no Bash, -4 em outras linguagens.
-// Isso é inválido no JavaScript, pois a operação é ambígua.
-
-
--(2 ** 2);
-// -4 no JavaScript e a intenção do autor não é ambígua.
-
- -

Exemplos

- -
2 ** 3 // 8
-3 ** 2 // 9
-3 ** 2.5 // 15.588457268119896
-10 ** -1 // 0.1
-NaN ** 2 // NaN
-
-2 ** 3 ** 2 // 512
-2 ** (3 ** 2) // 512
-(2 ** 3) ** 2 // 64
-
- -

Para inverter o sinal do resultado de uma expressão de exponenciação:

- -
-(2 ** 2) // -4
-
- -

Para forçar a base de uma expressão de exponenciação para ser um número negativo:

- -
(-2) ** 2 // 4
-
- -
-

Nota: JavaScript também tem  um operador de lógica binária ^ (XOR). ** e ^ são diferentes (por exemplo : 2 ** 3 === 8 enquanto 2 ^ 3 === 1.)

-
- -

Incremento (++)

- -

O operador de incremento incrementa (adiciona um a) seu operando e retorna um valor;

- - - -

Sintaxe

- -
Operador: x++ or ++x
-
- -

Exemplos

- -
// Posfixo
-var x = 3;
-y = x++; // y = 3, x = 4
-
-// Prefixo
-var a = 2;
-b = ++a; // a = 3, b = 3
-
- -

Decremento (--)

- -

O operador de decremento decrementa (subtrai um de) seu operando e retorna um valor.

- - - -

Sintaxe

- -
Operador: x-- or --x
-
- -

Exemplos

- -
// Posfixo
-var x = 3;
-y = x--; // y = 3, x = 2
-
-// Prefixo
-var a = 2;
-b = --a; // a = 1, b = 1
-
- -

Negação Unária (-)

- -

O operador de negação unária precede seu operando e o nega.

- -

Sintaxe

- -
Operador: -x
-
- -

Exemplos

- -
var x = 3;
-y = -x; // y = -3, x = 3
-
- -

Soma Unária (+)

- -

O operador de soma unária precede seu operando e calcula para seu operando mas tenta convertê-lo para um número, caso ainda não o seja. Apesar da negação unária (-) também poder converter não-números, a soma unária é a forma mais rápida e a forma preferida de converter alguma coisa em um número, porque ele não realiza nenhuma outra operação no número. Ele pode converter strings que representam inteiros e ponto flutuante, bem como os valores de não-string true, false, e null. Inteiros em formato decimal e hexadecimal ("0x"-prefixado) são suportados. Números negativos são suportados (não os hexadecimais). Caso não possa analisar um determinado valor, o operador retornará NaN.

- -

Sintaxe

- -
Operador: +x
-
- -

Exemplos

- -
+3     // 3
-+"3"   // 3
-+true  // 1
-+false // 0
-+null  // 0
-
- -

Especificações

- - - - - - - - - - - - - - - - - - - - - - - - -
EspecificaçãoStatusComentário
ECMAScript 1ª Edição.PadrãoDefinição inicial.
{{SpecName('ES5.1', '#sec-11.3')}}{{Spec2('ES5.1')}}Definido em várias seções da especificação: Operadores aditivos, Operadores Multiplicativos, Expressões Posfixas, Operadores Unários.
{{SpecName('ES6', '#sec-postfix-expressions')}}{{Spec2('ES6')}}Definido em várias seções da especificação: Operadores aditivos, Operadores Multiplicativos, Expressões Posfixas, Operadores Unários.
- -

Compatibilidade com Navegadores

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -

Veja também

- - diff --git a/files/pt-br/web/javascript/reference/operators/atribuicao_via_desestruturacao/index.html b/files/pt-br/web/javascript/reference/operators/atribuicao_via_desestruturacao/index.html deleted file mode 100644 index 6b1a100b4b..0000000000 --- a/files/pt-br/web/javascript/reference/operators/atribuicao_via_desestruturacao/index.html +++ /dev/null @@ -1,445 +0,0 @@ ---- -title: Atribuição via desestruturação (destructuring assignment) -slug: Web/JavaScript/Reference/Operators/Atribuicao_via_desestruturacao -translation_of: Web/JavaScript/Reference/Operators/Destructuring_assignment ---- -
{{jsSidebar("Operators")}}
- -

A sintaxe de atribuição via desestruturação (destructuring assignment) é uma expressão JavaScript que possibilita extrair dados de arrays ou objetos em variáveis distintas.

- -

Sintaxe

- -
var a, b, rest;
-[a, b] = [1, 2];
-console.log(a); // 1
-console.log(b); // 2
-
-[a, b, ...rest] = [1, 2, 3, 4, 5];
-console.log(a); // 1
-console.log(b); // 2
-console.log(rest); // [3, 4, 5]
-
-({a, b} = {a:1, b:2});
-console.log(a); // 1
-console.log(b); // 2
-
-// ES2016 - não implementado em Firefox 47a01
-({a, b, ...rest} = {a:1, b:2, c:3, d:4});
-
- -

Descrição

- -

As expressões de objeto e matriz literais fornecem uma maneira fácil de criar pacotes ad hoc de dados .

- -
var x = [1, 2, 3, 4, 5];
- -

A atribuição via desestruturação usa sintaxe similar, mas no lado esquerdo da atribuição são definidos quais elementos devem ser extraídos da variável de origem.

- -
var x = [1, 2, 3, 4, 5];
-var [y, z] = x;
-console.log(y); // 1
-console.log(z); // 2
-
- -

Esse recurso é semelhante aos recursos presentes em linguagens como Perl e Python.

- -

Desestruturação de array

- -

Atribuição básica de variável

- -
var foo = ["one", "two", "three"];
-
-var [one, two, three] = foo;
-console.log(one); // "one"
-console.log(two); // "two"
-console.log(three); // "three"
-
- -

Atribuição separada da declaração

- -

Uma variável pode ter seu valor atribuído via desestruturação separadamente da declaração dela.

- -
var a, b;
-
-[a, b] = [1, 2];
-console.log(a); // 1
-console.log(b); // 2
-
- -

Valores padrão

- -

Uma variável pode ser atribuída de um padrão, no caso em que o valor retirado do array é undefined.

- -
var a, b;
-
-[a=5, b=7] = [1];
-console.log(a); // 1
-console.log(b); // 7
-
- -

Trocando variáveis

- -

Os valores de duas variáveis podem ser trocados em uma expressão de desestruturação.

- -

Sem atribuição via desestruturação, trocar dois valores requer uma variável temporária (ou, em algumas linguagens de baixo nível, o Algoritmo XOR Swap).

- -
var a = 1;
-var b = 3;
-
-[a, b] = [b, a];
-console.log(a); // 3
-console.log(b); // 1
-
- -

Analisando um array retornado de uma função

- -

Sempre foi possível retornar uma matriz de uma função. A desestruturação pode tornar mais conciso o trabalho com um valor de retorno do tipo array.

- -

Neste exemplo, f() returna os valores [1, 2] como saída, que podem ser analisados em uma única linha com desestruturação.

- -
function f() {
-  return [1, 2];
-}
-
-var a, b;
-[a, b] = f();
-console.log(a); // 1
-console.log(b); // 2
-
- -

Ignorando alguns valores retornados

- -

Você pode ignorar valores retornados que você não tem interesse:

- -
function f() {
-  return [1, 2, 3];
-}
-
-var [a, , b] = f();
-console.log(a); // 1
-console.log(b); // 3
-
- -

Você também pode ignorar todos os valores retornados:

- -
[,,] = f();
-
- -

Atribuindo o resto de um array para uma variável

- -

Ao desestruturar um array, você pode atribuir a parte restante deste em uma viáriável usando o padrão rest:

- -
var [a, ...b] = [1, 2, 3];
-console.log(a); // 1
-console.log(b); // [2, 3]
- -

Extraindo valores do resultado de uma expressão regular

- -

Quando o método de expressão regular exec() encontra um resultado, ele retorna um array que contém primeiro toda a porção resultante da string e depois cada uma das porções da string resultante envolvidas por parênteses na expressão regular. A atribuição via desestruturação lhe permite extrair as partes desses array facilmente, ignorando a porção resultante completa se não precisar.

- -
var url = "https://developer.mozilla.org/en-US/Web/JavaScript";
-
-var parsedURL = /^(\w+)\:\/\/([^\/]+)\/(.*)$/.exec(url);
-console.log(parsedURL); // ["https://developer.mozilla.org/en-US/Web/JavaScript", "https", "developer.mozilla.org", "en-US/Web/JavaScript"]
-
-var [, protocol, fullhost, fullpath] = parsedURL;
-
-console.log(protocol); // "https"
-
- -

Desestruturação de objeto

- -

Atribuição básica

- -
var o = {p: 42, q: true};
-var {p, q} = o;
-
-console.log(p); // 42
-console.log(q); // true
-
- -

Atribuição sem declaração

- -

Uma variável pode ter seu valor atribuído via desestruturação separadamente da sua declaração.

- -
var a, b;
-
-({a, b} = {a:1, b:2});
- -
-

Os parênteses ( ... ) ao redor da declaração de atribuição é uma sintaxe necessária  quando se utiliza a atribuição via desestruturação de objeto literal sem uma declaração.

- -

{a, b} = {a:1, b:2} não é uma sintaxe stand-alone válida, pois {a, b} no lado esquerdo é considarada um bloco, não um objeto literal.

- -

No entanto, ({a, b} = {a:1, b:2}) é valida, assim como var {a, b} = {a:1, b:2}

-
- -

Atribuição para variáveis com novos nomes

- -

Uma variável pode ser extraída de um objeto e atribuída a uma variável com um nome diferente da propriedade do objeto.

- -
var o = {p: 42, q: true};
-var {p: foo, q: bar} = o;
-
-console.log(foo); // 42
-console.log(bar); // true  
- -

Valores padrão

- -

Uma variável pode ser atribuída de um padrão, no caso em que o valor retirado do objeto é undefined.

- -
var {a=10, b=5} = {a: 3};
-
-console.log(a); // 3
-console.log(b); // 5
- -

Definindo um valor padrão de parâmetro de função

- -

Versão ES5

- -
function drawES5Chart(options) {
-  options = options === undefined ? {} : options;
-  var size = options.size === undefined ? 'big' : options.size;
-  var cords = options.cords === undefined ? { x: 0, y: 0 } : options.cords;
-  var radius = options.radius === undefined ? 25 : options.radius;
-  console.log(size, cords, radius);
-  // now finally do some chart drawing
-}
-
-drawES5Chart({
-  cords: { x: 18, y: 30 },
-  radius: 30
-});
- -

Versão ES2015

- -
function drawES2015Chart({size = 'big', cords = { x: 0, y: 0 }, radius = 25} = {}) {
-  console.log(size, cords, radius);
-  // do some chart drawing
-}
-
-drawES2015Chart({
-  cords: { x: 18, y: 30 },
-  radius: 30
-});
- -

Objeto aninhado e desestruturação de array

- -
var metadata = {
-    title: "Scratchpad",
-    translations: [
-       {
-        locale: "de",
-        localization_tags: [ ],
-        last_edit: "2014-04-14T08:43:37",
-        url: "/de/docs/Tools/Scratchpad",
-        title: "JavaScript-Umgebung"
-       }
-    ],
-    url: "/en-US/docs/Tools/Scratchpad"
-};
-
-var { title: englishTitle, translations: [{ title: localeTitle }] } = metadata;
-
-console.log(englishTitle); // "Scratchpad"
-console.log(localeTitle);  // "JavaScript-Umgebung"
- -

For de iteração e desestruturação

- -
var people = [
-  {
-    name: "Mike Smith",
-    family: {
-      mother: "Jane Smith",
-      father: "Harry Smith",
-      sister: "Samantha Smith"
-    },
-    age: 35
-  },
-  {
-    name: "Tom Jones",
-    family: {
-      mother: "Norah Jones",
-      father: "Richard Jones",
-      brother: "Howard Jones"
-    },
-    age: 25
-  }
-];
-
-for (var {name: n, family: { father: f } } of people) {
-  console.log("Name: " + n + ", Father: " + f);
-}
-
-// "Name: Mike Smith, Father: Harry Smith"
-// "Name: Tom Jones, Father: Richard Jones"
- -

Extraindo campos de objetos passados como parâmetro de função

- -
function userId({id}) {
-  return id;
-}
-
-function whois({displayName: displayName, fullName: {firstName: name}}){
-  console.log(displayName + " is " + name);
-}
-
-var user = {
-  id: 42,
-  displayName: "jdoe",
-  fullName: {
-      firstName: "John",
-      lastName: "Doe"
-  }
-};
-
-console.log("userId: " + userId(user)); // "userId: 42"
-whois(user); // "jdoe is John"
- -

Isso extrai o id, displayName e firstName do objeto user e os imprime na tela.

- -

Nomes computados de propriedade de objeto e desestruturação

- -

Nomes computados de propriedades, como em objetos literais, podem ser usados com desestruturação.

- -
let key = "z";
-let { [key]: foo } = { z: "bar" };
-
-console.log(foo); // "bar"
-
- -

Especificações

- - - - - - - - - - - - - - - - - - - -
EspeficiaçãoSituaçãoComentário
{{SpecName('ES2015', '#sec-destructuring-assignment', 'Destructuring assignment')}}{{Spec2('ES2015')}}Definição inicial.
{{SpecName('ESDraft', '#sec-destructuring-assignment', 'Destructuring assignment')}}{{Spec2('ESDraft')}}
- -

Compatibilidade do navegador

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FuncionalidadeChromeFirefox (Gecko)EdgeInternet ExplorerOperaSafari
-

Suporte básico

-
{{CompatChrome(49.0)}}{{ CompatGeckoDesktop("1.8.1") }}14{{CompatNo}}{{CompatNo}}7.1
-

Nomes computados de propriedades

-
{{CompatChrome(49.0)}}{{ CompatGeckoDesktop("34") }}14{{CompatNo}}{{CompatNo}}{{CompatNo}}
Operador spread{{CompatChrome(49.0)}}{{ CompatGeckoDesktop("34") }}12[1]{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FuncionalidadeAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari MobileChrome for Android
Suporte básico{{CompatNo}}{{CompatChrome(49.0)}}{{ CompatGeckoMobile("1.0") }}{{CompatNo}}{{CompatNo}}8{{CompatChrome(49.0)}}
Nomes computados de propriedades{{CompatNo}}{{CompatChrome(49.0)}}{{ CompatGeckoMobile("34") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatChrome(49.0)}}
Operador spread{{CompatNo}}{{CompatChrome(49.0)}}{{ CompatGeckoMobile("34") }}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatChrome(49.0)}}
-
- -

[1] Requer "Enable experimental Javascript features" para funciona sob `about:flags`

- -

Notas específicas do Firefox

- - - -

Veja também

- - 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 deleted file mode 100644 index b8b2e654c4..0000000000 --- a/files/pt-br/web/javascript/reference/operators/bitwise_operators/index.html +++ /dev/null @@ -1,559 +0,0 @@ ---- -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")}}
- -
- -
Operadores bit-a-bit são são operadores tratados como sequência de 32 bits ( zeros e uns ), preferencialmente como decimal, hexadecimal, ou números octais. Por exemplo, o número decimal 9 tinha como representação binária de 1001. Operadores bit-a-bit realizam as operações em tais representações binárias, mas retornam valores numéricos no padrão Javascript.
- -
{{EmbedInteractiveExample("pages/js/expressions-bitwiseoperators.html")}}
- - - -

A seguinte tabela resume os Operadores bit-a-bit:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OperadorUsoDescrição
Bitwise ANDa & bRetorna 1 em cada posição de bit para à qual o bit correspondente de ambos eram 1s.
Bitwise ORa | b -

Retorna 1 para cada posição de bit para à qual o correspondente de um ou ambos eram 1s.

-
Bitwise XORa ^ bRetorna 1 para cada posição de bit para à qual o bit correspondente de um mas não ambos eram 1s.
Bitwise NOT~ aInverte os bits de seus operandos.
Left shifta << bJogam a  em representação binária b (< 32) bits à esquerda, mudando de zeros à diretia.
Sign-propagating right shifta >> bJogam a  em representação binária b (< 32) bits à direita, descartando bits que foram tornados off.
Zero-fill right shifta >>> b  Jogam a  em representação binária b (< 32) bits à direita, descartando bits que foram tornados off, e jogando 0s para à esquerda.
- -

Inteiros assinados em 32-bit

- -

Os operandos de todos os operadores bit-a-bit são assinados como inteiros de 32-bit em duas formas complementares. Duas formas complementares significa que uma negativa contrapartida (e.g. 5 vs. -5) são todos os bits daqueles números invertidos (bit-a-bit NOT de um número, a.k.a. complementos de um número) mais um. Por example, os seguintes encodes inteiros são 314:

- -
00000000000000000000000100111010
-
- -

Os seguintes encodes ~314, i.e. são os únicos complementos de  314:

- -
11111111111111111111111011000101
-
- -

Finalmente, os seguintes encodes -314, i.e. são dois complementos de 314:

- -
11111111111111111111111011000110
-
- -

As duas garantias complementares daquele bit mais à esquerda que é zero quando o número é positivo e 1 quando o número é negativo. Aliás, isto é chamado de sign bit ou bit assinalado.

- -

O número 0 é o inteiro composto completamente de 0 bits.

- -
0 (base 10) = 00000000000000000000000000000000 (base 2)
-
- -

O número -1 é o inteiro que é composto completamente de 1 bits.

- -
-1 (base 10) = 11111111111111111111111111111111 (base 2)
-
- -

O número -2147483648 (representação hexadecimal: -0x80000000) é o inteiro completamente composto de 0 bits exceto o primeiro (left-most) único.

- -
-2147483648 (base 10) = 10000000000000000000000000000000 (base 2)
-
- -

O número 2147483647 (representação hexadecimal: 0x7fffffff) é o inteiro composto completamente por bits 1, exceto pelo primeiro (o mais à esquerda).

- -
2147483647 (base 10) = 01111111111111111111111111111111 (base 2)
-
- -

Os números -2147483648 e 2147483647 são, respectivamente, o minimo e o máximo inteiro representáveis atráves de um número de 32 bits assinados.

- -

Operadores lógico bit-abit

- -

Conceitualmente, os operadores lógicos bit-abit funcionam da seguinte forma:

- - - -

& (Bitwise AND)

- -

Performa a operação AND em cada par de bits. a AND b retorna 1, apenas quando a e b são 1. A tabela verdade para a operação AND é:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
aba AND b
000
010
100
111
- -
.    9 (base 10) = 00000000000000000000000000001001 (base 2)
-    14 (base 10) = 00000000000000000000000000001110 (base 2)
-                   --------------------------------
-14 & 9 (base 10) = 00000000000000000000000000001000 (base 2) = 8 (base 10)
-
- -

Performar a operação AND bit-a-bit de qualquer número x com 0 retornará 0. Performar a operação AND bit-a-bit de qualquer número x com -1 retornará x.

- -

| (Bitwise OR)

- -

Performa a operação OR em cada par de bits. a OR b retorna 1 se pelo menos a ou pelo menos b é 1. As tabela versão para a operação OR é:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
aba OR b
000
011
101
111
- -
.    9 (base 10) = 00000000000000000000000000001001 (base 2)
-    14 (base 10) = 00000000000000000000000000001110 (base 2)
-                   --------------------------------
-14 | 9 (base 10) = 00000000000000000000000000001111 (base 2) = 15 (base 10)
-
- -

Performar a operação OR de qulalquer número x com 0 retornará 0. Performar a operação OR de qualquer número X com -1 retornará -1.

- -

^ (Bitwise XOR)

- -

Performs the XOR operation on each pair of bits. a XOR b yields 1 if a and b are different. The truth table for the XOR operation is:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
aba XOR b
000
011
101
110
- -
.    9 (base 10) = 00000000000000000000000000001001 (base 2)
-    14 (base 10) = 00000000000000000000000000001110 (base 2)
-                   --------------------------------
-14 ^ 9 (base 10) = 00000000000000000000000000000111 (base 2) = 7 (base 10)
-
- -

Bitwise XORing any number x with 0 yields x. Bitwise XORing any number x with -1 yields ~x.

- -

~ (Bitwise NOT)

- -

Performs the NOT operator on each bit. NOT a yields the inverted value (a.k.a. one's complement) of a. The truth table for the NOT operation is:

- - - - - - - - - - - - - - - - -
aNOT a
01
10
- -
 9 (base 10) = 00000000000000000000000000001001 (base 2)
-               --------------------------------
-~9 (base 10) = 11111111111111111111111111110110 (base 2) = -10 (base 10)
-
- -

Bitwise NOTing any number x yields -(x + 1). For example, ~-5 yields 4.

- -

Note that due to using 32-bit representation for numbers both ~-1 and ~4294967295 (232-1) results in 0.

- -

Operadores de deslocamento bit a bit

- -

The bitwise shift operators take two operands: the first is a quantity to be shifted, and the second specifies the number of bit positions by which the first operand is to be shifted. The direction of the shift operation is controlled by the operator used.

- -

Shift operators convert their operands to 32-bit integers in big-endian order and return a result of the same type as the left operand. The right operand should be less than 32, but if not only the low five bits will be used.

- -

<< (Left shift)

- -

This operator shifts the first operand the specified number of bits to the left. Excess bits shifted off to the left are discarded. Zero bits are shifted in from the right.

- -

For example, 9 << 2 yields 36:

- -
.    9 (base 10): 00000000000000000000000000001001 (base 2)
-                  --------------------------------
-9 << 2 (base 10): 00000000000000000000000000100100 (base 2) = 36 (base 10)
-
- -

Bitwise shifting any number x to the left by y bits yields x * 2 ** y.

- -

>> (Sign-propagating right shift)

- -

This operator shifts the first operand the specified number of bits to the right. Excess bits shifted off to the right are discarded. Copies of the leftmost bit are shifted in from the left. Since the new leftmost bit has the same value as the previous leftmost bit, the sign bit (the leftmost bit) does not change. Hence the name "sign-propagating".

- -

For example, 9 >> 2 yields 2:

- -
.    9 (base 10): 00000000000000000000000000001001 (base 2)
-                  --------------------------------
-9 >> 2 (base 10): 00000000000000000000000000000010 (base 2) = 2 (base 10)
-
- -

Likewise, -9 >> 2 yields -3, because the sign is preserved:

- -
.    -9 (base 10): 11111111111111111111111111110111 (base 2)
-                   --------------------------------
--9 >> 2 (base 10): 11111111111111111111111111111101 (base 2) = -3 (base 10)
-
- -

>>> (Zero-fill right shift)

- -

This operator shifts the first operand the specified number of bits to the right. Excess bits shifted off to the right are discarded. Zero bits are shifted in from the left. The sign bit becomes 0, so the result is always non-negative.

- -

For non-negative numbers, zero-fill right shift and sign-propagating right shift yield the same result. For example, 9 >>> 2 yields 2, the same as 9 >> 2:

- -
.     9 (base 10): 00000000000000000000000000001001 (base 2)
-                   --------------------------------
-9 >>> 2 (base 10): 00000000000000000000000000000010 (base 2) = 2 (base 10)
-
- -

However, this is not the case for negative numbers. For example, -9 >>> 2 yields 1073741821, which is different than -9 >> 2 (which yields -3):

- -
.     -9 (base 10): 11111111111111111111111111110111 (base 2)
-                    --------------------------------
--9 >>> 2 (base 10): 00111111111111111111111111111101 (base 2) = 1073741821 (base 10)
-
- -

Examples

- -

Flags and bitmasks

- -

The bitwise logical operators are often used to create, manipulate, and read sequences of flags, which are like binary variables. Variables could be used instead of these sequences, but binary flags take much less memory (by a factor of 32).

- -

Suppose there are 4 flags:

- - - -

These flags are represented by a sequence of bits: DCBA. When a flag is set, it has a value of 1. When a flag is cleared, it has a value of 0. Suppose a variable flags has the binary value 0101:

- -
var flags = 5;   // binary 0101
-
- -

This value indicates:

- - - -

Since bitwise operators are 32-bit, 0101 is actually 00000000000000000000000000000101, but the preceding zeroes can be neglected since they contain no meaningful information.

- -

A bitmask is a sequence of bits that can manipulate and/or read flags. Typically, a "primitive" bitmask for each flag is defined:

- -
var FLAG_A = 1; // 0001
-var FLAG_B = 2; // 0010
-var FLAG_C = 4; // 0100
-var FLAG_D = 8; // 1000
-
- -

New bitmasks can be created by using the bitwise logical operators on these primitive bitmasks. For example, the bitmask 1011 can be created by ORing FLAG_A, FLAG_B, and FLAG_D:

- -
var mask = FLAG_A | FLAG_B | FLAG_D; // 0001 | 0010 | 1000 => 1011
-
- -

Individual flag values can be extracted by ANDing them with a bitmask, where each bit with the value of one will "extract" the corresponding flag. The bitmask masks out the non-relevant flags by ANDing with zeroes (hence the term "bitmask"). For example, the bitmask 0100 can be used to see if flag C is set:

- -
// if we own a cat
-if (flags & FLAG_C) { // 0101 & 0100 => 0100 => true
-   // do stuff
-}
-
- -

A bitmask with multiple set flags acts like an "either/or". For example, the following two are equivalent:

- -
// if we own a bat or we own a cat
-// (0101 & 0010) || (0101 & 0100) => 0000 || 0100 => true
-if ((flags & FLAG_B) || (flags & FLAG_C)) {
-   // do stuff
-}
-
- -
// if we own a bat or cat
-var mask = FLAG_B | FLAG_C; // 0010 | 0100 => 0110
-if (flags & mask) { // 0101 & 0110 => 0100 => true
-   // do stuff
-}
-
- -

Flags can be set by ORing them with a bitmask, where each bit with the value one will set the corresponding flag, if that flag isn't already set. For example, the bitmask 1100 can be used to set flags C and D:

- -
// yes, we own a cat and a duck
-var mask = FLAG_C | FLAG_D; // 0100 | 1000 => 1100
-flags |= mask;   // 0101 | 1100 => 1101
-
- -

Flags can be cleared by ANDing them with a bitmask, where each bit with the value zero will clear the corresponding flag, if it isn't already cleared. This bitmask can be created by NOTing primitive bitmasks. For example, the bitmask 1010 can be used to clear flags A and C:

- -
// no, we don't have an ant problem or own a cat
-var mask = ~(FLAG_A | FLAG_C); // ~0101 => 1010
-flags &= mask;   // 1101 & 1010 => 1000
-
- -

The mask could also have been created with ~FLAG_A & ~FLAG_C (De Morgan's law):

- -
// no, we don't have an ant problem, and we don't own a cat
-var mask = ~FLAG_A & ~FLAG_C;
-flags &= mask;   // 1101 & 1010 => 1000
-
- -

Flags can be toggled by XORing them with a bitmask, where each bit with the value one will toggle the corresponding flag. For example, the bitmask 0110 can be used to toggle flags B and C:

- -
// if we didn't have a bat, we have one now,
-// and if we did have one, bye-bye bat
-// same thing for cats
-var mask = FLAG_B | FLAG_C;
-flags = flags ^ mask;   // 1100 ^ 0110 => 1010
-
- -

Finally, the flags can all be flipped with the NOT operator:

- -
// entering parallel universe...
-flags = ~flags;    // ~1010 => 0101
-
- -

Conversion snippets

- -

Convert a binary String to a decimal Number:

- -
var sBinString = '1011';
-var nMyNumber = parseInt(sBinString, 2);
-alert(nMyNumber); // prints 11, i.e. 1011
-
- -

Convert a decimal Number to a binary String:

- -
var nMyNumber = 11;
-var sBinString = nMyNumber.toString(2);
-alert(sBinString); // prints 1011, i.e. 11
-
- -

Automate Mask Creation

- -

You can create multiple masks from a set of Boolean values, like this:

- -
function createMask() {
-  var nMask = 0, nFlag = 0, nLen = arguments.length > 32 ? 32 : arguments.length;
-  for (nFlag; nFlag < nLen; nMask |= arguments[nFlag] << nFlag++);
-  return nMask;
-}
-var mask1 = createMask(true, true, false, true); // 11, i.e.: 1011
-var mask2 = createMask(false, false, true); // 4, i.e.: 0100
-var mask3 = createMask(true); // 1, i.e.: 0001
-// etc.
-
-alert(mask1); // prints 11, i.e.: 1011
-
- -

Reverse algorithm: an array of booleans from a mask

- -

If you want to create an Array of Booleans from a mask you can use this code:

- -
function arrayFromMask(nMask) {
-  // nMask must be between -2147483648 and 2147483647
-  if (nMask > 0x7fffffff || nMask < -0x80000000) {
-    throw new TypeError('arrayFromMask - out of range');
-  }
-  for (var nShifted = nMask, aFromMask = []; nShifted;
-       aFromMask.push(Boolean(nShifted & 1)), nShifted >>>= 1);
-  return aFromMask;
-}
-
-var array1 = arrayFromMask(11);
-var array2 = arrayFromMask(4);
-var array3 = arrayFromMask(1);
-
-alert('[' + array1.join(', ') + ']');
-// prints "[true, true, false, true]", i.e.: 11, i.e.: 1011
-
- -

You can test both algorithms at the same time…

- -
var nTest = 19; // our custom mask
-var nResult = createMask.apply(this, arrayFromMask(nTest));
-
-alert(nResult); // 19
-
- -

For the didactic purpose only (since there is the Number.toString(2) method), we show how it is possible to modify the arrayFromMask algorithm in order to create a String containing the binary representation of a Number, rather than an Array of Booleans:

- -
function createBinaryString(nMask) {
-  // nMask must be between -2147483648 and 2147483647
-  for (var nFlag = 0, nShifted = nMask, sMask = ''; nFlag < 32;
-       nFlag++, sMask += String(nShifted >>> 31), nShifted <<= 1);
-  return sMask;
-}
-
-var string1 = createBinaryString(11);
-var string2 = createBinaryString(4);
-var string3 = createBinaryString(1);
-
-alert(string1);
-// prints 00000000000000000000000000001011, i.e. 11
-
- -

Specifications

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('ES1')}}{{Spec2('ES1')}}Initial definition.
{{SpecName('ES5.1', '#sec-11.7')}}{{Spec2('ES5.1')}}Defined in several sections of the specification: Bitwise NOT operator, Bitwise shift operators, Binary bitwise operators
{{SpecName('ES6', '#sec-bitwise-shift-operators')}}{{Spec2('ES6')}}Defined in several sections of the specification: Bitwise NOT operator, Bitwise shift operators, Binary bitwise operators
{{SpecName('ESDraft', '#sec-bitwise-shift-operators')}}{{Spec2('ESDraft')}}Defined in several sections of the specification: Bitwise NOT operator, Bitwise shift operators, Binary bitwise operators
- -

Browser compatibility

- - - -

{{Compat("javascript.operators.bitwise")}}

- -

See also

- - 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 new file mode 100644 index 0000000000..be374104d0 --- /dev/null +++ b/files/pt-br/web/javascript/reference/operators/comma_operator/index.html @@ -0,0 +1,102 @@ +--- +title: Operador Vírgula +slug: Web/JavaScript/Reference/Operators/Operador_Virgula +translation_of: Web/JavaScript/Reference/Operators/Comma_Operator +--- +
+ {{jsSidebar("Operators")}}
+

Sumário

+

operador vírgula avalia o valor de seus operandos (da esquerda para a direita) e retorna o valor do último operando.

+

Sintaxe

+
expr1, expr2, expr3...
+

Parameters

+
+
+ expr1, expr2, expr3...
+
+ Quaisquer expressões.
+
+

Descrição

+

Você pode usar o operador vírgula quando desejar incluir múltiplas expressões em um lugar que requer uma única expressão. O uso mais comum desse operador é suprir múltiplos parâmetros em um loop for.

+

Exemplo

+

Se a é um array de 2 dimensões com 10 elementos de um lado, o seguinte código usa o operador vírgula para incrementar duas variáveis mutuamente. Note que a vírgula na declaração var não é o operador vírgula, porque ele não existe dentro de uma expressão. Além disso, ela é uma caractere especial nas declarações var para combinar múltiplas delas em uma única. Embora praticamente a vírgula comporte-se quase que igualmente ao operador vírgula. O código imprime os valores dos elementos diagonais da matriz:

+
for (var i = 0, j = 9; i <= 9; i++, j--)
+  document.writeln("a[" + i + "][" + j + "] = " + a[i][j]);
+
+

Especificações

+ + + + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
1ª Edição ECMAScript.PadrãoDefinição inicial.
{{SpecName('ES5.1', '#sec-11.14', 'Comma operator')}}{{Spec2('ES5.1')}} 
{{SpecName('ES6', '#sec-comma-operator', 'Comma operator')}}{{Spec2('ES6')}} 
+

Compatibilidade de Navegadores

+

{{ CompatibilityTable() }}

+
+ + + + + + + + + + + + + + + + + + + +
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suporte Básico{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
+
+
+ + + + + + + + + + + + + + + + + + + + + +
CaracterísticaAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suporte Básico{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
+
+

Veja também

+ 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 new file mode 100644 index 0000000000..9b36afca80 --- /dev/null +++ b/files/pt-br/web/javascript/reference/operators/conditional_operator/index.html @@ -0,0 +1,171 @@ +--- +title: Operador Condicional Ternário +slug: Web/JavaScript/Reference/Operators/Operador_Condicional +tags: + - JavaScript + - Operadores Condicionais +translation_of: Web/JavaScript/Reference/Operators/Conditional_Operator +--- +
{{jsSidebar("Operators")}}
+ +

Sumário

+ +

O operador condicional (ternário) é o único operador JavaScript que possui três operandos. Este operador é frequentemente usado como um atalho para a instrução if.

+ +

Sintaxe

+ +
condition ? expr1 : expr2 
+ +

Parâmetros

+ +
+
condition
+
Uma expressão que é avaliada como true ou false.
+
+ +
+
expr1, expr2
+
Expressões com valores de qualquer tipo.
+
+ +

Descrição

+ +

Se condition é true, o operador retornará o valor de expr1; se não, ele retorna o valor de exp2. Por exemplo, para exibir uma mensagem diferente baseada no valor da variável isMember, você poderá utilizar o código (statement) seguinte:

+ +
"The fee is " + (isMember ? "$2.00" : "$10.00")
+
+ +

Conforme o resultado da operação, você também poderá atribuir a variáveis:

+ +
var elvisLives = Math.PI > 4 ? "Yep" : "Nope";
+ +

Também são possíveis múltiplas avaliaçãoes ternárias (nota: o operador condicional é associativo a direita):

+ +
var firstCheck = false,
+    secondCheck = false,
+    access = firstCheck ? "Access denied" : secondCheck ? "Access denied" : "Access granted";
+
+console.log( access ); // logs "Access granted"
+ +

Você também pode usar avaliações ternárias no espaço livre de modo a fazer diferentes operações:

+ +
var stop = false, age = 16;
+
+age > 18 ? location.assign("continue.html") : stop = true;
+
+ +

Você também pode fazer mais do que uma única operação em cada caso, separando-os por vírgula:

+ +
var stop = false, age = 23;
+
+age > 18 ? (
+    alert("OK, you can go."),
+    location.assign("continue.html")
+) : (
+    stop = true,
+    alert("Sorry, you are much too young!")
+);
+
+ +

Você também pode fazer mais de uma operação durante a atribuição de um valor. Neste caso, o último valor separado por vírgula dentro dos parênteses será o valor a ser atribuído.

+ +
var age = 16;
+
+var url = age > 18 ? (
+    alert("OK, you can go."),
+    // alert returns "undefined", but it will be ignored because
+    // isn't the last comma-separated value of the parenthesis
+    "continue.html" // the value to be assigned if age > 18
+) : (
+    alert("You are much too young!"),
+    alert("Sorry :-("),
+    // etc. etc.
+    "stop.html" // the value to be assigned if !(age > 18)
+);
+
+location.assign(url); // "stop.html"
+ +

Especificações

+ + + + + + + + + + + + + + + + + + + + + + + + +
EspecificaçõesStatusComentários
ECMAScript 1st Edition.StandardDefinição inicial. Implementado em JavaScript 1.0
{{SpecName('ES5.1', '#sec-11.12', 'The conditional operator')}}{{Spec2('ES5.1')}} 
{{SpecName('ES6', '#sec-conditional-operator', 'Conditional Operator')}}{{Spec2('ES6')}} 
+ +

Compatibilidade dos navegadores (browser)

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
+
+ +

Veja também

+ + 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 new file mode 100644 index 0000000000..6b1a100b4b --- /dev/null +++ b/files/pt-br/web/javascript/reference/operators/destructuring_assignment/index.html @@ -0,0 +1,445 @@ +--- +title: Atribuição via desestruturação (destructuring assignment) +slug: Web/JavaScript/Reference/Operators/Atribuicao_via_desestruturacao +translation_of: Web/JavaScript/Reference/Operators/Destructuring_assignment +--- +
{{jsSidebar("Operators")}}
+ +

A sintaxe de atribuição via desestruturação (destructuring assignment) é uma expressão JavaScript que possibilita extrair dados de arrays ou objetos em variáveis distintas.

+ +

Sintaxe

+ +
var a, b, rest;
+[a, b] = [1, 2];
+console.log(a); // 1
+console.log(b); // 2
+
+[a, b, ...rest] = [1, 2, 3, 4, 5];
+console.log(a); // 1
+console.log(b); // 2
+console.log(rest); // [3, 4, 5]
+
+({a, b} = {a:1, b:2});
+console.log(a); // 1
+console.log(b); // 2
+
+// ES2016 - não implementado em Firefox 47a01
+({a, b, ...rest} = {a:1, b:2, c:3, d:4});
+
+ +

Descrição

+ +

As expressões de objeto e matriz literais fornecem uma maneira fácil de criar pacotes ad hoc de dados .

+ +
var x = [1, 2, 3, 4, 5];
+ +

A atribuição via desestruturação usa sintaxe similar, mas no lado esquerdo da atribuição são definidos quais elementos devem ser extraídos da variável de origem.

+ +
var x = [1, 2, 3, 4, 5];
+var [y, z] = x;
+console.log(y); // 1
+console.log(z); // 2
+
+ +

Esse recurso é semelhante aos recursos presentes em linguagens como Perl e Python.

+ +

Desestruturação de array

+ +

Atribuição básica de variável

+ +
var foo = ["one", "two", "three"];
+
+var [one, two, three] = foo;
+console.log(one); // "one"
+console.log(two); // "two"
+console.log(three); // "three"
+
+ +

Atribuição separada da declaração

+ +

Uma variável pode ter seu valor atribuído via desestruturação separadamente da declaração dela.

+ +
var a, b;
+
+[a, b] = [1, 2];
+console.log(a); // 1
+console.log(b); // 2
+
+ +

Valores padrão

+ +

Uma variável pode ser atribuída de um padrão, no caso em que o valor retirado do array é undefined.

+ +
var a, b;
+
+[a=5, b=7] = [1];
+console.log(a); // 1
+console.log(b); // 7
+
+ +

Trocando variáveis

+ +

Os valores de duas variáveis podem ser trocados em uma expressão de desestruturação.

+ +

Sem atribuição via desestruturação, trocar dois valores requer uma variável temporária (ou, em algumas linguagens de baixo nível, o Algoritmo XOR Swap).

+ +
var a = 1;
+var b = 3;
+
+[a, b] = [b, a];
+console.log(a); // 3
+console.log(b); // 1
+
+ +

Analisando um array retornado de uma função

+ +

Sempre foi possível retornar uma matriz de uma função. A desestruturação pode tornar mais conciso o trabalho com um valor de retorno do tipo array.

+ +

Neste exemplo, f() returna os valores [1, 2] como saída, que podem ser analisados em uma única linha com desestruturação.

+ +
function f() {
+  return [1, 2];
+}
+
+var a, b;
+[a, b] = f();
+console.log(a); // 1
+console.log(b); // 2
+
+ +

Ignorando alguns valores retornados

+ +

Você pode ignorar valores retornados que você não tem interesse:

+ +
function f() {
+  return [1, 2, 3];
+}
+
+var [a, , b] = f();
+console.log(a); // 1
+console.log(b); // 3
+
+ +

Você também pode ignorar todos os valores retornados:

+ +
[,,] = f();
+
+ +

Atribuindo o resto de um array para uma variável

+ +

Ao desestruturar um array, você pode atribuir a parte restante deste em uma viáriável usando o padrão rest:

+ +
var [a, ...b] = [1, 2, 3];
+console.log(a); // 1
+console.log(b); // [2, 3]
+ +

Extraindo valores do resultado de uma expressão regular

+ +

Quando o método de expressão regular exec() encontra um resultado, ele retorna um array que contém primeiro toda a porção resultante da string e depois cada uma das porções da string resultante envolvidas por parênteses na expressão regular. A atribuição via desestruturação lhe permite extrair as partes desses array facilmente, ignorando a porção resultante completa se não precisar.

+ +
var url = "https://developer.mozilla.org/en-US/Web/JavaScript";
+
+var parsedURL = /^(\w+)\:\/\/([^\/]+)\/(.*)$/.exec(url);
+console.log(parsedURL); // ["https://developer.mozilla.org/en-US/Web/JavaScript", "https", "developer.mozilla.org", "en-US/Web/JavaScript"]
+
+var [, protocol, fullhost, fullpath] = parsedURL;
+
+console.log(protocol); // "https"
+
+ +

Desestruturação de objeto

+ +

Atribuição básica

+ +
var o = {p: 42, q: true};
+var {p, q} = o;
+
+console.log(p); // 42
+console.log(q); // true
+
+ +

Atribuição sem declaração

+ +

Uma variável pode ter seu valor atribuído via desestruturação separadamente da sua declaração.

+ +
var a, b;
+
+({a, b} = {a:1, b:2});
+ +
+

Os parênteses ( ... ) ao redor da declaração de atribuição é uma sintaxe necessária  quando se utiliza a atribuição via desestruturação de objeto literal sem uma declaração.

+ +

{a, b} = {a:1, b:2} não é uma sintaxe stand-alone válida, pois {a, b} no lado esquerdo é considarada um bloco, não um objeto literal.

+ +

No entanto, ({a, b} = {a:1, b:2}) é valida, assim como var {a, b} = {a:1, b:2}

+
+ +

Atribuição para variáveis com novos nomes

+ +

Uma variável pode ser extraída de um objeto e atribuída a uma variável com um nome diferente da propriedade do objeto.

+ +
var o = {p: 42, q: true};
+var {p: foo, q: bar} = o;
+
+console.log(foo); // 42
+console.log(bar); // true  
+ +

Valores padrão

+ +

Uma variável pode ser atribuída de um padrão, no caso em que o valor retirado do objeto é undefined.

+ +
var {a=10, b=5} = {a: 3};
+
+console.log(a); // 3
+console.log(b); // 5
+ +

Definindo um valor padrão de parâmetro de função

+ +

Versão ES5

+ +
function drawES5Chart(options) {
+  options = options === undefined ? {} : options;
+  var size = options.size === undefined ? 'big' : options.size;
+  var cords = options.cords === undefined ? { x: 0, y: 0 } : options.cords;
+  var radius = options.radius === undefined ? 25 : options.radius;
+  console.log(size, cords, radius);
+  // now finally do some chart drawing
+}
+
+drawES5Chart({
+  cords: { x: 18, y: 30 },
+  radius: 30
+});
+ +

Versão ES2015

+ +
function drawES2015Chart({size = 'big', cords = { x: 0, y: 0 }, radius = 25} = {}) {
+  console.log(size, cords, radius);
+  // do some chart drawing
+}
+
+drawES2015Chart({
+  cords: { x: 18, y: 30 },
+  radius: 30
+});
+ +

Objeto aninhado e desestruturação de array

+ +
var metadata = {
+    title: "Scratchpad",
+    translations: [
+       {
+        locale: "de",
+        localization_tags: [ ],
+        last_edit: "2014-04-14T08:43:37",
+        url: "/de/docs/Tools/Scratchpad",
+        title: "JavaScript-Umgebung"
+       }
+    ],
+    url: "/en-US/docs/Tools/Scratchpad"
+};
+
+var { title: englishTitle, translations: [{ title: localeTitle }] } = metadata;
+
+console.log(englishTitle); // "Scratchpad"
+console.log(localeTitle);  // "JavaScript-Umgebung"
+ +

For de iteração e desestruturação

+ +
var people = [
+  {
+    name: "Mike Smith",
+    family: {
+      mother: "Jane Smith",
+      father: "Harry Smith",
+      sister: "Samantha Smith"
+    },
+    age: 35
+  },
+  {
+    name: "Tom Jones",
+    family: {
+      mother: "Norah Jones",
+      father: "Richard Jones",
+      brother: "Howard Jones"
+    },
+    age: 25
+  }
+];
+
+for (var {name: n, family: { father: f } } of people) {
+  console.log("Name: " + n + ", Father: " + f);
+}
+
+// "Name: Mike Smith, Father: Harry Smith"
+// "Name: Tom Jones, Father: Richard Jones"
+ +

Extraindo campos de objetos passados como parâmetro de função

+ +
function userId({id}) {
+  return id;
+}
+
+function whois({displayName: displayName, fullName: {firstName: name}}){
+  console.log(displayName + " is " + name);
+}
+
+var user = {
+  id: 42,
+  displayName: "jdoe",
+  fullName: {
+      firstName: "John",
+      lastName: "Doe"
+  }
+};
+
+console.log("userId: " + userId(user)); // "userId: 42"
+whois(user); // "jdoe is John"
+ +

Isso extrai o id, displayName e firstName do objeto user e os imprime na tela.

+ +

Nomes computados de propriedade de objeto e desestruturação

+ +

Nomes computados de propriedades, como em objetos literais, podem ser usados com desestruturação.

+ +
let key = "z";
+let { [key]: foo } = { z: "bar" };
+
+console.log(foo); // "bar"
+
+ +

Especificações

+ + + + + + + + + + + + + + + + + + + +
EspeficiaçãoSituaçãoComentário
{{SpecName('ES2015', '#sec-destructuring-assignment', 'Destructuring assignment')}}{{Spec2('ES2015')}}Definição inicial.
{{SpecName('ESDraft', '#sec-destructuring-assignment', 'Destructuring assignment')}}{{Spec2('ESDraft')}}
+ +

Compatibilidade do navegador

+ +
{{CompatibilityTable}}
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FuncionalidadeChromeFirefox (Gecko)EdgeInternet ExplorerOperaSafari
+

Suporte básico

+
{{CompatChrome(49.0)}}{{ CompatGeckoDesktop("1.8.1") }}14{{CompatNo}}{{CompatNo}}7.1
+

Nomes computados de propriedades

+
{{CompatChrome(49.0)}}{{ CompatGeckoDesktop("34") }}14{{CompatNo}}{{CompatNo}}{{CompatNo}}
Operador spread{{CompatChrome(49.0)}}{{ CompatGeckoDesktop("34") }}12[1]{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FuncionalidadeAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari MobileChrome for Android
Suporte básico{{CompatNo}}{{CompatChrome(49.0)}}{{ CompatGeckoMobile("1.0") }}{{CompatNo}}{{CompatNo}}8{{CompatChrome(49.0)}}
Nomes computados de propriedades{{CompatNo}}{{CompatChrome(49.0)}}{{ CompatGeckoMobile("34") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatChrome(49.0)}}
Operador spread{{CompatNo}}{{CompatChrome(49.0)}}{{ CompatGeckoMobile("34") }}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatChrome(49.0)}}
+
+ +

[1] Requer "Enable experimental Javascript features" para funciona sob `about:flags`

+ +

Notas específicas do Firefox

+ + + +

Veja também

+ + diff --git a/files/pt-br/web/javascript/reference/operators/inicializador_objeto/index.html b/files/pt-br/web/javascript/reference/operators/inicializador_objeto/index.html deleted file mode 100644 index ac59b4e7f8..0000000000 --- a/files/pt-br/web/javascript/reference/operators/inicializador_objeto/index.html +++ /dev/null @@ -1,392 +0,0 @@ ---- -title: Inicializador de Objeto -slug: Web/JavaScript/Reference/Operators/Inicializador_Objeto -tags: - - ECMAScript 2015 - - JSON - - JavaScript - - Literal - - Métodos - - Objeto - - Propriedades - - mutação -translation_of: Web/JavaScript/Reference/Operators/Object_initializer ---- -
{{JsSidebar("Operadores")}}
- -

Objetos podem ser inicializados utilizando new Object(), Object.create(), ou a notação literal. Um inicializador de objetos é uma lista de zero ou mais pares de propriedade: valor, separados por vírgula e fechado por um par de chaves ({}).

- -

Sintaxe

- -
var o = {};
-var o = { a: "foo", b: 42, c: {} };
-
-var a = "foo", b = 42, c = {};
-var o = { a: a, b: b, c: c };
-
-var o = {
-  propriedade: function ([parâmetros]) {},
-  get propriedade() {},
-  set propriedade(valor) {},
-};
-
- -

Novas notações em ECMAScript 2015

- -

Por favor, verifique o suporte das anotações na tabela de compatibilidade. Em ambientes que não dão suporte às anotações, ocorrerá erros de sintaxe.

- -
// // Abreviação em nomes de propriedades (ES2015)
-var a = "foo", b = 42, c = {};
-var o = { a, b, c };
-
-// // Abreviação em nomes de métodos (ES2015)
-var o = {
-  property([parameters]) {},
-  get property() {},
-  set property(value) {},
-};
-
-// Nomes de propriedades computados (ES2015)
-var prop = "foo";
-var o = {
-  [prop]: "hey",
-  ["b" + "ar"]: "there",
-};
- -

Descrição

- -

Um inicializador de objetos é uma expressão que descreve a inicialização de um {{jsxref("Object")}}. Objects consiste de propriedades, as quais descrevem um objeto. Os valores das propriedades de um objeto podem ser tipos de dados {{Glossary("primitivos")}} ou outros objetos .

- -

Criando objetos

- -

Um objeto vazio, sem propriedades, pode ser criado como: 

- -
var object = {};
- -

Contudo, a vantagem em utilizar a notação literal ou o inicializador é a possibilidade de rapidamente criar objetos com propriedades dentro de chaves ({}). Você simplesmente cria uma lista de pares chave: valor, separados por vírgula. O código abaixo cria um objeto com três propriedades, sendo as chaves "foo", "age" e "baz", com seus respectivos valores, tipo string de valor "bar", tipo number de valor 42 e, por último, um outro objeto com seus respectivos pares de chave: valor

- -
var object = {
-  foo: "bar",
-  age: 42,
-  baz: { myProp: 12 },
-}
- -

Acessando propriedades

- -

Uma vez que você criou um objeto, é interessante que possa ler ou alterá-lo. As propriedades de um objeto podem ser acessadas utilizando a notação de ponto ou colchetes. Veja assessores de propriedade para mais informações.

- -
object.foo; // "bar"
-object["age"]; // 42
-
-object.foo = "baz";
-
- -

Definições de propriedade

- -

Nós temos aprendido como descrever propriedades utilizando a sintaxe inicializador. No entanto, às vezes, há variáveis que queremos inserir em nosso objeto. Então teremos um código parecido como abaixo: 

- -
var a = "foo",
-    b = 42,
-    c = {};
-
-var o = {
-  a: a,
-  b: b,
-  c: c
-};
- -

Com ECMAScript 2015, há uma notação mais curta que possibilita atingir o mesmo resultado: 

- -
var a = "foo",
-    b = 42,
-    c = {};
-
-// Abreviação em nomes de propriedades (ES2015)
-var o = { a, b, c };
-
-// Em outras palavras,
-console.log((o.a === { a }.a)); // true
-
- -

Duplicação em nomes de propriedades

- -

Quando se está utilizando o mesmo nome para suas propriedades, a última sobrescreverá as anteriores.

- -
var a = {x: 1, x: 2};
-console.log(a); // { x: 2}
-
- -

Em códigos ECMAScript 5 no modo estrito, duplicação em nomes de propriedades serão consideradas {{jsxref("SyntaxError")}}. Porém, com a introdução de "nomes de propriedades computadas", tornou-se possível a duplicação das propriedades em tempo de execução. Assim, ECMAScript 2015 removeu a restrição.

- -
function haveES2015DuplicatePropertySemantics(){
-  "use strict";
-  try {
-    ({ prop: 1, prop: 2 });
-
-    // No error thrown, duplicate property names allowed in strict mode
-    return true;
-  } catch (e) {
-    // Error thrown, duplicates prohibited in strict mode
-    return false;
-  }
-}
- -

Definição de métodos

- -

Uma propriedade de um objeto pode se referir à function, ou aos métodos getter ou setter.

- -
var o = {
-  propriedade: function ([parâmetros]) {},
-  get propriedade() {},
-  set propriedade(valor) {},
-};
- -

No ECMAScript 2015, uma notação abreviada está disponível, dispensando o uso da palavra reservada "function".

- -
// Abreviações em nomes de métodos (ES2015)
-var o = {
-  propriedade([parâmetros]) {},
-  get propriedade() {},
-  set propriedade(valor) {},
-  * gerador() {}
-};
- -

Com ECMAScript 2015, há uma forma concisa em criar propriedades cujo valor é uma função gerador. 

- -
var o = {
-  * gerador() {
-    ...........
-  }
-};
- -

Mas em ECMAScript 5, você escreveria (lembrar que em ES5 não há geradores):

- -
var o = {
-  generator: function *() {
-    ...........
-  }
-};
- -

Para mais informações e exemplos, veja definições de método.

- -

Nomes de propriedades computados

- -

Começando com ECMAScript 2015, a sintaxe inicializador de objeto também suporta "nomes de propriedades computados". Isso permite que você possa inserir uma expressão dentro de colchetes [], que será computada como o nome de uma propriedade. Isto é semelhante à notação de chaves utilizado em acessor de propriedade, utilizado para ler a alterar as propriedades existentes em um objeto. Segue um exemplo utilizando a mesma sintaxe em objetos literais: 

- -
// Nomes de propriedades computados (ES2015)
-var i = 0;
-var a = {
-  ["foo" + ++i]: i,
-  ["foo" + ++i]: i,
-  ["foo" + ++i]: i
-};
-
-console.log(a.foo1); // 1
-console.log(a.foo2); // 2
-console.log(a.foo3); // 3
-
-var param = 'size';
-var config = {
-  [param]: 12,
-  ["mobile" + param.charAt(0).toUpperCase() + param.slice(1)]: 4
-};
-
-console.log(config); // { size: 12, mobileSize: 4 }
- -

Mutação Prototype 

- -

Uma definição de propriedade na forma de  __proto__: valor or "__proto__": valor não cria uma propriedade com o nome  __proto__.  Inclusive, se o valor fornecido for um objeto ou null, muda o [[Prototype]] do objeto criado para o valor informado. (Se o valor fornecido não é um objeto ou null, o valor não será alterado.)

- -
var obj1 = {};
-assert(Object.getPrototypeOf(obj1) === Object.prototype);
-
-var obj2 = { __proto__: null };
-assert(Object.getPrototypeOf(obj2) === null);
-
-var protoObj = {};
-var obj3 = { "__proto__": protoObj };
-assert(Object.getPrototypeOf(obj3) === protoObj);
-
-var obj4 = { __proto__: "not an object or null" };
-assert(Object.getPrototypeOf(obj4) === Object.prototype);
-assert(!obj4.hasOwnProperty("__proto__"));
-
- -

Apenas uma única mudança em prototype é permitida em um objeto: múltiplas mudanças gera erro de sintaxe. 

- -

Definições de propriedade que não utilizam da notação de ":", não são consideradas mudanças de prototype: são definições de propriedades que se comportam de forma semelhante às definições utilizando qualquer outro nome. 

- -
var __proto__ = "variable";
-
-var obj1 = { __proto__ };
-assert(Object.getPrototypeOf(obj1) === Object.prototype);
-assert(obj1.hasOwnProperty("__proto__"));
-assert(obj1.__proto__ === "variable");
-
-var obj2 = { __proto__() { return "hello"; } };
-assert(obj2.__proto__() === "hello");
-
-var obj3 = { ["__prot" + "o__"]: 17 };
-assert(obj3.__proto__ === 17);
-
- -

Notação de objeto literal vs JSON

- -

A notação de objeto literal não é a mesma de JavaScript Object Notation (JSON).  Mesmo que possuam semelhanças, há as seguintes diferenças:

- - - -

Especificações

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('ES1')}}{{Spec2('ES1')}}Definição inicial.
{{SpecName('ES5.1', '#sec-11.1.5', 'Object Initializer')}}{{Spec2('ES5.1')}}getter e setter adicionados.
{{SpecName('ES6', '#sec-object-initializer', 'Object Initializer')}}{{Spec2('ES6')}}Abreviações de nomes em propriedades/métodos e nomes de propriedados computados foram adicionados.
{{SpecName('ESDraft', '#sec-object-initializer', 'Object Initializer')}}{{Spec2('ESDraft')}} 
- -

Compatibilidade de Browser

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suporte básico{{CompatChrome(1.0)}}{{CompatGeckoDesktop("1.0")}}111
Nomes de propriedades computados{{CompatVersionUnknown}}{{CompatGeckoDesktop("34")}}{{CompatNo}}{{CompatNo}}7.1
Abreviação em nomes de propriedades{{CompatVersionUnknown}}{{CompatGeckoDesktop("33")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
Abreviação em nomes de métodos{{CompatChrome(42.0)}}{{CompatGeckoDesktop("34")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidAndroid WebviewFirefox Mobile (Gecko)IE MobileOpera MobileSafari MobileChrome for Android
Suporte básico{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile("1.0")}}111{{CompatChrome(1.0)}}
Nomes de propriedades computados{{CompatNo}}{{CompatVersionUnknown}}{{CompatGeckoMobile("34")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
Abreviação em nomes de propriedades{{CompatNo}}{{CompatVersionUnknown}}{{CompatGeckoMobile("33")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
Abreviação em nomes de métodos{{CompatNo}}{{CompatChrome(42.0)}}{{CompatGeckoMobile("34")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatChrome(42.0)}}
-
- -

Veja também

- - 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 new file mode 100644 index 0000000000..609bfa29fd --- /dev/null +++ b/files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html @@ -0,0 +1,159 @@ +--- +title: Operador de coalescência nula +slug: Web/JavaScript/Reference/Operators/operador_de_coalescencia_nula +tags: + - JavaScript + - Operador + - Operadores lógicos + - Referencia + - coalescencia nula + - duas interrogações + - nulidade +translation_of: Web/JavaScript/Reference/Operators/Nullish_coalescing_operator +--- +

{{JSSidebar("Operators")}}

+ +

O operador de coalescência nula (??) é um operador lógico que retorna o seu operando do lado direito quando o seu operador do lado esquerdo é {{jsxref("null")}} ou {{jsxref("undefined")}}. Caso contrário, ele retorna o seu operando do lado esquerdo.

+ +

Ao contrário do operador lógico OR (||), o operando esquerdo é retornado se houver um valor falsy (falso) que não seja null ou undefined. Em outras palavras, se você usar || para obter algum valor padrão para outra variável foo, você pode enfrentar comportamentos inesperados se você considerar algum valor falseável como utilizável (eg. '' ou 0). Veja abaixo alguns exemplos:

+ +
{{EmbedInteractiveExample("pages/js/expressions-nullishcoalescingoperator.html")}}
+ + + +

Sintaxe

+ +
exprEsq ?? exprDir
+
+ +

Descrição

+ +

O operador de coalescência nula retorna os resultados da expressão de seu lado direito se a expressão de seu lado esquerdo for {{jsxref("null")}} ou {{jsxref("undefined")}}.

+ +

Endereçando um valor padrão à variável

+ +

Inicialmente, quando se deseja endereçar um valor padrão à variável, um padrão comum é utilizar o operador lógico OR  (||):

+ +
let foo;
+
+//  foo nunca é endereçado a nenhum valor, portanto, ainda está indefinido
+let someDummyText = foo || 'Hello!';
+ +

Entretanto, devido ao || ser um operador lógico booleano, o operando do lado esquerdo é coagido para um valor booleano para sua avaliação, e, qualquer valor falseável (0, '', NaN, null, undefined) não é retornado. Este comportamento pode causar consequencias inesperadas se você considerar 0, '', or NaN como valores válidos.

+ +
let count = 0;
+let text = "";
+
+let qty = count || 42;
+let message = text || "Olá!";
+console.log(qty);     // 42 e não 0
+console.log(message); // "hi!" e não ""
+
+ +

O operador de coalescência nula evita esta cilada pois retorna o segundo operando apenas quando o primeiro é avaliado entre os valores null ou undefined (mas nehum outro valor falseável):

+ +
let myText = ''; // Uma string vazia (que também é um valor falseável)
+
+let notFalsyText = myText || 'Olá mundo';
+console.log(notFalsyText); // Olá mundo
+
+let preservingFalsy = myText ?? 'Olá vizinhança';
+console.log(preservingFalsy); // '' (Pois myText não é undefined e nem null)
+
+ +

Curto-circuito

+ +

Assim como os operadores lógicos OR e AND, a expressão do lado direito não é avaliada se o lado esquerdo não for avaliado entre null e nem undefined.

+ +
function A() { console.log('A foi chamado'); return undefined;}
+function B() { console.log('B foi chamado'); return false;}
+function C() { console.log('C foi chamado'); return "foo";}
+
+console.log( A() ?? C() );
+// Imprime "A foi chamado" então "C foi chamado" e por fim "foo"
+// Como A() retornou undefined então ambas expressões foram avaliadas
+
+console.log( B() ?? C() );
+// Imprime "B foi chamado" então "false"
+// Como B() retornou false (e não null ou undefined), a expressão
+// do lado direito não foi avaliada.
+
+ +

Sem encadeamento com os operadores AND e OR

+ +

Não é possível encadear ambos operadores AND (&&) e OR (||) diretamente com o ??. Um SyntaxError será disparado nesse tipo de caso.

+ +
null || undefined ?? "foo"; // Dispara um SyntaxError
+true || undefined ?? "foo"; // Dispara um SyntaxError
+ +

Entretanto, explicitar diretamente a precedência por meio de parênteses resulta no comportamento correto:

+ +
(null || undefined) ?? "foo"; // retorna "foo"
+
+ +

Relacionamento com o operador de encadeamento opcional (?.)

+ +

O operador de coalescêcia nula trata undefined e null como valores específicos e então executa o operador de encadeamento opcional (?.) o qual é útil para acessar uma propriedade de um objeto, o qual pode ser null ou undefined.

+ +
let foo = { someFooProp: "oi" };
+
+console.log(foo.someFooProp?.toUpperCase());  // "OI"
+console.log(foo.someBarProp?.toUpperCase()); // undefined
+
+ +

Exemplo

+ +

Neste exemplo, nós iremos prover valores padrão, mas manter valores que não sejam (advinha???) null ou undefined.

+ +
const nullValue = null;
+const emptyText = ""; // falseável (falsy)
+const someNumber = 42;
+
+const valA = nullValue ?? "padrão para A";
+const valB = emptyText ?? "padrão para B";
+const valC = someNumber ?? 0;
+
+console.log(valA); // "padrão para A"
+console.log(valB); // "" (pois a string vazia não é null ou undefined)
+console.log(valC); // 42
+
+ +

Especificações

+ + + + + + + + + + + + + + + + +
EspecificaçãoStatuscomentário
Proposal for the "nullish coalescing" operatorStage 4
+ +

Compatibilidade de navegadores

+ + + +

{{Compat("javascript.operators.nullish_coalescing")}}

+ +

Progresso de implementação

+ +

A seguinte tabela fornece o status diário de implementação para este recurso, porque este recurso ainda não atingiu a estabilidade entre navegadores. Os dados são gerados pela execução de testes de recursos relevantes no Test262, a plataforma de testes padrão do JavaScript, em "edições noturnas", ou último release de cada motor JavaScript dos navegadores.

+ +
{{EmbedTest262ReportResultsTable("coalesce-expression")}}
+ +

Veja também

+ + 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 new file mode 100644 index 0000000000..ac59b4e7f8 --- /dev/null +++ b/files/pt-br/web/javascript/reference/operators/object_initializer/index.html @@ -0,0 +1,392 @@ +--- +title: Inicializador de Objeto +slug: Web/JavaScript/Reference/Operators/Inicializador_Objeto +tags: + - ECMAScript 2015 + - JSON + - JavaScript + - Literal + - Métodos + - Objeto + - Propriedades + - mutação +translation_of: Web/JavaScript/Reference/Operators/Object_initializer +--- +
{{JsSidebar("Operadores")}}
+ +

Objetos podem ser inicializados utilizando new Object(), Object.create(), ou a notação literal. Um inicializador de objetos é uma lista de zero ou mais pares de propriedade: valor, separados por vírgula e fechado por um par de chaves ({}).

+ +

Sintaxe

+ +
var o = {};
+var o = { a: "foo", b: 42, c: {} };
+
+var a = "foo", b = 42, c = {};
+var o = { a: a, b: b, c: c };
+
+var o = {
+  propriedade: function ([parâmetros]) {},
+  get propriedade() {},
+  set propriedade(valor) {},
+};
+
+ +

Novas notações em ECMAScript 2015

+ +

Por favor, verifique o suporte das anotações na tabela de compatibilidade. Em ambientes que não dão suporte às anotações, ocorrerá erros de sintaxe.

+ +
// // Abreviação em nomes de propriedades (ES2015)
+var a = "foo", b = 42, c = {};
+var o = { a, b, c };
+
+// // Abreviação em nomes de métodos (ES2015)
+var o = {
+  property([parameters]) {},
+  get property() {},
+  set property(value) {},
+};
+
+// Nomes de propriedades computados (ES2015)
+var prop = "foo";
+var o = {
+  [prop]: "hey",
+  ["b" + "ar"]: "there",
+};
+ +

Descrição

+ +

Um inicializador de objetos é uma expressão que descreve a inicialização de um {{jsxref("Object")}}. Objects consiste de propriedades, as quais descrevem um objeto. Os valores das propriedades de um objeto podem ser tipos de dados {{Glossary("primitivos")}} ou outros objetos .

+ +

Criando objetos

+ +

Um objeto vazio, sem propriedades, pode ser criado como: 

+ +
var object = {};
+ +

Contudo, a vantagem em utilizar a notação literal ou o inicializador é a possibilidade de rapidamente criar objetos com propriedades dentro de chaves ({}). Você simplesmente cria uma lista de pares chave: valor, separados por vírgula. O código abaixo cria um objeto com três propriedades, sendo as chaves "foo", "age" e "baz", com seus respectivos valores, tipo string de valor "bar", tipo number de valor 42 e, por último, um outro objeto com seus respectivos pares de chave: valor

+ +
var object = {
+  foo: "bar",
+  age: 42,
+  baz: { myProp: 12 },
+}
+ +

Acessando propriedades

+ +

Uma vez que você criou um objeto, é interessante que possa ler ou alterá-lo. As propriedades de um objeto podem ser acessadas utilizando a notação de ponto ou colchetes. Veja assessores de propriedade para mais informações.

+ +
object.foo; // "bar"
+object["age"]; // 42
+
+object.foo = "baz";
+
+ +

Definições de propriedade

+ +

Nós temos aprendido como descrever propriedades utilizando a sintaxe inicializador. No entanto, às vezes, há variáveis que queremos inserir em nosso objeto. Então teremos um código parecido como abaixo: 

+ +
var a = "foo",
+    b = 42,
+    c = {};
+
+var o = {
+  a: a,
+  b: b,
+  c: c
+};
+ +

Com ECMAScript 2015, há uma notação mais curta que possibilita atingir o mesmo resultado: 

+ +
var a = "foo",
+    b = 42,
+    c = {};
+
+// Abreviação em nomes de propriedades (ES2015)
+var o = { a, b, c };
+
+// Em outras palavras,
+console.log((o.a === { a }.a)); // true
+
+ +

Duplicação em nomes de propriedades

+ +

Quando se está utilizando o mesmo nome para suas propriedades, a última sobrescreverá as anteriores.

+ +
var a = {x: 1, x: 2};
+console.log(a); // { x: 2}
+
+ +

Em códigos ECMAScript 5 no modo estrito, duplicação em nomes de propriedades serão consideradas {{jsxref("SyntaxError")}}. Porém, com a introdução de "nomes de propriedades computadas", tornou-se possível a duplicação das propriedades em tempo de execução. Assim, ECMAScript 2015 removeu a restrição.

+ +
function haveES2015DuplicatePropertySemantics(){
+  "use strict";
+  try {
+    ({ prop: 1, prop: 2 });
+
+    // No error thrown, duplicate property names allowed in strict mode
+    return true;
+  } catch (e) {
+    // Error thrown, duplicates prohibited in strict mode
+    return false;
+  }
+}
+ +

Definição de métodos

+ +

Uma propriedade de um objeto pode se referir à function, ou aos métodos getter ou setter.

+ +
var o = {
+  propriedade: function ([parâmetros]) {},
+  get propriedade() {},
+  set propriedade(valor) {},
+};
+ +

No ECMAScript 2015, uma notação abreviada está disponível, dispensando o uso da palavra reservada "function".

+ +
// Abreviações em nomes de métodos (ES2015)
+var o = {
+  propriedade([parâmetros]) {},
+  get propriedade() {},
+  set propriedade(valor) {},
+  * gerador() {}
+};
+ +

Com ECMAScript 2015, há uma forma concisa em criar propriedades cujo valor é uma função gerador. 

+ +
var o = {
+  * gerador() {
+    ...........
+  }
+};
+ +

Mas em ECMAScript 5, você escreveria (lembrar que em ES5 não há geradores):

+ +
var o = {
+  generator: function *() {
+    ...........
+  }
+};
+ +

Para mais informações e exemplos, veja definições de método.

+ +

Nomes de propriedades computados

+ +

Começando com ECMAScript 2015, a sintaxe inicializador de objeto também suporta "nomes de propriedades computados". Isso permite que você possa inserir uma expressão dentro de colchetes [], que será computada como o nome de uma propriedade. Isto é semelhante à notação de chaves utilizado em acessor de propriedade, utilizado para ler a alterar as propriedades existentes em um objeto. Segue um exemplo utilizando a mesma sintaxe em objetos literais: 

+ +
// Nomes de propriedades computados (ES2015)
+var i = 0;
+var a = {
+  ["foo" + ++i]: i,
+  ["foo" + ++i]: i,
+  ["foo" + ++i]: i
+};
+
+console.log(a.foo1); // 1
+console.log(a.foo2); // 2
+console.log(a.foo3); // 3
+
+var param = 'size';
+var config = {
+  [param]: 12,
+  ["mobile" + param.charAt(0).toUpperCase() + param.slice(1)]: 4
+};
+
+console.log(config); // { size: 12, mobileSize: 4 }
+ +

Mutação Prototype 

+ +

Uma definição de propriedade na forma de  __proto__: valor or "__proto__": valor não cria uma propriedade com o nome  __proto__.  Inclusive, se o valor fornecido for um objeto ou null, muda o [[Prototype]] do objeto criado para o valor informado. (Se o valor fornecido não é um objeto ou null, o valor não será alterado.)

+ +
var obj1 = {};
+assert(Object.getPrototypeOf(obj1) === Object.prototype);
+
+var obj2 = { __proto__: null };
+assert(Object.getPrototypeOf(obj2) === null);
+
+var protoObj = {};
+var obj3 = { "__proto__": protoObj };
+assert(Object.getPrototypeOf(obj3) === protoObj);
+
+var obj4 = { __proto__: "not an object or null" };
+assert(Object.getPrototypeOf(obj4) === Object.prototype);
+assert(!obj4.hasOwnProperty("__proto__"));
+
+ +

Apenas uma única mudança em prototype é permitida em um objeto: múltiplas mudanças gera erro de sintaxe. 

+ +

Definições de propriedade que não utilizam da notação de ":", não são consideradas mudanças de prototype: são definições de propriedades que se comportam de forma semelhante às definições utilizando qualquer outro nome. 

+ +
var __proto__ = "variable";
+
+var obj1 = { __proto__ };
+assert(Object.getPrototypeOf(obj1) === Object.prototype);
+assert(obj1.hasOwnProperty("__proto__"));
+assert(obj1.__proto__ === "variable");
+
+var obj2 = { __proto__() { return "hello"; } };
+assert(obj2.__proto__() === "hello");
+
+var obj3 = { ["__prot" + "o__"]: 17 };
+assert(obj3.__proto__ === 17);
+
+ +

Notação de objeto literal vs JSON

+ +

A notação de objeto literal não é a mesma de JavaScript Object Notation (JSON).  Mesmo que possuam semelhanças, há as seguintes diferenças:

+ + + +

Especificações

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('ES1')}}{{Spec2('ES1')}}Definição inicial.
{{SpecName('ES5.1', '#sec-11.1.5', 'Object Initializer')}}{{Spec2('ES5.1')}}getter e setter adicionados.
{{SpecName('ES6', '#sec-object-initializer', 'Object Initializer')}}{{Spec2('ES6')}}Abreviações de nomes em propriedades/métodos e nomes de propriedados computados foram adicionados.
{{SpecName('ESDraft', '#sec-object-initializer', 'Object Initializer')}}{{Spec2('ESDraft')}} 
+ +

Compatibilidade de Browser

+ +
{{CompatibilityTable}}
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suporte básico{{CompatChrome(1.0)}}{{CompatGeckoDesktop("1.0")}}111
Nomes de propriedades computados{{CompatVersionUnknown}}{{CompatGeckoDesktop("34")}}{{CompatNo}}{{CompatNo}}7.1
Abreviação em nomes de propriedades{{CompatVersionUnknown}}{{CompatGeckoDesktop("33")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
Abreviação em nomes de métodos{{CompatChrome(42.0)}}{{CompatGeckoDesktop("34")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureAndroidAndroid WebviewFirefox Mobile (Gecko)IE MobileOpera MobileSafari MobileChrome for Android
Suporte básico{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile("1.0")}}111{{CompatChrome(1.0)}}
Nomes de propriedades computados{{CompatNo}}{{CompatVersionUnknown}}{{CompatGeckoMobile("34")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
Abreviação em nomes de propriedades{{CompatNo}}{{CompatVersionUnknown}}{{CompatGeckoMobile("33")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
Abreviação em nomes de métodos{{CompatNo}}{{CompatChrome(42.0)}}{{CompatGeckoMobile("34")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatChrome(42.0)}}
+
+ +

Veja também

+ + diff --git a/files/pt-br/web/javascript/reference/operators/operador_condicional/index.html b/files/pt-br/web/javascript/reference/operators/operador_condicional/index.html deleted file mode 100644 index 9b36afca80..0000000000 --- a/files/pt-br/web/javascript/reference/operators/operador_condicional/index.html +++ /dev/null @@ -1,171 +0,0 @@ ---- -title: Operador Condicional Ternário -slug: Web/JavaScript/Reference/Operators/Operador_Condicional -tags: - - JavaScript - - Operadores Condicionais -translation_of: Web/JavaScript/Reference/Operators/Conditional_Operator ---- -
{{jsSidebar("Operators")}}
- -

Sumário

- -

O operador condicional (ternário) é o único operador JavaScript que possui três operandos. Este operador é frequentemente usado como um atalho para a instrução if.

- -

Sintaxe

- -
condition ? expr1 : expr2 
- -

Parâmetros

- -
-
condition
-
Uma expressão que é avaliada como true ou false.
-
- -
-
expr1, expr2
-
Expressões com valores de qualquer tipo.
-
- -

Descrição

- -

Se condition é true, o operador retornará o valor de expr1; se não, ele retorna o valor de exp2. Por exemplo, para exibir uma mensagem diferente baseada no valor da variável isMember, você poderá utilizar o código (statement) seguinte:

- -
"The fee is " + (isMember ? "$2.00" : "$10.00")
-
- -

Conforme o resultado da operação, você também poderá atribuir a variáveis:

- -
var elvisLives = Math.PI > 4 ? "Yep" : "Nope";
- -

Também são possíveis múltiplas avaliaçãoes ternárias (nota: o operador condicional é associativo a direita):

- -
var firstCheck = false,
-    secondCheck = false,
-    access = firstCheck ? "Access denied" : secondCheck ? "Access denied" : "Access granted";
-
-console.log( access ); // logs "Access granted"
- -

Você também pode usar avaliações ternárias no espaço livre de modo a fazer diferentes operações:

- -
var stop = false, age = 16;
-
-age > 18 ? location.assign("continue.html") : stop = true;
-
- -

Você também pode fazer mais do que uma única operação em cada caso, separando-os por vírgula:

- -
var stop = false, age = 23;
-
-age > 18 ? (
-    alert("OK, you can go."),
-    location.assign("continue.html")
-) : (
-    stop = true,
-    alert("Sorry, you are much too young!")
-);
-
- -

Você também pode fazer mais de uma operação durante a atribuição de um valor. Neste caso, o último valor separado por vírgula dentro dos parênteses será o valor a ser atribuído.

- -
var age = 16;
-
-var url = age > 18 ? (
-    alert("OK, you can go."),
-    // alert returns "undefined", but it will be ignored because
-    // isn't the last comma-separated value of the parenthesis
-    "continue.html" // the value to be assigned if age > 18
-) : (
-    alert("You are much too young!"),
-    alert("Sorry :-("),
-    // etc. etc.
-    "stop.html" // the value to be assigned if !(age > 18)
-);
-
-location.assign(url); // "stop.html"
- -

Especificações

- - - - - - - - - - - - - - - - - - - - - - - - -
EspecificaçõesStatusComentários
ECMAScript 1st Edition.StandardDefinição inicial. Implementado em JavaScript 1.0
{{SpecName('ES5.1', '#sec-11.12', 'The conditional operator')}}{{Spec2('ES5.1')}} 
{{SpecName('ES6', '#sec-conditional-operator', 'Conditional Operator')}}{{Spec2('ES6')}} 
- -

Compatibilidade dos navegadores (browser)

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
-
- -

Veja também

- - diff --git a/files/pt-br/web/javascript/reference/operators/operador_de_coalescencia_nula/index.html b/files/pt-br/web/javascript/reference/operators/operador_de_coalescencia_nula/index.html deleted file mode 100644 index 609bfa29fd..0000000000 --- a/files/pt-br/web/javascript/reference/operators/operador_de_coalescencia_nula/index.html +++ /dev/null @@ -1,159 +0,0 @@ ---- -title: Operador de coalescência nula -slug: Web/JavaScript/Reference/Operators/operador_de_coalescencia_nula -tags: - - JavaScript - - Operador - - Operadores lógicos - - Referencia - - coalescencia nula - - duas interrogações - - nulidade -translation_of: Web/JavaScript/Reference/Operators/Nullish_coalescing_operator ---- -

{{JSSidebar("Operators")}}

- -

O operador de coalescência nula (??) é um operador lógico que retorna o seu operando do lado direito quando o seu operador do lado esquerdo é {{jsxref("null")}} ou {{jsxref("undefined")}}. Caso contrário, ele retorna o seu operando do lado esquerdo.

- -

Ao contrário do operador lógico OR (||), o operando esquerdo é retornado se houver um valor falsy (falso) que não seja null ou undefined. Em outras palavras, se você usar || para obter algum valor padrão para outra variável foo, você pode enfrentar comportamentos inesperados se você considerar algum valor falseável como utilizável (eg. '' ou 0). Veja abaixo alguns exemplos:

- -
{{EmbedInteractiveExample("pages/js/expressions-nullishcoalescingoperator.html")}}
- - - -

Sintaxe

- -
exprEsq ?? exprDir
-
- -

Descrição

- -

O operador de coalescência nula retorna os resultados da expressão de seu lado direito se a expressão de seu lado esquerdo for {{jsxref("null")}} ou {{jsxref("undefined")}}.

- -

Endereçando um valor padrão à variável

- -

Inicialmente, quando se deseja endereçar um valor padrão à variável, um padrão comum é utilizar o operador lógico OR  (||):

- -
let foo;
-
-//  foo nunca é endereçado a nenhum valor, portanto, ainda está indefinido
-let someDummyText = foo || 'Hello!';
- -

Entretanto, devido ao || ser um operador lógico booleano, o operando do lado esquerdo é coagido para um valor booleano para sua avaliação, e, qualquer valor falseável (0, '', NaN, null, undefined) não é retornado. Este comportamento pode causar consequencias inesperadas se você considerar 0, '', or NaN como valores válidos.

- -
let count = 0;
-let text = "";
-
-let qty = count || 42;
-let message = text || "Olá!";
-console.log(qty);     // 42 e não 0
-console.log(message); // "hi!" e não ""
-
- -

O operador de coalescência nula evita esta cilada pois retorna o segundo operando apenas quando o primeiro é avaliado entre os valores null ou undefined (mas nehum outro valor falseável):

- -
let myText = ''; // Uma string vazia (que também é um valor falseável)
-
-let notFalsyText = myText || 'Olá mundo';
-console.log(notFalsyText); // Olá mundo
-
-let preservingFalsy = myText ?? 'Olá vizinhança';
-console.log(preservingFalsy); // '' (Pois myText não é undefined e nem null)
-
- -

Curto-circuito

- -

Assim como os operadores lógicos OR e AND, a expressão do lado direito não é avaliada se o lado esquerdo não for avaliado entre null e nem undefined.

- -
function A() { console.log('A foi chamado'); return undefined;}
-function B() { console.log('B foi chamado'); return false;}
-function C() { console.log('C foi chamado'); return "foo";}
-
-console.log( A() ?? C() );
-// Imprime "A foi chamado" então "C foi chamado" e por fim "foo"
-// Como A() retornou undefined então ambas expressões foram avaliadas
-
-console.log( B() ?? C() );
-// Imprime "B foi chamado" então "false"
-// Como B() retornou false (e não null ou undefined), a expressão
-// do lado direito não foi avaliada.
-
- -

Sem encadeamento com os operadores AND e OR

- -

Não é possível encadear ambos operadores AND (&&) e OR (||) diretamente com o ??. Um SyntaxError será disparado nesse tipo de caso.

- -
null || undefined ?? "foo"; // Dispara um SyntaxError
-true || undefined ?? "foo"; // Dispara um SyntaxError
- -

Entretanto, explicitar diretamente a precedência por meio de parênteses resulta no comportamento correto:

- -
(null || undefined) ?? "foo"; // retorna "foo"
-
- -

Relacionamento com o operador de encadeamento opcional (?.)

- -

O operador de coalescêcia nula trata undefined e null como valores específicos e então executa o operador de encadeamento opcional (?.) o qual é útil para acessar uma propriedade de um objeto, o qual pode ser null ou undefined.

- -
let foo = { someFooProp: "oi" };
-
-console.log(foo.someFooProp?.toUpperCase());  // "OI"
-console.log(foo.someBarProp?.toUpperCase()); // undefined
-
- -

Exemplo

- -

Neste exemplo, nós iremos prover valores padrão, mas manter valores que não sejam (advinha???) null ou undefined.

- -
const nullValue = null;
-const emptyText = ""; // falseável (falsy)
-const someNumber = 42;
-
-const valA = nullValue ?? "padrão para A";
-const valB = emptyText ?? "padrão para B";
-const valC = someNumber ?? 0;
-
-console.log(valA); // "padrão para A"
-console.log(valB); // "" (pois a string vazia não é null ou undefined)
-console.log(valC); // 42
-
- -

Especificações

- - - - - - - - - - - - - - - - -
EspecificaçãoStatuscomentário
Proposal for the "nullish coalescing" operatorStage 4
- -

Compatibilidade de navegadores

- - - -

{{Compat("javascript.operators.nullish_coalescing")}}

- -

Progresso de implementação

- -

A seguinte tabela fornece o status diário de implementação para este recurso, porque este recurso ainda não atingiu a estabilidade entre navegadores. Os dados são gerados pela execução de testes de recursos relevantes no Test262, a plataforma de testes padrão do JavaScript, em "edições noturnas", ou último release de cada motor JavaScript dos navegadores.

- -
{{EmbedTest262ReportResultsTable("coalesce-expression")}}
- -

Veja também

- - diff --git a/files/pt-br/web/javascript/reference/operators/operador_virgula/index.html b/files/pt-br/web/javascript/reference/operators/operador_virgula/index.html deleted file mode 100644 index be374104d0..0000000000 --- a/files/pt-br/web/javascript/reference/operators/operador_virgula/index.html +++ /dev/null @@ -1,102 +0,0 @@ ---- -title: Operador Vírgula -slug: Web/JavaScript/Reference/Operators/Operador_Virgula -translation_of: Web/JavaScript/Reference/Operators/Comma_Operator ---- -
- {{jsSidebar("Operators")}}
-

Sumário

-

operador vírgula avalia o valor de seus operandos (da esquerda para a direita) e retorna o valor do último operando.

-

Sintaxe

-
expr1, expr2, expr3...
-

Parameters

-
-
- expr1, expr2, expr3...
-
- Quaisquer expressões.
-
-

Descrição

-

Você pode usar o operador vírgula quando desejar incluir múltiplas expressões em um lugar que requer uma única expressão. O uso mais comum desse operador é suprir múltiplos parâmetros em um loop for.

-

Exemplo

-

Se a é um array de 2 dimensões com 10 elementos de um lado, o seguinte código usa o operador vírgula para incrementar duas variáveis mutuamente. Note que a vírgula na declaração var não é o operador vírgula, porque ele não existe dentro de uma expressão. Além disso, ela é uma caractere especial nas declarações var para combinar múltiplas delas em uma única. Embora praticamente a vírgula comporte-se quase que igualmente ao operador vírgula. O código imprime os valores dos elementos diagonais da matriz:

-
for (var i = 0, j = 9; i <= 9; i++, j--)
-  document.writeln("a[" + i + "][" + j + "] = " + a[i][j]);
-
-

Especificações

- - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
1ª Edição ECMAScript.PadrãoDefinição inicial.
{{SpecName('ES5.1', '#sec-11.14', 'Comma operator')}}{{Spec2('ES5.1')}} 
{{SpecName('ES6', '#sec-comma-operator', 'Comma operator')}}{{Spec2('ES6')}} 
-

Compatibilidade de Navegadores

-

{{ CompatibilityTable() }}

-
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suporte Básico{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
-
-
- - - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suporte Básico{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
-
-

Veja também

- 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" deleted file mode 100644 index d5e946a438..0000000000 --- "a/files/pt-br/web/javascript/reference/operators/operadores_de_compara\303\247\303\243o/index.html" +++ /dev/null @@ -1,251 +0,0 @@ ---- -title: Operadores de comparação -slug: Web/JavaScript/Reference/Operators/Operadores_de_comparação -tags: - - Comparando String - - Comparação - - Igualdade - - Operadores - - Relacionais -translation_of: Web/JavaScript/Reference/Operators -translation_of_original: Web/JavaScript/Reference/Operators/Comparison_Operators ---- -
{{jsSidebar("Operators")}}
- -

O JavaScript possui comparações estritas e conversão de tipos. Uma comparação estrita (e.g., ===) somente é verdade se os operandos forem do mesmo tipo e de conteúdo correspondente. A comparação abstrata mais comumente utilizada (e.g. ==) converte os operandos no mesmo tipo antes da comparação. Para comparações abstratas relacionais (e.g., <=), os operandos são primeiro convertidos em primitivos, depois para o mesmo tipo, depois comparados.

- -

Strings são comparadas baseadas na ordenação lexicografica padrão, usando valores Unicode.

- -
{{EmbedInteractiveExample("pages/js/expressions-comparisonoperators.html")}}
- - - -

Características de comparação:

- - - -

Operadores de Igualdade 

- -

Igualdade (==)

- -

O operador de igualdade converte o operando se ele não for do mesmo tipo, então aplica a comparação estrita. Se ambos os operandos são objetos, então o JavaScript compara referencias internas que são iguais quando os operandos se referem ao mesmo objeto em memória.

- -

Sintaxe

- -
x == y
-
- -

Exemplos

- -
1    ==  1         // verdade
-'1'  ==  1         // verdade
-1    == '1'        // verdade
-0    == false      // verdade
-0    == null       // falso
-var object1 = {'key': 'value'}, object2 = {'key': 'value'};
-object1 == object2 // falso
-0    == undefined  // falso
-null == undefined  // verdade
-
- -

Desigualdade (!=)

- -

O operador de desigualdade retorna true (verdade) se os operandos não são iguais. Se os dois operandos não são do mesmo tipo, o JavaScript tenta converter os operandos para o tipo apropriado para a comparação. Se ambos os operandos são objetos, então o JavaScript compara referências internas que não são iguais quando os operandos se referem a objetos diferentes na memória.

- -

Sintaxe

- -
x != y
- -

Exemplos

- -
1 !=   2     // verdade
-1 !=  '1'    // falso
-1 !=  "1"    // falso
-1 !=  true   // falso
-0 !=  false  // falso
-
- -

Identidade / igualdade estrita (===)

- -

O operador de identidade retorna true (verdade) se os operandos são estritamente iguais (veja acima) sem conversão de tipo

- -

Sintaxe

- -
x === y
- -

Exemplos

- -
3 === 3   // verdade
-3 === '3' // falso
-var object1 = {'key': 'value'}, object2 = {'key': 'value'};
-object1 === object2 //f also
- -

Non-identity / desigualdade estrita (!==)

- -

O operador desigualdade estrita (Non-identity) retorna verdadeiro se os operandos não são iguais e / ou não são do mesmo tipo.

- -

Sintaxe

- -
x !== y
- -

Exemplos

- -
3 !== '3' // verdade
-4 !== 3   // verdade
-
- -

Operadores relacionais

- -

Cada um desses operadores chamará a função valueOf () em cada operando antes que uma comparação seja feita.

- -

Operador Maior (>)

- -

O operador de Maior retorna true se o operando da esquerda for maior que o operando da direita.

- -

Sintaxe

- -
x > y
- -

Exemplos

- -
4 > 3 // verdade
-
- -

Operador maior ou igual (>=)

- -

O operador maior ou igual retorna true se o operando da esquerda for maior ou igual ao operando da direita.

- -

Sintaxe

- -
 x >= y
- -

Exemplos

- -
4 >= 3 // verdade
-3 >= 3 // verdade
-
- -

Operador Menor (<)

- -

O operador menor retorna true (verdadeiro) se o operando da esquerda for menor que o operando da direita.

- -

Sintaxe

- -
 x < y
- -

Exemplos

- -
3 < 4 // verdade
-
- -

Operador menor ou igual (<=)

- -

O operador menor ou igual retorna true (verdadeiro) se o operando da esquerda for menor ou igual ao operando da direita.

- -

Sintaxe

- -
 x <= y
- -

Exemplos

- -
3 <= 4 // verdade
-
- -

Usando Operadores de Igualdade

- -

Os operadores de igualdade padrão (== e! =) Usam o Algoritmo de Comparação de Igualdade Abstrata 

- -

para comparar dois operandos. Se os operandos forem de tipos diferentes, ele tentará convertê-los para o mesmo tipo antes de fazer a comparação. Por exemplo, na expressão 5 == '5', a sequência à direita é convertida em {{jsxref ("Number" )}} antes da comparação ser feita.

- -

Os operadores de igualdade estrita (=== e! ==) usam o Algoritmo de comparação estrita de igualdade e se destinam a executar comparações de igualdade em operandos do mesmo tipo. Se os operandos são de tipos diferentes, o resultado é sempre falso, então 5! == '5'.
-
- Use operadores de igualdade estrita se os operandos precisarem ser de um tipo específico e também de valor ou se o tipo exato dos operandos for importante. Caso contrário, use os operadores de igualdade padrão, que permitem comparar a identidade de dois operandos, mesmo que não sejam do mesmo tipo.
-
- Quando a conversão de tipos está envolvida na comparação (por exemplo, comparação não estrita), o JavaScript converte os tipos {{jsxref ("String")}}, {{jsxref ("Number")}}, {{jsxref ("Booleano" )}} ou {{jsxref ("Object")}}) operandos da seguinte forma:

- - - -
Nota: Os objetos String são do Tipo Objeto, não String! Os objetos de string raramente são usados, portanto, os seguintes resultados podem ser surpreendentes:
- -
// true, pois ambos os operandos são do tipo String (ou seja, primitivos de string):
-'foo' === 'foo'
-
-var a = new String('foo');
-var b = new String('foo');
-
-// falso (false) pois a e b, embora do tipo "Objeto", são instâncias diferentes
-a == b
-
-// falso (false) pois a e b, embora do tipo "Objeto", são instâncias diferentes
-a === b
-
-// verdadeiro (true) pois o objeto a e 'foo' (String) são de tipos diferentes e, o Objeto (a)
-// é convertido para String ('foo') antes da comparação
-a == 'foo'
- -

Especificações

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EspecificaçãoStatusComentário
{{SpecName('ES1')}}{{Spec2('ES1')}}Definição Inicial. Implementado em JavaScript 1.0
{{SpecName('ES3')}}{{Spec2('ES3')}}Adicionandos os operadores === e !== . Implementado em JavaScript 1.3
{{SpecName('ES5.1', '#sec-11.8')}}{{Spec2('ES5.1')}}Definidos em várias seções das especificações: Operadores Relacionais , Operadores de Igualdade
{{SpecName('ES6', '#sec-relational-operators')}}{{Spec2('ES6')}}Definidos em várias seções das especificações: Operadores Relacionais , Operadores de Igualdade
{{SpecName('ESDraft', '#sec-relational-operators')}}{{Spec2('ESDraft')}}Definidos em várias seções das especificações: Operadores Relacionais , Operadores de Igualdade
- -

Compatilidade entre navegadores

- - - -

{{Compat("javascript.operators.comparison")}}

- -

Consulte também

- - - -
-
-
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 deleted file mode 100644 index e3a3ee6e8c..0000000000 --- a/files/pt-br/web/javascript/reference/operators/operadores_logicos/index.html +++ /dev/null @@ -1,343 +0,0 @@ ---- -title: Operadores Lógicos -slug: Web/JavaScript/Reference/Operators/Operadores_Logicos -tags: - - Operador - - Operadores lógicos - - Referencia - - e - - não - - ou -translation_of: Web/JavaScript/Reference/Operators -translation_of_original: Web/JavaScript/Reference/Operators/Logical_Operators ---- -
{{jsSidebar("Operators")}}
- -

Resumo

- -

Operadores lógicos são tipicamente usados com valores Booleanos (lógicos). Quando eles o são, retornam um valor booleano. Porém, os operadores && e || de fato retornam o valor de um dos operandos especificos, então se esses operadores são usados com valores não booleanos, eles podem retornar um valor não booleano.

- -

Descrição

- -

Os operadores lógicos são descritos na tabela abaixo:

- - - - - - - - - - - - - - - - - - - - - - - - -
OperadorUtilizaçãoDescrição
Logical AND (&&)expr1 && expr2Retorna expr1 se essa pode ser convertido para falso; senão, retorna expr2. Dessa forma, quando usado para valores Booleanos, && retorna verdadeiro se ambos os operandos forem verdadeiro ; senão, retorna falso.
Logical OR (||)expr1 || expr2Retorna expr1 se essa pode ser convertido para verdadeiro; senão, retorna expr2. Dessa forma, quando usado para valores Booleanos, || retorna verdadeiro se qualquer dos operandos for verdadeiro; se ambos são falso, retorna falso.
Logical NOT (!)!expr -

Retorna falsose o seu operando pode ser convertido para verdadeiro; senão, retorna verdadeiro.

-
- -

Se um valor pode ser convertido para verdadeiro, este valor é chamado de {{Glossary("truthy")}}. Se um valor pode ser convertido para falso, este valor é chamado de {{Glossary("falsy")}}.

- -

Exemplos de expressões que podem ser convertidas para falso são:

- - - -

Mesmo que os operadores && and || possam ser utilizados com operandos que não são valores Booleanos, eles ainda podem ser considerados como operadores booleanos visto que seus valores de saída sempre podem ser convertidos em valores booleanos.

- -

Avaliação de Curto-Circuito (Short-Circuit) 

- -

Como as expressões lógicas são avaliadas da esquerda pra direita, elas são testadas para possível avaliação de "curto-circuito" ("short-circuit") utilizando as seguintes regras:

- - - -

As regras de lógica garantem que essas avaliações estejam sempre corretas. Repare que a porção qualquer coisa das expressões acima não é avaliada, logo qualquer problema oriundo de tê-lo feito não é consumado. Note também  que a parte qualquer coisa das expressões acima pode ser qualquer expressão lógica unitária (conforme é indicado pelos parênteses).

- -

Por exemplo, as duas funções a seguir são equivalentes.

- -
function shortCircuitEvaluation() {
-  // logical OR (||)
-  doSomething() || doSomethingElse();
-
-  // logical AND (&&)
-  doSomething() && doSomethingElse();
-}
-
-function equivalentEvaluation() {
-
-  // logical OR (||)
-  var orFlag = doSomething();
-  if (!orFlag) {
-    doSomethingElse();
-  }
-
-
-  // logical AND (&&)
-  var andFlag = doSomething();
-  if (andFlag) {
-    doSomethingElse();
-  }
-}
- -

Contudo, as expressões a seguir não são equivalentes, devido a precedência do operador, e reforçam a importância de que o operador do lado direito (right hand) seja uma única expressão (agrupada com o uso de parênteses, caso seja necessário).

- -
 false && true || true       // retorna true
- false && (true || true)     // retorna falso
- -

AND Lógico (&&)

- -

O código a seguir demonstra exemplos do operador && (AND lógico). 

- -
a1 = true  && true       // t && t retorna true
-a2 = true  && false      // t && f retorna false
-a3 = false && true       // f && t retorna false
-a4 = false && (3 == 4)   // f && f retorna false
-a5 = 'Cat' && 'Dog'      // t && t retorna "Dog"
-a6 = false && 'Cat'      // f && t retorna false
-a7 = 'Cat' && false      // t && f retorna false
-a8 = ''    && false      // f && f retorna ""
-a9 = false && ''         // f && t retorna false
-
- -

OR Lógico (||)

- -

O código a seguir demonstra exemplos do operador || (OR lógico).

- -
o1 = true  || true       // t || t retorna true
-o2 = false || true       // f || t retorna true
-o3 = true  || false      // t || f retorna true
-o4 = false || (3 == 4)   // f || f retorna false
-o5 = 'Cat' || 'Dog'      // t || t retorna "Cat"
-o6 = false || 'Cat'      // f || t retorna "Cat"
-o7 = 'Cat' || false      // t || f retorna "Cat"
-o8 = ''    || false      // f || f retorna false
-o9 = false || ''         // f || f retorna ""
- -

NOT Logico (!)

- -

O código a seguir demonstra exemplos do operador ! (NOT lógico) .

- -
n1 = !true               // !t returns false
-n2 = !false              // !f returns true
-n3 = !'Cat'              // !t returns false
- -

Regras de conversão

- -

Convertendo AND para OR

- -

A operação a seguir, envolvendo Booleanos:

- -
bCondition1 && bCondition2
- -

é sempre igual a:

- -
!(!bCondition1 || !bCondition2)
- -

Convertendo OR to AND

- -

A operação a seguir, envolvendo Booleanos:

- -
bCondition1 || bCondition2
- -

é sempre igual a:

- -
!(!bCondition1 && !bCondition2)
- -

Convertendo entre dois NOT

- -

A seguinte operação envolvendo Booleanos:

- -
!!bCondition
- -

é sempre igual a:

- -
bCondition
- -

Removendo parenteses aninhados

- -

Como as expressões lógicas são avaliadas da esquerda pra direita, é sempre possível remover os parênteses de uma expressão complexa seguindo algumas regras:

- -

Removendo AND aninhado

- -

A seguinte operação composta envolvendo Booleanos:

- -
bCondition1 || (bCondition2 && bCondition3)
- -

é igual a :

- -
bCondition1 || bCondition2 && bCondition3
- -

Removendo OR aninhado

- -

A operação composta a seguir, envolvendo Booleanos:

- -
bCondition1 && (bCondition2 || bCondition3)
- -

é sempre igual a:

- -
!(!bCondition1 || !bCondition2 && !bCondition3)
- -

Especificações

- - - - - - - - - - - - - - - - - - - - - - - - -
EspecificaçãoEstatusComentário
ECMAScript 1st Edition.StandardInitial definition.
{{SpecName('ES5.1', '#sec-11.4.9', 'Logical NOT Operator')}}
- {{SpecName('ES5.1', '#sec-11.11', 'Binary Logical Operators')}}
{{Spec2('ES5.1')}}
{{SpecName('ES6', '#sec-logical-not-operator', 'Logical NOT operator')}}
- {{SpecName('ES6', '#sec-binary-logical-operators', 'Binary Logical Operators')}}
{{Spec2('ES6')}}
- -

Compatibilidade com o Navegador

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
RecursoChromeFirefox (Gecko)Internet ExplorerOperaSafari
Logical AND (&&){{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
Logical OR (||){{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
Logical NOT (!){{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome para AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Logical AND (&&){{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
Logical OR (||){{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
Logical NOT (!){{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
-
- -

Retrocompatibilidade: Comportamento no  JavaScript 1.0 e1.1

- -

Os operadores  && and || se comportam da seguinte maneira:

- - - - - - - - - - - - - - - - - - - -
OperadorUtilizaçãoComportamento
&&expr1 && expr2Se o primeiro operando (expr1) pode ser convertido para falso, o operador &&  retorna false ao invés do valor do expr1.
||expr1 || expr2If the first operand (expr1) can be converted to true, the || operator retorna true rather than the value of expr1.
- -

Veja Também

- - 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 deleted file mode 100644 index a877d131bc..0000000000 --- a/files/pt-br/web/javascript/reference/operators/spread_operator/index.html +++ /dev/null @@ -1,201 +0,0 @@ ---- -title: Spread operator -slug: Web/JavaScript/Reference/Operators/Spread_operator -tags: - - JavaScript - - Operador -translation_of: Web/JavaScript/Reference/Operators/Spread_syntax -translation_of_original: Web/JavaScript/Reference/Operators/Spread_operator ---- -
{{jsSidebar("Operators")}}
- -

A sintaxe de propagação (Spread) permite que um objeto iterável, como um array ou string, seja expandida em locais onde zero ou mais argumentos (para chamadas de função) ou elementos (para literais de array) sejam esperados ou uma expressão de objeto seja expandida em locais onde zero ou mais pares de chave-valor (para literais de objeto) são esperados.

- -

Sintaxe

- -

Para chamadas de função:

- -
minhaFuncao(...objIteravel);
-
- -

Para array literais:

- -
[...objIteravel, 4, 5, 6]
- -

Desestruturação:

- -
[a, b, ...objIteravel] = [1, 2, 3, 4, 5];
- -

Exemplos

- -

Uma melhor aplicação

- -

Exemplo: é comum usar {{jsxref( "Function.prototype.apply")}} em casos onde você quer usar um array como argumentos em uma função.

- -
function minhaFuncao(x, y, z) { }
-var args = [0, 1, 2];
-minhaFuncao.apply(null, args);
- -

Com o spread do ES2015 você pode agora escrever isso acima como:

- -
function minhaFuncao(x, y, z) { }
-var args = [0, 1, 2];
-minhaFuncao(...args);
- -

Qualquer argumento na lista de argumento pode usar a sintaxe spread e pode ser usado várias vezes.

- -
function minhaFuncao(v, w, x, y, z) { }
-var args = [0, 1];
-minhaFuncao(-1, ...args, 2, ...[3]);
- -

Um literal array mais poderoso

- -

Exemplo:  Hoje se você tiver um array e quer criar um novo array com esse existente fazendo parte dele, a sintaxe literal do array não é mais suficiente e você deve voltar para o código imperativo, usando uma combinação de push, splice, concat, etc. Com a sintaxe spread isso se torna muito mais sucinto:

- -
var partes = ['ombros', 'joelhos'];
-var letra = ['cabeca', ...partes, 'e', 'dedos']; // ["cabeca", "ombros", "joelhos", "e", "dedos"]
-
- -

Assim como em spread para listas de argumentos ... pode ser usado em qualquer lugar no literal do array e pode ser usado várias vezes.

- -

Apply para new

- -

Exemplo: No ES5 não é possível usar new com apply. (Em ES5 termos, apply faz uma [[Call]] e nao um [[Construct]].) Em ES2015 a sintaxe spread naturalmente suporta isso:

- -
var camposData = lerCamposData(bancoDeDados);
-var d = new Date(...camposData);
- -

Um push melhor

- -

Exemplo: {{jsxref("Global_Objects/Array/push", "push")}} é frequentemente usado para adicionar um array no final de um array existente. No ES5 isso é geralmente feito assim:

- -
var arr1 = [0, 1, 2];
-var arr2 = [3, 4, 5];
-// Acrescenta todos itens do arr2 ao arr1
-Array.prototype.push.apply(arr1, arr2);
- -

No ES2015 com spread isso se torna:

- -
var arr1 = [0, 1, 2];
-var arr2 = [3, 4, 5];
-arr1.push(...arr2);
- -

Especificações

- - - - - - - - - - - - - - - - - - - - - -
EspecificaçãoStatusComentário
{{SpecName('ES2015', '#sec-array-initializer')}}{{Spec2('ES2015')}}Definido em várias seções da especificação: Inicializador do arrayListas de argumento
{{SpecName('ESDraft', '#sec-array-initializer')}}{{Spec2('ESDraft')}} 
- -

Compatibilidade com browser

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Operação spread em array literais{{CompatChrome("46")}}{{ CompatGeckoDesktop("16") }}{{CompatNo}}{{CompatNo}}7.1
Operação spread em chamadas de função{{CompatChrome("46")}}{{ CompatGeckoDesktop("27") }}{{CompatNo}}{{CompatNo}}7.1
Operação spread em desestruturação{{CompatNo}}{{ CompatGeckoDesktop("34") }}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidAndroid WebviewFirefox Mobile (Gecko)IE MobileOpera MobileSafari MobileChrome for Android
Operação spread em array literais{{CompatNo}}{{CompatChrome("46")}}{{ CompatGeckoMobile("16") }}{{CompatNo}}{{CompatNo}}8{{CompatChrome("46")}}
Operação spread em chamadas de função{{CompatNo}}{{CompatChrome("46")}}{{ CompatGeckoMobile("27") }}{{CompatNo}}{{CompatNo}}8{{CompatChrome("46")}}
Operação spread em desestruturação{{CompatNo}}{{CompatNo}}{{ CompatGeckoDesktop("34") }}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatNo}}
-
- -

Veja também

- - 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 new file mode 100644 index 0000000000..808f0b0306 --- /dev/null +++ b/files/pt-br/web/javascript/reference/statements/async_function/index.html @@ -0,0 +1,149 @@ +--- +title: Funções assíncronas +slug: Web/JavaScript/Reference/Statements/funcoes_assincronas +tags: + - Função + - assíncrono +translation_of: Web/JavaScript/Reference/Statements/async_function +--- +
{{jsSidebar("Statements")}}
+ +

A declaração async function define uma função assíncrona, que retorna um objeto {{jsxref("Global_Objects/AsyncFunction","AsyncFunction")}}.

+ +
+

Você também pode definir funções assíncronas usando uma {{jsxref("Operators/async_function", "expressão async function")}}.

+
+ +

Sintaxe

+ +
async function nome([param[, param[, ... param]]]) {
+   instruções
+}
+
+ +
+
nome
+
O nome da função.
+
+ +
+
param
+
O nome de um parâmetro a ser passado para a função.
+
+ +
+
instruções
+
As instruções que compõem o corpo da função.
+
+ +

Descrição

+ +

Quando uma função assíncrona é chamada, ela retorna uma {{jsxref("Promise")}}. Quando a função assíncrona retorna um valor, a Promise será resolvida com o valor retornado. Quando a função assíncrona lança uma exceção ou algum valor, a Promise será rejeitada com o valor lançado.

+ +

Uma função assíncrona pode conter uma expressão {{jsxref("Operators/await", "await")}}, que pausa a execução da função assíncrona e espera pela resolução da Promise passada, e depois retoma a execução da função assíncrona e retorna o valor resolvido.

+ +
+

A proposta das funções async/await é de simplificar o uso de forma síncrona das Promises e executar alguns procedimentos em um grupo de Promises. Assim como Promises são similares a callbacks estruturados, funções async/await são similares à junção de generators com Promises.

+
+ +

Exemplos

+ +

Exemplo simples

+ +
function resolverDepoisDe2Segundos(x) {
+  return new Promise(resolve => {
+    setTimeout(() => {
+      resolve(x);
+    }, 2000);
+  });
+}
+
+async function adicionar1(x) {
+  var a = resolverDepoisDe2Segundos(20);
+  var b = resolverDepoisDe2Segundos(30);
+  return x + await a + await b;
+}
+
+adicionar1(10).then(v => {
+  console.log(v);  // exibe 60 depois de 2 segundos.
+});
+
+async function adicionar2(x) {
+  var a = await resolverDepoisDe2Segundos(20);
+  var b = await resolverDepoisDe2Segundos(30);
+  return x + a + b;
+}
+
+adicionar2(10).then(v => {
+  console.log(v);  // exibe 60 depois de 4 segundos.
+});
+
+ +

Reescrevendo uma cadeia de Promise com uma função async

+ +

Uma API que retorna uma {{jsxref("Promise")}} vai resultar em uma cadeia de Promises e separa a função em várias partes. Considere o seguinte código:

+ +
function pegarDadosProcessados(url) {
+  return baixarDados(url) // retorna uma Promise
+    .catch(e => {
+      return baixarDadosReservas(url) // retorna uma Promise
+    })
+    .then(v => {
+      return processarDadosNoWorker(v); // retorna uma Promise
+    });
+}
+
+ +

pode ser escrita em uma única função async desta forma:

+ +
async function pegarDadosProcessados(url) {
+  let v;
+  try {
+    v = await baixarDados(url);
+  } catch(e) {
+    v = await baixarDadosReservas(url);
+  }
+  return processarDadosNoWorker(v);
+}
+
+ +

Note que no exemplo acima não tem a instrução await na instrução do return, porque o valor retornado de uma função async é implícitamente passado por um {{jsxref("Promise.resolve")}}.

+ +

Especificações

+ + + + + + + + + + + + + + + + +
EspecificaçãoSituaçãoComentário
{{SpecName('ESDraft', '#sec-async-function-definitions', 'async function')}}{{Spec2('ESDraft')}}Definição inicial no ES2017.
+ +

Compatibilidade de browser

+ +
{{Compat("javascript.statements.async_function")}}
+ +
+ +

Notas específicas do Firefox

+ + + +

Veja também

+ + diff --git a/files/pt-br/web/javascript/reference/statements/default/index.html b/files/pt-br/web/javascript/reference/statements/default/index.html deleted file mode 100644 index 8e0fb07927..0000000000 --- a/files/pt-br/web/javascript/reference/statements/default/index.html +++ /dev/null @@ -1,187 +0,0 @@ ---- -title: default -slug: Web/JavaScript/Reference/Statements/default -tags: - - JavaScript - - Keyword - - Palavra-chave -translation_of: Web/JavaScript/Reference/Statements/switch -translation_of_original: Web/JavaScript/Reference/Statements/default ---- -
{{jsSidebar("Statements")}}
- -

A palavra-chave default pode ser usada em duas situações no JavaScript: com uma declaração {{jsxref("Statements/switch", "switch")}}, ou com uma declaração {{jsxref("Statements/export", "export")}}.

- -

Sintaxe

- -

Com uma declaração {{jsxref("Statements/switch", "switch")}}:

- -
switch (expressao) {
-  case value1:
-    //Declarações executadas quando o resultado da expressao for value1
-    [break;]
-  default:
-    //Declarações executadas quando nenhum dos valores for igual o da expressao
-    [break;]
-}
- -

Com a declaração {{jsxref("Statements/export", "export")}}:

- -
export default nameN 
- -

Descrição

- -

Para mais detalhes, veja as páginas:

- - - -

Exemplos

- -

Usando default em declarações switch

- -

No exemplo a seguir, se a variável expr for "Laranjas" ou "Maças", o programa encontra os valores com o case "Laranjas" ou "Maças"  e executa a declaração correspondente. A palavra-chave default vai ajudar em qualquer outro caso e executará a declaração associada.

- -
switch (expr) {
-  case 'Laranjas':
-    console.log('Laranjas custam R$0,59.');
-    break;
-  case 'Maças':
-    console.log('Maças custam R$0,32.');
-    break;
-  default:
-    console.log('Desculpe, nós não temos ' + expr + '.');
-}
- -

Usando default com export

- -

Se você quiser exportar apenas um valor ou precisa de um valor fallback para um módulo, uma exportação padrão (default export) pode ser usada:

- -
// module "my-module.js"
-let cube = function cube(x) {
-  return x * x * x;
-};
-export default cube;
- -

Então, no outro script, isso pode ser passado direto para o import do default export:

- -
// module "my-module.js"
-import myFunction from 'my-module';
-console.log(myFunction(3)); // 27
-
- -

Especificações

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EspecificaçãoSituaçãoComentário
{{SpecName('ES6', '#sec-switch-statement', 'switch statement')}}{{Spec2('ES6')}} 
{{SpecName('ES6', '#sec-exports', 'Exports')}}{{Spec2('ES6')}} 
{{SpecName('ESDraft', '#sec-switch-statement', 'switch statement')}}{{Spec2('ESDraft')}} 
{{SpecName('ESDraft', '#sec-exports', 'Exports')}}{{Spec2('ESDraft')}} 
- -

Compatibilidade de navegadores

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Switch default{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
Export default{{CompatNo}}{{CompatUnknown}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Switch default{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
Export default{{CompatNo}}{{CompatNo}}{{CompatUnknown}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

Veja também

- - diff --git a/files/pt-br/web/javascript/reference/statements/funcoes_assincronas/index.html b/files/pt-br/web/javascript/reference/statements/funcoes_assincronas/index.html deleted file mode 100644 index 808f0b0306..0000000000 --- a/files/pt-br/web/javascript/reference/statements/funcoes_assincronas/index.html +++ /dev/null @@ -1,149 +0,0 @@ ---- -title: Funções assíncronas -slug: Web/JavaScript/Reference/Statements/funcoes_assincronas -tags: - - Função - - assíncrono -translation_of: Web/JavaScript/Reference/Statements/async_function ---- -
{{jsSidebar("Statements")}}
- -

A declaração async function define uma função assíncrona, que retorna um objeto {{jsxref("Global_Objects/AsyncFunction","AsyncFunction")}}.

- -
-

Você também pode definir funções assíncronas usando uma {{jsxref("Operators/async_function", "expressão async function")}}.

-
- -

Sintaxe

- -
async function nome([param[, param[, ... param]]]) {
-   instruções
-}
-
- -
-
nome
-
O nome da função.
-
- -
-
param
-
O nome de um parâmetro a ser passado para a função.
-
- -
-
instruções
-
As instruções que compõem o corpo da função.
-
- -

Descrição

- -

Quando uma função assíncrona é chamada, ela retorna uma {{jsxref("Promise")}}. Quando a função assíncrona retorna um valor, a Promise será resolvida com o valor retornado. Quando a função assíncrona lança uma exceção ou algum valor, a Promise será rejeitada com o valor lançado.

- -

Uma função assíncrona pode conter uma expressão {{jsxref("Operators/await", "await")}}, que pausa a execução da função assíncrona e espera pela resolução da Promise passada, e depois retoma a execução da função assíncrona e retorna o valor resolvido.

- -
-

A proposta das funções async/await é de simplificar o uso de forma síncrona das Promises e executar alguns procedimentos em um grupo de Promises. Assim como Promises são similares a callbacks estruturados, funções async/await são similares à junção de generators com Promises.

-
- -

Exemplos

- -

Exemplo simples

- -
function resolverDepoisDe2Segundos(x) {
-  return new Promise(resolve => {
-    setTimeout(() => {
-      resolve(x);
-    }, 2000);
-  });
-}
-
-async function adicionar1(x) {
-  var a = resolverDepoisDe2Segundos(20);
-  var b = resolverDepoisDe2Segundos(30);
-  return x + await a + await b;
-}
-
-adicionar1(10).then(v => {
-  console.log(v);  // exibe 60 depois de 2 segundos.
-});
-
-async function adicionar2(x) {
-  var a = await resolverDepoisDe2Segundos(20);
-  var b = await resolverDepoisDe2Segundos(30);
-  return x + a + b;
-}
-
-adicionar2(10).then(v => {
-  console.log(v);  // exibe 60 depois de 4 segundos.
-});
-
- -

Reescrevendo uma cadeia de Promise com uma função async

- -

Uma API que retorna uma {{jsxref("Promise")}} vai resultar em uma cadeia de Promises e separa a função em várias partes. Considere o seguinte código:

- -
function pegarDadosProcessados(url) {
-  return baixarDados(url) // retorna uma Promise
-    .catch(e => {
-      return baixarDadosReservas(url) // retorna uma Promise
-    })
-    .then(v => {
-      return processarDadosNoWorker(v); // retorna uma Promise
-    });
-}
-
- -

pode ser escrita em uma única função async desta forma:

- -
async function pegarDadosProcessados(url) {
-  let v;
-  try {
-    v = await baixarDados(url);
-  } catch(e) {
-    v = await baixarDadosReservas(url);
-  }
-  return processarDadosNoWorker(v);
-}
-
- -

Note que no exemplo acima não tem a instrução await na instrução do return, porque o valor retornado de uma função async é implícitamente passado por um {{jsxref("Promise.resolve")}}.

- -

Especificações

- - - - - - - - - - - - - - - - -
EspecificaçãoSituaçãoComentário
{{SpecName('ESDraft', '#sec-async-function-definitions', 'async function')}}{{Spec2('ESDraft')}}Definição inicial no ES2017.
- -

Compatibilidade de browser

- -
{{Compat("javascript.statements.async_function")}}
- -
- -

Notas específicas do Firefox

- - - -

Veja também

- - diff --git a/files/pt-br/web/javascript/reference/template_literals/index.html b/files/pt-br/web/javascript/reference/template_literals/index.html new file mode 100644 index 0000000000..e2a11abfa4 --- /dev/null +++ b/files/pt-br/web/javascript/reference/template_literals/index.html @@ -0,0 +1,140 @@ +--- +title: Template strings +slug: Web/JavaScript/Reference/template_strings +translation_of: Web/JavaScript/Reference/Template_literals +--- +
{{JsSidebar("More")}}
+ +

Template Strings são strings que permitem expressões embutidas. Você pode utilizar string multi-linhas e interpolação de string com elas.

+ +

Basicamente é uma nova forma de criar strings e tornar o seu código um pouco mais legível.

+ +

Sintaxe

+ +
`corpo de texto`
+
+`texto linha 1
+ texto linha 2`
+
+`texto string ${expression} texto string`
+
+tag `texto string ${expression} texto string`
+
+ +

Descrição

+ +

Template strings são envolvidas por (acentos graves) (` `) em vez de aspas simples ou duplas. Template strings podem possuir placeholders. Estes são indicados por um cifrão seguido de chaves (${expression}). As expressões nos placeholders, bem como o texto em volta delas são passados a uma função. A função padrão apenas concatena as partes em uma string única. Se existir uma expressão precedendo a template string (função tag exemplo), a template string é definida como "tagged template string". No caso, a expressão tag (geralmente uma função) é chamada pela template string processada, que você pode manipular antes de produzir o resultado.

+ +
`\`` === '`' // --> true
+ +

Strings multi-linhas

+ +

Qualquer caracter de nova linha inserido no código é parte da template string. Utilizando strings normais, você teria de usar a síntaxe a seguir para obter strings multi-linhas:

+ +
console.log('texto string linha 1\n' +
+'texto string linha 2');
+// "texto string linha 1
+// texto string linha 2"
+ +

Para obter o mesmo efeito com strings multi-linhas, você agora pode escrever:

+ +
console.log(`texto string linha 1
+texto string linha 2`);
+// "texto string linha 1
+//  texto string linha 2"
+ +

Interpolação de Expressões

+ +

Para encapsular expressões dentro de strings, você precisava utilizar a seguinte sintaxe:

+ +
var a = 5;
+var b = 10;
+console.log('Quinze é ' + (a + b) + ' e\nnão ' + (2 * a + b) + '.');
+// "Quinze é 15 e
+// não 20."
+ +

Agora, com template strings, você pode utilizar as substituições sintáticas tornando o código mais legível:

+ +
var a = 5;
+var b = 10;
+console.log(`Quinze é ${a + b} e
+não ${2 * a + b}.`);
+// "Quinze é 15 e
+// não 20."
+ +

Tagged template strings

+ +

Uma forma mais avançada dos template string são os template strings com marcações ou tags, ou tagged template strings. Com eles, você tem a possibilidade de modificar a saída dos template strings usando uma função. O primeiro argumento contém um array de literais ("Hello" e "World" neste exemplo). Do segundo em diante e cada argumento subsequente contém valores previamente processados (algumas vezes chamados cooked) pelas expressões de substituição ("15" e "50" no caso do exemplo). No final, a função retorna a string ja manipulada:

+ +
var a = 5;
+var b = 10;
+
+function tag(strings, ...values) {
+  console.log(strings[0]); // "Hello "
+  console.log(strings[1]); // " world"
+  console.log(values[0]);  // 15
+  console.log(values[1]);  // 50
+
+  return "Bazinga!";
+}
+
+tag`Hello ${ a + b } world ${ a * b}`;
+// "Bazinga!"
+
+ +

Strings Raw

+ +

A propriedade especial raw, disponível no primeiro argumento da função da tagged template string acima, permite o acesso as strings de maneira pura (raw) exatamente como elas foram especificadas:

+ +
function tag(strings, ...values) {
+  return strings.raw[0];
+}
+
+tag`string text line 1 \n string text line 2`;
+// "string text line 1 \\n string text line 2"
+
+ +

Adicionalmente, o método {{jsxref("String.raw()")}} permite a criação de strings cruas, exatamente como as template functions e as concatenações deveram criar.

+ +
String.raw`Hi\n${2+3}!`; // "Hi\\n5!"
+ +

Especificações

+ + + + + + + + + + + + + + + + + + + +
EspecificaçãoStatusComentário
{{SpecName('ES2015', '#sec-template-literals', 'Template Literals')}}{{Spec2('ES2015')}}Definição inicial. Definido em várias seções da especificação: Template Literals, Tagged Templates
{{SpecName('ESDraft', '#sec-template-literals', 'Template Literals')}}{{Spec2('ESDraft')}}Definido em várias seções da especificação: Template Literals, Tagged Templates
+ +

Compatibidade com navegadores

+ +
+ + +

{{Compat("javascript.grammar.template_literals")}}

+
+ +

Veja também

+ + diff --git a/files/pt-br/web/javascript/reference/template_strings/index.html b/files/pt-br/web/javascript/reference/template_strings/index.html deleted file mode 100644 index e2a11abfa4..0000000000 --- a/files/pt-br/web/javascript/reference/template_strings/index.html +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: Template strings -slug: Web/JavaScript/Reference/template_strings -translation_of: Web/JavaScript/Reference/Template_literals ---- -
{{JsSidebar("More")}}
- -

Template Strings são strings que permitem expressões embutidas. Você pode utilizar string multi-linhas e interpolação de string com elas.

- -

Basicamente é uma nova forma de criar strings e tornar o seu código um pouco mais legível.

- -

Sintaxe

- -
`corpo de texto`
-
-`texto linha 1
- texto linha 2`
-
-`texto string ${expression} texto string`
-
-tag `texto string ${expression} texto string`
-
- -

Descrição

- -

Template strings são envolvidas por (acentos graves) (` `) em vez de aspas simples ou duplas. Template strings podem possuir placeholders. Estes são indicados por um cifrão seguido de chaves (${expression}). As expressões nos placeholders, bem como o texto em volta delas são passados a uma função. A função padrão apenas concatena as partes em uma string única. Se existir uma expressão precedendo a template string (função tag exemplo), a template string é definida como "tagged template string". No caso, a expressão tag (geralmente uma função) é chamada pela template string processada, que você pode manipular antes de produzir o resultado.

- -
`\`` === '`' // --> true
- -

Strings multi-linhas

- -

Qualquer caracter de nova linha inserido no código é parte da template string. Utilizando strings normais, você teria de usar a síntaxe a seguir para obter strings multi-linhas:

- -
console.log('texto string linha 1\n' +
-'texto string linha 2');
-// "texto string linha 1
-// texto string linha 2"
- -

Para obter o mesmo efeito com strings multi-linhas, você agora pode escrever:

- -
console.log(`texto string linha 1
-texto string linha 2`);
-// "texto string linha 1
-//  texto string linha 2"
- -

Interpolação de Expressões

- -

Para encapsular expressões dentro de strings, você precisava utilizar a seguinte sintaxe:

- -
var a = 5;
-var b = 10;
-console.log('Quinze é ' + (a + b) + ' e\nnão ' + (2 * a + b) + '.');
-// "Quinze é 15 e
-// não 20."
- -

Agora, com template strings, você pode utilizar as substituições sintáticas tornando o código mais legível:

- -
var a = 5;
-var b = 10;
-console.log(`Quinze é ${a + b} e
-não ${2 * a + b}.`);
-// "Quinze é 15 e
-// não 20."
- -

Tagged template strings

- -

Uma forma mais avançada dos template string são os template strings com marcações ou tags, ou tagged template strings. Com eles, você tem a possibilidade de modificar a saída dos template strings usando uma função. O primeiro argumento contém um array de literais ("Hello" e "World" neste exemplo). Do segundo em diante e cada argumento subsequente contém valores previamente processados (algumas vezes chamados cooked) pelas expressões de substituição ("15" e "50" no caso do exemplo). No final, a função retorna a string ja manipulada:

- -
var a = 5;
-var b = 10;
-
-function tag(strings, ...values) {
-  console.log(strings[0]); // "Hello "
-  console.log(strings[1]); // " world"
-  console.log(values[0]);  // 15
-  console.log(values[1]);  // 50
-
-  return "Bazinga!";
-}
-
-tag`Hello ${ a + b } world ${ a * b}`;
-// "Bazinga!"
-
- -

Strings Raw

- -

A propriedade especial raw, disponível no primeiro argumento da função da tagged template string acima, permite o acesso as strings de maneira pura (raw) exatamente como elas foram especificadas:

- -
function tag(strings, ...values) {
-  return strings.raw[0];
-}
-
-tag`string text line 1 \n string text line 2`;
-// "string text line 1 \\n string text line 2"
-
- -

Adicionalmente, o método {{jsxref("String.raw()")}} permite a criação de strings cruas, exatamente como as template functions e as concatenações deveram criar.

- -
String.raw`Hi\n${2+3}!`; // "Hi\\n5!"
- -

Especificações

- - - - - - - - - - - - - - - - - - - -
EspecificaçãoStatusComentário
{{SpecName('ES2015', '#sec-template-literals', 'Template Literals')}}{{Spec2('ES2015')}}Definição inicial. Definido em várias seções da especificação: Template Literals, Tagged Templates
{{SpecName('ESDraft', '#sec-template-literals', 'Template Literals')}}{{Spec2('ESDraft')}}Definido em várias seções da especificação: Template Literals, Tagged Templates
- -

Compatibidade com navegadores

- -
- - -

{{Compat("javascript.grammar.template_literals")}}

-
- -

Veja também

- - -- cgit v1.2.3-54-g00ecf From 1d435be33d8b76cd7b06cd06996c19d74f83cfd4 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:49:58 +0100 Subject: unslug pt-br: modify --- files/pt-br/_redirects.txt | 708 +- files/pt-br/_wikihistory.json | 21218 +++++++++---------- .../cascade_and_inheritance/index.html | 3 +- .../learn/css/building_blocks/selectors/index.html | 3 +- .../learn/css/first_steps/how_css_works/index.html | 5 +- .../index.html | 4 +- .../index.html | 4 +- .../conflicting/learn/css/first_steps/index.html | 3 +- .../video_and_audio_content/index.html | 3 +- .../learn/javascript/objects/index.html | 3 +- .../mdn/contribute/getting_started/index.html | 3 +- files/pt-br/conflicting/mozilla/add-ons/index.html | 3 +- .../mozilla/firefox/releases/index.html | 3 +- .../pt-br/conflicting/web/accessibility/index.html | 3 +- .../web/api/crypto/getrandomvalues/index.html | 3 +- .../pt-br/conflicting/web/api/cryptokey/index.html | 3 +- .../index.html | 3 +- .../index.html | 3 +- .../index.html | 3 +- .../web/api/document_object_model/index.html | 3 +- .../api/globaleventhandlers/onscroll/index.html | 3 +- .../web/api/html_drag_and_drop_api/index.html | 3 +- files/pt-br/conflicting/web/api/index.html | 3 +- files/pt-br/conflicting/web/api/url/index.html | 3 +- .../conflicting/web/api/webrtc_api/index.html | 3 +- .../web/api/windoworworkerglobalscope/index.html | 3 +- .../index.html | 3 +- .../index.html | 3 +- .../basic_concepts_of_flexbox/index.html | 3 +- files/pt-br/conflicting/web/css/cursor/index.html | 3 +- files/pt-br/conflicting/web/guide/index.html | 3 +- .../pt-br/conflicting/web/guide/mobile/index.html | 3 +- files/pt-br/conflicting/web/http/cors/index.html | 3 +- .../equality_comparisons_and_sameness/index.html | 3 +- .../reference/global_objects/boolean/index.html | 3 +- .../reference/global_objects/function/index.html | 3 +- .../global_objects/intl/numberformat/index.html | 3 +- .../reference/global_objects/map/index.html | 3 +- .../reference/global_objects/number/index.html | 3 +- .../reference/global_objects/object/index.html | 3 +- .../reference/global_objects/promise/index.html | 3 +- .../reference/global_objects/set/index.html | 3 +- .../reference/global_objects/string/index.html | 3 +- .../reference/global_objects/weakmap/index.html | 3 +- .../web/javascript/reference/operators/index.html | 3 +- .../reference/operators/spread_syntax/index.html | 3 +- .../index.html | 4 +- .../index.html | 4 +- .../index.html | 4 +- .../reference/statements/switch/index.html | 3 +- .../web/progressive_web_apps/index.html | 3 +- .../index.html | 3 +- files/pt-br/glossary/404/index.html | 3 +- files/pt-br/glossary/502/index.html | 3 +- files/pt-br/glossary/abstraction/index.html | 3 +- files/pt-br/glossary/accessibility/index.html | 3 +- files/pt-br/glossary/accessibility_tree/index.html | 3 +- files/pt-br/glossary/adobe_flash/index.html | 3 +- files/pt-br/glossary/ajax/index.html | 3 +- files/pt-br/glossary/algorithm/index.html | 3 +- .../pt-br/glossary/alignment_container/index.html | 3 +- files/pt-br/glossary/alignment_subject/index.html | 3 +- files/pt-br/glossary/alpha/index.html | 3 +- files/pt-br/glossary/api/index.html | 3 +- files/pt-br/glossary/apple_safari/index.html | 3 +- files/pt-br/glossary/argument/index.html | 3 +- files/pt-br/glossary/arpanet/index.html | 3 +- files/pt-br/glossary/array/index.html | 3 +- files/pt-br/glossary/ascii/index.html | 3 +- files/pt-br/glossary/asynchronous/index.html | 3 +- files/pt-br/glossary/attribute/index.html | 3 +- files/pt-br/glossary/bandwidth/index.html | 3 +- files/pt-br/glossary/bigint/index.html | 3 +- files/pt-br/glossary/boolean/index.html | 3 +- files/pt-br/glossary/browser/index.html | 3 +- files/pt-br/glossary/cache/index.html | 3 +- files/pt-br/glossary/call_stack/index.html | 3 +- files/pt-br/glossary/callback_function/index.html | 3 +- files/pt-br/glossary/caret/index.html | 3 +- files/pt-br/glossary/cdn/index.html | 3 +- files/pt-br/glossary/character/index.html | 3 +- files/pt-br/glossary/character_encoding/index.html | 3 +- files/pt-br/glossary/chrome/index.html | 3 +- files/pt-br/glossary/class/index.html | 3 +- files/pt-br/glossary/cms/index.html | 3 +- .../pt-br/glossary/computer_programming/index.html | 3 +- files/pt-br/glossary/cors/index.html | 3 +- files/pt-br/glossary/crud/index.html | 3 +- files/pt-br/glossary/css/index.html | 3 +- files/pt-br/glossary/css_pixel/index.html | 3 +- files/pt-br/glossary/css_preprocessor/index.html | 3 +- files/pt-br/glossary/css_selector/index.html | 3 +- files/pt-br/glossary/cssom/index.html | 3 +- files/pt-br/glossary/doctype/index.html | 3 +- files/pt-br/glossary/dom/index.html | 3 +- files/pt-br/glossary/domain/index.html | 3 +- files/pt-br/glossary/domain_name/index.html | 3 +- .../dynamic_programming_language/index.html | 3 +- files/pt-br/glossary/ecma/index.html | 3 +- files/pt-br/glossary/element/index.html | 3 +- files/pt-br/glossary/endianness/index.html | 3 +- files/pt-br/glossary/entity_header/index.html | 3 +- files/pt-br/glossary/falsy/index.html | 3 +- .../pt-br/glossary/first-class_function/index.html | 3 +- files/pt-br/glossary/flex/index.html | 3 +- .../glossary/forbidden_header_name/index.html | 3 +- .../forbidden_response_header_name/index.html | 3 +- files/pt-br/glossary/function/index.html | 3 +- files/pt-br/glossary/fuzzing/index.html | 3 +- files/pt-br/glossary/gecko/index.html | 3 +- files/pt-br/glossary/general_header/index.html | 3 +- files/pt-br/glossary/global_object/index.html | 3 +- .../pt-br/glossary/graceful_degradation/index.html | 3 +- files/pt-br/glossary/grid/index.html | 3 +- files/pt-br/glossary/grid_areas/index.html | 3 +- files/pt-br/glossary/hoisting/index.html | 3 +- files/pt-br/glossary/hsts/index.html | 3 +- files/pt-br/glossary/html/index.html | 3 +- files/pt-br/glossary/http/index.html | 3 +- files/pt-br/glossary/http_2/index.html | 5 +- files/pt-br/glossary/http_header/index.html | 3 +- files/pt-br/glossary/https/index.html | 3 +- files/pt-br/glossary/idempotent/index.html | 3 +- files/pt-br/glossary/identifier/index.html | 3 +- files/pt-br/glossary/iife/index.html | 3 +- files/pt-br/glossary/index.html | 3 +- files/pt-br/glossary/indexeddb/index.html | 3 +- files/pt-br/glossary/internet/index.html | 3 +- files/pt-br/glossary/ip_address/index.html | 3 +- files/pt-br/glossary/ipv4/index.html | 3 +- files/pt-br/glossary/ipv6/index.html | 3 +- files/pt-br/glossary/irc/index.html | 3 +- files/pt-br/glossary/iso/index.html | 3 +- files/pt-br/glossary/jank/index.html | 3 +- files/pt-br/glossary/javascript/index.html | 3 +- files/pt-br/glossary/jpeg/index.html | 3 +- files/pt-br/glossary/jquery/index.html | 3 +- files/pt-br/glossary/json/index.html | 3 +- files/pt-br/glossary/key/index.html | 3 +- files/pt-br/glossary/keyword/index.html | 3 +- files/pt-br/glossary/localization/index.html | 3 +- files/pt-br/glossary/markup/index.html | 3 +- files/pt-br/glossary/metadata/index.html | 3 +- files/pt-br/glossary/mozilla_firefox/index.html | 3 +- files/pt-br/glossary/mutable/index.html | 3 +- files/pt-br/glossary/node.js/index.html | 3 +- files/pt-br/glossary/null/index.html | 3 +- files/pt-br/glossary/number/index.html | 3 +- files/pt-br/glossary/object/index.html | 3 +- files/pt-br/glossary/oop/index.html | 3 +- files/pt-br/glossary/opengl/index.html | 3 +- files/pt-br/glossary/opera_browser/index.html | 3 +- files/pt-br/glossary/operand/index.html | 3 +- files/pt-br/glossary/operator/index.html | 3 +- files/pt-br/glossary/origin/index.html | 3 +- files/pt-br/glossary/ota/index.html | 3 +- files/pt-br/glossary/php/index.html | 3 +- files/pt-br/glossary/pixel/index.html | 3 +- files/pt-br/glossary/polyfill/index.html | 3 +- files/pt-br/glossary/port/index.html | 3 +- files/pt-br/glossary/preflight_request/index.html | 3 +- files/pt-br/glossary/primitive/index.html | 3 +- .../pt-br/glossary/progressive_web_apps/index.html | 3 +- files/pt-br/glossary/property/css/index.html | 3 +- files/pt-br/glossary/property/index.html | 3 +- .../pt-br/glossary/property/javascript/index.html | 3 +- files/pt-br/glossary/protocol/index.html | 3 +- files/pt-br/glossary/prototype/index.html | 3 +- files/pt-br/glossary/proxy_server/index.html | 3 +- files/pt-br/glossary/pseudo-class/index.html | 3 +- files/pt-br/glossary/pseudo-element/index.html | 3 +- files/pt-br/glossary/python/index.html | 3 +- files/pt-br/glossary/recursion/index.html | 3 +- files/pt-br/glossary/reflow/index.html | 3 +- files/pt-br/glossary/request_header/index.html | 3 +- .../glossary/responsive_web_design/index.html | 3 +- files/pt-br/glossary/rest/index.html | 3 +- files/pt-br/glossary/ruby/index.html | 3 +- files/pt-br/glossary/safe/index.html | 3 +- files/pt-br/glossary/scope/index.html | 3 +- files/pt-br/glossary/sdp/index.html | 3 +- .../self-executing_anonymous_function/index.html | 3 +- files/pt-br/glossary/semantics/index.html | 3 +- files/pt-br/glossary/seo/index.html | 3 +- files/pt-br/glossary/server/index.html | 3 +- files/pt-br/glossary/sgml/index.html | 3 +- files/pt-br/glossary/sloppy_mode/index.html | 3 +- .../pt-br/glossary/speculative_parsing/index.html | 3 +- files/pt-br/glossary/stacking_context/index.html | 3 +- files/pt-br/glossary/statement/index.html | 3 +- files/pt-br/glossary/string/index.html | 3 +- files/pt-br/glossary/svg/index.html | 5 +- files/pt-br/glossary/symbol/index.html | 3 +- files/pt-br/glossary/synchronous/index.html | 3 +- files/pt-br/glossary/tag/index.html | 3 +- files/pt-br/glossary/tcp/index.html | 3 +- files/pt-br/glossary/three_js/index.html | 3 +- files/pt-br/glossary/tls/index.html | 3 +- files/pt-br/glossary/truthy/index.html | 3 +- files/pt-br/glossary/type_conversion/index.html | 3 +- files/pt-br/glossary/undefined/index.html | 3 +- files/pt-br/glossary/uri/index.html | 3 +- files/pt-br/glossary/url/index.html | 3 +- files/pt-br/glossary/utf-8/index.html | 3 +- files/pt-br/glossary/ux/index.html | 3 +- files/pt-br/glossary/value/index.html | 3 +- files/pt-br/glossary/variable/index.html | 3 +- files/pt-br/glossary/vendor_prefix/index.html | 3 +- files/pt-br/glossary/viewport/index.html | 3 +- files/pt-br/glossary/w3c/index.html | 3 +- files/pt-br/glossary/webp/index.html | 3 +- files/pt-br/glossary/websockets/index.html | 3 +- files/pt-br/glossary/whatwg/index.html | 3 +- files/pt-br/glossary/wrapper/index.html | 3 +- .../pt-br/glossary/xhr_(xmlhttprequest)/index.html | 3 +- files/pt-br/glossary/xhtml/index.html | 3 +- files/pt-br/glossary/xml/index.html | 3 +- .../accessibility_troubleshooting/index.html | 3 +- .../accessibility/css_and_javascript/index.html | 3 +- .../index.html | 3 +- .../how_does_the_internet_work/index.html | 3 +- .../how_much_does_it_cost/index.html | 3 +- .../set_up_a_local_testing_server/index.html | 3 +- .../thinking_before_coding/index.html | 3 +- .../what_are_browser_developer_tools/index.html | 3 +- .../what_are_hyperlinks/index.html | 3 +- .../what_is_a_web_server/index.html | 3 +- .../what_software_do_i_need/index.html | 3 +- .../cascade_and_inheritance/index.html | 3 +- files/pt-br/learn/css/building_blocks/index.html | 3 +- .../css/building_blocks/the_box_model/index.html | 3 +- .../learn/css/css_layout/introduction/index.html | 3 +- .../css_layout/multiple-column_layout/index.html | 3 +- .../learn/css/css_layout/normal_flow/index.html | 3 +- .../css/first_steps/getting_started/index.html | 3 +- .../first_steps/how_css_is_structured/index.html | 3 +- .../learn/css/first_steps/what_is_css/index.html | 3 +- files/pt-br/learn/css/howto/css_faq/index.html | 3 +- files/pt-br/learn/css/index.html | 3 +- files/pt-br/learn/css/styling_text/index.html | 3 +- .../css/styling_text/styling_lists/index.html | 3 +- .../forms/basic_native_form_controls/index.html | 3 +- files/pt-br/learn/forms/form_validation/index.html | 3 +- .../how_to_build_custom_form_controls/index.html | 3 +- .../forms/how_to_structure_a_web_form/index.html | 3 +- files/pt-br/learn/forms/index.html | 3 +- .../sending_and_retrieving_form_data/index.html | 3 +- files/pt-br/learn/forms/your_first_form/index.html | 3 +- .../pt-br/learn/front-end_web_developer/index.html | 3 +- .../css_basics/index.html | 5 +- .../dealing_with_files/index.html | 5 +- .../how_the_web_works/index.html | 5 +- .../html_basics/index.html | 5 +- .../learn/getting_started_with_the_web/index.html | 5 +- .../installing_basic_software/index.html | 5 +- .../javascript_basics/index.html | 5 +- .../publishing_your_website/index.html | 5 +- .../the_web_and_web_standards/index.html | 3 +- .../what_will_your_website_look_like/index.html | 5 +- .../author_fast-loading_html_pages/index.html | 3 +- files/pt-br/learn/html/howto/index.html | 3 +- .../html/howto/use_data_attributes/index.html | 3 +- files/pt-br/learn/html/index.html | 3 +- .../advanced_text_formatting/index.html | 3 +- .../creating_hyperlinks/index.html | 3 +- .../introduction_to_html/debugging_html/index.html | 3 +- .../document_and_website_structure/index.html | 3 +- .../getting_started/index.html | 3 +- .../html_text_fundamentals/index.html | 3 +- .../learn/html/introduction_to_html/index.html | 3 +- .../index.html | 5 +- .../the_head_metadata_in_html/index.html | 3 +- .../adding_vector_graphics_to_the_web/index.html | 3 +- .../images_in_html/index.html | 3 +- .../learn/html/multimedia_and_embedding/index.html | 3 +- .../other_embedding_technologies/index.html | 3 +- .../responsive_images/index.html | 3 +- .../video_and_audio_content/index.html | 3 +- files/pt-br/learn/html/tables/basics/index.html | 3 +- files/pt-br/learn/html/tables/index.html | 3 +- files/pt-br/learn/index.html | 3 +- .../choosing_the_right_approach/index.html | 3 +- .../javascript/asynchronous/concepts/index.html | 3 +- .../javascript/asynchronous/introducing/index.html | 3 +- .../build_your_own_function/index.html | 3 +- .../building_blocks/conditionals/index.html | 3 +- .../javascript/building_blocks/events/index.html | 3 +- .../building_blocks/functions/index.html | 3 +- .../building_blocks/image_gallery/index.html | 3 +- .../learn/javascript/building_blocks/index.html | 3 +- .../building_blocks/looping_code/index.html | 3 +- .../building_blocks/return_values/index.html | 3 +- .../client-side_storage/index.html | 3 +- .../javascript/client-side_web_apis/index.html | 3 +- .../client-side_web_apis/introduction/index.html | 3 +- .../manipulating_documents/index.html | 3 +- .../learn/javascript/first_steps/math/index.html | 3 +- .../first_steps/silly_story_generator/index.html | 3 +- .../test_your_skills_colon__variables/index.html | 5 +- .../javascript/first_steps/variables/index.html | 3 +- .../first_steps/what_is_javascript/index.html | 5 +- files/pt-br/learn/javascript/howto/index.html | 3 +- files/pt-br/learn/javascript/index.html | 3 +- .../adding_bouncing_balls_features/index.html | 3 +- .../learn/javascript/objects/basics/index.html | 3 +- files/pt-br/learn/javascript/objects/index.html | 3 +- .../javascript/objects/inheritance/index.html | 3 +- .../pt-br/learn/javascript/objects/json/index.html | 3 +- .../objects/object-oriented_js/index.html | 3 +- .../objects/object_building_practice/index.html | 3 +- .../objects/object_prototypes/index.html | 3 +- .../learn/learning_and_getting_help/index.html | 3 +- files/pt-br/learn/release_notes/index.html | 3 +- .../learn/server-side/django/deployment/index.html | 3 +- .../django/development_environment/index.html | 3 +- .../server-side/django/introduction/index.html | 3 +- .../learn/server-side/django/sessions/index.html | 3 +- .../tutorial_local_library_website/index.html | 3 +- .../development_environment/index.html | 3 +- .../express_nodejs/introduction/index.html | 3 +- .../first_steps/introduction/index.html | 3 +- .../first_steps/website_security/index.html | 3 +- .../react_getting_started/index.html | 4 +- .../vue_getting_started/index.html | 3 +- files/pt-br/learn/tools_and_testing/index.html | 3 +- files/pt-br/mdn/at_ten/index.html | 3 +- .../convert_code_samples_to_be_live/index.html | 3 +- .../distant_example/index.html | 4 +- .../index.html | 3 +- .../howto/create_and_edit_pages/index.html | 3 +- files/pt-br/mdn/contribute/howto/index.html | 3 +- files/pt-br/mdn/contribute/howto/tag/index.html | 3 +- files/pt-br/mdn/contribute/processes/index.html | 3 +- .../mdn/guidelines/writing_style_guide/index.html | 3 +- .../tools/kumascript/troubleshooting/index.html | 3 +- files/pt-br/mdn/yari/index.html | 3 +- .../anatomy_of_a_webextension/index.html | 3 +- .../add-ons/webextensions/api/theme/index.html | 3 +- .../manifest.json/permissions/index.html | 3 +- .../add-ons/webextensions/prerequisites/index.html | 3 +- .../user_interface/context_menu_items/index.html | 3 +- .../add-ons/webextensions/what_next_/index.html | 3 +- .../your_first_webextension/index.html | 3 +- .../your_second_webextension/index.html | 3 +- .../mozilla/developer_guide/source_code/index.html | 3 +- .../firefox/experimental_features/index.html | 3 +- .../firefox/releases/3/full_page_zoom/index.html | 3 +- .../index.html" | 3 +- files/pt-br/orphaned/hello_world_rust/index.html | 3 +- files/pt-br/orphaned/instalando_rust/index.html | 3 +- .../orphaned/learn/how_to_contribute/index.html | 3 +- .../learn/html/forms/html5_updates/index.html | 3 +- files/pt-br/orphaned/mdn/community/index.html | 3 +- .../mdn/community/whats_happening/index.html | 3 +- .../mdn/community/working_in_community/index.html | 3 +- .../howto/create_an_mdn_account/index.html | 3 +- .../howto/do_a_technical_review/index.html | 3 +- .../howto/do_an_editorial_review/index.html | 3 +- .../howto/set_the_summary_for_a_page/index.html | 3 +- .../howto/tag_javascript_pages/index.html | 3 +- .../index.html | 3 +- .../cross-team_collaboration_tactics/index.html | 3 +- files/pt-br/orphaned/mdn/dashboards/index.html | 3 +- files/pt-br/orphaned/mdn/editor/basics/index.html | 3 +- files/pt-br/orphaned/mdn/editor/index.html | 3 +- .../mdn/tools/page_regeneration/index.html | 3 +- .../temporary_installation_in_firefox/index.html | 3 +- .../tools/add-ons/dom_inspector/index.html | 7 +- files/pt-br/orphaned/tools/add-ons/index.html | 3 +- files/pt-br/orphaned/tools/css_coverage/index.html | 3 +- .../disable_breakpoints/index.html | 3 +- .../tools/debugger_(before_firefox_52)/index.html | 3 +- .../jaws_issues_with_firefox/index.html | 3 +- .../index.html" | 3 +- .../index.html" | 3 +- .../orphaned/web/html/element/command/index.html | 3 +- files/pt-br/orphaned/web/html/favicon/index.html | 3 +- .../cole\303\247\303\265es_chaveadas/index.html" | 3 +- .../javascript/guide/sintaxe_e_tipos/index.html | 3 +- .../global_objects/array/prototype/index.html | 3 +- .../global_objects/bigint/prototype/index.html | 3 +- .../information_security_basics/index.html | 3 +- .../how_to/set_watch_expressions/index.html | 7 +- files/pt-br/tools/debugger/index.html | 3 +- .../pt-br/tools/debugger/set_a_logpoint/index.html | 3 +- .../tools/firefox_os_1.1_simulator/index.html | 3 +- .../tools/measure_a_portion_of_the_page/index.html | 3 +- .../how_to/examine_event_listeners/index.html | 3 +- .../how_to/work_with_animations/index.html | 3 +- files/pt-br/tools/performance/index.html | 3 +- files/pt-br/tools/remote_debugging/index.html | 3 +- .../pt-br/tools/responsive_design_mode/index.html | 5 +- files/pt-br/tools/storage_inspector/index.html | 3 +- files/pt-br/tools/style_editor/index.html | 3 +- files/pt-br/tools/web_console/ui_tour/index.html | 3 +- .../index.html | 3 +- .../index.html | 3 +- .../using_the_alert_role/index.html | 3 +- .../using_the_aria-labelledby_attribute/index.html | 3 +- .../using_the_aria-required_attribute/index.html | 3 +- .../using_the_slider_role/index.html | 3 +- .../aria/forms/basic_form_hints/index.html | 3 +- .../accessibility/aria/widgets/overview/index.html | 3 +- files/pt-br/web/accessibility/index.html | 3 +- .../mobile_accessibility_checklist/index.html | 3 +- .../accessibility/understanding_wcag/index.html | 3 +- .../understanding_wcag/keyboard/index.html | 3 +- .../api/baseaudiocontext/currenttime/index.html | 3 +- files/pt-br/web/api/battery_status_api/index.html | 3 +- .../ondischargingtimechange/index.html | 3 +- .../api/canvas_api/a_basic_ray-caster/index.html | 3 +- files/pt-br/web/api/canvas_api/index.html | 3 +- .../tutorial/advanced_animations/index.html | 3 +- .../tutorial/applying_styles_and_colors/index.html | 3 +- .../tutorial/basic_animations/index.html | 3 +- .../api/canvas_api/tutorial/basic_usage/index.html | 3 +- .../tutorial/compositing/example/index.html | 3 +- .../api/canvas_api/tutorial/compositing/index.html | 3 +- .../canvas_api/tutorial/drawing_shapes/index.html | 3 +- .../canvas_api/tutorial/drawing_text/index.html | 3 +- .../web/api/canvas_api/tutorial/finale/index.html | 3 +- files/pt-br/web/api/canvas_api/tutorial/index.html | 3 +- .../tutorial/optimizing_canvas/index.html | 3 +- .../canvas_api/tutorial/using_images/index.html | 3 +- .../web/api/crypto/getrandomvalues/index.html | 3 +- .../api/devicemotioneventacceleration/index.html | 3 +- .../api/devicemotioneventrotationrate/index.html | 3 +- .../api/document/readystatechange_event/index.html | 3 +- .../web/api/document/registerelement/index.html | 3 +- .../api/document_object_model/events/index.html | 3 +- .../api/document_object_model/examples/index.html | 3 +- .../how_to_create_a_dom_tree/index.html | 3 +- .../pt-br/web/api/document_object_model/index.html | 3 +- .../document_object_model/introduction/index.html | 3 +- .../document_object_model/whitespace/index.html | 3 +- .../documentorshadowroot/activeelement/index.html | 3 +- .../elementfrompoint/index.html | 3 +- .../documentorshadowroot/getselection/index.html | 3 +- files/pt-br/web/api/element/blur_event/index.html | 3 +- files/pt-br/web/api/element/focus_event/index.html | 3 +- .../pt-br/web/api/element/focusin_event/index.html | 3 +- .../web/api/element/focusout_event/index.html | 3 +- .../event/comparison_of_event_targets/index.html | 3 +- .../api/eventtarget/addeventlistener/index.html | 3 +- .../fetch_api/cross-global_fetch_usage/index.html | 3 +- files/pt-br/web/api/geolocation_api/index.html | 3 +- files/pt-br/web/api/history_api/example/index.html | 3 +- .../file_drag_and_drop/index.html | 3 +- .../web/api/html_drag_and_drop_api/index.html | 3 +- .../web/api/htmlcontentelement/select/index.html | 3 +- .../pt-br/web/api/htmlelement/accesskey/index.html | 3 +- .../pt-br/web/api/htmlelement/innertext/index.html | 3 +- .../web/api/htmlelement/input_event/index.html | 3 +- .../api/htmlmediaelement/abort_event/index.html | 3 +- .../web/api/htmlorforeignelement/blur/index.html | 3 +- .../api/htmlorforeignelement/dataset/index.html | 3 +- .../web/api/htmlorforeignelement/focus/index.html | 3 +- .../api/indexeddb_api/using_indexeddb/index.html | 3 +- .../web/api/network_information_api/index.html | 3 +- files/pt-br/web/api/notification/index.html | 3 +- files/pt-br/web/api/performance_api/index.html | 3 +- .../web/api/push_api/best_practices/index.html | 3 +- files/pt-br/web/api/push_api/index.html | 3 +- files/pt-br/web/api/selection/index.html | 3 +- files/pt-br/web/api/svgaelement/target/index.html | 3 +- files/pt-br/web/api/touch_events/index.html | 3 +- .../using_the_web_animations_api/index.html | 3 +- files/pt-br/web/api/web_audio_api/index.html | 3 +- .../web/api/web_audio_api/simple_synth/index.html | 3 +- files/pt-br/web/api/web_storage_api/index.html | 3 +- .../using_the_web_storage_api/index.html | 3 +- .../index.html | 3 +- .../simple_rtcdatachannel_sample/index.html | 3 +- files/pt-br/web/api/websockets_api/index.html | 3 +- .../index.html | 3 +- .../writing_websocket_server/index.html | 3 +- .../writing_websocket_servers/index.html | 3 +- .../web/api/window/beforeunload_event/index.html | 3 +- .../api/window/domcontentloaded_event/index.html | 3 +- files/pt-br/web/api/window/load_event/index.html | 3 +- files/pt-br/web/api/window/localstorage/index.html | 3 +- .../api/windoworworkerglobalscope/atob/index.html | 3 +- .../cleartimeout/index.html | 3 +- .../index.html | 3 +- .../xmlhttprequest/using_xmlhttprequest/index.html | 3 +- files/pt-br/web/css/actual_value/index.html | 3 +- files/pt-br/web/css/attribute_selectors/index.html | 3 +- files/pt-br/web/css/box-ordinal-group/index.html | 3 +- files/pt-br/web/css/comments/index.html | 3 +- files/pt-br/web/css/computed_value/index.html | 3 +- .../css_animations/using_css_animations/index.html | 3 +- .../border-image_generator/index.html | 3 +- .../border-radius_generator/index.html | 3 +- .../web/css/css_backgrounds_and_borders/index.html | 3 +- .../resizing_background_images/index.html | 3 +- .../using_multiple_backgrounds/index.html | 3 +- .../introduction_to_the_css_box_model/index.html | 3 +- .../mastering_margin_collapsing/index.html | 3 +- .../css/css_colors/color_picker_tool/index.html | 3 +- .../basic_concepts_of_flexbox/index.html | 3 +- .../implementing_image_sprites_in_css/index.html | 3 +- .../understanding_z_index/index.html | 3 +- files/pt-br/web/css/css_selectors/index.html | 3 +- files/pt-br/web/css/css_types/index.html | 3 +- files/pt-br/web/css/hyphens/index.html | 3 +- files/pt-br/web/css/image/index.html | 3 +- files/pt-br/web/css/initial_value/index.html | 3 +- files/pt-br/web/css/layout_mode/index.html | 3 +- files/pt-br/web/css/mask/index.html | 3 +- .../media_queries/using_media_queries/index.html | 3 +- files/pt-br/web/css/overflow-wrap/index.html | 3 +- .../index.html | 7 +- files/pt-br/web/css/pseudo-elements/index.html | 3 +- files/pt-br/web/css/reference/index.html | 3 +- files/pt-br/web/css/replaced_element/index.html | 3 +- files/pt-br/web/css/resolved_value/index.html | 3 +- files/pt-br/web/css/specified_value/index.html | 3 +- files/pt-br/web/css/syntax/index.html | 3 +- files/pt-br/web/css/universal_selectors/index.html | 3 +- files/pt-br/web/css/used_value/index.html | 3 +- .../web/css/value_definition_syntax/index.html | 3 +- .../web/css/visual_formatting_model/index.html | 3 +- .../creating_and_triggering_events/index.html | 3 +- files/pt-br/web/guide/graphics/index.html | 3 +- .../web/guide/html/content_categories/index.html | 3 +- .../web/guide/html/editable_content/index.html | 3 +- files/pt-br/web/guide/html/html5/index.html | 3 +- .../html/html5/introduction_to_html5/index.html | 3 +- .../using_html_sections_and_outlines/index.html | 3 +- .../introduction_to_web_development/index.html | 3 +- .../guide/mobile/mobile-friendliness/index.html | 3 +- .../web/guide/mobile/separate_sites/index.html | 3 +- files/pt-br/web/html/attributes/index.html | 3 +- .../pt-br/web/html/block-level_elements/index.html | 3 +- files/pt-br/web/html/cors_enabled_image/index.html | 3 +- files/pt-br/web/html/element/content/index.html | 3 +- files/pt-br/web/html/element/figure/index.html | 3 +- files/pt-br/web/html/element/input/date/index.html | 3 +- .../html/global_attributes/spellcheck/index.html | 3 +- files/pt-br/web/html/inline_elements/index.html | 3 +- files/pt-br/web/html/microformats/index.html | 3 +- files/pt-br/web/html/reference/index.html | 3 +- .../identifying_resources_on_the_web/index.html | 3 +- files/pt-br/web/http/basics_of_http/index.html | 3 +- .../mime_types/common_types/index.html | 3 +- .../web/http/basics_of_http/mime_types/index.html | 3 +- files/pt-br/web/http/caching/index.html | 3 +- files/pt-br/web/http/compression/index.html | 3 +- .../connection_management_in_http_1.x/index.html | 3 +- files/pt-br/web/http/cors/index.html | 3 +- files/pt-br/web/http/headers/connection/index.html | 3 +- files/pt-br/web/http/headers/location/index.html | 3 +- files/pt-br/web/http/messages/index.html | 3 +- files/pt-br/web/http/redirections/index.html | 3 +- files/pt-br/web/javascript/closures/index.html | 3 +- .../index.html | 3 +- .../control_flow_and_error_handling/index.html | 3 +- .../guide/details_of_the_object_model/index.html | 3 +- .../web/javascript/guide/functions/index.html | 3 +- .../javascript/guide/grammar_and_types/index.html | 3 +- .../guide/iterators_and_generators/index.html | 3 +- .../guide/loops_and_iteration/index.html | 3 +- .../pt-br/web/javascript/guide/modules/index.html | 3 +- .../javascript/guide/numbers_and_dates/index.html | 3 +- .../javascript/guide/text_formatting/index.html | 3 +- .../web/javascript/guide/using_promises/index.html | 3 +- .../guide/working_with_objects/index.html | 3 +- .../inheritance_and_the_prototype_chain/index.html | 3 +- .../missing_curly_after_property_list/index.html | 3 +- .../index.html | 3 +- .../reference/errors/not_defined/index.html | 3 +- .../errors/unnamed_function_statement/index.html | 3 +- .../functions/default_parameters/index.html | 3 +- .../functions/method_definitions/index.html | 3 +- .../global_objects/array/filter/index.html | 3 +- .../global_objects/array/includes/index.html | 3 +- .../reference/operators/comma_operator/index.html | 3 +- .../operators/conditional_operator/index.html | 3 +- .../operators/destructuring_assignment/index.html | 3 +- .../nullish_coalescing_operator/index.html | 3 +- .../operators/object_initializer/index.html | 3 +- .../reference/statements/async_function/index.html | 3 +- .../reference/template_literals/index.html | 3 +- files/pt-br/web/mathml/examples/index.html | 3 +- files/pt-br/web/media/formats/index.html | 3 +- .../performance/critical_rendering_path/index.html | 3 +- .../progressive_web_apps/introduction/index.html | 3 +- .../web/svg/namespaces_crash_course/index.html | 3 +- files/pt-br/web/tutorials/index.html | 3 +- .../using_custom_elements/index.html | 3 +- .../advanced_example/index.html | 3 +- .../web/xslt/xslt_js_interface_in_gecko/index.html | 3 +- .../understanding_the_text_format/index.html | 3 +- .../using_the_javascript_api/index.html | 3 +- 594 files changed, 12472 insertions(+), 11281 deletions(-) (limited to 'files/pt-br/web/javascript/reference') diff --git a/files/pt-br/_redirects.txt b/files/pt-br/_redirects.txt index 7ef2b3446c..03e9b2c75e 100644 --- a/files/pt-br/_redirects.txt +++ b/files/pt-br/_redirects.txt @@ -1,7 +1,13 @@ # FROM-URL TO-URL /pt-BR/docs/AJAX /pt-BR/docs/Web/Guide/AJAX /pt-BR/docs/AJAX/Getting_Started /pt-BR/docs/Web/Guide/AJAX/Getting_Started -/pt-BR/docs/API_Web_Audio /pt-BR/docs/Web/API/API_Web_Audio +/pt-BR/docs/API_Web_Audio /pt-BR/docs/Web/API/Web_Audio_API +/pt-BR/docs/Aprender /pt-BR/docs/Learn +/pt-BR/docs/Aprender/CSS /pt-BR/docs/Learn/CSS +/pt-BR/docs/Aprender/CSS/Construindo_blocos /pt-BR/docs/Learn/CSS/Building_blocks +/pt-BR/docs/Aprender/CSS/Construindo_blocos/Cascade_and_inheritance /pt-BR/docs/Learn/CSS/Building_blocks/Cascade_and_inheritance +/pt-BR/docs/Aprender/CSS/Construindo_blocos/The_box_model /pt-BR/docs/Learn/CSS/Building_blocks/The_box_model +/pt-BR/docs/Aprender/CSS/Estilizando_texto /pt-BR/docs/Learn/CSS/Styling_text /pt-BR/docs/Aprender/CSS/Introduction_to_CSS /en-US/docs/Learn/CSS/First_steps /pt-BR/docs/Aprender/CSS/Introduction_to_CSS/Cascade_and_inheritance /en-US/docs/Learn/CSS/Building_blocks/Cascade_and_inheritance /pt-BR/docs/Aprender/CSS/Introduction_to_CSS/Combinators_and_multiple_selectors /en-US/docs/Learn/CSS/Building_blocks/Selectors/Combinators @@ -10,47 +16,278 @@ /pt-BR/docs/Aprender/CSS/Introduction_to_CSS/como_CSS_funciona /en-US/docs/Learn/CSS/First_steps/How_CSS_works /pt-BR/docs/Aprender/CSS/Introduction_to_CSS/sintaxe /en-US/docs/Learn/CSS/First_steps/How_CSS_is_structured /pt-BR/docs/Aprender/CSS/Styling_boxes /en-US/docs/Learn/CSS/Building_blocks +/pt-BR/docs/Aprender/Como_contribuir /pt-BR/docs/orphaned/Learn/How_to_contribute /pt-BR/docs/Aprender/Design_e_acessibilidade /pt-BR/docs/Learn/Common_questions +/pt-BR/docs/Aprender/Ferramentas_e_teste /pt-BR/docs/Learn/Tools_and_testing +/pt-BR/docs/Aprender/Front-end_web_developer /pt-BR/docs/Learn/Front-end_web_developer +/pt-BR/docs/Aprender/Getting_started_with_the_web /pt-BR/docs/Learn/Getting_started_with_the_web +/pt-BR/docs/Aprender/Getting_started_with_the_web/A_web_e_seus_padrões /pt-BR/docs/Learn/Getting_started_with_the_web/The_web_and_web_standards +/pt-BR/docs/Aprender/Getting_started_with_the_web/CSS_basico /pt-BR/docs/Learn/Getting_started_with_the_web/CSS_basics +/pt-BR/docs/Aprender/Getting_started_with_the_web/Como_a_Web_funciona /pt-BR/docs/Learn/Getting_started_with_the_web/How_the_Web_works +/pt-BR/docs/Aprender/Getting_started_with_the_web/HTML_basico /pt-BR/docs/Learn/Getting_started_with_the_web/HTML_basics +/pt-BR/docs/Aprender/Getting_started_with_the_web/JavaScript_basico /pt-BR/docs/Learn/Getting_started_with_the_web/JavaScript_basics +/pt-BR/docs/Aprender/Getting_started_with_the_web/Publicando_seu_site /pt-BR/docs/Learn/Getting_started_with_the_web/Publishing_your_website +/pt-BR/docs/Aprender/Getting_started_with_the_web/com_que_seu_site_vai_parecer /pt-BR/docs/Learn/Getting_started_with_the_web/What_will_your_website_look_like +/pt-BR/docs/Aprender/Getting_started_with_the_web/instalando_programas_basicos /pt-BR/docs/Learn/Getting_started_with_the_web/Installing_basic_software +/pt-BR/docs/Aprender/Getting_started_with_the_web/lidando_com_arquivos /pt-BR/docs/Learn/Getting_started_with_the_web/Dealing_with_files +/pt-BR/docs/Aprender/HTML /pt-BR/docs/Learn/HTML +/pt-BR/docs/Aprender/HTML/Introducao_ao_HTML /pt-BR/docs/Learn/HTML/Introduction_to_HTML +/pt-BR/docs/Aprender/HTML/Introducao_ao_HTML/Criando_hyperlinks /pt-BR/docs/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks +/pt-BR/docs/Aprender/HTML/Introducao_ao_HTML/Debugging_HTML /pt-BR/docs/Learn/HTML/Introduction_to_HTML/Debugging_HTML +/pt-BR/docs/Aprender/HTML/Introducao_ao_HTML/Estrutura_de_documento_e_sites /pt-BR/docs/Learn/HTML/Introduction_to_HTML/Document_and_website_structure +/pt-BR/docs/Aprender/HTML/Introducao_ao_HTML/Formatacao_avancada_texto /pt-BR/docs/Learn/HTML/Introduction_to_HTML/Advanced_text_formatting +/pt-BR/docs/Aprender/HTML/Introducao_ao_HTML/Fundamentos_textuais_HTML /pt-BR/docs/Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals +/pt-BR/docs/Aprender/HTML/Introducao_ao_HTML/Getting_started /pt-BR/docs/Learn/HTML/Introduction_to_HTML/Getting_started +/pt-BR/docs/Aprender/HTML/Introducao_ao_HTML/Test_your_skills:_HTML_text_basics /pt-BR/docs/Learn/HTML/Introduction_to_HTML/Test_your_skills:_HTML_text_basics +/pt-BR/docs/Aprender/HTML/Introducao_ao_HTML/The_head_metadata_in_HTML /pt-BR/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML +/pt-BR/docs/Aprender/HTML/Multimedia_and_embedding /pt-BR/docs/Learn/HTML/Multimedia_and_embedding +/pt-BR/docs/Aprender/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web /pt-BR/docs/Learn/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web +/pt-BR/docs/Aprender/HTML/Multimedia_and_embedding/Images_in_HTML /pt-BR/docs/Learn/HTML/Multimedia_and_embedding/Images_in_HTML +/pt-BR/docs/Aprender/HTML/Multimedia_and_embedding/Other_embedding_technologies /pt-BR/docs/Learn/HTML/Multimedia_and_embedding/Other_embedding_technologies +/pt-BR/docs/Aprender/HTML/Multimedia_and_embedding/Responsive_images /pt-BR/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images +/pt-BR/docs/Aprender/HTML/Multimedia_and_embedding/Video_and_audio_content /pt-BR/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content +/pt-BR/docs/Aprender/HTML/Tables /pt-BR/docs/Learn/HTML/Tables +/pt-BR/docs/Aprender/HTML/Tables/Basics /pt-BR/docs/Learn/HTML/Tables/Basics +/pt-BR/docs/Aprender/HTML/como-fazer /pt-BR/docs/Learn/HTML/Howto +/pt-BR/docs/Aprender/JavaScript /pt-BR/docs/Learn/JavaScript +/pt-BR/docs/Aprender/JavaScript/Client-side_web_APIs /pt-BR/docs/Learn/JavaScript/Client-side_web_APIs +/pt-BR/docs/Aprender/JavaScript/Client-side_web_APIs/Client-side_storage /pt-BR/docs/Learn/JavaScript/Client-side_web_APIs/Client-side_storage +/pt-BR/docs/Aprender/JavaScript/Client-side_web_APIs/Introdução /pt-BR/docs/Learn/JavaScript/Client-side_web_APIs/Introduction +/pt-BR/docs/Aprender/JavaScript/Elementos_construtivos /pt-BR/docs/Learn/JavaScript/Building_blocks +/pt-BR/docs/Aprender/JavaScript/Elementos_construtivos/Build_your_own_function /pt-BR/docs/Learn/JavaScript/Building_blocks/Build_your_own_function +/pt-BR/docs/Aprender/JavaScript/Elementos_construtivos/Código_em_loop /pt-BR/docs/Learn/JavaScript/Building_blocks/Looping_code +/pt-BR/docs/Aprender/JavaScript/Elementos_construtivos/Events /pt-BR/docs/Learn/JavaScript/Building_blocks/Events +/pt-BR/docs/Aprender/JavaScript/Elementos_construtivos/Functions /pt-BR/docs/Learn/JavaScript/Building_blocks/Functions +/pt-BR/docs/Aprender/JavaScript/Elementos_construtivos/Image_gallery /pt-BR/docs/Learn/JavaScript/Building_blocks/Image_gallery +/pt-BR/docs/Aprender/JavaScript/Elementos_construtivos/Return_values /pt-BR/docs/Learn/JavaScript/Building_blocks/Return_values +/pt-BR/docs/Aprender/JavaScript/Elementos_construtivos/conditionals /pt-BR/docs/Learn/JavaScript/Building_blocks/conditionals +/pt-BR/docs/Aprender/JavaScript/Howto /pt-BR/docs/Learn/JavaScript/Howto +/pt-BR/docs/Aprender/JavaScript/Objetos /pt-BR/docs/Learn/JavaScript/Objects +/pt-BR/docs/Aprender/JavaScript/Objetos/Adding_bouncing_balls_features /pt-BR/docs/Learn/JavaScript/Objects/Adding_bouncing_balls_features +/pt-BR/docs/Aprender/JavaScript/Objetos/Básico /pt-BR/docs/Learn/JavaScript/Objects/Basics +/pt-BR/docs/Aprender/JavaScript/Objetos/Herança /pt-BR/docs/Learn/JavaScript/Objects/Inheritance +/pt-BR/docs/Aprender/JavaScript/Objetos/JSON /pt-BR/docs/Learn/JavaScript/Objects/JSON +/pt-BR/docs/Aprender/JavaScript/Objetos/Object-oriented_JS /pt-BR/docs/Learn/JavaScript/Objects/Object-oriented_JS +/pt-BR/docs/Aprender/JavaScript/Objetos/Object_building_practice /pt-BR/docs/Learn/JavaScript/Objects/Object_building_practice +/pt-BR/docs/Aprender/JavaScript/Objetos/Object_prototypes /pt-BR/docs/Learn/JavaScript/Objects/Object_prototypes +/pt-BR/docs/Aprender/Learning_and_getting_help /pt-BR/docs/Learn/Learning_and_getting_help +/pt-BR/docs/Aprender/Release_notes /pt-BR/docs/Learn/Release_notes /pt-BR/docs/CSS /pt-BR/docs/Web/CSS /pt-BR/docs/CSS/@page /pt-BR/docs/Web/CSS/@page /pt-BR/docs/CSS/At-rule /pt-BR/docs/Web/CSS/At-rule -/pt-BR/docs/CSS/CSS_Reference /pt-BR/docs/Web/CSS/CSS_Reference +/pt-BR/docs/CSS/CSS_Reference /pt-BR/docs/Web/CSS/Reference /pt-BR/docs/CSS/Especificação /pt-BR/docs/Web/CSS/Specificity -/pt-BR/docs/CSS/Getting_Started /pt-BR/docs/Web/CSS/Getting_Started -/pt-BR/docs/CSS/Getting_Started/JavaScript /pt-BR/docs/Web/CSS/Getting_Started/JavaScript -/pt-BR/docs/CSS/Multiple_backgrounds /pt-BR/docs/Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds -/pt-BR/docs/CSS/Primeiros_Passos /pt-BR/docs/Web/CSS/Getting_Started +/pt-BR/docs/CSS/Getting_Started /pt-BR/docs/conflicting/Learn/CSS/First_steps +/pt-BR/docs/CSS/Getting_Started/JavaScript /pt-BR/docs/Learn/JavaScript/Client-side_web_APIs/Manipulating_documents +/pt-BR/docs/CSS/Multiple_backgrounds /pt-BR/docs/Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds +/pt-BR/docs/CSS/Primeiros_Passos /pt-BR/docs/conflicting/Learn/CSS/First_steps /pt-BR/docs/CSS/Specificity /pt-BR/docs/Web/CSS/Specificity -/pt-BR/docs/CSS/Usando_animacoes_CSS /pt-BR/docs/Web/CSS/CSS_Animations/Usando_animações_CSS -/pt-BR/docs/CSS/Using_CSS_animations /pt-BR/docs/Web/CSS/CSS_Animations/Usando_animações_CSS +/pt-BR/docs/CSS/Usando_animacoes_CSS /pt-BR/docs/Web/CSS/CSS_Animations/Using_CSS_animations +/pt-BR/docs/CSS/Usando_caixas_flexiveis_css /pt-BR/docs/conflicting/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox +/pt-BR/docs/CSS/Using_CSS_animations /pt-BR/docs/Web/CSS/CSS_Animations/Using_CSS_animations /pt-BR/docs/CSS/Using_CSS_transforms /pt-BR/docs/Web/CSS/CSS_Transforms/Using_CSS_transforms /pt-BR/docs/CSS/display /pt-BR/docs/Web/CSS/display /pt-BR/docs/CSS/overflow /pt-BR/docs/Web/CSS/overflow /pt-BR/docs/CSS/regra at /pt-BR/docs/Web/CSS/At-rule /pt-BR/docs/CSS/repeating-linear-gradient /pt-BR/docs/Web/CSS/repeating-linear-gradient() -/pt-BR/docs/CSS/sintaxe /pt-BR/docs/Web/CSS/sintaxe +/pt-BR/docs/CSS/sintaxe /pt-BR/docs/Web/CSS/Syntax /pt-BR/docs/CSS/text-overflow /pt-BR/docs/Web/CSS/text-overflow /pt-BR/docs/CSS/text-rendering /pt-BR/docs/Web/CSS/text-rendering /pt-BR/docs/CSS/transform /pt-BR/docs/Web/CSS/transform -/pt-BR/docs/CSS/word-wrap /pt-BR/docs/Web/CSS/word-wrap +/pt-BR/docs/CSS/word-wrap /pt-BR/docs/Web/CSS/overflow-wrap +/pt-BR/docs/Construindo_um_complemento /pt-BR/docs/conflicting/Mozilla/Add-ons +/pt-BR/docs/DOM /pt-BR/docs/conflicting/Web/API/Document_Object_Model /pt-BR/docs/DOM/BatteryManager.charging /pt-BR/docs/Web/API/BatteryManager/charging /pt-BR/docs/DOM/Document.querySelector /pt-BR/docs/Web/API/Document/querySelector /pt-BR/docs/DOM/Document.querySelectorAll /pt-BR/docs/Web/API/Document/querySelectorAll +/pt-BR/docs/DOM/Referencia_do_DOM /pt-BR/docs/Web/API/Document_Object_Model +/pt-BR/docs/DOM/Referencia_do_DOM/Events /pt-BR/docs/Web/API/Document_Object_Model/Events +/pt-BR/docs/DOM/Referencia_do_DOM/Examples /pt-BR/docs/Web/API/Document_Object_Model/Examples +/pt-BR/docs/DOM/Referencia_do_DOM/How_to_create_a_DOM_tree /pt-BR/docs/Web/API/Document_object_model/How_to_create_a_DOM_tree +/pt-BR/docs/DOM/Referencia_do_DOM/Introdução /pt-BR/docs/Web/API/Document_Object_Model/Introduction +/pt-BR/docs/DOM/Referencia_do_DOM/Whitespace_in_the_DOM /pt-BR/docs/Web/API/Document_Object_Model/Whitespace /pt-BR/docs/DOM/XMLHttpRequest /pt-BR/docs/Web/API/XMLHttpRequest -/pt-BR/docs/DOM/XMLHttpRequest/Usando_XMLHttpRequest /pt-BR/docs/Web/API/XMLHttpRequest/Usando_XMLHttpRequest -/pt-BR/docs/DOM/element.addEventListener /pt-BR/docs/Web/API/Element/addEventListener -/pt-BR/docs/DOM/element.addEventListener-redirect-1 /pt-BR/docs/Web/API/Element/addEventListener +/pt-BR/docs/DOM/XMLHttpRequest/Usando_XMLHttpRequest /pt-BR/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest +/pt-BR/docs/DOM/element.addEventListener /pt-BR/docs/Web/API/EventTarget/addEventListener +/pt-BR/docs/DOM/element.addEventListener-redirect-1 /pt-BR/docs/Web/API/EventTarget/addEventListener /pt-BR/docs/DOM/window.URL.createObjectURL /pt-BR/docs/Web/API/URL/createObjectURl -/pt-BR/docs/DOM/window.onscroll /pt-BR/docs/Web/API/Window/onscroll +/pt-BR/docs/DOM/window.onscroll /pt-BR/docs/conflicting/Web/API/GlobalEventHandlers/onscroll /pt-BR/docs/Developer_Guide /pt-BR/docs/Mozilla/Developer_guide -/pt-BR/docs/Developer_Guide/Codigo_Fonte /pt-BR/docs/Mozilla/Developer_guide/Codigo_Fonte +/pt-BR/docs/Developer_Guide/Codigo_Fonte /pt-BR/docs/Mozilla/Developer_guide/Source_Code /pt-BR/docs/Developer_Guide/Mozilla_build_FAQ /pt-BR/docs/Mozilla/Developer_guide/Mozilla_build_FAQ -/pt-BR/docs/DragDrop/Arrastar_e_Soltar /pt-BR/docs/DragDrop/Drag_and_Drop +/pt-BR/docs/DragDrop /pt-BR/docs/conflicting/Web/API/HTML_Drag_and_Drop_API +/pt-BR/docs/DragDrop/Arrastar_e_Soltar /pt-BR/docs/Web/API/HTML_Drag_and_Drop_API +/pt-BR/docs/DragDrop/Drag_and_Drop /pt-BR/docs/Web/API/HTML_Drag_and_Drop_API +/pt-BR/docs/DragDrop/Drag_and_Drop/Arrastar_e_soltar_arquivos /pt-BR/docs/Web/API/HTML_Drag_and_Drop_API/File_drag_and_drop /pt-BR/docs/Eventos_on-line_off-line /pt-BR/docs/Web/API/NavigatorOnLine/Online_and_offline_events +/pt-BR/docs/Games/Introduction_to_HTML5_Game_Gevelopment_(summary) /pt-BR/docs/Games/Introduction_to_HTML5_Game_Development +/pt-BR/docs/Glossario /pt-BR/docs/Glossary +/pt-BR/docs/Glossario/404 /pt-BR/docs/Glossary/404 +/pt-BR/docs/Glossario/502 /pt-BR/docs/Glossary/502 +/pt-BR/docs/Glossario/AJAX /pt-BR/docs/Glossary/AJAX +/pt-BR/docs/Glossario/API /pt-BR/docs/Glossary/API +/pt-BR/docs/Glossario/ASCII /pt-BR/docs/Glossary/ASCII +/pt-BR/docs/Glossario/Abstração /pt-BR/docs/Glossary/Abstraction +/pt-BR/docs/Glossario/Acessibilidade /pt-BR/docs/Glossary/Accessibility +/pt-BR/docs/Glossario/Adobe_Flash /pt-BR/docs/Glossary/Adobe_Flash +/pt-BR/docs/Glossario/Algoritmo /pt-BR/docs/Glossary/Algorithm +/pt-BR/docs/Glossario/Alpha /pt-BR/docs/Glossary/Alpha +/pt-BR/docs/Glossario/Apple_Safari /pt-BR/docs/Glossary/Apple_Safari +/pt-BR/docs/Glossario/Argument /pt-BR/docs/Glossary/Argument +/pt-BR/docs/Glossario/Arpanet /pt-BR/docs/Glossary/Arpanet +/pt-BR/docs/Glossario/Assincrono /pt-BR/docs/Glossary/Asynchronous +/pt-BR/docs/Glossario/Atributo /pt-BR/docs/Glossary/Attribute +/pt-BR/docs/Glossario/Bandwidth /pt-BR/docs/Glossary/Bandwidth +/pt-BR/docs/Glossario/BigInt /pt-BR/docs/Glossary/BigInt +/pt-BR/docs/Glossario/Booleano /pt-BR/docs/Glossary/Boolean +/pt-BR/docs/Glossario/CDN /pt-BR/docs/Glossary/CDN +/pt-BR/docs/Glossario/CMS /pt-BR/docs/Glossary/CMS +/pt-BR/docs/Glossario/CORS /pt-BR/docs/Glossary/CORS +/pt-BR/docs/Glossario/CRUD /pt-BR/docs/Glossary/CRUD +/pt-BR/docs/Glossario/CSS /pt-BR/docs/Glossary/CSS +/pt-BR/docs/Glossario/CSSOM /pt-BR/docs/Glossary/CSSOM +/pt-BR/docs/Glossario/CSS_Selector /pt-BR/docs/Glossary/CSS_Selector +/pt-BR/docs/Glossario/CSS_pixel /pt-BR/docs/Glossary/CSS_pixel +/pt-BR/docs/Glossario/CSS_preprocessor /pt-BR/docs/Glossary/CSS_preprocessor +/pt-BR/docs/Glossario/Cabecalho_HTTP /pt-BR/docs/Glossary/HTTP_header +/pt-BR/docs/Glossario/Cache /pt-BR/docs/Glossary/Cache +/pt-BR/docs/Glossario/Call_stack /pt-BR/docs/Glossary/Call_stack +/pt-BR/docs/Glossario/Callback_function /pt-BR/docs/Glossary/Callback_function +/pt-BR/docs/Glossario/Caractere /pt-BR/docs/Glossary/Character +/pt-BR/docs/Glossario/Chrome /pt-BR/docs/Glossary/Chrome +/pt-BR/docs/Glossario/Class /pt-BR/docs/Glossary/Class +/pt-BR/docs/Glossario/Conversao_de_Tipo /pt-BR/docs/Glossary/Type_Conversion +/pt-BR/docs/Glossario/DOM /pt-BR/docs/Glossary/DOM +/pt-BR/docs/Glossario/Declaração /pt-BR/docs/Glossary/Statement +/pt-BR/docs/Glossario/Doctype /pt-BR/docs/Glossary/Doctype +/pt-BR/docs/Glossario/Domínio /pt-BR/docs/Glossary/Domain +/pt-BR/docs/Glossario/ECMA /pt-BR/docs/Glossary/ECMA +/pt-BR/docs/Glossario/Elemento /pt-BR/docs/Glossary/Element +/pt-BR/docs/Glossario/Endereco_IP /pt-BR/docs/Glossary/IP_Address +/pt-BR/docs/Glossario/Endianness /pt-BR/docs/Glossary/Endianness +/pt-BR/docs/Glossario/Entity_header /pt-BR/docs/Glossary/Entity_header +/pt-BR/docs/Glossario/Escopo /pt-BR/docs/Glossary/Scope +/pt-BR/docs/Glossario/Falsy /pt-BR/docs/Glossary/Falsy +/pt-BR/docs/Glossario/Flex /pt-BR/docs/Glossary/Flex +/pt-BR/docs/Glossario/Forbidden_header_name /pt-BR/docs/Glossary/Forbidden_header_name +/pt-BR/docs/Glossario/Forbidden_response_header_name /pt-BR/docs/Glossary/Forbidden_response_header_name +/pt-BR/docs/Glossario/Funcao-First-class /pt-BR/docs/Glossary/First-class_Function +/pt-BR/docs/Glossario/Função /pt-BR/docs/Glossary/Function +/pt-BR/docs/Glossario/Fuzzing /pt-BR/docs/Glossary/Fuzzing +/pt-BR/docs/Glossario/Gecko /pt-BR/docs/Glossary/Gecko +/pt-BR/docs/Glossario/General_header /pt-BR/docs/Glossary/General_header +/pt-BR/docs/Glossario/Global_object /pt-BR/docs/Glossary/Global_object +/pt-BR/docs/Glossario/Grade /pt-BR/docs/Glossary/Grid +/pt-BR/docs/Glossario/Grid_Areas /pt-BR/docs/Glossary/Grid_Areas +/pt-BR/docs/Glossario/HSTS /pt-BR/docs/Glossary/HSTS +/pt-BR/docs/Glossario/HTML /pt-BR/docs/Glossary/HTML +/pt-BR/docs/Glossario/HTTP /pt-BR/docs/Glossary/HTTP +/pt-BR/docs/Glossario/HTTP_2 /pt-BR/docs/Glossary/HTTP_2 +/pt-BR/docs/Glossario/Hoisting /pt-BR/docs/Glossary/Hoisting +/pt-BR/docs/Glossario/IIFE /pt-BR/docs/Glossary/IIFE +/pt-BR/docs/Glossario/IPv4 /pt-BR/docs/Glossary/IPv4 +/pt-BR/docs/Glossario/IPv6 /pt-BR/docs/Glossary/IPv6 +/pt-BR/docs/Glossario/IRC /pt-BR/docs/Glossary/IRC +/pt-BR/docs/Glossario/ISO /pt-BR/docs/Glossary/ISO +/pt-BR/docs/Glossario/Idempotente /pt-BR/docs/Glossary/Idempotent +/pt-BR/docs/Glossario/Identificador /pt-BR/docs/Glossary/Identifier +/pt-BR/docs/Glossario/IndexedDB /pt-BR/docs/Glossary/IndexedDB +/pt-BR/docs/Glossario/Internet /pt-BR/docs/Glossary/Internet +/pt-BR/docs/Glossario/JPEG /pt-BR/docs/Glossary/jpeg +/pt-BR/docs/Glossario/Jank /pt-BR/docs/Glossary/Jank +/pt-BR/docs/Glossario/JavaScript /pt-BR/docs/Glossary/JavaScript +/pt-BR/docs/Glossario/Key /pt-BR/docs/Glossary/Key +/pt-BR/docs/Glossario/Linguagem_de_programação_dinâmica /pt-BR/docs/Glossary/Dynamic_programming_language +/pt-BR/docs/Glossario/Metadata /pt-BR/docs/Glossary/Metadata +/pt-BR/docs/Glossario/Mozilla_Firefox /pt-BR/docs/Glossary/Mozilla_Firefox +/pt-BR/docs/Glossario/Mutavel /pt-BR/docs/Glossary/Mutable +/pt-BR/docs/Glossario/Navegador /pt-BR/docs/Glossary/Browser +/pt-BR/docs/Glossario/Navegador_Opera /pt-BR/docs/Glossary/Opera_Browser +/pt-BR/docs/Glossario/Node.js /pt-BR/docs/Glossary/Node.js +/pt-BR/docs/Glossario/Nome_de_domínio /pt-BR/docs/Glossary/Domain_name +/pt-BR/docs/Glossario/Nulo /pt-BR/docs/Glossary/Null +/pt-BR/docs/Glossario/Número /pt-BR/docs/Glossary/Number +/pt-BR/docs/Glossario/OOP /pt-BR/docs/Glossary/OOP +/pt-BR/docs/Glossario/OTA /pt-BR/docs/Glossary/OTA +/pt-BR/docs/Glossario/Objeto /pt-BR/docs/Glossary/Object +/pt-BR/docs/Glossario/OpenGL /pt-BR/docs/Glossary/OpenGL +/pt-BR/docs/Glossario/Operador /pt-BR/docs/Glossary/Operator +/pt-BR/docs/Glossario/Operando /pt-BR/docs/Glossary/Operand +/pt-BR/docs/Glossario/Origem /pt-BR/docs/Glossary/Origin +/pt-BR/docs/Glossario/PHP /pt-BR/docs/Glossary/PHP +/pt-BR/docs/Glossario/Palavra-chave /pt-BR/docs/Glossary/Keyword +/pt-BR/docs/Glossario/Pixel /pt-BR/docs/Glossary/Pixel +/pt-BR/docs/Glossario/Polyfill /pt-BR/docs/Glossary/Polyfill +/pt-BR/docs/Glossario/Port /pt-BR/docs/Glossary/Port +/pt-BR/docs/Glossario/Prefixos_vendor /pt-BR/docs/Glossary/Vendor_Prefix +/pt-BR/docs/Glossario/Preflight_request /pt-BR/docs/Glossary/Preflight_request +/pt-BR/docs/Glossario/Primitivo /pt-BR/docs/Glossary/Primitive +/pt-BR/docs/Glossario/Programação_de_Computadores /pt-BR/docs/Glossary/Computer_Programming +/pt-BR/docs/Glossario/Progressive_web_apps /pt-BR/docs/Glossary/Progressive_web_apps +/pt-BR/docs/Glossario/Protocolo /pt-BR/docs/Glossary/Protocol +/pt-BR/docs/Glossario/Prototype /pt-BR/docs/Glossary/Prototype +/pt-BR/docs/Glossario/Proxy_server /pt-BR/docs/Glossary/Proxy_server +/pt-BR/docs/Glossario/Pseudo-class /pt-BR/docs/Glossary/Pseudo-class +/pt-BR/docs/Glossario/Pseudo-element /pt-BR/docs/Glossary/Pseudo-element +/pt-BR/docs/Glossario/Python /pt-BR/docs/Glossary/Python +/pt-BR/docs/Glossario/REST /pt-BR/docs/Glossary/REST +/pt-BR/docs/Glossario/Recursão /pt-BR/docs/Glossary/Recursion +/pt-BR/docs/Glossario/Reflow /pt-BR/docs/Glossary/Reflow +/pt-BR/docs/Glossario/Request_header /pt-BR/docs/Glossary/Request_header +/pt-BR/docs/Glossario/Responsive_web_design /pt-BR/docs/Glossary/Responsive_web_design +/pt-BR/docs/Glossario/Ruby /pt-BR/docs/Glossary/Ruby +/pt-BR/docs/Glossario/SDP /pt-BR/docs/Glossary/SDP +/pt-BR/docs/Glossario/SEO /pt-BR/docs/Glossary/SEO +/pt-BR/docs/Glossario/SGML /pt-BR/docs/Glossary/SGML +/pt-BR/docs/Glossario/SVG /pt-BR/docs/Glossary/SVG +/pt-BR/docs/Glossario/Self-Executing_Anonymous_Function /pt-BR/docs/Glossary/Self-Executing_Anonymous_Function +/pt-BR/docs/Glossario/Semantica /pt-BR/docs/Glossary/Semantics +/pt-BR/docs/Glossario/Servidor /pt-BR/docs/Glossary/Server +/pt-BR/docs/Glossario/Sincrono /pt-BR/docs/Glossary/Synchronous +/pt-BR/docs/Glossario/Sloppy_mode /pt-BR/docs/Glossary/Sloppy_mode +/pt-BR/docs/Glossario/Stacking_context /pt-BR/docs/Glossary/Stacking_context +/pt-BR/docs/Glossario/String /pt-BR/docs/Glossary/String +/pt-BR/docs/Glossario/Symbol /pt-BR/docs/Glossary/Symbol +/pt-BR/docs/Glossario/TCP /pt-BR/docs/Glossary/TCP +/pt-BR/docs/Glossario/TLS /pt-BR/docs/Glossary/TLS +/pt-BR/docs/Glossario/Tag /pt-BR/docs/Glossary/Tag +/pt-BR/docs/Glossario/Three_js /pt-BR/docs/Glossary/Three_js +/pt-BR/docs/Glossario/Tratando_Formulários_com_PHP /pt-BR/docs/orphaned/Glossary/Tratando_Formulários_com_PHP +/pt-BR/docs/Glossario/Truthy /pt-BR/docs/Glossary/Truthy +/pt-BR/docs/Glossario/URI /pt-BR/docs/Glossary/URI +/pt-BR/docs/Glossario/URL /pt-BR/docs/Glossary/URL +/pt-BR/docs/Glossario/UTF-8 /pt-BR/docs/Glossary/UTF-8 +/pt-BR/docs/Glossario/UX /pt-BR/docs/Glossary/UX +/pt-BR/docs/Glossario/Valor /pt-BR/docs/Glossary/Value +/pt-BR/docs/Glossario/Variável /pt-BR/docs/Glossary/Variable +/pt-BR/docs/Glossario/Viewport /pt-BR/docs/Glossary/Viewport +/pt-BR/docs/Glossario/W3C /pt-BR/docs/Glossary/W3C +/pt-BR/docs/Glossario/WHATWG /pt-BR/docs/Glossary/WHATWG +/pt-BR/docs/Glossario/WebSockets /pt-BR/docs/Glossary/WebSockets +/pt-BR/docs/Glossario/Wrapper /pt-BR/docs/Glossary/Wrapper +/pt-BR/docs/Glossario/XHR_(XMLHttpRequest) /pt-BR/docs/Glossary/XHR_(XMLHttpRequest) +/pt-BR/docs/Glossario/XML /pt-BR/docs/Glossary/XML +/pt-BR/docs/Glossario/array /pt-BR/docs/Glossary/array +/pt-BR/docs/Glossario/arvore_de_acessibilidade /pt-BR/docs/Glossary/Accessibility_tree +/pt-BR/docs/Glossario/caret /pt-BR/docs/Glossary/caret +/pt-BR/docs/Glossario/character_encoding /pt-BR/docs/Glossary/character_encoding +/pt-BR/docs/Glossario/conteiner_de_alinhamento /pt-BR/docs/Glossary/Alignment_Container +/pt-BR/docs/Glossario/degradação_graciosa /pt-BR/docs/Glossary/Graceful_degradation +/pt-BR/docs/Glossario/https /pt-BR/docs/Glossary/https +/pt-BR/docs/Glossario/jQuery /pt-BR/docs/Glossary/jQuery +/pt-BR/docs/Glossario/marcação /pt-BR/docs/Glossary/markup +/pt-BR/docs/Glossario/property /pt-BR/docs/Glossary/property +/pt-BR/docs/Glossario/property/CSS /pt-BR/docs/Glossary/property/CSS +/pt-BR/docs/Glossario/property/JavaScript /pt-BR/docs/Glossary/property/JavaScript +/pt-BR/docs/Glossario/seguro /pt-BR/docs/Glossary/safe +/pt-BR/docs/Glossario/topico_de_alinhamento /pt-BR/docs/Glossary/Alignment_Subject +/pt-BR/docs/Glossario/undefined /pt-BR/docs/Glossary/undefined +/pt-BR/docs/Glossario/webp /pt-BR/docs/Glossary/webp /pt-BR/docs/Guia_do_Desenvolvedor /pt-BR/docs/Mozilla/Developer_guide /pt-BR/docs/HTML /pt-BR/docs/Web/HTML -/pt-BR/docs/HTML/Canvas /pt-BR/docs/Web/HTML/Canvas -/pt-BR/docs/HTML/Dicas_para_criar_páginas_HTML_de_carregamento_rápido /pt-BR/docs/Web/HTML/Dicas_para_criar_páginas_HTML_de_carregamento_rápido +/pt-BR/docs/HTML/Attributes /pt-BR/docs/Web/HTML/Attributes +/pt-BR/docs/HTML/Canvas /pt-BR/docs/Web/API/Canvas_API +/pt-BR/docs/HTML/Dicas_para_criar_páginas_HTML_de_carregamento_rápido /pt-BR/docs/Learn/HTML/Howto/Author_fast-loading_HTML_pages /pt-BR/docs/HTML/Element /pt-BR/docs/Web/HTML/Element /pt-BR/docs/HTML/Element-redirect-1 /pt-BR/docs/Web/HTML/Element /pt-BR/docs/HTML/Element/Audio /pt-BR/docs/Web/HTML/Element/Audio @@ -66,13 +303,13 @@ /pt-BR/docs/HTML/Element/article /pt-BR/docs/Web/HTML/Element/article /pt-BR/docs/HTML/Element/aside /pt-BR/docs/Web/HTML/Element/aside /pt-BR/docs/HTML/Element/canvas /pt-BR/docs/Web/HTML/Element/canvas -/pt-BR/docs/HTML/Element/command /pt-BR/docs/Web/HTML/Element/command +/pt-BR/docs/HTML/Element/command /pt-BR/docs/orphaned/Web/HTML/Element/command /pt-BR/docs/HTML/Element/data /pt-BR/docs/Web/HTML/Element/data /pt-BR/docs/HTML/Element/datalist /pt-BR/docs/Web/HTML/Element/datalist /pt-BR/docs/HTML/Element/details /pt-BR/docs/Web/HTML/Element/details /pt-BR/docs/HTML/Element/dfn /pt-BR/docs/Web/HTML/Element/dfn /pt-BR/docs/HTML/Element/dl /pt-BR/docs/Web/HTML/Element/dl -/pt-BR/docs/HTML/Element/figura /pt-BR/docs/Web/HTML/Element/figura +/pt-BR/docs/HTML/Element/figura /pt-BR/docs/Web/HTML/Element/figure /pt-BR/docs/HTML/Element/footer /pt-BR/docs/Web/HTML/Element/footer /pt-BR/docs/HTML/Element/footer-redirect-1 /pt-BR/docs/Web/HTML/Element/footer /pt-BR/docs/HTML/Element/form /pt-BR/docs/Web/HTML/Element/form @@ -93,38 +330,42 @@ /pt-BR/docs/HTML/Element/table /pt-BR/docs/Web/HTML/Element/table /pt-BR/docs/HTML/Element/wbr /pt-BR/docs/Web/HTML/Element/wbr /pt-BR/docs/HTML/Elementos HTML /pt-BR/docs/Web/HTML/Element -/pt-BR/docs/HTML/Formularios_em_HTML /pt-BR/docs/HTML/Forms_in_HTML -/pt-BR/docs/HTML/HTML5 /pt-BR/docs/Web/HTML/HTML5 +/pt-BR/docs/HTML/Forms_in_HTML /pt-BR/docs/orphaned/Learn/HTML/Forms/HTML5_updates +/pt-BR/docs/HTML/Formularios_em_HTML /pt-BR/docs/orphaned/Learn/HTML/Forms/HTML5_updates +/pt-BR/docs/HTML/HTML5 /pt-BR/docs/Web/Guide/HTML/HTML5 /pt-BR/docs/HTML/HTML5/HTML5_element_list /pt-BR/docs/Web/HTML/Element -/pt-BR/docs/HTML/HTML5/Introduction_to_HTML5 /pt-BR/docs/Web/HTML/HTML5/Introduction_to_HTML5 -/pt-BR/docs/HTML/HTML5/Introdução_ao_HTML5 /pt-BR/docs/Web/HTML/HTML5/Introduction_to_HTML5 +/pt-BR/docs/HTML/HTML5/Introduction_to_HTML5 /pt-BR/docs/Web/Guide/HTML/HTML5/Introduction_to_HTML5 +/pt-BR/docs/HTML/HTML5/Introdução_ao_HTML5 /pt-BR/docs/Web/Guide/HTML/HTML5/Introduction_to_HTML5 /pt-BR/docs/HTML/HTML_Elements /pt-BR/docs/Web/HTML/Element /pt-BR/docs/HTML/HTML_Elements/time /pt-BR/docs/Web/HTML/Element/time -/pt-BR/docs/HTML/Introducao /pt-BR/docs/Aprender/HTML/Introducao_ao_HTML -/pt-BR/docs/HTML/Introduction /pt-BR/docs/Aprender/HTML/Introducao_ao_HTML -/pt-BR/docs/HTML/Optimizing_Your_Pages_for_Speculative_Parsing /pt-BR/docs/Web/HTML/Optimizing_your_pages_for_speculative_parsing +/pt-BR/docs/HTML/Introducao /pt-BR/docs/Learn/HTML/Introduction_to_HTML +/pt-BR/docs/HTML/Introduction /pt-BR/docs/Learn/HTML/Introduction_to_HTML +/pt-BR/docs/HTML/Optimizing_Your_Pages_for_Speculative_Parsing /pt-BR/docs/Glossary/speculative_parsing /pt-BR/docs/HTML/Using_the_application_cache /pt-BR/docs/Web/HTML/Using_the_application_cache +/pt-BR/docs/Hello_World_Rust /pt-BR/docs/orphaned/Hello_World_Rust /pt-BR/docs/IndexedDB /pt-BR/docs/Web/API/IndexedDB_API /pt-BR/docs/IndexedDB/Basic_Concepts_Behind_IndexedDB /pt-BR/docs/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB -/pt-BR/docs/IndexedDB/Usando_IndexedDB /pt-BR/docs/Web/API/IndexedDB_API/Usando_IndexedDB +/pt-BR/docs/IndexedDB/Usando_IndexedDB /pt-BR/docs/Web/API/IndexedDB_API/Using_IndexedDB +/pt-BR/docs/Instalando_Rust /pt-BR/docs/orphaned/Instalando_Rust +/pt-BR/docs/JSON /pt-BR/docs/Glossary/JSON /pt-BR/docs/JavaScript /pt-BR/docs/Web/JavaScript /pt-BR/docs/JavaScript/A_re-introduction_to_JavaScript /pt-BR/docs/Web/JavaScript/A_re-introduction_to_JavaScript /pt-BR/docs/JavaScript/About_JavaScript /pt-BR/docs/Web/JavaScript/About_JavaScript /pt-BR/docs/JavaScript/Data_structures /pt-BR/docs/Web/JavaScript/Data_structures /pt-BR/docs/JavaScript/Guide /pt-BR/docs/Web/JavaScript/Guide /pt-BR/docs/JavaScript/Guide/About /pt-BR/docs/Web/JavaScript/Guide/Introduction -/pt-BR/docs/JavaScript/Guide/Closures /pt-BR/docs/Web/JavaScript/Guide/Closures -/pt-BR/docs/JavaScript/Guide/Detalhes_do_Modelo_do_Objeto /pt-BR/docs/Web/JavaScript/Guide/Detalhes_do_Modelo_do_Objeto +/pt-BR/docs/JavaScript/Guide/Closures /pt-BR/docs/Web/JavaScript/Closures +/pt-BR/docs/JavaScript/Guide/Detalhes_do_Modelo_do_Objeto /pt-BR/docs/Web/JavaScript/Guide/Details_of_the_Object_Model /pt-BR/docs/JavaScript/Guide/Expressions_and_Operators /pt-BR/docs/Web/JavaScript/Guide/Expressions_and_Operators -/pt-BR/docs/JavaScript/Guide/Herança_Revisitada /pt-BR/docs/Web/JavaScript/Guide/Inheritance_and_the_prototype_chain -/pt-BR/docs/JavaScript/Guide/Igualdade /pt-BR/docs/Web/JavaScript/Guide/Igualdade -/pt-BR/docs/JavaScript/Guide/Inheritance_Revisited /pt-BR/docs/Web/JavaScript/Guide/Inheritance_and_the_prototype_chain +/pt-BR/docs/JavaScript/Guide/Herança_Revisitada /pt-BR/docs/Web/JavaScript/Inheritance_and_the_prototype_chain +/pt-BR/docs/JavaScript/Guide/Igualdade /pt-BR/docs/conflicting/Web/JavaScript/Equality_comparisons_and_sameness +/pt-BR/docs/JavaScript/Guide/Inheritance_Revisited /pt-BR/docs/Web/JavaScript/Inheritance_and_the_prototype_chain /pt-BR/docs/JavaScript/Guide/JavaScript_Visão_Geral /pt-BR/docs/Web/JavaScript/Guide/Introduction /pt-BR/docs/JavaScript/Guide/Regular_Expressions /pt-BR/docs/Web/JavaScript/Guide/Regular_Expressions -/pt-BR/docs/JavaScript/Guide/Trabalhando_com_Objetos /pt-BR/docs/Web/JavaScript/Guide/Trabalhando_com_Objetos -/pt-BR/docs/JavaScript/Guide/Valores,_variáveis_e_literais /pt-BR/docs/Web/JavaScript/Guide/Values,_variables,_and_literals -/pt-BR/docs/JavaScript/Guide/Values,_variables,_and_literals /pt-BR/docs/Web/JavaScript/Guide/Values,_variables,_and_literals -/pt-BR/docs/JavaScript/Introduction_to_Object-Oriented_JavaScript /pt-BR/docs/Web/JavaScript/Introduction_to_Object-Oriented_JavaScript +/pt-BR/docs/JavaScript/Guide/Trabalhando_com_Objetos /pt-BR/docs/Web/JavaScript/Guide/Working_with_Objects +/pt-BR/docs/JavaScript/Guide/Valores,_variáveis_e_literais /pt-BR/docs/Web/JavaScript/Guide/Grammar_and_types +/pt-BR/docs/JavaScript/Guide/Values,_variables,_and_literals /pt-BR/docs/Web/JavaScript/Guide/Grammar_and_types +/pt-BR/docs/JavaScript/Introduction_to_Object-Oriented_JavaScript /pt-BR/docs/conflicting/Learn/JavaScript/Objects /pt-BR/docs/JavaScript/JavaScript_technologies_overview /pt-BR/docs/Web/JavaScript/JavaScript_technologies_overview /pt-BR/docs/JavaScript/Outras_ferramentas_JavaScript /pt-BR/docs/Tools /pt-BR/docs/JavaScript/Reference /pt-BR/docs/Web/JavaScript/Reference @@ -146,68 +387,194 @@ /pt-BR/docs/JavaScript/Reference/Global_Objects/String /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/String /pt-BR/docs/JavaScript/Reference/Global_Objects/String/indexOf /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf /pt-BR/docs/JavaScript/Reference/Global_Objects/WeakMap /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/WeakMap -/pt-BR/docs/JavaScript/Reference/Global_Objects/WeakMap/prototype /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/WeakMap/prototype +/pt-BR/docs/JavaScript/Reference/Global_Objects/WeakMap/prototype /pt-BR/docs/conflicting/Web/JavaScript/Reference/Global_Objects/WeakMap /pt-BR/docs/JavaScript/Reference/Global_Objects/isNaN /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/isNaN /pt-BR/docs/JavaScript/Reference/Global_Objects/parseInt /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/parseInt /pt-BR/docs/JavaScript/Reference/Operators /pt-BR/docs/Web/JavaScript/Reference/Operators -/pt-BR/docs/JavaScript/Reference/Operators/Operador_Virgula /pt-BR/docs/Web/JavaScript/Reference/Operators/Operador_Virgula +/pt-BR/docs/JavaScript/Reference/Operators/Operador_Virgula /pt-BR/docs/Web/JavaScript/Reference/Operators/Comma_Operator /pt-BR/docs/JavaScript/Reference/Operators/typeof /pt-BR/docs/Web/JavaScript/Reference/Operators/typeof /pt-BR/docs/JavaScript/Reference/Statements /pt-BR/docs/Web/JavaScript/Reference/Statements /pt-BR/docs/JavaScript/Reference/Statements/label /pt-BR/docs/Web/JavaScript/Reference/Statements/label /pt-BR/docs/JavaScript/Reference/Statements/let /pt-BR/docs/Web/JavaScript/Reference/Statements/let /pt-BR/docs/JavaScript/uma_reintroduction_ao_JavaScript /pt-BR/docs/Web/JavaScript/A_re-introduction_to_JavaScript +/pt-BR/docs/Learn/Accessibility/Acessibilidade_problemas /pt-BR/docs/Learn/Accessibility/Accessibility_troubleshooting +/pt-BR/docs/Learn/Accessibility/CSS_e_JavaScript /pt-BR/docs/Learn/Accessibility/CSS_and_JavaScript +/pt-BR/docs/Learn/CSS/CSS_layout/Fluxo_Normal /pt-BR/docs/Learn/CSS/CSS_layout/Normal_Flow +/pt-BR/docs/Learn/CSS/CSS_layout/Intro_leiaute_CSS /pt-BR/docs/Learn/CSS/CSS_layout/Introduction +/pt-BR/docs/Learn/CSS/CSS_layout/Layout_de_varias_colunas /pt-BR/docs/Learn/CSS/CSS_layout/Multiple-column_Layout +/pt-BR/docs/Learn/CSS/First_steps/Como_CSS_e_estruturado /pt-BR/docs/Learn/CSS/First_steps/How_CSS_is_structured +/pt-BR/docs/Learn/CSS/First_steps/Iniciando /pt-BR/docs/Learn/CSS/First_steps/Getting_started +/pt-BR/docs/Learn/CSS/First_steps/O_que_e_CSS /pt-BR/docs/Learn/CSS/First_steps/What_is_CSS +/pt-BR/docs/Learn/CSS/Howto/CSS_Perguntas_Frequentes /pt-BR/docs/Learn/CSS/Howto/CSS_FAQ +/pt-BR/docs/Learn/Common_questions/Como_a_internet_funciona /pt-BR/docs/Learn/Common_questions/How_does_the_Internet_work +/pt-BR/docs/Learn/Common_questions/Como_configurar_um_servidor_de_testes_local /pt-BR/docs/Learn/Common_questions/set_up_a_local_testing_server +/pt-BR/docs/Learn/Common_questions/Como_voce_hospeda_seu_site_Google_App_Engine /pt-BR/docs/Learn/Common_questions/How_do_you_host_your_website_on_Google_App_Engine +/pt-BR/docs/Learn/Common_questions/O_que_são_hyperlinks /pt-BR/docs/Learn/Common_questions/What_are_hyperlinks +/pt-BR/docs/Learn/Common_questions/Pensando_antes_de_codificar /pt-BR/docs/Learn/Common_questions/Thinking_before_coding +/pt-BR/docs/Learn/Common_questions/Quanto_custa_fazer_algo_web /pt-BR/docs/Learn/Common_questions/How_much_does_it_cost +/pt-BR/docs/Learn/Common_questions/Que_software_eu_preciso /pt-BR/docs/Learn/Common_questions/What_software_do_I_need +/pt-BR/docs/Learn/Common_questions/ferramentas_de_desenvolvimento_do_navegador /pt-BR/docs/Learn/Common_questions/What_are_browser_developer_tools +/pt-BR/docs/Learn/Common_questions/o_que_e_um_web_server /pt-BR/docs/Learn/Common_questions/What_is_a_web_server +/pt-BR/docs/Learn/JavaScript/Asynchronous/Conceitos /pt-BR/docs/Learn/JavaScript/Asynchronous/Concepts +/pt-BR/docs/Learn/JavaScript/Asynchronous/Escolhendo_abordagem_correta /pt-BR/docs/Learn/JavaScript/Asynchronous/Choosing_the_right_approach +/pt-BR/docs/Learn/JavaScript/Asynchronous/Introdução /pt-BR/docs/Learn/JavaScript/Asynchronous/Introducing +/pt-BR/docs/Learn/JavaScript/First_steps/Gerador_de_historias_bobas /pt-BR/docs/Learn/JavaScript/First_steps/Silly_story_generator +/pt-BR/docs/Learn/JavaScript/First_steps/Matematica /pt-BR/docs/Learn/JavaScript/First_steps/Math +/pt-BR/docs/Learn/JavaScript/First_steps/O_que_e_JavaScript /pt-BR/docs/Learn/JavaScript/First_steps/What_is_JavaScript +/pt-BR/docs/Learn/JavaScript/First_steps/Teste_suas_habilidades:_variaveis /pt-BR/docs/Learn/JavaScript/First_steps/Test_your_skills:_variables +/pt-BR/docs/Learn/JavaScript/First_steps/Variáveis /pt-BR/docs/Learn/JavaScript/First_steps/Variables +/pt-BR/docs/Learn/Server-side/Django/Hospedagem /pt-BR/docs/Learn/Server-side/Django/Deployment +/pt-BR/docs/Learn/Server-side/Django/Introdução /pt-BR/docs/Learn/Server-side/Django/Introduction +/pt-BR/docs/Learn/Server-side/Django/Sessões /pt-BR/docs/Learn/Server-side/Django/Sessions +/pt-BR/docs/Learn/Server-side/Django/Tutorial_website_biblioteca_local /pt-BR/docs/Learn/Server-side/Django/Tutorial_local_library_website +/pt-BR/docs/Learn/Server-side/Django/ambiente_de_desenvolvimento /pt-BR/docs/Learn/Server-side/Django/development_environment +/pt-BR/docs/Learn/Server-side/Express_Nodejs/Introdução /pt-BR/docs/Learn/Server-side/Express_Nodejs/Introduction +/pt-BR/docs/Learn/Server-side/Express_Nodejs/ambiente_de_desenvolvimento /pt-BR/docs/Learn/Server-side/Express_Nodejs/development_environment +/pt-BR/docs/Learn/Server-side/First_steps/Introdução /pt-BR/docs/Learn/Server-side/First_steps/Introduction +/pt-BR/docs/Learn/Server-side/First_steps/Seguranca_site /pt-BR/docs/Learn/Server-side/First_steps/Website_security +/pt-BR/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Comecando_com_React /pt-BR/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started +/pt-BR/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_iniciando /pt-BR/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_getting_started +/pt-BR/docs/Localização /pt-BR/docs/Glossary/Localization +/pt-BR/docs/MDN/Comunidade /pt-BR/docs/orphaned/MDN/Community +/pt-BR/docs/MDN/Comunidade/Trabalhando_em_comunidade /pt-BR/docs/orphaned/MDN/Community/Working_in_community +/pt-BR/docs/MDN/Comunidade/Whats_happening /pt-BR/docs/orphaned/MDN/Community/Whats_happening +/pt-BR/docs/MDN/Contribute/Collaboration_tactics /pt-BR/docs/orphaned/MDN/Contribute/Processes/Cross-team_collaboration_tactics /pt-BR/docs/MDN/Contribute/Content /pt-BR/docs/MDN/Guidelines -/pt-BR/docs/MDN/Contribute/Content/Style_guide /pt-BR/docs/MDN/Guidelines/Style_guide -/pt-BR/docs/MDN/Contribute/Editor /pt-BR/docs/MDN/Editor -/pt-BR/docs/MDN/Contribute/Editor/Basics /pt-BR/docs/MDN/Editor/Basics +/pt-BR/docs/MDN/Contribute/Content/Style_guide /pt-BR/docs/MDN/Guidelines/Writing_style_guide +/pt-BR/docs/MDN/Contribute/Editor /pt-BR/docs/orphaned/MDN/Editor +/pt-BR/docs/MDN/Contribute/Editor/Basics /pt-BR/docs/orphaned/MDN/Editor/Basics /pt-BR/docs/MDN/Contribute/Estruturas /pt-BR/docs/MDN/Structures /pt-BR/docs/MDN/Contribute/Estruturas/Compatibility_tables /pt-BR/docs/MDN/Structures/Compatibility_tables /pt-BR/docs/MDN/Contribute/Estruturas/Macros /pt-BR/docs/MDN/Structures/Macros +/pt-BR/docs/MDN/Contribute/Processos /pt-BR/docs/MDN/Contribute/Processes /pt-BR/docs/MDN/Contribute/Tools /pt-BR/docs/MDN/Tools /pt-BR/docs/MDN/Contribute/Tools/KumaScript /pt-BR/docs/MDN/Tools/KumaScript -/pt-BR/docs/MDN/Contribute/Tools/KumaScript/Solucionando_problemas_de_erros_de_KumaScript /pt-BR/docs/MDN/Tools/KumaScript/Solucionando_problemas_de_erros_de_KumaScript -/pt-BR/docs/MDN/Contribute/Tools/Page_regeneration /pt-BR/docs/MDN/Tools/Page_regeneration +/pt-BR/docs/MDN/Contribute/Tools/KumaScript/Solucionando_problemas_de_erros_de_KumaScript /pt-BR/docs/MDN/Tools/KumaScript/Troubleshooting +/pt-BR/docs/MDN/Contribute/Tools/Page_regeneration /pt-BR/docs/orphaned/MDN/Tools/Page_regeneration +/pt-BR/docs/MDN/Contribute/criando_e_editando_paginas /pt-BR/docs/MDN/Contribute/Howto/Create_and_edit_pages +/pt-BR/docs/MDN/Contribute/guia /pt-BR/docs/MDN/Contribute/Howto +/pt-BR/docs/MDN/Contribute/guia/Como-marcar-as-paginas-corretamente /pt-BR/docs/MDN/Contribute/Howto/Tag +/pt-BR/docs/MDN/Contribute/guia/Converter_exemplos_codigo_para_ao_vivo /pt-BR/docs/MDN/Contribute/Howto/Convert_code_samples_to_be_live +/pt-BR/docs/MDN/Contribute/guia/Create_an_MDN_account /pt-BR/docs/orphaned/MDN/Contribute/Howto/Create_an_MDN_account +/pt-BR/docs/MDN/Contribute/guia/Create_an_interactive_exercise_to_help_learning_the_web /pt-BR/docs/MDN/Contribute/Howto/Create_an_interactive_exercise_to_help_learning_the_web +/pt-BR/docs/MDN/Contribute/guia/Create_an_interactive_exercise_to_help_learning_the_web/distant_example /pt-BR/docs/MDN/Contribute/Howto/Create_an_interactive_exercise_to_help_learning_the_web/distant_example +/pt-BR/docs/MDN/Contribute/guia/Do_a_technical_review /pt-BR/docs/orphaned/MDN/Contribute/Howto/Do_a_technical_review +/pt-BR/docs/MDN/Contribute/guia/Do_an_editorial_review /pt-BR/docs/orphaned/MDN/Contribute/Howto/Do_an_editorial_review +/pt-BR/docs/MDN/Contribute/guia/Escreva_um_artigo_para_ajudar_aprender_sobre_a_Web /pt-BR/docs/orphaned/MDN/Contribute/Howto/Write_an_article_to_help_learn_about_the_Web +/pt-BR/docs/MDN/Contribute/guia/Set_the_summary_for_a_page /pt-BR/docs/orphaned/MDN/Contribute/Howto/Set_the_summary_for_a_page +/pt-BR/docs/MDN/Contribute/guia/Tag_JavaScript_pages /pt-BR/docs/orphaned/MDN/Contribute/Howto/Tag_JavaScript_pages +/pt-BR/docs/MDN/Editor /pt-BR/docs/orphaned/MDN/Editor +/pt-BR/docs/MDN/Editor/Basics /pt-BR/docs/orphaned/MDN/Editor/Basics /pt-BR/docs/MDN/Feedback /pt-BR/docs/MDN/Contribute/Feedback +/pt-BR/docs/MDN/Guidelines/Style_guide /pt-BR/docs/MDN/Guidelines/Writing_style_guide +/pt-BR/docs/MDN/Kuma /pt-BR/docs/MDN/Yari +/pt-BR/docs/MDN/Paineis /pt-BR/docs/orphaned/MDN/Dashboards /pt-BR/docs/MDN/Primeiros_Passos /pt-BR/docs/MDN/Contribute/Getting_started +/pt-BR/docs/MDN/Tools/KumaScript/Solucionando_problemas_de_erros_de_KumaScript /pt-BR/docs/MDN/Tools/KumaScript/Troubleshooting +/pt-BR/docs/MDN/Tools/Page_regeneration /pt-BR/docs/orphaned/MDN/Tools/Page_regeneration /pt-BR/docs/MDN/guia_usuário /pt-BR/docs/MDN/Tools +/pt-BR/docs/Mozilla/Add-ons/WebExtensions/API/tema /pt-BR/docs/Mozilla/Add-ons/WebExtensions/API/theme +/pt-BR/docs/Mozilla/Add-ons/WebExtensions/Anatomia_de_uma_WebExtension /pt-BR/docs/Mozilla/Add-ons/WebExtensions/Anatomy_of_a_WebExtension +/pt-BR/docs/Mozilla/Add-ons/WebExtensions/Empacotando_e_instalando /pt-BR/docs/orphaned/Mozilla/Add-ons/WebExtensions/Temporary_Installation_in_Firefox +/pt-BR/docs/Mozilla/Add-ons/WebExtensions/O_que_vem_a_seguir_ /pt-BR/docs/Mozilla/Add-ons/WebExtensions/What_next_ +/pt-BR/docs/Mozilla/Add-ons/WebExtensions/Passo-a-Passo /pt-BR/docs/Mozilla/Add-ons/WebExtensions/Your_second_WebExtension +/pt-BR/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissões /pt-BR/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions +/pt-BR/docs/Mozilla/Add-ons/WebExtensions/pre-requisitos /pt-BR/docs/Mozilla/Add-ons/WebExtensions/Prerequisites +/pt-BR/docs/Mozilla/Add-ons/WebExtensions/sua_primeira_WebExtension /pt-BR/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension +/pt-BR/docs/Mozilla/Add-ons/WebExtensions/user_interface/Itens_do_menu_de_contexto /pt-BR/docs/Mozilla/Add-ons/WebExtensions/user_interface/Context_menu_items +/pt-BR/docs/Mozilla/Developer_guide/Codigo_Fonte /pt-BR/docs/Mozilla/Developer_guide/Source_Code +/pt-BR/docs/Mozilla/Firefox/Novas_funcionalidades /pt-BR/docs/Mozilla/Firefox/Experimental_features +/pt-BR/docs/Mozilla/Firefox/Releases/3/Zoom_de_página_inteira /pt-BR/docs/Mozilla/Firefox/Releases/3/Full_page_zoom /pt-BR/docs/Online_and_offline_events /pt-BR/docs/Web/API/NavigatorOnLine/Online_and_offline_events -/pt-BR/docs/Projeto:Como_ajudar_com_MDN-redirect-1 /pt-BR/docs/Projeto:Como_ajudar_com_MDN -/pt-BR/docs/Projeto:Como_ajudar_com_MDN-redirect-2 /pt-BR/docs/Projeto:Como_ajudar_com_MDN +/pt-BR/docs/Projeto:Como_ajudar_com_MDN /pt-BR/docs/conflicting/MDN/Contribute/Getting_started +/pt-BR/docs/Projeto:Como_ajudar_com_MDN-redirect-1 /pt-BR/docs/conflicting/MDN/Contribute/Getting_started +/pt-BR/docs/Projeto:Como_ajudar_com_MDN-redirect-2 /pt-BR/docs/conflicting/MDN/Contribute/Getting_started /pt-BR/docs/Quirks_Mode_and_Standards_Mode /pt-BR/docs/Web/HTML/Quirks_Mode_and_Standards_Mode /pt-BR/docs/SVG /pt-BR/docs/Web/SVG /pt-BR/docs/SVG/Element /pt-BR/docs/Web/SVG/Element /pt-BR/docs/SVG/Element/desc /pt-BR/docs/Web/SVG/Element/desc /pt-BR/docs/SVG/Element/svg /pt-BR/docs/Web/SVG/Element/svg /pt-BR/docs/SVG/Element/texto /pt-BR/docs/Web/SVG/Element/text +/pt-BR/docs/Sections_and_Outlines_of_an_HTML5_document /pt-BR/docs/Web/Guide/HTML/Using_HTML_sections_and_outlines /pt-BR/docs/Security/CSP/Utilizando_Politicas_De_Seguranca_De_Conteudo /pt-BR/docs/Web/HTTP/CSP -/pt-BR/docs/Seções_e_estrutura_HTML5 /pt-BR/docs/Sections_and_Outlines_of_an_HTML5_document -/pt-BR/docs/Using_HTML5_audio_and_video /pt-BR/docs/Web/HTML/Using_HTML5_audio_and_video +/pt-BR/docs/Seções_e_estrutura_HTML5 /pt-BR/docs/Web/Guide/HTML/Using_HTML_sections_and_outlines +/pt-BR/docs/The_XSLT_JavaScript_Interface_in_Gecko /pt-BR/docs/Web/XSLT/XSLT_JS_interface_in_Gecko +/pt-BR/docs/The_XSLT_JavaScript_Interface_in_Gecko/Advanced_Example /pt-BR/docs/Web/XSLT/XSLT_JS_interface_in_Gecko/Advanced_Example +/pt-BR/docs/Tools/Add-ons /pt-BR/docs/orphaned/Tools/Add-ons +/pt-BR/docs/Tools/Add-ons/DOM_Inspector_Pt-Br /pt-BR/docs/orphaned/Tools/Add-ons/DOM_Inspector +/pt-BR/docs/Tools/CSS_Coverage /pt-BR/docs/orphaned/Tools/CSS_Coverage +/pt-BR/docs/Tools/Debugger/How_to/Examine,_modify,_and_watch_variables /pt-BR/docs/Tools/Debugger/How_to/Set_Watch_Expressions +/pt-BR/docs/Tools/Debugger_(before_Firefox_52) /pt-BR/docs/orphaned/Tools/Debugger_(before_Firefox_52) +/pt-BR/docs/Tools/Debugger_(before_Firefox_52)/Disable_breakpoints /pt-BR/docs/orphaned/Tools/Debugger_(before_Firefox_52)/Disable_breakpoints +/pt-BR/docs/Tools/Depurador /pt-BR/docs/Tools/Debugger +/pt-BR/docs/Tools/Depurador/Set_a_logpoint /pt-BR/docs/Tools/Debugger/Set_a_logpoint +/pt-BR/docs/Tools/Depuração_Remota /pt-BR/docs/Tools/Remote_Debugging +/pt-BR/docs/Tools/Editor_de_Estilos /pt-BR/docs/Tools/Style_Editor +/pt-BR/docs/Tools/Inspetor_de_Armazenamento /pt-BR/docs/Tools/Storage_Inspector +/pt-BR/docs/Tools/Medir_uma_porcao_da_pagina /pt-BR/docs/Tools/Measure_a_portion_of_the_page +/pt-BR/docs/Tools/Modo_Design_Adaptavel /pt-BR/docs/Tools/Responsive_Design_Mode +/pt-BR/docs/Tools/Notas_de_lancamento /pt-BR/docs/conflicting/Mozilla/Firefox/Releases +/pt-BR/docs/Tools/Page_Inspector/How_to/Examinando_eventos_escuta /pt-BR/docs/Tools/Page_Inspector/How_to/Examine_event_listeners +/pt-BR/docs/Tools/Page_Inspector/How_to/Trabalho_Com_Animaçoes /pt-BR/docs/Tools/Page_Inspector/How_to/Work_with_animations +/pt-BR/docs/Tools/Simulador_Firefox_OS_1.1 /pt-BR/docs/Tools/Firefox_OS_1.1_Simulator +/pt-BR/docs/Tools/Web_Console/Opening_the_Web_Console /pt-BR/docs/Tools/Web_Console/UI_Tour +/pt-BR/docs/Tools/atuação /pt-BR/docs/Tools/Performance +/pt-BR/docs/Using_HTML5_audio_and_video /pt-BR/docs/conflicting/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content /pt-BR/docs/Using_files_from_web_applications /pt-BR/docs/Web/API/File/Using_files_from_web_applications -/pt-BR/docs/Utilizando_áudio_e_vídeo_com_HTML5 /pt-BR/docs/Web/HTML/Using_HTML5_audio_and_video +/pt-BR/docs/Using_geolocation /pt-BR/docs/Web/API/Geolocation_API +/pt-BR/docs/Utilizando_áudio_e_vídeo_com_HTML5 /pt-BR/docs/conflicting/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content +/pt-BR/docs/Web/API/API_Push /pt-BR/docs/Web/API/Push_API +/pt-BR/docs/Web/API/API_Push/Best_Practices /pt-BR/docs/Web/API/Push_API/Best_Practices +/pt-BR/docs/Web/API/API_Web_Audio /pt-BR/docs/Web/API/Web_Audio_API +/pt-BR/docs/Web/API/API_Web_Audio/Sintetizador_simples /pt-BR/docs/Web/API/Web_Audio_API/Simple_synth +/pt-BR/docs/Web/API/API_de_Desempenho /pt-BR/docs/Web/API/Performance_API /pt-BR/docs/Web/API/ArrayBuffer /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer +/pt-BR/docs/Web/API/AudioContext/currentTime /pt-BR/docs/Web/API/BaseAudioContext/currentTime /pt-BR/docs/Web/API/BatteryManager.charging /pt-BR/docs/Web/API/BatteryManager/charging /pt-BR/docs/Web/API/BatteryManager.chargingTime /pt-BR/docs/Web/API/BatteryManager/chargingTime /pt-BR/docs/Web/API/BatteryManager.dischargingTime /pt-BR/docs/Web/API/BatteryManager/dischargingTime /pt-BR/docs/Web/API/BatteryManager.level /pt-BR/docs/Web/API/BatteryManager/level /pt-BR/docs/Web/API/BatteryManager.onchargingchange /pt-BR/docs/Web/API/BatteryManager/onchargingchange /pt-BR/docs/Web/API/BatteryManager.onchargingtimechange /pt-BR/docs/Web/API/BatteryManager/onchargingtimechange -/pt-BR/docs/Web/API/BatteryManager.ondischargingtimechange /pt-BR/docs/Web/API/BatteryManager/ondischargintimechange +/pt-BR/docs/Web/API/BatteryManager.ondischargingtimechange /pt-BR/docs/Web/API/BatteryManager/ondischargingtimechange /pt-BR/docs/Web/API/BatteryManager.onlevelchange /pt-BR/docs/Web/API/BatteryManager/onlevelchange +/pt-BR/docs/Web/API/BatteryManager/ondischargintimechange /pt-BR/docs/Web/API/BatteryManager/ondischargingtimechange /pt-BR/docs/Web/API/Console.timeEnd /pt-BR/docs/Web/API/Console/timeEnd /pt-BR/docs/Web/API/Coordinates /pt-BR/docs/Web/API/GeolocationCoordinates /pt-BR/docs/Web/API/Coordinates/altitude /pt-BR/docs/Web/API/GeolocationCoordinates/altitude +/pt-BR/docs/Web/API/CryptoKey/algorithm /pt-BR/docs/conflicting/Web/API/CryptoKey +/pt-BR/docs/Web/API/CryptoKey/extractable /pt-BR/docs/conflicting/Web/API/CryptoKey_53ae81677f4d9298717f2f245ae4da0d +/pt-BR/docs/Web/API/CryptoKey/type /pt-BR/docs/conflicting/Web/API/CryptoKey_33bd21ca8f20b4cd8c7b8c762e2fc597 +/pt-BR/docs/Web/API/CryptoKey/usages /pt-BR/docs/conflicting/Web/API/CryptoKey_f39d256ef7fbd1cf0a1f26de1e887ae7 +/pt-BR/docs/Web/API/DeviceAcceleration /pt-BR/docs/Web/API/DeviceMotionEventAcceleration +/pt-BR/docs/Web/API/DeviceRotationRate /pt-BR/docs/Web/API/DeviceMotionEventRotationRate /pt-BR/docs/Web/API/Document.querySelector /pt-BR/docs/Web/API/Document/querySelector /pt-BR/docs/Web/API/Document.querySelectorAll /pt-BR/docs/Web/API/Document/querySelectorAll +/pt-BR/docs/Web/API/Document/ElementoRegistrado /pt-BR/docs/Web/API/Document/registerElement +/pt-BR/docs/Web/API/Document/activeElement /pt-BR/docs/Web/API/DocumentOrShadowRoot/activeElement /pt-BR/docs/Web/API/Document/async /pt-BR/docs/Web/API/XMLDocument/async /pt-BR/docs/Web/API/Document/defaultView/popstate_event /pt-BR/docs/Web/API/Window/popstate_event /pt-BR/docs/Web/API/Document/defaultView/resize_event /pt-BR/docs/Web/API/Window/resize_event +/pt-BR/docs/Web/API/Document/elementFromPoint /pt-BR/docs/Web/API/DocumentOrShadowRoot/elementFromPoint +/pt-BR/docs/Web/API/Document/getSelection /pt-BR/docs/Web/API/DocumentOrShadowRoot/getSelection /pt-BR/docs/Web/API/DocumentoXML /pt-BR/docs/Web/API/XMLDocument -/pt-BR/docs/Web/API/Element.addEventListener /pt-BR/docs/Web/API/Element/addEventListener +/pt-BR/docs/Web/API/Element.addEventListener /pt-BR/docs/Web/API/EventTarget/addEventListener /pt-BR/docs/Web/API/Element.getAttribute /pt-BR/docs/Web/API/Element/getAttribute /pt-BR/docs/Web/API/Element.id /pt-BR/docs/Web/API/Element/id /pt-BR/docs/Web/API/Element.querySelector /pt-BR/docs/Web/API/Element/querySelector /pt-BR/docs/Web/API/Element.querySelectorAll /pt-BR/docs/Web/API/Element/querySelectorAll /pt-BR/docs/Web/API/Element.removeAttribute /pt-BR/docs/Web/API/Element/removeAttribute +/pt-BR/docs/Web/API/Element/accessKey /pt-BR/docs/Web/API/HTMLElement/accessKey +/pt-BR/docs/Web/API/Element/addEventListener /pt-BR/docs/Web/API/EventTarget/addEventListener +/pt-BR/docs/Web/API/Element/name /pt-BR/docs/conflicting/Web/API +/pt-BR/docs/Web/API/Event/Comparativo_entre_Event_Targets /pt-BR/docs/Web/API/Event/Comparison_of_Event_Targets +/pt-BR/docs/Web/API/Fetch_API/Uso_de_busca_Cross-global /pt-BR/docs/Web/API/Fetch_API/Cross-global_fetch_usage +/pt-BR/docs/Web/API/HTMLContentElement/Seletor /pt-BR/docs/Web/API/HTMLContentElement/select +/pt-BR/docs/Web/API/HTMLElement/blur /pt-BR/docs/Web/API/HTMLOrForeignElement/blur +/pt-BR/docs/Web/API/HTMLElement/dataset /pt-BR/docs/Web/API/HTMLOrForeignElement/dataset +/pt-BR/docs/Web/API/HTMLElement/focus /pt-BR/docs/Web/API/HTMLOrForeignElement/focus +/pt-BR/docs/Web/API/History_API/Exemplo /pt-BR/docs/Web/API/History_API/Example +/pt-BR/docs/Web/API/IndexedDB_API/Usando_IndexedDB /pt-BR/docs/Web/API/IndexedDB_API/Using_IndexedDB /pt-BR/docs/Web/API/Navigator.battery /pt-BR/docs/Web/API/Navigator/battery /pt-BR/docs/Web/API/NavigatorID.platform /pt-BR/docs/Web/API/NavigatorID/platform /pt-BR/docs/Web/API/Node.appendChild /pt-BR/docs/Web/API/Node/appendChild @@ -218,69 +585,294 @@ /pt-BR/docs/Web/API/Node.previousSibling /pt-BR/docs/Web/API/Node/previousSibling /pt-BR/docs/Web/API/Node.removeChild /pt-BR/docs/Web/API/Node/removeChild /pt-BR/docs/Web/API/Node.replaceChild /pt-BR/docs/Web/API/Node/replaceChild +/pt-BR/docs/Web/API/Node/Entendendo_o_uso_do_método_AppendChild-javascript /pt-BR/docs/orphaned/Web/API/Node/Entendendo_o_uso_do_método_AppendChild-javascript +/pt-BR/docs/Web/API/Node/innerText /pt-BR/docs/Web/API/HTMLElement/innerText /pt-BR/docs/Web/API/Position /pt-BR/docs/Web/API/GeolocationPosition /pt-BR/docs/Web/API/Position/coords /pt-BR/docs/Web/API/GeolocationPosition/coords /pt-BR/docs/Web/API/PositionError /pt-BR/docs/Web/API/GeolocationPositionError +/pt-BR/docs/Web/API/RandomSource /pt-BR/docs/conflicting/Web/API/Crypto/getRandomValues +/pt-BR/docs/Web/API/RandomSource/getRandomValues /pt-BR/docs/Web/API/Crypto/getRandomValues +/pt-BR/docs/Web/API/SVGAElement/SVGAlement.target /pt-BR/docs/Web/API/SVGAElement/target +/pt-BR/docs/Web/API/Seleção /pt-BR/docs/Web/API/Selection /pt-BR/docs/Web/API/URL.createObjectURL /pt-BR/docs/Web/API/URL/createObjectURl +/pt-BR/docs/Web/API/WebGL_API/Tutorial/Adicionando_conteudo_2D_a_um_contexto_WebGL /pt-BR/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context +/pt-BR/docs/Web/API/WebRTC_API/Simples_RTCDataChannel_amostra /pt-BR/docs/Web/API/WebRTC_API/Simple_RTCDataChannel_sample +/pt-BR/docs/Web/API/Web_Animations_API/Usando_a_Web_Animations_API /pt-BR/docs/Web/API/Web_Animations_API/Using_the_Web_Animations_API +/pt-BR/docs/Web/API/Web_Storage_API_pt_br /pt-BR/docs/Web/API/Web_Storage_API +/pt-BR/docs/Web/API/Web_Storage_API_pt_br/Using_the_Web_Storage_API /pt-BR/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API /pt-BR/docs/Web/API/Window.alert /pt-BR/docs/Web/API/Window/alert /pt-BR/docs/Web/API/Window.navigator /pt-BR/docs/Web/API/Window/navigator -/pt-BR/docs/Web/API/Window.onscroll /pt-BR/docs/Web/API/Window/onscroll +/pt-BR/docs/Web/API/Window.onscroll /pt-BR/docs/conflicting/Web/API/GlobalEventHandlers/onscroll /pt-BR/docs/Web/API/Window.openDialog /pt-BR/docs/Web/API/Window/openDialog -/pt-BR/docs/Web/API/WindowTimers.clearTimeout /pt-BR/docs/Web/API/WindowTimers/clearTimeout +/pt-BR/docs/Web/API/Window/URL /pt-BR/docs/conflicting/Web/API/URL +/pt-BR/docs/Web/API/Window/Window.localStorage /pt-BR/docs/Web/API/Window/localStorage +/pt-BR/docs/Web/API/Window/onscroll /pt-BR/docs/conflicting/Web/API/GlobalEventHandlers/onscroll +/pt-BR/docs/Web/API/WindowBase64 /pt-BR/docs/conflicting/Web/API/WindowOrWorkerGlobalScope +/pt-BR/docs/Web/API/WindowBase64/atob /pt-BR/docs/Web/API/WindowOrWorkerGlobalScope/atob +/pt-BR/docs/Web/API/WindowTimers /pt-BR/docs/conflicting/Web/API/WindowOrWorkerGlobalScope_e2691f7ad05781a30c5fc5bb3b3f633a +/pt-BR/docs/Web/API/WindowTimers.clearTimeout /pt-BR/docs/Web/API/WindowOrWorkerGlobalScope/clearTimeout +/pt-BR/docs/Web/API/WindowTimers/clearTimeout /pt-BR/docs/Web/API/WindowOrWorkerGlobalScope/clearTimeout +/pt-BR/docs/Web/API/XMLHttpRequest/Requisicoes_sincronas_e_assincronas /pt-BR/docs/Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests +/pt-BR/docs/Web/API/XMLHttpRequest/Usando_XMLHttpRequest /pt-BR/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest /pt-BR/docs/Web/API/document.getElementById /pt-BR/docs/Web/API/Document/getElementById /pt-BR/docs/Web/API/document.images /pt-BR/docs/Web/API/Document/images /pt-BR/docs/Web/API/document.scripts /pt-BR/docs/Web/API/Document/scripts /pt-BR/docs/Web/API/document.writeln /pt-BR/docs/Web/API/Document/writeln /pt-BR/docs/Web/API/event.type /pt-BR/docs/Web/API/Event/type +/pt-BR/docs/Web/API/notificacoes /pt-BR/docs/Web/API/Notification +/pt-BR/docs/Web/Accessibility/ARIA/ARIA_Techniques/Usando_o_atributo_aria-labelledby /pt-BR/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby_attribute +/pt-BR/docs/Web/Accessibility/ARIA/ARIA_Techniques/Usando_o_atributo_aria-required /pt-BR/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-required_attribute +/pt-BR/docs/Web/Accessibility/ARIA/ARIA_Techniques/Usando_o_slider_role /pt-BR/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_slider_role +/pt-BR/docs/Web/Accessibility/ARIA/ARIA_Techniques/Utilizando_o_alert_role /pt-BR/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alert_role +/pt-BR/docs/Web/Accessibility/ARIA/Guia_para_implementar_o_leitor_de_tela_ARIA /pt-BR/docs/Web/Accessibility/ARIA/ARIA_Screen_Reader_Implementors_Guide +/pt-BR/docs/Web/Accessibility/ARIA/forms/Dicas_básicas_de_form /pt-BR/docs/Web/Accessibility/ARIA/forms/Basic_form_hints +/pt-BR/docs/Web/Accessibility/ARIA/widgets/Visão_geral /pt-BR/docs/Web/Accessibility/ARIA/widgets/overview +/pt-BR/docs/Web/Acessibilidade /pt-BR/docs/Web/Accessibility +/pt-BR/docs/Web/Acessibilidade/Accessibilidade_para_plataforma_movel /pt-BR/docs/Web/Accessibility/Mobile_accessibility_checklist +/pt-BR/docs/Web/Acessibilidade/An_overview_of_accessible_web_applications_and_widgets /pt-BR/docs/Web/Accessibility/An_overview_of_accessible_web_applications_and_widgets +/pt-BR/docs/Web/Acessibilidade/Desenvolvimento_Web /pt-BR/docs/conflicting/Web/Accessibility +/pt-BR/docs/Web/Acessibilidade/Entendendo_WCAG /pt-BR/docs/Web/Accessibility/Understanding_WCAG +/pt-BR/docs/Web/Acessibilidade/Entendendo_WCAG/Keyboard /pt-BR/docs/Web/Accessibility/Understanding_WCAG/Keyboard +/pt-BR/docs/Web/Acessibilidade/Problemas_com_JAWS_no_Firefox /pt-BR/docs/orphaned/Web/Accessibility/JAWS_Issues_with_Firefox /pt-BR/docs/Web/Apps/Progressive /pt-BR/docs/Web/Progressive_web_apps -/pt-BR/docs/Web/Apps/Progressive/Introdução /pt-BR/docs/Web/Progressive_web_apps/Introdução +/pt-BR/docs/Web/Apps/Progressive/Introdução /pt-BR/docs/Web/Progressive_web_apps/Introduction +/pt-BR/docs/Web/CSS/-moz-box-ordinal-group /pt-BR/docs/Web/CSS/box-ordinal-group +/pt-BR/docs/Web/CSS/-moz-cell /pt-BR/docs/conflicting/Web/CSS/cursor +/pt-BR/docs/Web/CSS/CSS_Animations/Usando_animações_CSS /pt-BR/docs/Web/CSS/CSS_Animations/Using_CSS_animations +/pt-BR/docs/Web/CSS/CSS_Background_and_Borders /pt-BR/docs/Web/CSS/CSS_Backgrounds_and_Borders +/pt-BR/docs/Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds /pt-BR/docs/Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds +/pt-BR/docs/Web/CSS/CSS_Box_Model/margin_collapsing /pt-BR/docs/Web/CSS/CSS_Box_Model/Mastering_margin_collapsing +/pt-BR/docs/Web/CSS/CSS_Colors/seletor_de_cores /pt-BR/docs/Web/CSS/CSS_Colors/Color_picker_tool +/pt-BR/docs/Web/CSS/CSS_Flexible_Box_Layout/Conceitos_Basicos_do_Flexbox /pt-BR/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox +/pt-BR/docs/Web/CSS/CSS_Images/Implementando_sprites_de_imagens_em_CSS /pt-BR/docs/Web/CSS/CSS_Images/Implementing_image_sprites_in_CSS +/pt-BR/docs/Web/CSS/CSS_Reference /pt-BR/docs/Web/CSS/Reference /pt-BR/docs/Web/CSS/CSS_Reference/mix-blend-mode /pt-BR/docs/Web/CSS/mix-blend-mode +/pt-BR/docs/Web/CSS/CSS_Tipos /pt-BR/docs/Web/CSS/CSS_Types +/pt-BR/docs/Web/CSS/Comentário /pt-BR/docs/Web/CSS/Comments +/pt-BR/docs/Web/CSS/Elemento_substituido /pt-BR/docs/Web/CSS/Replaced_element /pt-BR/docs/Web/CSS/General_sibling_selectors /pt-BR/docs/Web/CSS/General_sibling_combinator +/pt-BR/docs/Web/CSS/Getting_Started /pt-BR/docs/conflicting/Learn/CSS/First_steps +/pt-BR/docs/Web/CSS/Getting_Started/Cascading_and_inheritance /pt-BR/docs/conflicting/Learn/CSS/Building_blocks/Cascade_and_inheritance +/pt-BR/docs/Web/CSS/Getting_Started/Como_CSS_funciona /pt-BR/docs/conflicting/Learn/CSS/First_steps/How_CSS_works +/pt-BR/docs/Web/CSS/Getting_Started/JavaScript /pt-BR/docs/Learn/JavaScript/Client-side_web_APIs/Manipulating_documents +/pt-BR/docs/Web/CSS/Getting_Started/Lists /pt-BR/docs/Learn/CSS/Styling_text/Styling_lists +/pt-BR/docs/Web/CSS/Getting_Started/Oque_é_CSS /pt-BR/docs/conflicting/Learn/CSS/First_steps/How_CSS_works_199dae2aa1447fa94457a213c989744d +/pt-BR/docs/Web/CSS/Getting_Started/Porque_usar_CSS /pt-BR/docs/conflicting/Learn/CSS/First_steps/How_CSS_works_61240ddc35a4ddd533ea33cc8ccf1c87 +/pt-BR/docs/Web/CSS/Getting_Started/Seletores /pt-BR/docs/conflicting/Learn/CSS/Building_blocks/Selectors +/pt-BR/docs/Web/CSS/Modelo_Visual /pt-BR/docs/Web/CSS/Visual_formatting_model +/pt-BR/docs/Web/CSS/Modelo_layout /pt-BR/docs/Web/CSS/Layout_mode +/pt-BR/docs/Web/CSS/Privacidade_e_o_seletor_:visited /pt-BR/docs/Web/CSS/Privacy_and_the_:visited_selector +/pt-BR/docs/Web/CSS/Pseudo-elementos /pt-BR/docs/Web/CSS/Pseudo-elements +/pt-BR/docs/Web/CSS/Seletor_de_atributos /pt-BR/docs/Web/CSS/Attribute_selectors +/pt-BR/docs/Web/CSS/Seletor_universal /pt-BR/docs/Web/CSS/Universal_selectors +/pt-BR/docs/Web/CSS/Seletores_CSS /pt-BR/docs/Web/CSS/CSS_Selectors +/pt-BR/docs/Web/CSS/Sintexe_valor /pt-BR/docs/Web/CSS/Value_definition_syntax +/pt-BR/docs/Web/CSS/Tools/Border-image_generator /pt-BR/docs/Web/CSS/CSS_Background_and_Borders/Border-image_generator +/pt-BR/docs/Web/CSS/Tools/Border-radius_generator /pt-BR/docs/Web/CSS/CSS_Background_and_Borders/Border-radius_generator /pt-BR/docs/Web/CSS/Using_CSS_variables /pt-BR/docs/Web/CSS/Using_CSS_custom_properties +/pt-BR/docs/Web/CSS/Valor_atual /pt-BR/docs/Web/CSS/actual_value +/pt-BR/docs/Web/CSS/Valor_resolvido /pt-BR/docs/Web/CSS/resolved_value +/pt-BR/docs/Web/CSS/Valor_usado /pt-BR/docs/Web/CSS/used_value /pt-BR/docs/Web/CSS/attr /pt-BR/docs/Web/CSS/attr() +/pt-BR/docs/Web/CSS/box_model /pt-BR/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model /pt-BR/docs/Web/CSS/calc /pt-BR/docs/Web/CSS/calc() /pt-BR/docs/Web/CSS/element /pt-BR/docs/Web/CSS/element() /pt-BR/docs/Web/CSS/env /pt-BR/docs/Web/CSS/env() /pt-BR/docs/Web/CSS/filter-function/grayscale /pt-BR/docs/Web/CSS/filter-function/grayscale() /pt-BR/docs/Web/CSS/filter-function/opacity /pt-BR/docs/Web/CSS/filter-function/opacity() /pt-BR/docs/Web/CSS/filter-function/sepia /pt-BR/docs/Web/CSS/filter-function/sepia() +/pt-BR/docs/Web/CSS/hifens /pt-BR/docs/Web/CSS/hyphens /pt-BR/docs/Web/CSS/image-set /pt-BR/docs/Web/CSS/image-set() -/pt-BR/docs/Web/CSS/máscara /pt-BR/docs/mask +/pt-BR/docs/Web/CSS/imagem /pt-BR/docs/Web/CSS/image +/pt-BR/docs/Web/CSS/máscara /pt-BR/docs/Web/CSS/mask /pt-BR/docs/Web/CSS/radial-gradient /pt-BR/docs/Web/CSS/radial-gradient() /pt-BR/docs/Web/CSS/repeating-linear-gradient /pt-BR/docs/Web/CSS/repeating-linear-gradient() +/pt-BR/docs/Web/CSS/sintaxe /pt-BR/docs/Web/CSS/Syntax /pt-BR/docs/Web/CSS/transform-function/matrix /pt-BR/docs/Web/CSS/transform-function/matrix() /pt-BR/docs/Web/CSS/transform-function/perspective /pt-BR/docs/Web/CSS/transform-function/perspective() /pt-BR/docs/Web/CSS/transform-function/rotate /pt-BR/docs/Web/CSS/transform-function/rotate() /pt-BR/docs/Web/CSS/transform-function/rotate3d /pt-BR/docs/Web/CSS/transform-function/rotate3d() /pt-BR/docs/Web/CSS/transform-function/scale /pt-BR/docs/Web/CSS/transform-function/scale() /pt-BR/docs/Web/CSS/transform-function/translate /pt-BR/docs/Web/CSS/transform-function/translate() +/pt-BR/docs/Web/CSS/valor_computado /pt-BR/docs/Web/CSS/computed_value +/pt-BR/docs/Web/CSS/valor_espeficifco /pt-BR/docs/Web/CSS/specified_value +/pt-BR/docs/Web/CSS/valor_inicial /pt-BR/docs/Web/CSS/initial_value /pt-BR/docs/Web/CSS/var /pt-BR/docs/Web/CSS/var() +/pt-BR/docs/Web/CSS/word-wrap /pt-BR/docs/Web/CSS/overflow-wrap +/pt-BR/docs/Web/Events/DOMContentLoaded /pt-BR/docs/Web/API/Window/DOMContentLoaded_event +/pt-BR/docs/Web/Events/abort /pt-BR/docs/Web/API/HTMLMediaElement/abort_event +/pt-BR/docs/Web/Events/beforeunload /pt-BR/docs/Web/API/Window/beforeunload_event +/pt-BR/docs/Web/Events/blur /pt-BR/docs/Web/API/Element/blur_event /pt-BR/docs/Web/Events/click /pt-BR/docs/Web/API/Element/click_event +/pt-BR/docs/Web/Events/focus /pt-BR/docs/Web/API/Element/focus_event +/pt-BR/docs/Web/Events/focusin /pt-BR/docs/Web/API/Element/focusin_event +/pt-BR/docs/Web/Events/focusout /pt-BR/docs/Web/API/Element/focusout_event +/pt-BR/docs/Web/Events/input /pt-BR/docs/Web/API/HTMLElement/input_event /pt-BR/docs/Web/Events/keydown /pt-BR/docs/Web/API/Document/keydown_event /pt-BR/docs/Web/Events/keypress /pt-BR/docs/Web/API/Document/keypress_event /pt-BR/docs/Web/Events/keyup /pt-BR/docs/Web/API/Document/keyup_event +/pt-BR/docs/Web/Events/load /pt-BR/docs/Web/API/Window/load_event /pt-BR/docs/Web/Events/mousedown /pt-BR/docs/Web/API/Element/mousedown_event /pt-BR/docs/Web/Events/mouseenter /pt-BR/docs/Web/API/Element/mouseenter_event /pt-BR/docs/Web/Events/mouseover /pt-BR/docs/Web/API/Element/mouseover_event /pt-BR/docs/Web/Events/popstate /pt-BR/docs/Web/API/Window/popstate_event +/pt-BR/docs/Web/Events/readystatechange /pt-BR/docs/Web/API/Document/readystatechange_event /pt-BR/docs/Web/Events/resize /pt-BR/docs/Web/API/Window/resize_event /pt-BR/docs/Web/Events/touchstart /pt-BR/docs/Web/API/Element/touchstart_event -/pt-BR/docs/Web/HTML/Elementos_nlock-level /pt-BR/docs/Web/HTML/Elementos_block-level +/pt-BR/docs/Web/Guide/CSS/CSS_Media_queries /pt-BR/docs/Web/CSS/Media_Queries/Using_media_queries +/pt-BR/docs/Web/Guide/CSS/CSS_media_queries_(consultas_de_mídia_em_CSS) /pt-BR/docs/orphaned/Web/Guide/CSS/CSS_media_queries_(consultas_de_mídia_em_CSS) +/pt-BR/docs/Web/Guide/CSS/Scaling_background_images /pt-BR/docs/Web/CSS/CSS_Backgrounds_and_Borders/Resizing_background_images +/pt-BR/docs/Web/Guide/CSS/Understanding_z_index /pt-BR/docs/Web/CSS/CSS_Positioning/Understanding_z_index +/pt-BR/docs/Web/Guide/Events/Touch_events /pt-BR/docs/Web/API/Touch_events +/pt-BR/docs/Web/Guide/Events/criando_e_disparando_eventos /pt-BR/docs/Web/Guide/Events/Creating_and_triggering_events +/pt-BR/docs/Web/Guide/Gráficos /pt-BR/docs/Web/Guide/Graphics +/pt-BR/docs/Web/Guide/HTML/Canvas_tutorial /pt-BR/docs/Web/API/Canvas_API/Tutorial +/pt-BR/docs/Web/Guide/HTML/Canvas_tutorial/Advanced_animations /pt-BR/docs/Web/API/Canvas_API/Tutorial/Advanced_animations +/pt-BR/docs/Web/Guide/HTML/Canvas_tutorial/Applying_styles_and_colors /pt-BR/docs/Web/API/Canvas_API/Tutorial/Applying_styles_and_colors +/pt-BR/docs/Web/Guide/HTML/Canvas_tutorial/Basic_animations /pt-BR/docs/Web/API/Canvas_API/Tutorial/Basic_animations +/pt-BR/docs/Web/Guide/HTML/Canvas_tutorial/Compositing /pt-BR/docs/Web/API/Canvas_API/Tutorial/Compositing +/pt-BR/docs/Web/Guide/HTML/Canvas_tutorial/Compositing/Exemplo /pt-BR/docs/Web/API/Canvas_API/Tutorial/Compositing/Example +/pt-BR/docs/Web/Guide/HTML/Canvas_tutorial/Conclusão /pt-BR/docs/Web/API/Canvas_API/Tutorial/Finale +/pt-BR/docs/Web/Guide/HTML/Canvas_tutorial/Drawing_shapes /pt-BR/docs/Web/API/Canvas_API/Tutorial/Drawing_shapes +/pt-BR/docs/Web/Guide/HTML/Canvas_tutorial/Drawing_text /pt-BR/docs/Web/API/Canvas_API/Tutorial/Drawing_text +/pt-BR/docs/Web/Guide/HTML/Canvas_tutorial/Otimizando_Canvas /pt-BR/docs/Web/API/Canvas_API/Tutorial/Optimizing_canvas +/pt-BR/docs/Web/Guide/HTML/Canvas_tutorial/Using_images /pt-BR/docs/Web/API/Canvas_API/Tutorial/Using_images +/pt-BR/docs/Web/Guide/HTML/Canvas_tutorial/Utilizacao_basica /pt-BR/docs/Web/API/Canvas_API/Tutorial/Basic_usage +/pt-BR/docs/Web/Guide/HTML/Categorias_de_conteudo /pt-BR/docs/Web/Guide/HTML/Content_categories +/pt-BR/docs/Web/Guide/HTML/Content_Editable /pt-BR/docs/Web/Guide/HTML/Editable_content +/pt-BR/docs/Web/Guide/HTML/Forms /pt-BR/docs/Learn/Forms +/pt-BR/docs/Web/Guide/HTML/Forms/Form_validation /pt-BR/docs/Learn/Forms/Form_validation +/pt-BR/docs/Web/Guide/HTML/Forms/How_to_build_custom_form_widgets /pt-BR/docs/Learn/Forms/How_to_build_custom_form_controls +/pt-BR/docs/Web/Guide/HTML/Forms/How_to_structure_an_HTML_form /pt-BR/docs/Learn/Forms/How_to_structure_a_web_form +/pt-BR/docs/Web/Guide/HTML/Forms/Meu_primeiro_formulario_HTML /pt-BR/docs/Learn/Forms/Your_first_form +/pt-BR/docs/Web/Guide/HTML/Forms/Os_widgets_nativos /pt-BR/docs/Learn/Forms/Basic_native_form_controls +/pt-BR/docs/Web/Guide/HTML/Forms/Sending_and_retrieving_form_data /pt-BR/docs/Learn/Forms/Sending_and_retrieving_form_data +/pt-BR/docs/Web/Guide/HTML/Using_data_attributes /pt-BR/docs/Learn/HTML/Howto/Use_data_attributes +/pt-BR/docs/Web/Guide/Introducao_ao_Desenvolvimento_Web /pt-BR/docs/Web/Guide/Introduction_to_Web_development +/pt-BR/docs/Web/HTML/CORS_imagens_habilitadas /pt-BR/docs/Web/HTML/CORS_enabled_image +/pt-BR/docs/Web/HTML/Canvas /pt-BR/docs/Web/API/Canvas_API +/pt-BR/docs/Web/HTML/Canvas/A_basic_ray-caster /pt-BR/docs/Web/API/Canvas_API/A_basic_ray-caster +/pt-BR/docs/Web/HTML/Controlando_verificacao_ortografica_em_formularios_HTML /pt-BR/docs/Web/HTML/Global_attributes/spellcheck +/pt-BR/docs/Web/HTML/Dicas_para_criar_páginas_HTML_de_carregamento_rápido /pt-BR/docs/Learn/HTML/Howto/Author_fast-loading_HTML_pages +/pt-BR/docs/Web/HTML/Element/Input/data /pt-BR/docs/Web/HTML/Element/input/date +/pt-BR/docs/Web/HTML/Element/command /pt-BR/docs/orphaned/Web/HTML/Element/command +/pt-BR/docs/Web/HTML/Element/conteúdo /pt-BR/docs/Web/HTML/Element/content +/pt-BR/docs/Web/HTML/Element/figura /pt-BR/docs/Web/HTML/Element/figure +/pt-BR/docs/Web/HTML/Elementos_block-level /pt-BR/docs/Web/HTML/Block-level_elements +/pt-BR/docs/Web/HTML/Elementos_nlock-level /pt-BR/docs/Web/HTML/Block-level_elements +/pt-BR/docs/Web/HTML/HTML5 /pt-BR/docs/Web/Guide/HTML/HTML5 /pt-BR/docs/Web/HTML/HTML5/HTML5_element_list /pt-BR/docs/Web/HTML/Element +/pt-BR/docs/Web/HTML/HTML5/Introduction_to_HTML5 /pt-BR/docs/Web/Guide/HTML/HTML5/Introduction_to_HTML5 +/pt-BR/docs/Web/HTML/Inline_elemente /pt-BR/docs/Web/HTML/Inline_elements +/pt-BR/docs/Web/HTML/Optimizing_your_pages_for_speculative_parsing /pt-BR/docs/Glossary/speculative_parsing +/pt-BR/docs/Web/HTML/ReferenciaHTML /pt-BR/docs/Web/HTML/Reference +/pt-BR/docs/Web/HTML/Using_HTML5_audio_and_video /pt-BR/docs/conflicting/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content +/pt-BR/docs/Web/HTML/favicon /pt-BR/docs/orphaned/Web/HTML/favicon +/pt-BR/docs/Web/HTML/formatos_midia_suportados /pt-BR/docs/Web/Media/Formats +/pt-BR/docs/Web/HTML/microformatos /pt-BR/docs/Web/HTML/microformats +/pt-BR/docs/Web/HTTP/Basico_sobre_HTTP /pt-BR/docs/Web/HTTP/Basics_of_HTTP +/pt-BR/docs/Web/HTTP/Basico_sobre_HTTP/Identifying_resources_on_the_Web /pt-BR/docs/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web +/pt-BR/docs/Web/HTTP/Basico_sobre_HTTP/MIME_types /pt-BR/docs/Web/HTTP/Basics_of_HTTP/MIME_types +/pt-BR/docs/Web/HTTP/Basico_sobre_HTTP/MIME_types/Complete_list_of_MIME_types /pt-BR/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types /pt-BR/docs/Web/HTTP/Cabecalhos_HTTP /pt-BR/docs/Web/HTTP/Headers +/pt-BR/docs/Web/HTTP/Compressão /pt-BR/docs/Web/HTTP/Compression +/pt-BR/docs/Web/HTTP/Controle_Acesso_CORS /pt-BR/docs/Web/HTTP/CORS +/pt-BR/docs/Web/HTTP/Gerenciamento_de_Conexão_em_HTTP_1.x /pt-BR/docs/Web/HTTP/Connection_management_in_HTTP_1.x +/pt-BR/docs/Web/HTTP/HTTP /pt-BR/docs/Web/HTTP/Caching +/pt-BR/docs/Web/HTTP/Headers/Conexão /pt-BR/docs/Web/HTTP/Headers/Connection /pt-BR/docs/Web/HTTP/Headers/Expira /pt-BR/docs/Web/HTTP/Headers/Expires +/pt-BR/docs/Web/HTTP/Headers/Localização /pt-BR/docs/Web/HTTP/Headers/Location +/pt-BR/docs/Web/HTTP/Mensagens /pt-BR/docs/Web/HTTP/Messages +/pt-BR/docs/Web/HTTP/Redirecionamento /pt-BR/docs/Web/HTTP/Redirections +/pt-BR/docs/Web/HTTP/Server-Side_Access_Control /pt-BR/docs/conflicting/Web/HTTP/CORS +/pt-BR/docs/Web/JavaScript/Enumerabilidade_e_posse_de_propriedades /pt-BR/docs/Web/JavaScript/Enumerability_and_ownership_of_properties /pt-BR/docs/Web/JavaScript/Guide/About /pt-BR/docs/Web/JavaScript/Guide/Introduction -/pt-BR/docs/Web/JavaScript/Guide/Inheritance_Revisited /pt-BR/docs/Web/JavaScript/Guide/Inheritance_and_the_prototype_chain +/pt-BR/docs/Web/JavaScript/Guide/Closures /pt-BR/docs/Web/JavaScript/Closures +/pt-BR/docs/Web/JavaScript/Guide/Coleções_chaveadas /pt-BR/docs/orphaned/Web/JavaScript/Guide/Coleções_chaveadas +/pt-BR/docs/Web/JavaScript/Guide/Declarações /pt-BR/docs/Web/JavaScript/Guide/Control_flow_and_error_handling +/pt-BR/docs/Web/JavaScript/Guide/Detalhes_do_Modelo_do_Objeto /pt-BR/docs/Web/JavaScript/Guide/Details_of_the_Object_Model +/pt-BR/docs/Web/JavaScript/Guide/Formatando_texto /pt-BR/docs/Web/JavaScript/Guide/Text_formatting +/pt-BR/docs/Web/JavaScript/Guide/Funções /pt-BR/docs/Web/JavaScript/Guide/Functions +/pt-BR/docs/Web/JavaScript/Guide/Igualdade /pt-BR/docs/conflicting/Web/JavaScript/Equality_comparisons_and_sameness +/pt-BR/docs/Web/JavaScript/Guide/Inheritance_Revisited /pt-BR/docs/Web/JavaScript/Inheritance_and_the_prototype_chain +/pt-BR/docs/Web/JavaScript/Guide/Inheritance_and_the_prototype_chain /pt-BR/docs/Web/JavaScript/Inheritance_and_the_prototype_chain +/pt-BR/docs/Web/JavaScript/Guide/Iteratores_e_geradores /pt-BR/docs/Web/JavaScript/Guide/Iterators_and_Generators /pt-BR/docs/Web/JavaScript/Guide/JavaScript_Visão_Geral /pt-BR/docs/Web/JavaScript/Guide/Introduction +/pt-BR/docs/Web/JavaScript/Guide/Lacos_e_iteracoes /pt-BR/docs/Web/JavaScript/Guide/Loops_and_iteration +/pt-BR/docs/Web/JavaScript/Guide/Módulos /pt-BR/docs/Web/JavaScript/Guide/Modules +/pt-BR/docs/Web/JavaScript/Guide/Numeros_e_datas /pt-BR/docs/Web/JavaScript/Guide/Numbers_and_dates +/pt-BR/docs/Web/JavaScript/Guide/Sintaxe_e_tipos /pt-BR/docs/orphaned/Web/JavaScript/Guide/Sintaxe_e_tipos +/pt-BR/docs/Web/JavaScript/Guide/Trabalhando_com_Objetos /pt-BR/docs/Web/JavaScript/Guide/Working_with_Objects +/pt-BR/docs/Web/JavaScript/Guide/Usando_promises /pt-BR/docs/Web/JavaScript/Guide/Using_promises +/pt-BR/docs/Web/JavaScript/Guide/Values,_variables,_and_literals /pt-BR/docs/Web/JavaScript/Guide/Grammar_and_types +/pt-BR/docs/Web/JavaScript/Introduction_to_Object-Oriented_JavaScript /pt-BR/docs/conflicting/Learn/JavaScript/Objects /pt-BR/docs/Web/JavaScript/Outras_ferramentas_JavaScript /pt-BR/docs/Tools +/pt-BR/docs/Web/JavaScript/Reference/Errors/Fata_parênteses_após_lista_argumento /pt-BR/docs/Web/JavaScript/Reference/Errors/Missing_parenthesis_after_argument_list +/pt-BR/docs/Web/JavaScript/Reference/Errors/Fecha_chaves_esquecida_apos_lista_propriedades /pt-BR/docs/Web/JavaScript/Reference/Errors/Missing_curly_after_property_list +/pt-BR/docs/Web/JavaScript/Reference/Errors/NãoNomeado_funcão_declaração /pt-BR/docs/Web/JavaScript/Reference/Errors/Unnamed_function_statement +/pt-BR/docs/Web/JavaScript/Reference/Errors/Não_definido /pt-BR/docs/Web/JavaScript/Reference/Errors/Not_defined +/pt-BR/docs/Web/JavaScript/Reference/Functions/Definicoes_metodos /pt-BR/docs/Web/JavaScript/Reference/Functions/Method_definitions +/pt-BR/docs/Web/JavaScript/Reference/Functions/Parametros_Predefinidos /pt-BR/docs/Web/JavaScript/Reference/Functions/Default_parameters +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Array/contains /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Array/includes +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Array/filtro /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Array/filter +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype /pt-BR/docs/orphaned/Web/JavaScript/Reference/Global_Objects/Array/prototype +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/BigInt/prototype /pt-BR/docs/orphaned/Web/JavaScript/Reference/Global_Objects/BigInt/prototype +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Boolean/prototype /pt-BR/docs/conflicting/Web/JavaScript/Reference/Global_Objects/Boolean +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Function/prototype /pt-BR/docs/conflicting/Web/JavaScript/Reference/Global_Objects/Function +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/prototype /pt-BR/docs/conflicting/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Map/prototype /pt-BR/docs/conflicting/Web/JavaScript/Reference/Global_Objects/Map +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Number/prototype /pt-BR/docs/conflicting/Web/JavaScript/Reference/Global_Objects/Number /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat -/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/prototype /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/prototype +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/prototype /pt-BR/docs/conflicting/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Object/prototype /pt-BR/docs/conflicting/Web/JavaScript/Reference/Global_Objects/Object +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Promise/prototype /pt-BR/docs/conflicting/Web/JavaScript/Reference/Global_Objects/Promise /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Set/prototype /pt-BR/docs/conflicting/Web/JavaScript/Reference/Global_Objects/Set +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/String/prototype /pt-BR/docs/conflicting/Web/JavaScript/Reference/Global_Objects/String +/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/WeakMap/prototype /pt-BR/docs/conflicting/Web/JavaScript/Reference/Global_Objects/WeakMap /pt-BR/docs/Web/JavaScript/Reference/Indice_metodos_js /pt-BR/docs/Web/JavaScript/Reference +/pt-BR/docs/Web/JavaScript/Reference/Operators/Arithmetic_Operators /pt-BR/docs/conflicting/Web/JavaScript/Reference/Operators +/pt-BR/docs/Web/JavaScript/Reference/Operators/Atribuicao_via_desestruturacao /pt-BR/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment +/pt-BR/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators /pt-BR/docs/conflicting/Web/JavaScript/Reference/Operators_7c8eb9475d97a4a734c5991857698560 +/pt-BR/docs/Web/JavaScript/Reference/Operators/Inicializador_Objeto /pt-BR/docs/Web/JavaScript/Reference/Operators/Object_initializer +/pt-BR/docs/Web/JavaScript/Reference/Operators/Operador_Condicional /pt-BR/docs/Web/JavaScript/Reference/Operators/Conditional_Operator +/pt-BR/docs/Web/JavaScript/Reference/Operators/Operador_Virgula /pt-BR/docs/Web/JavaScript/Reference/Operators/Comma_Operator +/pt-BR/docs/Web/JavaScript/Reference/Operators/Operadores_Logicos /pt-BR/docs/conflicting/Web/JavaScript/Reference/Operators_8fa8b34b0547a749514637a15d386886 +/pt-BR/docs/Web/JavaScript/Reference/Operators/Operadores_de_comparação /pt-BR/docs/conflicting/Web/JavaScript/Reference/Operators_0d2e4b8154642b5a9dbd76a2a48cf96a +/pt-BR/docs/Web/JavaScript/Reference/Operators/Spread_operator /pt-BR/docs/conflicting/Web/JavaScript/Reference/Operators/Spread_syntax +/pt-BR/docs/Web/JavaScript/Reference/Operators/operador_de_coalescencia_nula /pt-BR/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator /pt-BR/docs/Web/JavaScript/Reference/Properties_Index /pt-BR/docs/Web/JavaScript/Reference +/pt-BR/docs/Web/JavaScript/Reference/Statements/default /pt-BR/docs/conflicting/Web/JavaScript/Reference/Statements/switch +/pt-BR/docs/Web/JavaScript/Reference/Statements/funcoes_assincronas /pt-BR/docs/Web/JavaScript/Reference/Statements/async_function +/pt-BR/docs/Web/JavaScript/Reference/template_strings /pt-BR/docs/Web/JavaScript/Reference/Template_literals +/pt-BR/docs/Web/MathML/Exemplos /pt-BR/docs/Web/MathML/Examples +/pt-BR/docs/Web/Performance/caminho_de_renderizacao_critico /pt-BR/docs/Web/Performance/Critical_rendering_path +/pt-BR/docs/Web/Progressive_web_apps/Introdução /pt-BR/docs/Web/Progressive_web_apps/Introduction /pt-BR/docs/Web/SVG/Element/texto /pt-BR/docs/Web/SVG/Element/text +/pt-BR/docs/Web/SVG/Intensivo_de_Namespaces /pt-BR/docs/Web/SVG/Namespaces_Crash_Course +/pt-BR/docs/Web/Security/Básico_de_Segurança_da_Informação /pt-BR/docs/orphaned/Web/Security/Information_Security_Basics +/pt-BR/docs/Web/Tutoriais /pt-BR/docs/Web/Tutorials /pt-BR/docs/Web/WebGL /pt-BR/docs/Web/API/WebGL_API +/pt-BR/docs/Web/Web_Components/Usando_custom_elements /pt-BR/docs/Web/Web_Components/Using_custom_elements +/pt-BR/docs/WebAPI /pt-BR/docs/conflicting/Web/API_dd04ca1265cb79b990b8120e5f5070d3 +/pt-BR/docs/WebAPI/Battery_Status /pt-BR/docs/Web/API/Battery_Status_API +/pt-BR/docs/WebAPI/Network_Information /pt-BR/docs/Web/API/Network_Information_API +/pt-BR/docs/WebAssembly/Entendendo_o_formato_textual_do_WebAssembly /pt-BR/docs/WebAssembly/Understanding_the_text_format +/pt-BR/docs/WebAssembly/Usando_a_API_JavaScript_do_WebAssembly /pt-BR/docs/WebAssembly/Using_the_JavaScript_API /pt-BR/docs/WebGL /pt-BR/docs/Web/API/WebGL_API +/pt-BR/docs/WebRTC /pt-BR/docs/conflicting/Web/API/WebRTC_API /pt-BR/docs/WebRTC/navigator.getUserMedia /pt-BR/docs/Web/API/Navigator/getUserMedia +/pt-BR/docs/WebSockets /pt-BR/docs/Web/API/WebSockets_API +/pt-BR/docs/WebSockets/Escrevendo_aplicacoes_cliente_WebSocket /pt-BR/docs/Web/API/WebSockets_API/Writing_WebSocket_client_applications +/pt-BR/docs/WebSockets/Writing_WebSocket_server /pt-BR/docs/Web/API/WebSockets_API/Writing_WebSocket_server +/pt-BR/docs/WebSockets/Writing_WebSocket_servers /pt-BR/docs/Web/API/WebSockets_API/Writing_WebSocket_servers +/pt-BR/docs/Web_Development/Mobile /pt-BR/docs/conflicting/Web/Guide/Mobile +/pt-BR/docs/Web_Development/Mobile/Design_responsivo /pt-BR/docs/conflicting/Web/Progressive_web_apps +/pt-BR/docs/Web_Development/Mobile/Mobile-friendliness /pt-BR/docs/Web/Guide/Mobile/Mobile-friendliness +/pt-BR/docs/Web_Development/Mobile/Sites_separados /pt-BR/docs/Web/Guide/Mobile/Separate_sites +/pt-BR/docs/XHTML /pt-BR/docs/Glossary/XHTML /pt-BR/docs/c_temp /pt-BR/docs/Web/API/Console +/pt-BR/docs/desenvolvimento_web /pt-BR/docs/conflicting/Web/Guide +/pt-BR/docs/dez_anos_de_MDN /pt-BR/docs/MDN/At_ten /pt-BR/docs/en /en-US/ +/pt-BR/docs/mask /pt-BR/docs/Web/CSS/mask diff --git a/files/pt-br/_wikihistory.json b/files/pt-br/_wikihistory.json index f76a3f57e0..7dd7857632 100644 --- a/files/pt-br/_wikihistory.json +++ b/files/pt-br/_wikihistory.json @@ -1,17371 +1,17371 @@ { - "Aprender": { - "modified": "2020-08-17T01:24:04.475Z", + "Games": { + "modified": "2019-11-13T05:55:50.889Z", "contributors": [ - "GiovanniHD201E", - "Magela", - "Anonymous", "SphinxKnight", - "wcqueiroz", - "leticiacampanharo", - "svarlamov", - "julio-elipse", - "CodexZombie", - "Ermesoml", + "Aschlla", + "wbamberg", + "allanthales", "LucasPrado", - "phhoffmann", - "mrmorais", - "Gilbertosilvax1", - "teoli", - "toscano", - "CNicola", - "JamileLima", - "Diegoprsz", - "Doug_Fany", - "gustavoaraujo", - "-" + "quindai", + "dayanyrec", + "sidbalito", + "-", + "michaelws25" ] }, - "Aprender/CSS": { - "modified": "2020-07-16T22:25:36.584Z", + "Games/Anatomy": { + "modified": "2019-03-18T21:46:19.514Z", "contributors": [ - "fbilinski", - "peas", - "adoniasvitorio", - "melostbr", - "stefanocbl", - "ThiagoMSArrais", - "uteifeld", - "megaday", - "mak213k", - "luan03" + "kaluabentes", + "wbamberg", + "Emanuelpantoja" ] }, - "Aprender/CSS/Construindo_blocos": { - "modified": "2020-07-16T22:28:09.218Z", + "Games/Introduction": { + "modified": "2019-03-23T22:16:29.874Z", "contributors": [ - "terasider" + "wbamberg", + "LucasPrado", + "quindai" ] }, - "Aprender/CSS/Construindo_blocos/Cascade_and_inheritance": { - "modified": "2020-08-10T11:05:37.121Z", + "Games/Publishing_games": { + "modified": "2019-07-16T19:29:14.975Z", "contributors": [ - "dsantana77" + "SubaruSama" ] }, - "Aprender/CSS/Construindo_blocos/The_box_model": { - "modified": "2020-11-09T11:05:07.161Z", + "Games/Techniques": { + "modified": "2019-01-16T21:47:44.488Z", "contributors": [ - "wilsonbrandao", - "eduardodarocha", - "warleyfdias" + "wbamberg", + "zerox347", + "ladybenko" ] }, - "Aprender/CSS/Estilizando_texto": { - "modified": "2020-11-10T21:16:01.558Z", + "Games/Techniques/2D_collision_detection": { + "modified": "2020-07-04T08:12:21.880Z", "contributors": [ - "wilsonbrandao", - "WesleyCristiano" + "erickcpassos", + "deyvidfk", + "Erickfgfg" ] }, - "Aprender/Como_contribuir": { - "modified": "2020-07-16T22:33:45.702Z", + "Games/Techniques/3D_on_the_web": { + "modified": "2019-03-18T20:56:23.810Z", "contributors": [ - "MistarSometung", - "SphinxKnight", - "G_Nascimento", - "AdrianoCh" + "ViniciusMatias" ] }, - "Aprender/Ferramentas_e_teste": { - "modified": "2020-07-16T22:38:56.887Z", + "Games/Techniques/Control_mechanisms": { + "modified": "2019-04-12T01:31:35.859Z" + }, + "Games/Tools": { + "modified": "2019-03-23T22:21:04.609Z", "contributors": [ - "GPrimola" + "wbamberg", + "LincePotiguara" ] }, - "Aprender/Front-end_web_developer": { - "modified": "2020-11-06T17:15:48.569Z", + "Games/Tools/asm.js": { + "modified": "2019-01-17T01:24:47.932Z", "contributors": [ - "flaviomicheletti", - "SphinxKnight", - "marcus.simei", - "vinidesign.web", - "victorwvieira", - "etc_william" + "wbamberg", + "skwcontadores" ] }, - "Aprender/Getting_started_with_the_web": { - "modified": "2020-11-12T14:47:17.943Z", + "Games/Tutorials": { + "modified": "2020-04-12T15:58:10.944Z" + }, + "Games/Tutorials/2D_Breakout_game_pure_JavaScript": { + "modified": "2020-04-12T15:58:11.112Z", "contributors": [ - "msevero.vasconcelos", - "Magela", - "wcqueiroz", - "ivanagui2", - "adoniasvitorio", - "LucianoHanna", - "RobMota", - "gustavoaraujo", - "duuz" + "JoeParrilla" ] }, - "Aprender/Getting_started_with_the_web/A_web_e_seus_padrões": { - "modified": "2020-09-30T16:25:35.717Z", + "Games/Tutorials/2D_Breakout_game_pure_JavaScript/Move_the_ball": { + "modified": "2020-04-12T15:58:12.124Z", "contributors": [ - "kleversonsc", - "Xxxtechnopy", - "wilkersalazar" + "liara987" ] }, - "Aprender/Getting_started_with_the_web/CSS_basico": { - "modified": "2020-07-16T22:35:02.824Z", + "Glossary/Block": { + "modified": "2019-03-18T21:20:53.271Z", "contributors": [ - "Magela", - "The-Physicist", - "klisostom", - "SphinxKnight", - "MidianLima", - "wcqueiroz", - "fpsaraiva", - "otavioarc", - "yosasuke", - "rsip22", - "MatheusSales", - "DiegoBousfield", - "gustavoaraujo" + "Sheppy" ] }, - "Aprender/Getting_started_with_the_web/Como_a_Web_funciona": { - "modified": "2020-07-16T22:34:02.146Z", + "Glossary/Block/CSS": { + "modified": "2019-03-18T21:20:51.476Z", "contributors": [ - "raucer", - "Magela", - "wcqueiroz", - "joaopaulogn.dev", - "kleinerbr", - "otavioarc", - "pablobfonseca", - "gustavoaraujo" + "hlays" ] }, - "Aprender/Getting_started_with_the_web/HTML_basico": { - "modified": "2020-09-28T22:22:12.899Z", + "Learn/Accessibility": { + "modified": "2020-09-28T22:33:19.289Z", "contributors": [ - "kleversonsc", - "Magela", - "cisojacobsen", - "lukebarneys", - "The-Physicist", - "wcqueiroz", "helton-mori-dev", - "fabianosantos.net", - "RobMota", - "brunopulis", - "marciioluucas", - "rsip22", - "DiegoBousfield", - "gustavoaraujo" + "hadleyel" ] }, - "Aprender/Getting_started_with_the_web/JavaScript_basico": { - "modified": "2020-11-19T13:42:46.355Z", + "Learn/Accessibility/HTML": { + "modified": "2020-07-16T22:40:14.200Z", "contributors": [ - "msevero.vasconcelos", - "yurigauermarques", - "imsantosrodrigo", - "di3goCS", - "raucer", - "soarescamila", - "lucas-av7", - "Magela", - "wcqueiroz", - "helton-mori-dev", - "pietromesadri", - "raphaelhenrique", - "gabrielrosa2004", - "fernandosavio", - "Ralf_Amr", - "otavioarc", - "davilmaster", - "mrmorais", - "marcio-ti", - "barrosval", - "capaci", - "MatheusSales", - "DiegoBousfield", - "leleofg", - "gustavoaraujo" + "claubatista", + "msales", + "djagher" ] }, - "Aprender/Getting_started_with_the_web/Publicando_seu_site": { - "modified": "2020-07-16T22:34:28.025Z", + "Learn/CSS/Building_blocks/Selectors": { + "modified": "2020-09-20T16:23:13.975Z", "contributors": [ - "raucer", - "Magela", - "wcqueiroz", - "tuxpilgrim", - "Fernandolrs", - "otavioarc", - "barrosval", - "gustavoaraujo" + "Dhiezon_Gois", + "chrisdavidmills" ] }, - "Aprender/Getting_started_with_the_web/com_que_seu_site_vai_parecer": { - "modified": "2020-11-26T14:10:39.382Z", + "Learn/CSS/Building_blocks/Selectors/Attribute_selectors": { + "modified": "2020-08-10T15:51:24.045Z", "contributors": [ - "SphinxKnight", - "Fernando_Moreira", - "Magela", - "wcqueiroz", - "rafael-junio", - "RobMota", - "Gabriela-23", - "ricardoferreirades", - "psergiojr", - "gustavoaraujo" + "dsantana77" ] }, - "Aprender/Getting_started_with_the_web/instalando_programas_basicos": { - "modified": "2020-07-16T22:34:10.512Z", + "Learn/CSS/CSS_layout": { + "modified": "2020-07-31T21:27:32.805Z", "contributors": [ - "Magela", - "wcqueiroz", - "israeljunior", - "helton-mori-dev", - "el-unicorn", - "rafael-junio", - "RobMota", - "leocadiomichael", - "CNicola", - "gustavoaraujo" + "cyz", + "WesleyCristiano", + "peas", + "webfelipemaia", + "agathasilva28", + "Tiagosb", + "chrisdavidmills" ] }, - "Aprender/Getting_started_with_the_web/lidando_com_arquivos": { - "modified": "2020-07-16T22:34:37.257Z", + "Learn/CSS/CSS_layout/Flexbox": { + "modified": "2020-07-16T22:26:55.364Z", "contributors": [ - "Andrya", - "Magela", - "wcqueiroz", - "RobMota", - "SphinxKnight", - "Mservicos", - "Gabriela-23", - "ricardoferreirades", - "rsip22", - "rvNN", - "CNicola", - "gustavoaraujo" + "peas", + "GPrimola", + "magnonp" ] }, - "Aprender/HTML": { - "modified": "2020-10-31T12:06:06.944Z", + "Learn/CSS/CSS_layout/Positioning": { + "modified": "2020-07-16T22:26:45.710Z", "contributors": [ - "yurigauermarques", - "Magela", - "wcqueiroz", - "julio-elipse", - "Gabriela-23", - "luzniek", - "Fernandolrs", - "Leodma", - "lsvinicius", - "dnlezin" + "GiovanniHD201E" ] }, - "Aprender/HTML/Introducao_ao_HTML": { - "modified": "2020-11-27T11:33:56.639Z", + "Learn/CSS/CSS_layout/Responsive_Design": { + "modified": "2020-08-22T17:27:59.073Z", "contributors": [ - "msevero.vasconcelos", - "SphinxKnight", - "marcus.simei", - "Magela", - "wcqueiroz", - "Gabriela-23", - "BrunoThomaz", - "JonatasTeixeira", - "Ronicley", - "Isaakie", - "stefanocbl", - "farfael", - "yfernandes", - "AnteroJunior", - "erickmartim", - "andrekutianski" + "manoelbjr", + "crisleitaoguerra" ] }, - "Aprender/HTML/Introducao_ao_HTML/Criando_hyperlinks": { - "modified": "2020-12-09T14:37:56.311Z", + "Learn/CSS/First_steps": { + "modified": "2020-09-21T13:39:03.225Z", "contributors": [ - "Magela", - "imsantosrodrigo", - "soarescamila", - "klisostom", - "wcqueiroz", - "joaopaulogn.dev", - "Kardhyr", - "programando", - "fossalex", - "stefanocbl" + "BeatrizCavallieri", + "josealisson95", + "dmchaves", + "gpdias", + "danielSramos", + "arthurssfreitas", + "felipekafuri", + "chrisdavidmills" ] }, - "Aprender/HTML/Introducao_ao_HTML/Debugging_HTML": { - "modified": "2020-10-10T15:20:53.986Z", + "Learn/CSS/First_steps/How_CSS_works": { + "modified": "2020-07-27T17:09:53.707Z", "contributors": [ - "imsantosrodrigo", - "ricardo-ap-abreu", - "drikoh", - "charles_melara", - "Marnei-Cardoso" + "warleyfdias", + "lancaluis", + "LuisFreitas1", + "Edsonoguera", + "danielcmelonio", + "cirogomes58" ] }, - "Aprender/HTML/Introducao_ao_HTML/Estrutura_de_documento_e_sites": { - "modified": "2020-10-10T12:24:24.277Z", + "Learn/CSS/First_steps/Using_your_new_knowledge": { + "modified": "2020-07-16T22:28:04.939Z", "contributors": [ - "imsantosrodrigo", - "LucasPereira", - "Lukff", - "wcqueiroz", - "felipe-luiz" + "LuisFreitas1" ] }, - "Aprender/HTML/Introducao_ao_HTML/Formatacao_avancada_texto": { - "modified": "2020-11-03T03:15:01.344Z", + "Learn/CSS/Howto": { + "modified": "2020-07-16T22:25:43.674Z", "contributors": [ - "SphinxKnight", - "MiguelZK", - "imsantosrodrigo", - "klisostom", - "romulocarvalho", - "itamarsilva" + "chrisdavidmills" ] }, - "Aprender/HTML/Introducao_ao_HTML/Fundamentos_textuais_HTML": { - "modified": "2020-10-08T15:21:36.053Z", + "Learn/Common_questions": { + "modified": "2020-07-16T22:35:26.243Z", "contributors": [ - "imsantosrodrigo", - "soarescamila", - "Magela", - "hillary-reis", - "klisostom", - "wcqueiroz", - "digoribeiro", - "joaopaulogn.dev", - "RobMota", - "SphinxKnight", - "programando", - "stefanocbl" + "ManoMartins", + "mrmorais", + "rudolfo" ] }, - "Aprender/HTML/Introducao_ao_HTML/Getting_started": { - "modified": "2020-12-07T16:55:14.326Z", + "Learn/Common_questions/Pages_sites_servers_and_search_engines": { + "modified": "2020-07-16T22:35:40.295Z", "contributors": [ "Magela", - "soarescamila", + "tavieto", + "brunoAlves", "wcqueiroz", - "diegobarcelar", - "Gabriela-23", - "IsabellaMacedo", - "hocraveiro", - "GustavoAlvesDaSilvaCoder", - "allysonthales", - "jorgeclesio" + "juliana-amoasei", + "danielbrai" ] }, - "Aprender/HTML/Introducao_ao_HTML/Test_your_skills:_HTML_text_basics": { - "modified": "2020-10-02T10:40:58.435Z", + "Learn/Common_questions/Upload_files_to_a_web_server": { + "modified": "2020-11-22T03:28:22.451Z", "contributors": [ - "lufesipe", - "incaDigital" + "kvojps" ] }, - "Aprender/HTML/Introducao_ao_HTML/The_head_metadata_in_HTML": { - "modified": "2020-07-16T22:23:22.939Z", + "Learn/Common_questions/Using_Github_pages": { + "modified": "2020-07-16T22:35:51.948Z", "contributors": [ - "Danilo", - "Magela", - "klisostom", - "leoc01", - "wcqueiroz", - "daliannyvieira", - "Luan4560", - "joaopaulogn.dev", - "RobMota", - "Gabriela-23", - "programando", - "mitlearning", - "stefanocbl", - "kenobll" + "Celio1234" ] }, - "Aprender/HTML/Multimedia_and_embedding": { - "modified": "2020-09-18T10:32:28.552Z", + "Learn/Common_questions/What_is_a_domain_name": { + "modified": "2020-07-16T22:35:44.455Z", "contributors": [ - "gcrz", - "MiscoTrisco", "wcqueiroz", - "finkenauer", - "MatheusKozaku" + "Amarildo", + "clstrni" ] }, - "Aprender/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web": { - "modified": "2020-08-14T16:08:27.991Z", + "Learn/JavaScript/Asynchronous": { + "modified": "2020-08-22T17:58:38.750Z", "contributors": [ - "MarcosClaro" + "manoelbjr", + "Sheppy" ] }, - "Aprender/HTML/Multimedia_and_embedding/Images_in_HTML": { - "modified": "2020-07-16T22:24:47.423Z", + "Learn/JavaScript/Asynchronous/Promises": { + "modified": "2020-08-22T16:43:55.918Z", "contributors": [ - "cisojacobsen", - "LucasPereira", - "rafaelblink", - "brunopulis" + "manoelbjr", + "luan0ap" ] }, - "Aprender/HTML/Multimedia_and_embedding/Other_embedding_technologies": { - "modified": "2020-07-16T22:25:03.448Z", + "Learn/JavaScript/Asynchronous/Timeouts_and_intervals": { + "modified": "2020-07-16T22:33:21.635Z", "contributors": [ - "cisojacobsen", - "MatheusBorges", - "LucasPereira" + "vbarcellos", + "bellammuniz" ] }, - "Aprender/HTML/Multimedia_and_embedding/Responsive_images": { - "modified": "2020-07-16T22:24:37.186Z", + "Learn/JavaScript/First_steps": { + "modified": "2020-07-16T22:29:54.330Z", "contributors": [ - "gustavaum", - "davimh", - "rafaelcavalcante", - "BrunoThomaz" + "Magela", + "MattBizzo", + "alefesouza", + "linielson", + "rdeiana", + "chrisdavidmills" ] }, - "Aprender/HTML/Multimedia_and_embedding/Video_and_audio_content": { - "modified": "2020-07-16T22:24:55.358Z", + "Learn/JavaScript/First_steps/A_first_splash": { + "modified": "2020-08-28T16:05:03.838Z", "contributors": [ - "LucasPereira", - "LucasPrado" + "webfelipemaia", + "zKhiro", + "MattBizzo", + "rubenfaria", + "thiagolucio" ] }, - "Aprender/HTML/Tables": { - "modified": "2020-07-16T22:25:14.343Z", + "Learn/JavaScript/First_steps/Arrays": { + "modified": "2020-07-16T22:30:57.011Z", "contributors": [ - "nicolearagao", - "BeatrizCavallieri" + "izaqueJr", + "gabriel_cadu", + "VictorGom3s", + "BrunoThomaz" ] }, - "Aprender/HTML/Tables/Basics": { - "modified": "2020-11-17T04:01:03.837Z", + "Learn/JavaScript/First_steps/Strings": { + "modified": "2020-07-16T22:30:40.936Z", "contributors": [ - "SphinxKnight", - "aluizioneto", - "Caio_Rocha" + "lzhudson", + "BrunoThomaz" ] }, - "Aprender/HTML/como-fazer": { - "modified": "2020-07-16T22:22:30.419Z", + "Learn/JavaScript/First_steps/Useful_string_methods": { + "modified": "2020-07-16T22:30:49.411Z", "contributors": [ - "wcqueiroz", - "julio-elipse", - "slopesricardo" + "izaqueJr", + "Juliohub", + "VictorCPPlanas", + "greysonf", + "mwilson.oliveira", + "colares" ] }, - "Aprender/JavaScript": { - "modified": "2020-08-28T11:51:35.506Z", + "Learn/JavaScript/First_steps/What_went_wrong": { + "modified": "2020-07-16T22:30:35.893Z", "contributors": [ - "moukinchung", - "Chanpt", - "daniel-neiva", - "BeatrizCavallieri", - "leanfj", - "Takeshi-S", - "Abraham.G.", - "wcqueiroz", - "paulopompeu", - "CarlosFariass", - "leticiacampanharo", - "helton-mori-dev", - "SphinxKnight", - "gucaveira", - "aoc85", - "7aylors", - "gabrielrosa2004", - "byxande", - "amc97", - "Velasco", - "marcio-ti", - "Victorfm2167", - "diogoslima", - "deyvid0123" - ] - }, - "Aprender/JavaScript/Client-side_web_APIs": { - "modified": "2020-07-16T22:32:41.822Z", - "contributors": [ - "georgebueno77", - "helton-mori-dev", - "WellingtonFR", - "allanregess", - "Wendryl", - "andersoonluan" + "Ramon9825", + "lzhudson", + "VictorGom3s", + "MattBizzo", + "rubenfaria", + "francoforget", + "ReinaldoLuna" ] }, - "Aprender/JavaScript/Client-side_web_APIs/Client-side_storage": { - "modified": "2020-09-30T03:03:23.191Z", + "Learn/Server-side": { + "modified": "2020-07-16T22:36:01.419Z", "contributors": [ - "SphinxKnight", - "Paulo_Rezende" + "caveman-0", + "greysonf", + "chrisdavidmills" ] }, - "Aprender/JavaScript/Client-side_web_APIs/Introdução": { - "modified": "2020-11-04T14:49:24.547Z", + "Learn/Server-side/Django": { + "modified": "2020-08-25T19:47:59.806Z", "contributors": [ - "domuserk", - "nunes.rodrigo.dev", - "BeatrizCavallieri", - "GLuchtenberg", - "fpsaraiva", - "FernandaBernardo" + "glauconeto", + "victorruand", + "caveman-0", + "marcoxavier2005", + "julianofischer", + "rodrigowmendes", + "joanasouza", + "dougfeltrim", + "jozadaquebatista" ] }, - "Aprender/JavaScript/Elementos_construtivos": { - "modified": "2020-07-16T22:31:10.224Z", + "Learn/Server-side/Django/Admin_site": { + "modified": "2020-08-21T19:03:06.539Z", "contributors": [ - "Danilo", - "artphil", - "renansouza", - "psergiojr", - "tecnobr" + "ecoscom", + "jefersonsalvador", + "fossalex", + "theafien" ] }, - "Aprender/JavaScript/Elementos_construtivos/Build_your_own_function": { - "modified": "2020-07-20T16:29:20.448Z", + "Learn/Server-side/Django/Authentication": { + "modified": "2020-07-16T22:37:23.404Z", "contributors": [ - "eziotristao", - "gabriel_cadu", - "artphil", - "greysonf" + "ecoscom", + "fossalex" ] }, - "Aprender/JavaScript/Elementos_construtivos/Código_em_loop": { - "modified": "2020-07-16T22:31:21.519Z", + "Learn/Server-side/Django/Forms": { + "modified": "2020-07-16T22:37:33.125Z", "contributors": [ - "gabriel_cadu", - "lucas-av7", - "jess-silvano", - "recofka" + "ecoscom", + "fossalex", + "letuche" ] }, - "Aprender/JavaScript/Elementos_construtivos/Events": { - "modified": "2020-07-16T22:31:39.504Z", + "Learn/Server-side/Django/Generic_views": { + "modified": "2020-08-26T10:32:14.826Z", "contributors": [ - "suyfranca", - "PGama-Rodrigo", - "douglast2t", - "greysonf", - "VictorGom3s" + "ecoscom", + "fossalex" ] }, - "Aprender/JavaScript/Elementos_construtivos/Functions": { - "modified": "2020-07-16T22:31:26.363Z", + "Learn/Server-side/Django/Home_page": { + "modified": "2020-08-26T10:26:47.773Z", "contributors": [ - "artphil", - "samu101108" + "ecoscom", + "glauconeto", + "fossalex" ] }, - "Aprender/JavaScript/Elementos_construtivos/Image_gallery": { - "modified": "2020-07-16T22:31:44.008Z", + "Learn/Server-side/Django/Models": { + "modified": "2020-08-26T10:09:56.378Z", "contributors": [ - "greysonf" + "ecoscom", + "jefersonsalvador", + "Carine-Neris", + "fossalex", + "FRebeca", + "lucasjponce", + "montovaneli", + "lopespaz" ] }, - "Aprender/JavaScript/Elementos_construtivos/Return_values": { - "modified": "2020-07-16T22:31:34.447Z", + "Learn/Server-side/Django/Testing": { + "modified": "2020-07-16T22:37:38.133Z", "contributors": [ - "gabriel_cadu", - "Danilo", - "greysonf" + "ecoscom" ] }, - "Aprender/JavaScript/Elementos_construtivos/conditionals": { - "modified": "2020-11-20T11:18:47.143Z", + "Learn/Server-side/Django/skeleton_website": { + "modified": "2020-08-20T01:54:03.884Z", "contributors": [ - "Coronel-Marc", - "gabriel_cadu", - "euvanribeiro", - "greysonf", - "biakp", - "joficial", - "raphaeljq", - "francoforget", - "fenobalao" + "BraianF", + "jefersonsalvador", + "letuche", + "ViniciusMatias", + "lopespaz", + "faustobenini" ] }, - "Aprender/JavaScript/Howto": { - "modified": "2020-07-16T22:33:10.988Z", + "Learn/Server-side/Django/web_application_security": { + "modified": "2020-08-21T19:04:44.833Z", "contributors": [ - "edvoidcode", - "kabwto" + "ecoscom" ] }, - "Aprender/JavaScript/Objetos": { - "modified": "2020-07-16T22:31:52.228Z", + "Learn/Server-side/Express_Nodejs": { + "modified": "2020-07-16T22:37:54.607Z", "contributors": [ - "rafaelsantosjor", - "webfelipemaia", - "Tiagosb", - "claudiolcastro", - "carlos-rafael", - "juniorcaires" + "AAntoniazzi", + "ClemerJunior", + "fabiano.monte" ] }, - "Aprender/JavaScript/Objetos/Adding_bouncing_balls_features": { - "modified": "2020-07-16T22:32:35.532Z", + "Learn/Server-side/Express_Nodejs/Displaying_data": { + "modified": "2020-07-16T22:38:30.773Z", "contributors": [ - "greysonf" + "bivoigt" ] }, - "Aprender/JavaScript/Objetos/Básico": { - "modified": "2020-12-11T00:30:59.153Z", + "Learn/Server-side/Express_Nodejs/Displaying_data/flow_control_using_async": { + "modified": "2020-07-16T22:38:33.142Z", "contributors": [ - "iJacKP", - "clivelton", - "WellingtonFR", - "rafaelsantosjor", - "hmilena", - "webfelipemaia" + "caiollavos" ] }, - "Aprender/JavaScript/Objetos/Herança": { - "modified": "2020-07-16T22:32:15.784Z", + "Learn/Server-side/Express_Nodejs/Tutorial_local_library_website": { + "modified": "2020-07-16T22:38:16.508Z", "contributors": [ - "WellingtonFR", - "greysonf" + "ddanielcardoso", + "moronimotta" ] }, - "Aprender/JavaScript/Objetos/JSON": { - "modified": "2020-07-16T22:32:28.309Z", + "Learn/Server-side/Express_Nodejs/deployment": { + "modified": "2020-07-16T22:38:50.392Z", "contributors": [ - "euvanribeiro", - "WellingtonFR", - "mateus1siqueira", - "greysonf" + "gabrielfdg10", + "andersonse" ] }, - "Aprender/JavaScript/Objetos/Object-oriented_JS": { - "modified": "2020-07-16T22:32:07.136Z", + "Learn/Server-side/Express_Nodejs/mongoose": { + "modified": "2020-07-16T22:38:22.513Z", "contributors": [ - "rpizzolato", - "WellingtonFR", - "greysonf" + "maletta", + "TatiTheFreaK", + "arturlicks", + "Samuscosta" ] }, - "Aprender/JavaScript/Objetos/Object_building_practice": { - "modified": "2020-07-16T22:32:32.103Z", + "Learn/Server-side/Express_Nodejs/skeleton_website": { + "modified": "2020-07-16T22:38:05.698Z", "contributors": [ - "tonMoraes", - "greysonf" + "moronimotta" ] }, - "Aprender/JavaScript/Objetos/Object_prototypes": { - "modified": "2020-07-16T22:32:21.988Z", + "Learn/Server-side/First_steps": { + "modified": "2020-11-23T00:02:31.153Z", "contributors": [ - "WellingtonFR", - "DanStos", - "greysonf" + "kvojps", + "Magela", + "c1c3ru", + "kjerinic" ] }, - "Aprender/Learning_and_getting_help": { - "modified": "2020-07-16T22:40:49.138Z", + "Learn/Server-side/First_steps/Client-Server_overview": { + "modified": "2020-12-06T18:07:14.325Z", "contributors": [ - "GiovanniHD201E" + "duduindo", + "kvojps", + "MicaelFN" ] }, - "Aprender/Release_notes": { - "modified": "2020-10-15T20:54:28.940Z", + "Learn/Tools_and_testing/Client-side_JavaScript_frameworks": { + "modified": "2020-11-20T15:01:38.744Z", "contributors": [ - "3ltons" + "Marrior-dot", + "gevsantos", + "CodeDotJS" ] }, - "CSS/Usando_caixas_flexiveis_css": { - "modified": "2019-09-08T09:50:19.292Z", + "Learn/Tools_and_testing/Cross_browser_testing": { + "modified": "2020-07-16T22:39:00.890Z", "contributors": [ - "emaia", - "gabrielbarros28", - "FernandaBernardo", - "rvNN", - "trestini", - "afonsopacifer", - "brunoqueiros", - "deaballe" + "caiquesandrade", + "wbamberg", + "arai" ] }, - "Construindo_um_complemento": { - "modified": "2019-03-23T23:05:15.518Z", + "Learn/Tools_and_testing/Cross_browser_testing/Introduction": { + "modified": "2020-07-16T22:39:04.327Z", "contributors": [ - "rodrigopadula" + "jozadaquebatista" ] }, - "DOM": { - "modified": "2019-03-23T23:35:40.503Z", - "contributors": [ - "teoli" - ] - }, - "DOM/Referencia_do_DOM": { - "modified": "2019-07-12T13:54:33.473Z", + "MDN": { + "modified": "2020-02-19T18:02:47.459Z", "contributors": [ + "jswisher", + "SphinxKnight", "wcqueiroz", - "AlyoshaS", - "tuanny", - "arai", - "srsaude" + "wbamberg", + "gutoribeiro", + "Jeremie", + "-", + "PriscillaAlcalde", + "Sheppy" ] }, - "DOM/Referencia_do_DOM/Events": { - "modified": "2020-08-30T22:44:17.906Z", + "MDN/About": { + "modified": "2019-09-11T08:06:52.705Z", "contributors": [ - "bermarques" + "SphinxKnight", + "wbamberg", + "larimaza", + "luisfvieira", + "luc4smoreira", + "jswisher", + "joaopaulosama", + "leandroruel", + "Danilson_Veloso", + "-", + "morvanabonin", + "A.M.M.A." ] }, - "DOM/Referencia_do_DOM/Examples": { - "modified": "2019-03-23T22:11:58.983Z", + "MDN/Contribute": { + "modified": "2019-12-26T13:39:13.687Z", "contributors": [ - "virginiarcruz" + "maugravena", + "wcqueiroz", + "wbamberg", + "GPrimola", + "Aschlla", + "alexrohleder", + "-", + "rodrigopadula", + "marksabbath", + "Sheppy" ] }, - "DOM/Referencia_do_DOM/How_to_create_a_DOM_tree": { - "modified": "2019-03-23T22:11:56.223Z", + "MDN/Contribute/Feedback": { + "modified": "2020-09-30T17:52:17.404Z", "contributors": [ - "virginiarcruz" + "chrisdavidmills", + "jswisher", + "SphinxKnight", + "elenderg", + "wbamberg", + "leandroruel", + "GilvanFernandes" ] }, - "DOM/Referencia_do_DOM/Introdução": { - "modified": "2020-12-03T17:12:30.790Z", + "MDN/Contribute/Getting_started": { + "modified": "2020-09-30T17:15:19.127Z", "contributors": [ - "aotakeda", - "xKbryan", - "herculesgabriel", - "mfdj.1999", - "tomazcunha", - "andrekutianski", - "ramonfranklyn", - "onsistec" + "chrisdavidmills", + "wbamberg", + "haskellcamargo", + "mrmorais", + "-", + "takahan", + "annacruz", + "Fabiola" ] }, - "DOM/Referencia_do_DOM/Whitespace_in_the_DOM": { - "modified": "2019-03-18T21:38:03.775Z", + "MDN/Guidelines": { + "modified": "2020-09-30T15:31:17.173Z", "contributors": [ - "jpreuss", - "coloringa" + "chrisdavidmills", + "wcqueiroz", + "wbamberg", + "Sheppy" ] }, - "DragDrop": { - "modified": "2019-03-23T23:34:35.791Z", + "MDN/Structures": { + "modified": "2020-09-30T12:56:58.874Z", "contributors": [ - "drewp" + "chrisdavidmills", + "wbamberg", + "alipseight" ] }, - "DragDrop/Drag_and_Drop": { - "modified": "2019-12-03T23:38:01.288Z", + "MDN/Structures/Compatibility_tables": { + "modified": "2020-10-15T22:05:41.325Z", "contributors": [ - "CharlesEduardoSCBR", - "rodrigofazenda", - "cezaraugusto", - "saviski", - "jpalharini" + "chrisdavidmills", + "paulakfleck", + "MarcosNakamine", + "henriquebortoletti", + "Felipebros", + "PabloHarger", + "wbamberg", + "cautnew", + "rafaelcavalcante" ] }, - "DragDrop/Drag_and_Drop/Arrastar_e_soltar_arquivos": { - "modified": "2020-03-05T12:27:04.657Z", + "MDN/Structures/Macros": { + "modified": "2020-09-30T12:56:59.059Z", "contributors": [ - "NOOB_DISNEY" + "chrisdavidmills", + "wcqueiroz" ] }, - "Games": { - "modified": "2019-11-13T05:55:50.889Z", + "MDN/Tools": { + "modified": "2020-09-30T16:52:54.238Z", "contributors": [ - "SphinxKnight", - "Aschlla", + "chrisdavidmills", "wbamberg", - "allanthales", - "LucasPrado", - "quindai", - "dayanyrec", - "sidbalito", + "alipseight", "-", - "michaelws25" + "jswisher" ] }, - "Games/Anatomy": { - "modified": "2019-03-18T21:46:19.514Z", + "MDN/Tools/KumaScript": { + "modified": "2020-11-30T12:49:15.264Z", "contributors": [ - "kaluabentes", + "chrisdavidmills", "wbamberg", - "Emanuelpantoja" + "AndreDea" ] }, - "Games/Introduction": { - "modified": "2019-03-23T22:16:29.874Z", + "Mozilla": { + "modified": "2019-03-23T23:37:34.048Z", "contributors": [ - "wbamberg", - "LucasPrado", - "quindai" + "joselima", + "-", + "ethertank", + "ziyunfei" ] }, - "Games/Introduction_to_HTML5_Game_Gevelopment_(summary)": { - "modified": "2019-03-18T20:49:07.398Z", + "Mozilla/Add-ons": { + "modified": "2019-09-09T13:10:10.949Z", "contributors": [ - "G_Nascimento" + "SphinxKnight", + "Fernandolrs", + "luciolb", + "kaue", + "Doug_Fany", + "ThiagoEscarrone", + "EduardoRedressa", + "fabianosantos.net", + "-", + "janlima", + "jswisher" ] }, - "Games/Publishing_games": { - "modified": "2019-07-16T19:29:14.975Z", + "Mozilla/Add-ons/WebExtensions": { + "modified": "2019-09-04T15:18:11.465Z", "contributors": [ - "SubaruSama" + "brasmon8351", + "julio-elipse", + "MarceloGhelman", + "thiagopelizoni", + "jcjesus", + "Mostard", + "leanfj", + "lubarino", + "jlamim", + "wbamberg" ] }, - "Games/Techniques": { - "modified": "2019-01-16T21:47:44.488Z", + "Mozilla/Add-ons/WebExtensions/API": { + "modified": "2019-11-26T22:19:20.258Z", "contributors": [ "wbamberg", - "zerox347", - "ladybenko" + "Makyen" ] }, - "Games/Techniques/2D_collision_detection": { - "modified": "2020-07-04T08:12:21.880Z", + "Mozilla/Add-ons/WebExtensions/API/alarms": { + "modified": "2020-10-15T22:07:15.567Z", "contributors": [ - "erickcpassos", - "deyvidfk", - "Erickfgfg" + "wbamberg", + "thiagopelizoni" ] }, - "Games/Techniques/3D_on_the_web": { - "modified": "2019-03-18T20:56:23.810Z", + "Mozilla/Add-ons/WebExtensions/API/bookmarks": { + "modified": "2020-10-15T22:07:18.478Z", "contributors": [ - "ViniciusMatias" + "wbamberg", + "thiagopelizoni" ] }, - "Games/Techniques/Control_mechanisms": { - "modified": "2019-04-12T01:31:35.859Z" - }, - "Games/Tools": { - "modified": "2019-03-23T22:21:04.609Z", + "Mozilla/Add-ons/WebExtensions/API/browserAction": { + "modified": "2020-10-15T22:07:24.197Z", "contributors": [ "wbamberg", - "LincePotiguara" + "thiagopelizoni" ] }, - "Games/Tools/asm.js": { - "modified": "2019-01-17T01:24:47.932Z", + "Mozilla/Add-ons/WebExtensions/API/browserSettings": { + "modified": "2020-10-15T22:07:20.929Z", "contributors": [ "wbamberg", - "skwcontadores" + "thiagopelizoni" ] }, - "Games/Tutorials": { - "modified": "2020-04-12T15:58:10.944Z" - }, - "Games/Tutorials/2D_Breakout_game_pure_JavaScript": { - "modified": "2020-04-12T15:58:11.112Z", + "Mozilla/Add-ons/WebExtensions/API/browsingData": { + "modified": "2020-10-15T22:07:21.259Z", "contributors": [ - "JoeParrilla" + "thiagopelizoni" ] }, - "Games/Tutorials/2D_Breakout_game_pure_JavaScript/Move_the_ball": { - "modified": "2020-04-12T15:58:12.124Z", + "Mozilla/Add-ons/WebExtensions/API/clipboard": { + "modified": "2020-10-15T22:07:18.172Z", "contributors": [ - "liara987" + "thiagopelizoni" ] }, - "Glossario": { - "modified": "2020-10-07T11:13:14.110Z", + "Mozilla/Add-ons/WebExtensions/API/commands": { + "modified": "2020-10-15T22:07:21.541Z", "contributors": [ - "peterbe", - "SphinxKnight", - "wcqueiroz", "wbamberg", - "matheusdmm", - "-", - "gusleindecker" + "thiagopelizoni" ] }, - "Glossario/404": { - "modified": "2019-03-23T22:47:20.165Z", + "Mozilla/Add-ons/WebExtensions/API/contentScripts": { + "modified": "2020-10-15T22:07:22.642Z", "contributors": [ - "raduq" + "thiagopelizoni" ] }, - "Glossario/502": { - "modified": "2019-03-23T22:47:23.868Z", + "Mozilla/Add-ons/WebExtensions/API/contextualIdentities": { + "modified": "2020-10-15T21:58:40.272Z", "contributors": [ - "raduq" + "wbamberg", + "thiagopelizoni", + "eduardMariano" ] }, - "Glossario/AJAX": { - "modified": "2020-01-10T00:02:09.757Z", + "Mozilla/Add-ons/WebExtensions/API/cookies": { + "modified": "2020-10-15T22:07:19.571Z", "contributors": [ - "brunofrra", - "mariozuany", - "barrosval", - "rogeriomoraessp" + "wbamberg", + "thiagopelizoni" ] }, - "Glossario/API": { - "modified": "2019-10-20T21:41:36.383Z", + "Mozilla/Add-ons/WebExtensions/API/menus": { + "modified": "2020-10-15T22:28:27.733Z", "contributors": [ - "htmribeiro", - "raphaelhenrique", - "andrekutianski", - "raduq" + "Sam-Marx" ] }, - "Glossario/ASCII": { - "modified": "2020-08-07T10:40:43.821Z", + "Mozilla/Add-ons/WebExtensions/API/tabs": { + "modified": "2020-10-15T22:34:17.119Z", "contributors": [ - "rafhaelfitzpatrick", - "mak213k" + "Jonathan_Watt" ] }, - "Glossario/Abstração": { - "modified": "2019-03-23T22:35:53.964Z", + "Mozilla/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs": { + "modified": "2020-10-15T20:55:06.952Z", "contributors": [ - "jjmars" + "jaimemaretoli" ] }, - "Glossario/Acessibilidade": { - "modified": "2019-03-23T22:05:43.916Z", + "Mozilla/Add-ons/WebExtensions/Examples": { + "modified": "2019-03-18T21:03:20.319Z", "contributors": [ - "MarceloBRN" + "jefersonnavarro", + "thiagopelizoni", + "FelipeBergmann" ] }, - "Glossario/Adobe_Flash": { - "modified": "2019-03-18T21:44:03.570Z", + "Mozilla/Add-ons/WebExtensions/Intercept_HTTP_requests": { + "modified": "2019-03-18T21:01:56.380Z", "contributors": [ - "SaraJade" + "thiagopelizoni" ] }, - "Glossario/Algoritmo": { - "modified": "2019-01-17T02:26:12.294Z", + "Mozilla/Add-ons/WebExtensions/What_are_WebExtensions": { + "modified": "2019-03-18T21:05:24.593Z", "contributors": [ - "SaraJade" + "fthiagogv", + "Mostard" ] }, - "Glossario/Alpha": { - "modified": "2020-11-15T12:30:40.587Z", + "Mozilla/Add-ons/WebExtensions/manifest.json": { + "modified": "2020-10-15T21:55:09.220Z", "contributors": [ - "IsaqueDiniz" + "wbamberg" ] }, - "Glossario/Apple_Safari": { - "modified": "2019-03-18T21:43:59.859Z", + "Mozilla/Add-ons/WebExtensions/manifest.json/short_name": { + "modified": "2020-10-15T21:55:07.308Z", "contributors": [ - "SaraJade" + "wbamberg", + "gutoribeiro" ] }, - "Glossario/Argument": { - "modified": "2019-03-23T22:04:07.640Z", + "Mozilla/Add-ons/WebExtensions/manifest.json/web_accessible_resources": { + "modified": "2020-10-15T22:23:15.449Z", "contributors": [ - "apsychox", - "SaraJade", - "gabrielrosa2004" + "AdaiasMagdiel" ] }, - "Glossario/Arpanet": { - "modified": "2019-03-23T22:06:40.692Z", + "Mozilla/Add-ons/WebExtensions/user_interface": { + "modified": "2020-03-23T21:27:50.719Z", "contributors": [ - "SaraJade" + "chrisdavidmills" ] }, - "Glossario/Assincrono": { - "modified": "2019-03-18T21:43:52.623Z", + "Mozilla/Developer_guide": { + "modified": "2019-03-23T23:38:41.412Z", "contributors": [ - "SaraJade" + "chrisdavidmills", + "regisdiogo", + "josivansilva" ] }, - "Glossario/Atributo": { - "modified": "2019-05-30T03:05:20.743Z", + "Mozilla/Developer_guide/Mozilla_build_FAQ": { + "modified": "2019-03-23T23:30:00.484Z", "contributors": [ - "jorgeclesio", - "GoToLoop" + "chrisdavidmills", + "fscholz", + "tfsthiago11121" ] }, - "Glossario/Bandwidth": { - "modified": "2020-03-28T04:45:58.336Z", + "Mozilla/Firefox": { + "modified": "2020-01-18T14:01:54.191Z", "contributors": [ - "joelson.ejr" + "leela52452", + "SphinxKnight", + "wbamberg", + "rafael-junio", + "mrmorais", + "cezarcruz", + "-", + "chocoelho", + "fahadkalil" ] }, - "Glossario/BigInt": { - "modified": "2019-06-01T11:26:46.232Z", + "Mozilla/Firefox/Releases": { + "modified": "2019-01-16T20:18:57.986Z", "contributors": [ - "emersonbroga" + "wbamberg", + "-" ] }, - "Glossario/Booleano": { - "modified": "2019-03-23T23:02:25.617Z", + "Mozilla/Firefox/Releases/1.5": { + "modified": "2019-03-23T23:00:27.323Z", "contributors": [ - "eduardocezarinossp", - "ViniciusMachado", - "trestini" + "wbamberg", + "-" ] }, - "Glossario/CDN": { - "modified": "2019-01-16T22:59:44.431Z", + "Mozilla/Firefox/Releases/3": { + "modified": "2020-12-11T05:30:36.972Z", "contributors": [ - "Rickslayer" + "wbamberg" ] }, - "Glossario/CMS": { - "modified": "2019-03-23T22:31:12.002Z", + "Mozilla/Firefox/Releases/49": { + "modified": "2019-03-23T22:24:00.355Z", "contributors": [ - "Rickslayer" + "wbamberg", + "wdot789" ] }, - "Glossario/CORS": { - "modified": "2019-12-23T23:53:25.142Z", + "Mozilla/Firefox/Releases/50": { + "modified": "2019-03-18T21:11:50.773Z", "contributors": [ - "FernandoKGA" + "duduindo", + "wbamberg", + "jerfeson" ] }, - "Glossario/CRUD": { - "modified": "2020-12-05T13:04:05.864Z", + "Mozilla/Firefox/Releases/57": { + "modified": "2019-03-18T20:55:45.402Z", "contributors": [ - "IsaqueDiniz" + "duduindo", + "wbamberg", + "ialexsilva", + "marcoarw" ] }, - "Glossario/CSS": { - "modified": "2019-03-23T22:17:45.507Z", + "Mozilla/Firefox/Releases/65": { + "modified": "2019-03-18T21:21:43.693Z", "contributors": [ - "psergiojr" + "yellowag" ] }, - "Glossario/CSSOM": { - "modified": "2020-11-13T12:20:41.027Z", + "Tools": { + "modified": "2020-07-16T22:44:17.244Z", "contributors": [ - "IsaqueDiniz" + "vanteew29", + "SphinxKnight", + "rafaelsiza", + "wbamberg", + "redbob365", + "alipseight", + "LuccasBarbosa", + "-", + "_GabrielDuque", + "marinalimeira", + "eduardojmatos", + "jlamim", + "teoli", + "gutierri", + "nanardo", + "fabianosantos.net", + "AJCSantos", + "paulo007", + "bbenatti", + "fernando.karpinski", + "ronaldo-bonfim" ] }, - "Glossario/CSS_Selector": { - "modified": "2019-03-23T22:06:48.887Z", + "Tools/3D_View": { + "modified": "2020-07-16T22:34:25.511Z", "contributors": [ - "IsmaelEzequiel" + "italo-baciliere", + "wbamberg", + "Tomaz-Vieira", + "pablobfonseca" ] }, - "Glossario/CSS_pixel": { - "modified": "2020-11-14T14:30:11.858Z", + "Tools/Browser_Console": { + "modified": "2020-07-16T22:35:42.624Z", "contributors": [ - "IsaqueDiniz" + "wbamberg", + "Wallison_S.F", + "jlamim" ] }, - "Glossario/CSS_preprocessor": { - "modified": "2020-11-13T12:59:56.480Z", + "Tools/Debugger/How_to": { + "modified": "2020-07-16T22:35:08.214Z", "contributors": [ - "IsaqueDiniz" + "wbamberg" ] }, - "Glossario/Cabecalho_HTTP": { - "modified": "2019-12-23T23:53:58.987Z", + "Tools/DevToolsAPI": { + "modified": "2020-07-16T22:35:25.742Z", "contributors": [ - "FernandoKGA" + "wbamberg", + "NResultados" ] }, - "Glossario/Cache": { - "modified": "2020-08-20T08:30:54.843Z", + "Tools/Eyedropper": { + "modified": "2020-07-16T22:36:07.729Z", "contributors": [ - "joaomantovani", - "FernandoKGA" + "wbamberg", + "netoguimaraes" ] }, - "Glossario/Call_stack": { - "modified": "2019-08-25T21:21:29.113Z", + "Tools/Keyboard_shortcuts": { + "modified": "2020-07-16T22:35:49.510Z", "contributors": [ - "helton-mori-dev" + "wbamberg", + "fabianosantos.net", + "andredias", + "zerossB" ] }, - "Glossario/Callback_function": { - "modified": "2019-03-23T22:02:52.552Z", + "Tools/Memory": { + "modified": "2020-07-16T22:36:27.239Z", "contributors": [ - "MRND-DTR", - "MattBizzo" + "wbamberg", + "luizschinemann" ] }, - "Glossario/Caractere": { - "modified": "2019-03-18T21:46:30.079Z", + "Tools/Network_Monitor": { + "modified": "2020-07-16T22:35:30.854Z", "contributors": [ - "melostbr" + "jamrocha", + "wbamberg", + "fabianosantos.net", + "lisaldofjf", + "cleverson", + "Lokojbkf" ] }, - "Glossario/Chrome": { - "modified": "2019-03-23T22:32:20.365Z", + "Tools/Page_Inspector": { + "modified": "2020-07-16T22:34:29.304Z", "contributors": [ - "meldenne" + "wbamberg", + "GaPerez10", + "karen-evelyn", + "danielferreira.developer", + "teoli", + "pablobfonseca", + "maybe", + "nanardo", + "pfurtado", + "MarcoBruno" ] }, - "Glossario/Class": { - "modified": "2019-03-23T22:50:05.950Z", + "Tools/Page_Inspector/How_to": { + "modified": "2020-07-16T22:34:31.751Z", "contributors": [ - "victor-borges" + "wbamberg", + "sidgan" ] }, - "Glossario/Conversao_de_Tipo": { - "modified": "2019-03-18T21:32:31.465Z", + "Tools/Page_Inspector/How_to/Edit_CSS_filters": { + "modified": "2020-07-16T22:34:45.449Z", "contributors": [ - "aleexmuller" + "wbamberg", + "jgeovani" ] }, - "Glossario/DOM": { - "modified": "2019-03-23T23:10:39.579Z", + "Tools/Page_Inspector/How_to/Examine_and_edit_CSS": { + "modified": "2020-07-16T22:34:43.033Z", "contributors": [ - "GoToLoop", - "gabrielagabriel", - "panaggio" - ] - }, - "Glossario/Declaração": { - "modified": "2019-03-23T22:23:07.569Z", - "contributors": [ - "Franck_Moreira" + "wbamberg", + "wdot789", + "raphaellima8", + "jaimemaretoli", + "julianadfg" ] }, - "Glossario/Doctype": { - "modified": "2019-03-18T21:46:11.657Z", + "Tools/Page_Inspector/How_to/Examine_grid_layouts": { + "modified": "2020-07-16T22:34:47.464Z", "contributors": [ - "lucasbd" + "wbamberg", + "nobrewilk" ] }, - "Glossario/Domínio": { - "modified": "2019-03-18T21:36:28.595Z", + "Tools/Page_Inspector/How_to/Open_the_Inspector": { + "modified": "2020-07-16T22:34:32.967Z", "contributors": [ - "GPrimola" + "wbamberg", + "larimaza" ] }, - "Glossario/ECMA": { - "modified": "2019-03-23T22:30:25.897Z", + "Tools/Rulers": { + "modified": "2020-07-16T22:36:26.507Z", "contributors": [ - "GoToLoop" + "wbamberg", + "barddes", + "Jeremie", + "kazumi" ] }, - "Glossario/Elemento": { - "modified": "2020-08-23T14:35:41.260Z", + "Tools/Settings": { + "modified": "2020-07-16T22:36:35.275Z", "contributors": [ - "josewest700", - "wcqueiroz", - "luiszambon" + "wbamberg", + "jaimemaretoli", + "jhonatasrm", + "julianadfg" ] }, - "Glossario/Endereco_IP": { - "modified": "2019-03-18T21:44:09.753Z", + "Tools/Shader_Editor": { + "modified": "2020-07-16T22:35:54.762Z", "contributors": [ - "SaraJade" + "wbamberg", + "stephaniehobson", + "bassam", + "joselima", + "idenilson" ] }, - "Glossario/Endianness": { - "modified": "2019-03-18T21:33:18.048Z", + "Tools/Web_Console": { + "modified": "2020-07-16T22:34:06.990Z", "contributors": [ - "paulobruno", - "pauloantonelli" + "cautnew", + "wbamberg", + "DiegoTelles", + "javaroldo", + "danielferreira.developer", + "gmoraes", + "paulojackson42", + "teoli", + "kosikfl" ] }, - "Glossario/Entity_header": { - "modified": "2019-03-18T21:10:53.093Z", + "Tools/Web_Console/Helpers": { + "modified": "2020-07-16T22:34:12.817Z", "contributors": [ - "coloringa" + "wbamberg", + "akando" ] }, - "Glossario/Escopo": { - "modified": "2019-03-23T22:09:33.536Z", + "Tools/Web_Console/The_command_line_interpreter": { + "modified": "2020-07-16T22:34:19.266Z", "contributors": [ - "Fernandolrs" + "luizcowbtf" ] }, - "Glossario/Falsy": { - "modified": "2019-03-18T21:15:58.741Z", + "Tools/Working_with_iframes": { + "modified": "2020-07-16T22:36:12.025Z", "contributors": [ - "eduardocezarinossp", - "jeanonline" + "wbamberg", + "kausdev", + "Vinicius_Vieira" ] }, - "Glossario/Flex": { - "modified": "2019-03-18T20:42:53.641Z", + "Web": { + "modified": "2020-07-13T10:40:01.246Z", "contributors": [ - "helton-mori-dev" + "jose.elias.0703", + "jorgeclesio", + "ChristoPy", + "Munhoz", + "RenanBirck", + "BrendonFerreira", + "AlanCezarAraujo", + "-", + "PriscillaAlcalde", + "rbrandao", + "sheldonled", + "cezarcruz", + "rafaelsakurai", + "Sheppy" ] }, - "Glossario/Forbidden_header_name": { - "modified": "2020-01-18T00:05:07.612Z", + "Web/API": { + "modified": "2019-06-15T02:48:05.766Z", "contributors": [ - "FernandoKGA", - "darleizillmer" + "wcqueiroz", + "julio-elipse", + "MatheusCuba", + "KadirTopal", + "sprodrigues", + "teoli", + "panaggio", + "ethertank", + "srsaude", + "Sheppy" ] }, - "Glossario/Forbidden_response_header_name": { - "modified": "2019-03-18T21:26:05.371Z", + "Web/API/ANGLE_instanced_arrays": { + "modified": "2020-10-15T22:14:15.404Z", "contributors": [ - "darleizillmer" + "eliasmelgaco" ] }, - "Glossario/Funcao-First-class": { - "modified": "2019-03-18T21:32:51.242Z", + "Web/API/AbortSignal": { + "modified": "2020-10-15T22:03:40.637Z", "contributors": [ - "thiagosaife", - "emersonmdca" + "MatheusCuba" ] }, - "Glossario/Função": { - "modified": "2019-03-18T21:34:00.632Z", + "Web/API/AbortSignal/aborted": { + "modified": "2020-10-15T22:05:39.005Z", "contributors": [ - "apsychox" + "marcelorobson001" ] }, - "Glossario/Fuzzing": { - "modified": "2019-09-06T03:22:02.462Z", + "Web/API/AbstractWorker": { + "modified": "2019-03-23T23:11:23.809Z", "contributors": [ - "SphinxKnight", - "fscholz", - "ygormaximo" + "teoli", + "mklauck" ] }, - "Glossario/Gecko": { - "modified": "2019-12-23T23:52:37.656Z", + "Web/API/AbstractWorker/onerror": { + "modified": "2019-03-23T22:50:42.630Z", "contributors": [ - "FernandoKGA" + "daltonmenezes" ] }, - "Glossario/General_header": { - "modified": "2019-05-24T15:18:50.536Z", + "Web/API/Ambient_Light_Events": { + "modified": "2019-03-23T22:10:24.978Z", "contributors": [ - "Glmsnc" + "andre-mendes" ] }, - "Glossario/Global_object": { - "modified": "2019-03-18T21:40:17.626Z", + "Web/API/Animation": { + "modified": "2019-03-23T22:27:19.257Z", "contributors": [ - "ebragaparah" + "mrmorais", + "hbmuller", + "rachelnabors" ] }, - "Glossario/Grade": { - "modified": "2020-07-14T21:04:41.276Z", + "Web/API/Animation/cancel": { + "modified": "2019-03-23T22:32:30.370Z", "contributors": [ - "Dianakc" + "JohnLatties" ] }, - "Glossario/Grid_Areas": { - "modified": "2019-03-23T22:14:26.280Z", + "Web/API/Animation/currentTime": { + "modified": "2019-03-23T22:08:24.693Z", "contributors": [ - "kaiomarcio", - "heltonss" + "Schieck" ] }, - "Glossario/HSTS": { - "modified": "2019-03-18T21:26:13.963Z", + "Web/API/Animation/playState": { + "modified": "2019-03-23T22:08:37.256Z", "contributors": [ - "darleizillmer" + "Schieck" ] }, - "Glossario/HTML": { - "modified": "2019-03-23T22:22:10.633Z", + "Web/API/AnimationEvent": { + "modified": "2019-03-23T22:45:30.935Z", "contributors": [ - "psergiojr", - "rafaelcavalcante", - "barrosval" + "edu-ricardo", + "teoli", + "takahan" ] }, - "Glossario/HTTP": { - "modified": "2019-03-23T22:21:56.435Z", + "Web/API/AnimationEvent/AnimationEvent": { + "modified": "2019-03-23T22:45:31.301Z", "contributors": [ - "aretw0", - "barrosval" + "takahan" ] }, - "Glossario/HTTP_2": { - "modified": "2019-06-08T19:33:12.373Z", + "Web/API/AnimationEvent/animationName": { + "modified": "2019-03-23T22:45:37.004Z", "contributors": [ - "wcqueiroz" + "teoli", + "takahan" ] }, - "Glossario/Hoisting": { - "modified": "2020-01-23T16:47:05.779Z", + "Web/API/AnimationEvent/elapsedTime": { + "modified": "2019-03-23T22:45:36.142Z", "contributors": [ - "GuilhermePiovesan", - "rolandgnm" + "teoli", + "takahan" ] }, - "Glossario/IIFE": { - "modified": "2019-03-23T22:41:51.789Z", + "Web/API/AnimationEvent/initAnimationEvent": { + "modified": "2019-03-23T22:45:29.493Z", "contributors": [ - "daviccardoso", - "fbidu", - "MarcoRibeiro" + "teoli", + "takahan" ] }, - "Glossario/IPv4": { - "modified": "2019-03-18T21:44:10.032Z", + "Web/API/AnimationEvent/pseudoElement": { + "modified": "2019-03-23T22:45:35.200Z", "contributors": [ - "SaraJade" + "teoli", + "takahan" ] }, - "Glossario/IPv6": { - "modified": "2019-03-18T21:45:04.897Z", + "Web/API/Attr": { + "modified": "2019-03-23T23:11:31.038Z", "contributors": [ - "SaraJade" + "MatheusCuba", + "renansouza", + "teoli", + "mklauck" ] }, - "Glossario/IRC": { - "modified": "2019-06-03T01:34:33.650Z", + "Web/API/Attr/localName": { + "modified": "2019-03-23T22:18:49.389Z", "contributors": [ - "wcqueiroz" + "juniorgarcia" ] }, - "Glossario/ISO": { - "modified": "2019-08-19T01:24:15.027Z", + "Web/API/AudioContext": { + "modified": "2020-08-25T13:06:48.450Z", "contributors": [ - "KoffeeBunker" + "duduindo", + "italoadler", + "GPrimola", + "EduardoFerr", + "jpmedley" ] }, - "Glossario/Idempotente": { - "modified": "2019-09-01T01:44:12.557Z", + "Web/API/AudioNode": { + "modified": "2019-03-23T22:37:43.755Z", "contributors": [ - "FernandoKGA" + "gidenilson" ] }, - "Glossario/Identificador": { - "modified": "2019-03-23T22:28:41.179Z", + "Web/API/Background_Tasks_API": { + "modified": "2020-10-15T22:22:54.939Z", "contributors": [ - "apsychox", - "OrdepPedro", - "danilobarion1986" + "maatheusgouveia" ] }, - "Glossario/IndexedDB": { - "modified": "2019-03-23T22:30:14.736Z", + "Web/API/BatteryManager": { + "modified": "2019-03-23T23:18:25.418Z", "contributors": [ - "GoToLoop" + "teoli", + "eliezerb" ] }, - "Glossario/Internet": { - "modified": "2019-03-18T21:45:04.739Z", + "Web/API/BatteryManager/charging": { + "modified": "2019-03-23T23:18:26.621Z", "contributors": [ - "SaraJade" + "teoli", + "eliezerb" ] }, - "Glossario/JPEG": { - "modified": "2019-03-18T21:44:01.853Z", + "Web/API/BatteryManager/chargingTime": { + "modified": "2019-03-23T23:17:02.480Z", "contributors": [ - "SaraJade" + "teoli", + "eliezerb" ] }, - "Glossario/Jank": { - "modified": "2019-01-17T10:31:38.830Z", + "Web/API/BatteryManager/dischargingTime": { + "modified": "2019-03-23T23:16:57.249Z", "contributors": [ - "IgorGoncalves" + "teoli", + "eliezerb" ] }, - "Glossario/JavaScript": { - "modified": "2020-07-14T13:39:05.371Z", + "Web/API/BatteryManager/level": { + "modified": "2019-03-23T23:16:57.347Z", "contributors": [ - "jose.elias.0703", - "rbertoche", - "barrosval" + "teoli", + "eliezerb" ] }, - "Glossario/Key": { - "modified": "2019-03-23T22:02:49.869Z", + "Web/API/BatteryManager/onchargingchange": { + "modified": "2019-03-23T23:16:56.594Z", "contributors": [ - "Hikashii" + "teoli", + "eliezerb" ] }, - "Glossario/Linguagem_de_programação_dinâmica": { - "modified": "2020-07-02T21:45:18.003Z", + "Web/API/BatteryManager/onchargingtimechange": { + "modified": "2019-03-23T23:16:56.942Z", "contributors": [ - "raucer" + "teoli", + "eliezerb" ] }, - "Glossario/Metadata": { - "modified": "2019-11-05T19:38:53.604Z", + "Web/API/BatteryManager/onlevelchange": { + "modified": "2019-03-23T23:16:53.281Z", "contributors": [ - "klisostom" + "teoli", + "eliezerb" ] }, - "Glossario/Mozilla_Firefox": { - "modified": "2019-12-23T23:52:10.939Z", + "Web/API/BiquadFilterNode": { + "modified": "2020-10-15T22:02:35.671Z", "contributors": [ - "FernandoKGA" + "Jonathanifpe" ] }, - "Glossario/Mutavel": { - "modified": "2019-03-18T21:42:49.961Z", + "Web/API/Blob": { + "modified": "2020-10-15T21:31:54.891Z", "contributors": [ - "VitorHFLopes" + "CahMoraes", + "Flicksie", + "gabrielacaesar", + "jkdrangel", + "vandercijr", + "wancharle", + "raduq", + "Caique39", + "willianbriotto", + "teoli", + "jeffersoncardoso100" ] }, - "Glossario/Navegador": { - "modified": "2019-03-18T21:43:58.161Z", + "Web/API/Blob/Blob": { + "modified": "2020-10-15T22:09:55.306Z", "contributors": [ - "SaraJade" + "thiagosaife", + "TiagoOliveiraz" ] }, - "Glossario/Navegador_Opera": { - "modified": "2019-03-18T21:44:16.421Z", + "Web/API/Blob/size": { + "modified": "2020-10-15T22:13:56.876Z", "contributors": [ - "SaraJade" + "thiagosaife" ] }, - "Glossario/Node.js": { - "modified": "2019-03-23T22:30:20.248Z", + "Web/API/Blob/slice": { + "modified": "2019-03-18T21:46:37.104Z", "contributors": [ - "joelwallis", - "GoToLoop" + "Julio_Lira" ] }, - "Glossario/Nome_de_domínio": { - "modified": "2019-03-18T21:43:57.004Z", + "Web/API/Blob/type": { + "modified": "2020-10-15T22:13:55.601Z", "contributors": [ - "SaraJade" + "thiagosaife" ] }, - "Glossario/Nulo": { - "modified": "2019-03-23T23:02:20.116Z", + "Web/API/Body": { + "modified": "2020-10-15T22:30:31.056Z", "contributors": [ - "trestini" + "Wind1808" ] }, - "Glossario/Número": { - "modified": "2019-03-23T22:04:09.762Z", + "Web/API/Body/json": { + "modified": "2020-10-15T22:30:29.688Z", "contributors": [ - "gabrielrosa2004" + "tohdi1" ] }, - "Glossario/OOP": { - "modified": "2019-03-23T22:34:54.131Z", + "Web/API/BroadcastChannel": { + "modified": "2020-10-15T22:14:45.422Z", "contributors": [ - "raduq" + "Rondinelly" ] }, - "Glossario/OTA": { - "modified": "2019-03-23T22:30:21.110Z", + "Web/API/CSS": { + "modified": "2019-07-14T13:19:26.783Z", "contributors": [ - "GoToLoop" + "onsistec", + "teoli", + "takahan" ] }, - "Glossario/Objeto": { - "modified": "2019-03-23T22:46:59.570Z", + "Web/API/CSS_Object_Model": { + "modified": "2019-03-23T22:34:08.999Z", "contributors": [ - "raduq" + "allissondebrito" ] }, - "Glossario/OpenGL": { - "modified": "2019-03-18T21:45:06.071Z", + "Web/API/Cache": { + "modified": "2019-03-23T22:09:25.465Z", "contributors": [ - "fitojb", - "leandroleo2" + "khaosdoctor" ] }, - "Glossario/Operador": { - "modified": "2019-06-06T00:19:52.618Z", + "Web/API/CanvasRenderingContext2D": { + "modified": "2020-11-14T05:59:14.329Z", "contributors": [ - "wcqueiroz", - "rubenfaria" + "pedrinhofss", + "TalissonOliveira", + "ThiagOliveira26", + "elciodalosto", + "ioxua-os", + "marcio-ti", + "rudolfo" ] }, - "Glossario/Operando": { - "modified": "2019-03-23T22:04:38.960Z", + "Web/API/CanvasRenderingContext2D/arc": { + "modified": "2020-11-29T22:05:48.491Z", "contributors": [ - "rubenfaria" + "jfelipearaujo" ] }, - "Glossario/Origem": { - "modified": "2019-12-23T23:53:08.917Z", + "Web/API/CanvasRenderingContext2D/arcTo": { + "modified": "2020-10-15T22:10:00.175Z", "contributors": [ - "FernandoKGA" + "Leodma" ] }, - "Glossario/PHP": { - "modified": "2019-09-19T14:26:56.337Z", + "Web/API/CanvasRenderingContext2D/beginPath": { + "modified": "2019-03-23T22:18:53.160Z", "contributors": [ - "Lucas-Santos", - "jorgeclesio", - "Danilo_Santos" + "MarceloBRN" ] }, - "Glossario/Palavra-chave": { - "modified": "2020-08-25T13:00:01.177Z", + "Web/API/CanvasRenderingContext2D/clearRect": { + "modified": "2019-03-23T22:18:47.441Z", "contributors": [ - "duduindo", - "LeoCrespi" + "MarceloBRN" ] }, - "Glossario/Pixel": { - "modified": "2019-03-18T21:40:44.589Z", + "Web/API/CanvasRenderingContext2D/clip": { + "modified": "2019-03-23T22:26:54.054Z", "contributors": [ - "ingridmachado" + "Drako" ] }, - "Glossario/Polyfill": { - "modified": "2019-03-23T22:06:23.757Z", + "Web/API/CanvasRenderingContext2D/closePath": { + "modified": "2019-03-23T22:18:51.433Z", "contributors": [ - "vmellos", - "vgonsalez" + "MarceloBRN" ] }, - "Glossario/Port": { - "modified": "2019-03-23T22:24:11.899Z", + "Web/API/CanvasRenderingContext2D/fill": { + "modified": "2019-03-23T22:18:51.215Z", "contributors": [ - "mak213k" + "MarceloBRN" ] }, - "Glossario/Prefixos_vendor": { - "modified": "2019-03-23T22:29:28.726Z", + "Web/API/CanvasRenderingContext2D/fillRect": { + "modified": "2019-03-23T22:18:47.156Z", "contributors": [ - "UzumakiArtanis", - "angelorubin", - "deyvid0123" + "MarceloBRN" ] }, - "Glossario/Preflight_request": { - "modified": "2020-03-18T17:01:01.937Z", + "Web/API/CanvasRenderingContext2D/fillStyle": { + "modified": "2019-03-23T22:15:27.700Z", "contributors": [ - "leandroatavares", - "leandrokanis" + "MarceloBRN", + "sergiorg" ] }, - "Glossario/Primitivo": { - "modified": "2019-03-23T23:02:25.520Z", + "Web/API/CanvasRenderingContext2D/lineTo": { + "modified": "2019-03-23T22:18:50.928Z", "contributors": [ - "user2015", - "melostbr", - "trestini" + "MarceloBRN" ] }, - "Glossario/Programação_de_Computadores": { - "modified": "2019-03-23T22:36:02.574Z", + "Web/API/CanvasRenderingContext2D/moveTo": { + "modified": "2019-03-23T22:18:47.951Z", "contributors": [ - "jjmars" + "MarceloBRN" ] }, - "Glossario/Progressive_web_apps": { - "modified": "2020-11-29T08:12:45.879Z", + "Web/API/CanvasRenderingContext2D/quadraticCurveTo": { + "modified": "2019-03-18T21:42:53.744Z", "contributors": [ - "IsaqueDiniz" + "ollieestuff" ] }, - "Glossario/Protocolo": { - "modified": "2019-03-23T22:22:26.263Z", + "Web/API/CanvasRenderingContext2D/rect": { + "modified": "2019-03-18T21:43:19.793Z", "contributors": [ - "ViniciusMachado", - "melostbr" + "MarceloBRN" ] }, - "Glossario/Prototype": { - "modified": "2019-03-23T22:15:29.194Z", + "Web/API/CanvasRenderingContext2D/stroke": { + "modified": "2019-03-23T22:18:51.989Z", "contributors": [ - "andre-bahia" + "MarceloBRN" ] }, - "Glossario/Proxy_server": { - "modified": "2020-06-30T09:57:05.710Z", + "Web/API/CanvasRenderingContext2D/strokeRect": { + "modified": "2019-03-23T22:18:48.512Z", "contributors": [ - "lutzleonardo15", - "elvisguarda03" + "MarceloBRN" ] }, - "Glossario/Pseudo-class": { - "modified": "2019-03-23T22:22:16.368Z", + "Web/API/CharacterData": { + "modified": "2020-10-15T22:12:28.607Z", "contributors": [ - "LuanComputacao" + "marcos180212" ] }, - "Glossario/Pseudo-element": { - "modified": "2019-03-18T21:19:40.409Z", + "Web/API/ChildNode": { + "modified": "2020-10-15T21:55:14.252Z", "contributors": [ - "theuves" + "mateusvelleda", + "AlanSantos11", + "stevenwdv" ] }, - "Glossario/Python": { - "modified": "2019-03-23T22:21:19.519Z", + "Web/API/ChildNode/after": { + "modified": "2020-10-15T22:17:31.621Z", "contributors": [ - "ViniciusMachado" + "pedroguilhermelima" ] }, - "Glossario/REST": { - "modified": "2020-09-02T21:05:55.192Z", + "Web/API/ChildNode/remove": { + "modified": "2020-10-15T21:55:19.824Z", "contributors": [ - "fernandohtr" + "SphinxKnight", + "gutoribeiro" ] }, - "Glossario/Recursão": { - "modified": "2019-06-18T22:36:11.172Z", + "Web/API/ClipboardEvent": { + "modified": "2020-10-15T22:15:35.028Z", "contributors": [ - "deomorxsy", - "apsychox" + "duduindo", + "AnarcoPhysics" ] }, - "Glossario/Reflow": { - "modified": "2020-03-13T16:11:18.382Z", + "Web/API/CloseEvent": { + "modified": "2019-09-12T20:33:31.828Z", "contributors": [ - "EduardoDaSilva" + "marlonveiga-santos", + "rener_bz", + "dougKronos" ] }, - "Glossario/Request_header": { - "modified": "2019-03-18T21:25:47.888Z", + "Web/API/CloseEvent/CloseEvent": { + "modified": "2020-10-15T22:24:43.626Z", "contributors": [ - "Filipe-Souza" + "marlonveiga-santos" ] }, - "Glossario/Responsive_web_design": { - "modified": "2019-03-18T21:37:44.626Z", + "Web/API/Console": { + "modified": "2019-03-23T23:17:34.298Z", "contributors": [ - "coloringa" + "JorgeMadson", + "teoli", + "Webysther", + "khalid32", + "lfarroco" ] }, - "Glossario/Ruby": { - "modified": "2019-03-23T22:39:33.555Z", + "Web/API/Console/assert": { + "modified": "2019-03-23T22:25:22.069Z", "contributors": [ - "ygormaximo" + "mayronmedeiros" ] }, - "Glossario/SDP": { - "modified": "2020-11-24T03:27:06.272Z", + "Web/API/Console/clear": { + "modified": "2020-10-15T22:29:37.104Z", "contributors": [ - "guiseek" + "webfelipemaia" ] }, - "Glossario/SEO": { - "modified": "2019-03-23T22:28:40.636Z", + "Web/API/Console/count": { + "modified": "2019-03-23T22:16:10.687Z", "contributors": [ - "Aschlla" + "vspedr" ] }, - "Glossario/SGML": { - "modified": "2019-03-18T21:38:45.984Z", + "Web/API/Console/dir": { + "modified": "2019-03-23T22:50:36.909Z", "contributors": [ - "jorgeclesio" + "belsanpesou" ] }, - "Glossario/SVG": { - "modified": "2019-03-23T22:17:51.716Z", + "Web/API/Console/error": { + "modified": "2019-03-23T22:45:13.263Z", "contributors": [ - "coloringa", - "psergiojr" + "raduq" ] }, - "Glossario/Self-Executing_Anonymous_Function": { - "modified": "2019-03-18T21:24:13.352Z", + "Web/API/Console/info": { + "modified": "2019-03-23T22:29:13.618Z", "contributors": [ - "itumoraes" + "zaclummys", + "HugoOliveira" ] }, - "Glossario/Semantica": { - "modified": "2019-11-06T20:51:20.923Z", + "Web/API/Console/log": { + "modified": "2019-03-23T22:56:56.119Z", "contributors": [ - "klisostom", - "wcqueiroz" + "odahcam", + "Higo" ] }, - "Glossario/Servidor": { - "modified": "2019-03-23T22:47:28.024Z", + "Web/API/Console/table": { + "modified": "2020-10-15T22:16:14.686Z", "contributors": [ - "GoToLoop", - "raduq" + "elielsonbatista" ] }, - "Glossario/Sincrono": { - "modified": "2019-03-18T21:43:56.155Z", + "Web/API/Console/time": { + "modified": "2019-10-03T22:24:48.908Z", "contributors": [ - "SaraJade" + "gcacars" ] }, - "Glossario/Sloppy_mode": { - "modified": "2019-07-03T00:15:27.167Z", + "Web/API/Console/timeEnd": { + "modified": "2019-03-23T23:04:24.266Z", "contributors": [ - "opedropaes", - "marciooliveira" + "teoli", + "perrucho" ] }, - "Glossario/Stacking_context": { - "modified": "2019-03-23T22:09:15.293Z", + "Web/API/Console/timeStamp": { + "modified": "2019-10-03T22:25:43.901Z", "contributors": [ - "rener_bz" + "gcacars" ] }, - "Glossario/String": { - "modified": "2019-03-23T22:48:30.483Z", + "Web/API/Console/warn": { + "modified": "2019-03-18T21:45:25.881Z", "contributors": [ - "coloringa", - "reuel.jonathan" + "raduq" ] }, - "Glossario/Symbol": { - "modified": "2019-03-18T21:36:11.562Z", + "Web/API/Console_API": { + "modified": "2020-10-15T22:22:48.975Z", "contributors": [ - "RafaelAdao", - "trestini" + "luan0ap" ] }, - "Glossario/TCP": { - "modified": "2019-03-18T21:45:12.989Z", + "Web/API/Crypto": { + "modified": "2020-10-15T21:59:00.174Z", "contributors": [ - "SaraJade" + "Sipmann", + "Hikashii" ] }, - "Glossario/TLS": { - "modified": "2019-03-18T21:44:01.071Z", + "Web/API/Crypto/subtle": { + "modified": "2020-10-15T21:59:00.200Z", "contributors": [ - "SaraJade" + "fscholz", + "Hikashii" ] }, - "Glossario/Tag": { - "modified": "2019-06-14T07:53:04.390Z", + "Web/API/CryptoKey": { + "modified": "2019-03-23T22:02:50.915Z", "contributors": [ - "wcqueiroz", - "Renisson-Silva" + "Hikashii" ] }, - "Glossario/Three_js": { - "modified": "2019-03-18T21:44:29.352Z", + "Web/API/CustomElementRegistry": { + "modified": "2020-10-15T22:10:44.693Z", "contributors": [ - "lucaspontoexe" + "mtsgeneroso" ] }, - "Glossario/Tratando_Formulários_com_PHP": { - "modified": "2019-05-30T02:54:29.717Z", + "Web/API/DOMException": { + "modified": "2020-10-15T22:14:05.527Z", "contributors": [ - "jorgeclesio" + "hamadecd", + "viniciuspdasilva" ] }, - "Glossario/Truthy": { - "modified": "2019-03-23T22:44:49.553Z", + "Web/API/DOMImplementation": { + "modified": "2020-10-15T22:10:56.598Z", "contributors": [ - "cezaraugusto", - "jeanonline" + "connorshea" ] }, - "Glossario/URI": { - "modified": "2019-03-23T22:05:53.369Z", + "Web/API/DOMImplementation/createDocument": { + "modified": "2020-10-15T22:11:04.094Z", "contributors": [ - "pedropaulosuzuki" + "jeronimojr" ] }, - "Glossario/URL": { - "modified": "2019-03-23T22:17:47.485Z", + "Web/API/DOMString": { + "modified": "2019-03-23T22:03:59.387Z", "contributors": [ - "psergiojr" + "oirodolfo" ] }, - "Glossario/UTF-8": { - "modified": "2020-08-07T20:20:51.387Z", + "Web/API/DOMStringList": { + "modified": "2019-03-23T22:03:44.815Z", "contributors": [ - "rafhaelfitzpatrick" + "MaikeNegreiros" ] }, - "Glossario/UX": { - "modified": "2019-06-27T03:02:50.385Z", + "Web/API/DOMStringMap": { + "modified": "2019-05-02T19:22:48.801Z", "contributors": [ - "wcqueiroz" + "wbamberg", + "samir.araujo" ] }, - "Glossario/Valor": { - "modified": "2019-03-23T22:09:43.019Z", + "Web/API/DataTransfer": { + "modified": "2019-09-02T08:22:55.109Z", "contributors": [ - "melostbr", - "Fernandolrs" + "gugaburigo29", + "wbamberg", + "Murillo_Brandao" ] }, - "Glossario/Variável": { - "modified": "2019-03-23T22:04:07.138Z", + "Web/API/Document": { + "modified": "2019-07-14T14:49:00.357Z", "contributors": [ - "apsychox", - "melostbr", - "gabrielrosa2004" + "onsistec", + "defr4g", + "brevvi", + "otaviogui", + "aarrigo", + "rodrigocnascimento", + "GabrielAmazonas", + "Joao.JS", + "lionbtt", + "teoli" ] }, - "Glossario/Viewport": { - "modified": "2020-01-10T08:14:42.218Z", + "Web/API/Document/Document": { + "modified": "2019-07-17T13:05:53.557Z", "contributors": [ - "marlonveiga-santos" + "onsistec", + "pleshw" ] }, - "Glossario/W3C": { - "modified": "2020-01-10T00:07:54.607Z", + "Web/API/Document/URL": { + "modified": "2019-03-23T22:25:43.664Z", "contributors": [ - "brunofrra", - "GPrimola" + "littlecouto" ] }, - "Glossario/WHATWG": { - "modified": "2019-03-18T21:36:57.818Z", + "Web/API/Document/alinkColor": { + "modified": "2020-10-15T22:23:30.202Z", "contributors": [ - "GPrimola" + "g-malaconi", + "VictorhMalheiro" ] }, - "Glossario/WebSockets": { - "modified": "2019-03-18T21:30:41.662Z", + "Web/API/Document/anchors": { + "modified": "2019-03-23T22:10:28.887Z", "contributors": [ - "rbertoche" + "wbamberg", + "fernandosavio" ] }, - "Glossario/Wrapper": { - "modified": "2020-08-07T11:26:36.555Z", + "Web/API/Document/bgColor": { + "modified": "2019-03-18T20:59:10.676Z", "contributors": [ - "rafhaelfitzpatrick", - "Fernandolrs" + "SphinxKnight", + "henrywm" ] }, - "Glossario/XHR_(XMLHttpRequest)": { - "modified": "2019-04-26T09:39:50.976Z", + "Web/API/Document/body": { + "modified": "2019-03-23T22:49:43.056Z", "contributors": [ - "helton-mori-dev" + "josantana" ] }, - "Glossario/XML": { - "modified": "2019-03-23T22:17:58.150Z", + "Web/API/Document/characterSet": { + "modified": "2020-10-15T22:26:02.890Z", "contributors": [ - "psergiojr" + "g-malaconi" ] }, - "Glossario/array": { - "modified": "2019-06-22T20:19:15.594Z", + "Web/API/Document/close": { + "modified": "2019-03-23T22:05:22.094Z", "contributors": [ - "lucaslombardif", - "RNT17", - "gabrielagabriel", - "gusleindecker" + "henrywm" ] }, - "Glossario/arvore_de_acessibilidade": { - "modified": "2020-11-11T16:52:08.076Z", + "Web/API/Document/compatMode": { + "modified": "2019-03-18T20:59:09.892Z", "contributors": [ - "IsaqueDiniz" + "SphinxKnight", + "macalha" ] }, - "Glossario/caret": { - "modified": "2020-07-09T00:00:12.770Z", + "Web/API/Document/contentType": { + "modified": "2020-10-15T22:21:16.690Z", "contributors": [ - "ooVictorFranco" + "onsistec" ] }, - "Glossario/character_encoding": { - "modified": "2020-08-07T20:35:41.005Z", + "Web/API/Document/createElement": { + "modified": "2019-03-23T22:54:23.615Z", "contributors": [ - "rafhaelfitzpatrick" + "guilherme-adesouza", + "diogoreducino", + "teoli", + "nicholascamp" ] }, - "Glossario/conteiner_de_alinhamento": { - "modified": "2020-11-07T17:45:53.749Z", + "Web/API/Document/createElementNS": { + "modified": "2019-03-23T22:38:59.962Z", "contributors": [ - "IsaqueDiniz" + "LinuxPowerBR" ] }, - "Glossario/degradação_graciosa": { - "modified": "2020-09-22T20:12:45.099Z", + "Web/API/Document/currentScript": { + "modified": "2019-03-23T22:50:44.919Z", "contributors": [ - "BeatrizCavallieri", - "Dianakc" + "wbamberg", + "Mathmovic" ] }, - "Glossario/https": { - "modified": "2019-03-18T21:44:09.623Z", + "Web/API/Document/defaultView": { + "modified": "2019-03-23T22:45:13.537Z", "contributors": [ - "SaraJade" + "macalha" ] }, - "Glossario/jQuery": { - "modified": "2019-05-17T17:03:39.259Z", + "Web/API/Document/designMode": { + "modified": "2019-03-23T22:46:53.988Z", "contributors": [ - "ElsonMendes" + "caueamaral" ] }, - "Glossario/marcação": { - "modified": "2020-07-18T12:20:15.308Z", + "Web/API/Document/doctype": { + "modified": "2020-10-15T22:21:15.720Z", "contributors": [ - "jose.elias.0703" + "onsistec" ] }, - "Glossario/property": { - "modified": "2019-03-18T21:46:28.428Z", + "Web/API/Document/documentElement": { + "modified": "2019-03-23T22:50:37.447Z", "contributors": [ - "apsychox", - "melostbr" + "coloringa", + "belsanpesou" ] }, - "Glossario/property/CSS": { - "modified": "2019-03-18T21:46:38.697Z", + "Web/API/Document/documentURI": { + "modified": "2020-10-15T22:21:10.338Z", "contributors": [ - "melostbr" + "onsistec" ] }, - "Glossario/property/JavaScript": { - "modified": "2020-11-21T11:51:09.095Z", + "Web/API/Document/execCommand": { + "modified": "2020-10-15T22:28:17.705Z", "contributors": [ - "IsaqueDiniz" + "vladwoguerbezerra" ] }, - "Glossario/seguro": { - "modified": "2019-09-01T01:44:39.467Z", + "Web/API/Document/fullscreen": { + "modified": "2020-10-15T22:27:26.847Z", "contributors": [ - "FernandoKGA" + "Eliezer62" ] }, - "Glossario/topico_de_alinhamento": { - "modified": "2020-11-08T11:34:22.567Z", + "Web/API/Document/getElementById": { + "modified": "2019-09-15T13:18:53.343Z", "contributors": [ - "IsaqueDiniz" + "brasmon8351", + "hackerftsg", + "IcaroSantana", + "Filipe-Souza", + "eustabio_junior", + "teoli", + "khalid32", + "willian", + "YgorFranca" ] }, - "Glossario/undefined": { - "modified": "2019-03-23T22:47:22.150Z", + "Web/API/Document/getElementsByClassName": { + "modified": "2019-03-23T22:32:17.595Z", "contributors": [ - "raduq" + "fcard", + "lucasbento", + "marcelo.bastos" ] }, - "Glossario/webp": { - "modified": "2019-03-18T21:42:09.223Z", + "Web/API/Document/getElementsByName": { + "modified": "2020-10-15T22:22:47.482Z", "contributors": [ - "MarcosNakamine" + "KyryIx" ] }, - "Glossary/Block": { - "modified": "2019-03-18T21:20:53.271Z", + "Web/API/Document/getElementsByTagName": { + "modified": "2020-10-15T22:18:04.997Z", "contributors": [ - "Sheppy" + "JailsonAraujo" ] }, - "Glossary/Block/CSS": { - "modified": "2019-03-18T21:20:51.476Z", + "Web/API/Document/hasFocus": { + "modified": "2019-03-23T22:34:09.192Z", "contributors": [ - "hlays" + "renatoluna" ] }, - "HTML/Attributes": { - "modified": "2019-03-23T23:39:13.093Z", + "Web/API/Document/head": { + "modified": "2019-03-23T22:49:41.577Z", "contributors": [ - "MatCAlv", - "LeonardoPacheco", - "FelipeFonseca" + "josantana" ] }, - "HTML/Forms_in_HTML": { - "modified": "2019-03-23T23:38:57.820Z", + "Web/API/Document/height": { + "modified": "2019-03-23T22:04:29.295Z", "contributors": [ - "digovc", - "andrejunges", - "phenriqueleao" + "macalha" ] }, - "Hello_World_Rust": { - "modified": "2019-03-23T22:54:34.208Z", + "Web/API/Document/images": { + "modified": "2019-03-23T23:06:58.234Z", "contributors": [ - "IvomarS", - "molokdotc" + "teoli", + "JorgeRodrigues9" ] }, - "Instalando_Rust": { - "modified": "2019-03-23T22:54:43.463Z", + "Web/API/Document/implementation": { + "modified": "2019-03-18T21:16:40.902Z", "contributors": [ - "molokdotc" + "macalha" ] }, - "JSON": { - "modified": "2019-03-23T23:24:58.365Z", + "Web/API/Document/importNode": { + "modified": "2020-10-15T21:47:31.458Z", "contributors": [ - "teoli", - "estevamdf" + "fscholz", + "wbamberg", + "VitorVRS" ] }, - "Learn/Accessibility": { - "modified": "2020-09-28T22:33:19.289Z", + "Web/API/Document/keydown_event": { + "modified": "2019-04-15T09:18:45.968Z", "contributors": [ - "helton-mori-dev", - "hadleyel" + "irenesmith", + "manoelcampos" ] }, - "Learn/Accessibility/Acessibilidade_problemas": { - "modified": "2020-07-16T22:40:36.530Z", + "Web/API/Document/keypress_event": { + "modified": "2019-09-23T02:29:04.664Z", "contributors": [ - "luan0ap", - "msales" + "SphinxKnight", + "TiagoEmanuel", + "wbamberg", + "chrisdavidmills", + "JRodrigues13" ] }, - "Learn/Accessibility/CSS_e_JavaScript": { - "modified": "2020-07-16T22:40:18.608Z", + "Web/API/Document/keyup_event": { + "modified": "2019-04-18T03:51:22.396Z", "contributors": [ - "raphaelminacio" + "irenesmith", + "fscholz", + "thaynacoelho" ] }, - "Learn/Accessibility/HTML": { - "modified": "2020-07-16T22:40:14.200Z", + "Web/API/Document/location": { + "modified": "2019-03-23T22:22:06.393Z", "contributors": [ - "claubatista", - "msales", - "djagher" + "HugoBex" ] }, - "Learn/CSS/Building_blocks/Selectors": { - "modified": "2020-09-20T16:23:13.975Z", + "Web/API/Document/origin": { + "modified": "2020-10-15T22:14:43.600Z", "contributors": [ - "Dhiezon_Gois", - "chrisdavidmills" + "Rondinelly" ] }, - "Learn/CSS/Building_blocks/Selectors/Attribute_selectors": { - "modified": "2020-08-10T15:51:24.045Z", + "Web/API/Document/querySelector": { + "modified": "2019-08-15T13:21:36.389Z", "contributors": [ - "dsantana77" + "fernandosavio", + "teoli", + "AshfaqHossain", + "HenriqueSilverio" ] }, - "Learn/CSS/CSS_layout": { - "modified": "2020-07-31T21:27:32.805Z", + "Web/API/Document/querySelectorAll": { + "modified": "2019-03-23T23:35:24.346Z", "contributors": [ - "cyz", - "WesleyCristiano", - "peas", - "webfelipemaia", - "agathasilva28", - "Tiagosb", - "chrisdavidmills" + "maarysantos", + "fernandosavio", + "teoli", + "zapimaster" ] }, - "Learn/CSS/CSS_layout/Flexbox": { - "modified": "2020-07-16T22:26:55.364Z", + "Web/API/Document/readyState": { + "modified": "2019-08-15T13:11:06.674Z", "contributors": [ - "peas", - "GPrimola", - "magnonp" + "imnotvirus", + "macalha" ] }, - "Learn/CSS/CSS_layout/Fluxo_Normal": { - "modified": "2020-07-16T22:27:22.550Z", + "Web/API/Document/referrer": { + "modified": "2019-03-23T22:44:47.032Z", "contributors": [ - "GiovanniHD201E" + "alexandrefsans", + "TAGBrasil" ] }, - "Learn/CSS/CSS_layout/Intro_leiaute_CSS": { - "modified": "2020-07-16T22:27:07.240Z", + "Web/API/Document/scripts": { + "modified": "2019-03-23T23:14:44.682Z", "contributors": [ - "GiovanniHD201E" + "teoli", + "BrenoPolanski" ] }, - "Learn/CSS/CSS_layout/Layout_de_varias_colunas": { - "modified": "2020-07-16T22:27:11.776Z", + "Web/API/Document/write": { + "modified": "2020-10-29T21:41:43.539Z", "contributors": [ - "FabricioBernardes" + "PedroHen1", + "webfelipemaia" ] }, - "Learn/CSS/CSS_layout/Positioning": { - "modified": "2020-07-16T22:26:45.710Z", + "Web/API/Document/writeln": { + "modified": "2019-03-23T23:10:34.523Z", "contributors": [ - "GiovanniHD201E" + "teoli", + "jsx", + "Nathalino_Pacheco" ] }, - "Learn/CSS/CSS_layout/Responsive_Design": { - "modified": "2020-08-22T17:27:59.073Z", + "Web/API/DocumentFragment": { + "modified": "2020-06-18T15:03:01.638Z", "contributors": [ - "manoelbjr", - "crisleitaoguerra" + "moiteiro", + "haskellcamargo", + "teoli", + "felfiz" ] }, - "Learn/CSS/First_steps": { - "modified": "2020-09-21T13:39:03.225Z", + "Web/API/Element": { + "modified": "2019-03-18T21:08:52.187Z", "contributors": [ - "BeatrizCavallieri", - "josealisson95", - "dmchaves", - "gpdias", - "danielSramos", - "arthurssfreitas", - "felipekafuri", - "chrisdavidmills" + "fscholz", + "coloringa", + "fime", + "teoli" ] }, - "Learn/CSS/First_steps/Como_CSS_e_estruturado": { - "modified": "2020-11-07T13:04:16.800Z", + "Web/API/Element/animate": { + "modified": "2019-03-23T22:07:02.826Z", "contributors": [ - "sabertoletti32", - "JuniorUbarana", - "Edsonoguera", - "danfrsv", - "felipekafuri" + "evandrolacerda" ] }, - "Learn/CSS/First_steps/How_CSS_works": { - "modified": "2020-07-27T17:09:53.707Z", + "Web/API/Element/attributes": { + "modified": "2019-03-23T22:27:10.096Z", "contributors": [ - "warleyfdias", - "lancaluis", - "LuisFreitas1", - "Edsonoguera", - "danielcmelonio", - "cirogomes58" + "DiasNetoJ" ] }, - "Learn/CSS/First_steps/Iniciando": { - "modified": "2020-07-27T14:59:56.561Z", + "Web/API/Element/classList": { + "modified": "2019-03-23T22:21:03.577Z", "contributors": [ - "warleyfdias", - "klisostom" + "elnascimento", + "rafaelcavalcante", + "LucasRuy" ] }, - "Learn/CSS/First_steps/O_que_e_CSS": { - "modified": "2020-10-15T22:23:04.005Z", + "Web/API/Element/className": { + "modified": "2019-03-23T22:37:29.089Z", "contributors": [ - "klisostom" + "lucasmedina" ] }, - "Learn/CSS/First_steps/Using_your_new_knowledge": { - "modified": "2020-07-16T22:28:04.939Z", - "contributors": [ - "LuisFreitas1" + "Web/API/Element/click_event": { + "modified": "2019-03-23T22:00:01.063Z", + "contributors": [ + "irenesmith", + "rochucky", + "fscholz", + "diegocesar" ] }, - "Learn/CSS/Howto": { - "modified": "2020-07-16T22:25:43.674Z", + "Web/API/Element/closest": { + "modified": "2020-10-15T21:57:42.583Z", "contributors": [ - "chrisdavidmills" + "mateusvelleda", + "willamesoares" ] }, - "Learn/CSS/Howto/CSS_Perguntas_Frequentes": { - "modified": "2020-07-16T22:25:45.672Z", + "Web/API/Element/getAttribute": { + "modified": "2019-03-23T23:08:02.469Z", "contributors": [ - "JefersonOliveira90" + "brunoravanhani", + "teoli", + "gabrieltr" ] }, - "Learn/Common_questions": { - "modified": "2020-07-16T22:35:26.243Z", + "Web/API/Element/getBoundingClientRect": { + "modified": "2020-10-15T21:46:45.096Z", "contributors": [ - "ManoMartins", - "mrmorais", - "rudolfo" + "SphinxKnight", + "cezaraugusto", + "Daibushi" ] }, - "Learn/Common_questions/Como_a_internet_funciona": { - "modified": "2020-07-16T22:35:37.501Z", + "Web/API/Element/getElementsByClassName": { + "modified": "2020-10-15T22:29:44.232Z", "contributors": [ - "firenhite", - "wcqueiroz", - "danielbrai", - "barrosval", - "lhenriquenunes", - "mrmorais" + "leonardomaier" ] }, - "Learn/Common_questions/Como_configurar_um_servidor_de_testes_local": { - "modified": "2020-07-16T22:35:53.295Z", + "Web/API/Element/id": { + "modified": "2019-03-23T23:09:45.457Z", "contributors": [ - "RenanArques", - "wcqueiroz", - "SphinxKnight", - "linoveloso", - "vgabrielps", - "Edusar" + "brunoravanhani", + "teoli", + "khalid32", + "alexandrem" ] }, - "Learn/Common_questions/Como_voce_hospeda_seu_site_Google_App_Engine": { - "modified": "2020-07-16T22:35:52.368Z", + "Web/API/Element/innerHTML": { + "modified": "2020-07-14T14:51:24.487Z", "contributors": [ - "Felipe-GB", - "wcqueiroz" + "aquiles23", + "SphinxKnight", + "g-thome", + "n4rut0r31", + "fnsc.luis" ] }, - "Learn/Common_questions/O_que_são_hyperlinks": { - "modified": "2020-09-14T13:55:12.468Z", + "Web/API/Element/insertAdjacentHTML": { + "modified": "2019-03-23T22:50:34.232Z", "contributors": [ - "lathne" + "rafaelcavalcante", + "raphaelchaib", + "belsanpesou" ] }, - "Learn/Common_questions/Pages_sites_servers_and_search_engines": { - "modified": "2020-07-16T22:35:40.295Z", + "Web/API/Element/matches": { + "modified": "2019-03-23T22:20:51.438Z", "contributors": [ - "Magela", - "tavieto", - "brunoAlves", - "wcqueiroz", - "juliana-amoasei", - "danielbrai" + "jozadaquebatista" ] }, - "Learn/Common_questions/Pensando_antes_de_codificar": { - "modified": "2020-07-16T22:35:34.836Z", + "Web/API/Element/mousedown_event": { + "modified": "2019-04-30T14:20:11.230Z", "contributors": [ - "firenhite", - "wcqueiroz" + "wbamberg", + "irenesmith", + "KaykyB" ] }, - "Learn/Common_questions/Quanto_custa_fazer_algo_web": { - "modified": "2020-07-16T22:35:45.917Z", + "Web/API/Element/mouseenter_event": { + "modified": "2019-04-30T14:17:45.007Z", "contributors": [ - "wcqueiroz" + "wbamberg", + "irenesmith", + "fscholz", + "jppaschoal" ] }, - "Learn/Common_questions/Que_software_eu_preciso": { - "modified": "2020-07-16T22:35:33.538Z", + "Web/API/Element/mouseover_event": { + "modified": "2019-04-30T14:03:03.928Z", "contributors": [ - "sredoja" + "wbamberg", + "irenesmith", + "Bobson360" ] }, - "Learn/Common_questions/Upload_files_to_a_web_server": { - "modified": "2020-11-22T03:28:22.451Z", + "Web/API/Element/outerHTML": { + "modified": "2019-03-23T22:34:59.844Z", "contributors": [ - "kvojps" + "LucianoCardoso" ] }, - "Learn/Common_questions/Using_Github_pages": { - "modified": "2020-07-16T22:35:51.948Z", + "Web/API/Element/querySelector": { + "modified": "2019-03-23T23:02:11.163Z", "contributors": [ - "Celio1234" + "fernandoleal", + "teoli", + "tbai" ] }, - "Learn/Common_questions/What_is_a_domain_name": { - "modified": "2020-07-16T22:35:44.455Z", + "Web/API/Element/querySelectorAll": { + "modified": "2019-05-03T00:57:05.010Z", "contributors": [ - "wcqueiroz", - "Amarildo", - "clstrni" + "wbamberg", + "viniciusvms", + "teoli", + "LuizPanariello" ] }, - "Learn/Common_questions/ferramentas_de_desenvolvimento_do_navegador": { - "modified": "2020-07-16T22:35:47.861Z", + "Web/API/Element/removeAttribute": { + "modified": "2019-03-23T23:06:58.347Z", "contributors": [ - "gilmargn", - "italorangel", - "ocaccy", - "7aylors", - "rubenfaria" + "teoli", + "cel055" ] }, - "Learn/Common_questions/o_que_e_um_web_server": { - "modified": "2020-07-16T22:35:31.716Z", + "Web/API/Element/scrollIntoView": { + "modified": "2020-10-15T21:52:05.069Z", "contributors": [ - "wcqueiroz", - "thaishfmarques", - "erickandrade", - "lfpelison", - "kleinerbr", - "linielson" + "mateusvelleda", + "thiago890-3", + "mausim" ] }, - "Learn/JavaScript/Asynchronous": { - "modified": "2020-08-22T17:58:38.750Z", + "Web/API/Element/scrollLeft": { + "modified": "2020-10-15T21:46:51.554Z", "contributors": [ - "manoelbjr", - "Sheppy" + "djornada", + "SphinxKnight", + "eustabio_junior" ] }, - "Learn/JavaScript/Asynchronous/Conceitos": { - "modified": "2020-10-06T09:57:59.299Z", + "Web/API/Element/scrollTop": { + "modified": "2019-03-23T22:40:30.613Z", "contributors": [ - "joseluizmonteirojr", - "bellammuniz" + "samuelsilvadev", + "Alex-Alan-Nunes" ] }, - "Learn/JavaScript/Asynchronous/Escolhendo_abordagem_correta": { - "modified": "2020-10-15T22:33:23.228Z", + "Web/API/Element/scrollWidth": { + "modified": "2020-10-15T21:56:42.511Z", "contributors": [ - "manoelbjr" + "SphinxKnight", + "joaovinicius" ] }, - "Learn/JavaScript/Asynchronous/Introdução": { - "modified": "2020-07-16T22:33:17.985Z", + "Web/API/Element/setAttribute": { + "modified": "2019-03-23T22:31:48.961Z", "contributors": [ - "bellammuniz" + "rplaurindo" ] }, - "Learn/JavaScript/Asynchronous/Promises": { - "modified": "2020-08-22T16:43:55.918Z", + "Web/API/Element/setAttributeNS": { + "modified": "2019-03-23T22:21:30.240Z", "contributors": [ - "manoelbjr", - "luan0ap" + "edgardleal" ] }, - "Learn/JavaScript/Asynchronous/Timeouts_and_intervals": { - "modified": "2020-07-16T22:33:21.635Z", + "Web/API/Element/tagName": { + "modified": "2019-03-23T22:07:25.667Z", "contributors": [ - "vbarcellos", - "bellammuniz" + "VitorHFLopes" ] }, - "Learn/JavaScript/First_steps": { - "modified": "2020-07-16T22:29:54.330Z", + "Web/API/Element/touchstart_event": { + "modified": "2019-04-30T14:26:22.509Z", "contributors": [ - "Magela", - "MattBizzo", - "alefesouza", - "linielson", - "rdeiana", - "chrisdavidmills" + "wbamberg", + "irenesmith", + "fscholz", + "ZekDtonik" ] }, - "Learn/JavaScript/First_steps/A_first_splash": { - "modified": "2020-08-28T16:05:03.838Z", + "Web/API/Encoding_API": { + "modified": "2020-10-15T22:25:14.787Z", "contributors": [ - "webfelipemaia", - "zKhiro", - "MattBizzo", - "rubenfaria", - "thiagolucio" + "luan0ap" ] }, - "Learn/JavaScript/First_steps/Arrays": { - "modified": "2020-07-16T22:30:57.011Z", + "Web/API/Event": { + "modified": "2019-03-23T23:01:39.950Z", "contributors": [ - "izaqueJr", - "gabriel_cadu", - "VictorGom3s", - "BrunoThomaz" + "ralfting", + "gregori", + "juliocarneiro", + "fscholz" ] }, - "Learn/JavaScript/First_steps/Gerador_de_historias_bobas": { - "modified": "2020-07-16T22:31:02.876Z", + "Web/API/Event/Event": { + "modified": "2020-10-15T21:42:53.584Z", "contributors": [ - "gabriel_cadu", - "kaiqueprazeres", - "VictorGom3s", - "fenobalao", - "carlos-rafael" + "fscholz", + "juliocarneiro" ] }, - "Learn/JavaScript/First_steps/Matematica": { - "modified": "2020-07-16T22:30:27.765Z", + "Web/API/Event/currentTarget": { + "modified": "2019-03-18T21:42:03.631Z", "contributors": [ - "leonardogbxv", - "VictorCPPlanas", - "etc_william", - "BrunoBit", - "webfelipemaia", - "MattBizzo", - "rubenfaria" + "leom806", + "WederPachecoSilva" ] }, - "Learn/JavaScript/First_steps/O_que_e_JavaScript": { - "modified": "2020-08-28T14:30:44.945Z", + "Web/API/Event/defaultPrevented": { + "modified": "2019-03-23T22:53:50.174Z", "contributors": [ - "moukinchung", - "webfelipemaia", - "di3goCS", - "LuizEduS", - "fersouza90", - "Magela", - "lzhudson", - "rubenfaria", - "MattBizzo", - "BiancaAlves", - "thierryrenematos" + "Fabiolux" ] }, - "Learn/JavaScript/First_steps/Strings": { - "modified": "2020-07-16T22:30:40.936Z", + "Web/API/Event/initEvent": { + "modified": "2019-05-30T19:08:33.694Z", "contributors": [ - "lzhudson", - "BrunoThomaz" + "RoinujNosde", + "rodrigocnascimento" ] }, - "Learn/JavaScript/First_steps/Teste_suas_habilidades:_variaveis": { - "modified": "2020-07-18T16:26:39.168Z", + "Web/API/Event/isTrusted": { + "modified": "2020-10-15T22:15:35.212Z", "contributors": [ - "webfelipemaia" + "AnarcoPhysics" ] }, - "Learn/JavaScript/First_steps/Useful_string_methods": { - "modified": "2020-07-16T22:30:49.411Z", + "Web/API/Event/preventDefault": { + "modified": "2019-03-23T22:39:06.025Z", "contributors": [ - "izaqueJr", - "Juliohub", - "VictorCPPlanas", - "greysonf", - "mwilson.oliveira", - "colares" + "juliocarneiro" ] }, - "Learn/JavaScript/First_steps/Variáveis": { - "modified": "2020-07-18T12:10:35.369Z", + "Web/API/Event/srcElement": { + "modified": "2019-03-23T22:35:07.248Z", "contributors": [ - "webfelipemaia", - "Magela", - "lzhudson", - "MattBizzo", - "rubenfaria", - "fenobalao" + "macalha" ] }, - "Learn/JavaScript/First_steps/What_went_wrong": { - "modified": "2020-07-16T22:30:35.893Z", + "Web/API/Event/stopImmediatePropagation": { + "modified": "2019-03-18T20:45:36.763Z", "contributors": [ - "Ramon9825", - "lzhudson", - "VictorGom3s", - "MattBizzo", - "rubenfaria", - "francoforget", - "ReinaldoLuna" + "MarcioCorrea", + "caueamaral", + "junior201110" ] }, - "Learn/Server-side": { - "modified": "2020-07-16T22:36:01.419Z", + "Web/API/Event/stopPropagation": { + "modified": "2020-08-29T13:09:53.471Z", "contributors": [ - "caveman-0", - "greysonf", - "chrisdavidmills" + "geffbatista", + "diegolaquino", + "drigores", + "strael1", + "raul3k" ] }, - "Learn/Server-side/Django": { - "modified": "2020-08-25T19:47:59.806Z", + "Web/API/Event/target": { + "modified": "2020-11-05T02:57:14.382Z", "contributors": [ - "glauconeto", - "victorruand", - "caveman-0", - "marcoxavier2005", - "julianofischer", - "rodrigowmendes", - "joanasouza", - "dougfeltrim", - "jozadaquebatista" + "SphinxKnight", + "miguelbrn", + "LucasRuy" ] }, - "Learn/Server-side/Django/Admin_site": { - "modified": "2020-08-21T19:03:06.539Z", + "Web/API/Event/type": { + "modified": "2019-03-23T23:22:07.699Z", "contributors": [ - "ecoscom", - "jefersonsalvador", - "fossalex", - "theafien" + "teoli", + "mateuspv" ] }, - "Learn/Server-side/Django/Authentication": { - "modified": "2020-07-16T22:37:23.404Z", + "Web/API/EventListener": { + "modified": "2019-03-23T22:20:33.890Z", "contributors": [ - "ecoscom", - "fossalex" + "cezaraugusto" ] }, - "Learn/Server-side/Django/Forms": { - "modified": "2020-07-16T22:37:33.125Z", + "Web/API/EventSource": { + "modified": "2019-03-23T22:50:15.004Z", "contributors": [ - "ecoscom", - "fossalex", - "letuche" + "ronrother", + "Madalosso", + "leonardopandrade" ] }, - "Learn/Server-side/Django/Generic_views": { - "modified": "2020-08-26T10:32:14.826Z", + "Web/API/EventSource/EventSource": { + "modified": "2019-03-18T21:30:57.351Z", "contributors": [ - "ecoscom", - "fossalex" + "ronrother" ] }, - "Learn/Server-side/Django/Home_page": { - "modified": "2020-08-26T10:26:47.773Z", + "Web/API/EventSource/onerror": { + "modified": "2019-03-18T21:30:45.574Z", "contributors": [ - "ecoscom", - "glauconeto", - "fossalex" + "ronrother" ] }, - "Learn/Server-side/Django/Hospedagem": { - "modified": "2020-09-05T19:47:24.465Z", + "Web/API/EventTarget": { + "modified": "2019-03-23T23:16:55.717Z", "contributors": [ - "Ricardo_Ribeiro" + "victor_emanuel", + "teoli", + "khalid32", + "eliezerb" ] }, - "Learn/Server-side/Django/Introdução": { - "modified": "2020-09-05T19:15:55.942Z", + "Web/API/EventTarget/EventTarget": { + "modified": "2020-10-15T22:24:50.823Z", "contributors": [ - "rykarumstuler", - "ecoscom", - "edivandyeimes", - "kiabo", - "Guilhermeasper", - "caveman-0", - "lopespaz", - "Nordor1" + "marlonveiga-santos" ] }, - "Learn/Server-side/Django/Models": { - "modified": "2020-08-26T10:09:56.378Z", + "Web/API/EventTarget/dispatchEvent": { + "modified": "2019-03-18T21:17:11.648Z", "contributors": [ - "ecoscom", - "jefersonsalvador", - "Carine-Neris", - "fossalex", - "FRebeca", - "lucasjponce", - "montovaneli", - "lopespaz" + "angellica.araujo" ] }, - "Learn/Server-side/Django/Sessões": { - "modified": "2020-07-16T22:37:27.571Z", + "Web/API/EventTarget/removeEventListener": { + "modified": "2020-10-15T21:37:49.617Z", "contributors": [ - "ecoscom", - "tamiryspino", - "fossalex", - "brendonhc" + "mateusvelleda", + "angellica.araujo" ] }, - "Learn/Server-side/Django/Testing": { - "modified": "2020-07-16T22:37:38.133Z", + "Web/API/Fetch_API": { + "modified": "2020-10-15T21:42:57.080Z", "contributors": [ - "ecoscom" + "mateusvelleda", + "BrunoLucas", + "fapbatista", + "tcelestino" ] }, - "Learn/Server-side/Django/Tutorial_website_biblioteca_local": { - "modified": "2020-08-26T10:23:14.303Z", + "Web/API/Fetch_API/Basic_concepts": { + "modified": "2020-02-17T13:24:31.887Z", "contributors": [ - "ecoscom", - "caveman-0", - "ViniciusMatias", - "victordfb", - "lopespaz", - "naiieandrade" + "diezan", + "LincePotiguara" ] }, - "Learn/Server-side/Django/ambiente_de_desenvolvimento": { - "modified": "2020-08-26T10:15:03.041Z", + "Web/API/Fetch_API/Using_Fetch": { + "modified": "2020-10-15T21:51:06.123Z", "contributors": [ - "ecoscom", - "BraianF", - "ViniciusMatias" + "CharlesEduardoSCBR", + "PauloNFraga", + "rodrigost23", + "puppe1990", + "mateusvelleda", + "AndreRodriguesMelo", + "jeronimojr", + "JEricFarias", + "Italox", + "claudemirmendes", + "nelsonealves", + "dowgssss", + "FranciscoJunior", + "DanZeuss", + "rennerocha" ] }, - "Learn/Server-side/Django/skeleton_website": { - "modified": "2020-08-20T01:54:03.884Z", + "Web/API/File": { + "modified": "2019-03-23T23:11:40.315Z", "contributors": [ - "BraianF", - "jefersonsalvador", - "letuche", - "ViniciusMatias", - "lopespaz", - "faustobenini" + "ivanmrosa", + "teoli", + "Beterraba" ] }, - "Learn/Server-side/Django/web_application_security": { - "modified": "2020-08-21T19:04:44.833Z", + "Web/API/File/Using_files_from_web_applications": { + "modified": "2019-03-23T23:36:41.452Z", "contributors": [ - "ecoscom" + "chrisdavidmills", + "FelipeFonseca" ] }, - "Learn/Server-side/Express_Nodejs": { - "modified": "2020-07-16T22:37:54.607Z", + "Web/API/FileList": { + "modified": "2019-03-23T22:14:37.211Z", "contributors": [ - "AAntoniazzi", - "ClemerJunior", - "fabiano.monte" + "julianotcp" ] }, - "Learn/Server-side/Express_Nodejs/Displaying_data": { - "modified": "2020-07-16T22:38:30.773Z", + "Web/API/FileReader": { + "modified": "2019-03-18T20:49:40.766Z", "contributors": [ - "bivoigt" + "andersonmo", + "hugonmelo", + "ricardoferreirades", + "belsanpesou", + "rafaelcalpena", + "teoli", + "wbruno" ] }, - "Learn/Server-side/Express_Nodejs/Displaying_data/flow_control_using_async": { - "modified": "2020-07-16T22:38:33.142Z", + "Web/API/FileReader/FileReader": { + "modified": "2019-09-27T14:33:41.762Z", "contributors": [ - "caiollavos" + "junior-jornada", + "helton-mori-dev" ] }, - "Learn/Server-side/Express_Nodejs/Introdução": { - "modified": "2020-07-16T22:38:12.682Z", + "Web/API/FileReader/onload": { + "modified": "2019-12-24T01:07:36.177Z", "contributors": [ - "ddanielcardoso", - "ErialdoDFfreitas", - "luane-aquino", - "AAntoniazzi", - "andersonse", - "TecladistaProd" + "euvanribeiro", + "educhigon" ] }, - "Learn/Server-side/Express_Nodejs/Tutorial_local_library_website": { - "modified": "2020-07-16T22:38:16.508Z", + "Web/API/FileReader/readAsArrayBuffer": { + "modified": "2019-03-23T22:25:41.700Z", "contributors": [ - "ddanielcardoso", - "moronimotta" + "fabioleardini" ] }, - "Learn/Server-side/Express_Nodejs/ambiente_de_desenvolvimento": { - "modified": "2020-07-16T22:38:00.195Z", + "Web/API/FileReader/readAsBinaryString": { + "modified": "2019-03-23T22:27:28.165Z", "contributors": [ - "ddanielcardoso", - "AAntoniazzi", - "danilosetubal" + "teoli", + "Cyrkran" ] }, - "Learn/Server-side/Express_Nodejs/deployment": { - "modified": "2020-07-16T22:38:50.392Z", + "Web/API/FileReader/readAsDataURL": { + "modified": "2019-03-23T22:51:10.920Z", "contributors": [ - "gabrielfdg10", - "andersonse" + "W3SS", + "DiegoYungh" ] }, - "Learn/Server-side/Express_Nodejs/mongoose": { - "modified": "2020-07-16T22:38:22.513Z", + "Web/API/FileReader/readAsText": { + "modified": "2019-03-23T22:15:55.068Z", "contributors": [ - "maletta", - "TatiTheFreaK", - "arturlicks", - "Samuscosta" + "fellypsantos" ] }, - "Learn/Server-side/Express_Nodejs/skeleton_website": { - "modified": "2020-07-16T22:38:05.698Z", + "Web/API/FormData": { + "modified": "2019-03-23T23:08:47.831Z", "contributors": [ - "moronimotta" + "cautnew", + "CassianoD2", + "julianotcp", + "qixmiers", + "alexandresn", + "teoli", + "slackrichard" ] }, - "Learn/Server-side/First_steps": { - "modified": "2020-11-23T00:02:31.153Z", + "Web/API/FormData/FormData": { + "modified": "2019-03-23T22:15:46.234Z", "contributors": [ - "kvojps", - "Magela", - "c1c3ru", - "kjerinic" + "luislobo14rap", + "emersonlaurentino" ] }, - "Learn/Server-side/First_steps/Client-Server_overview": { - "modified": "2020-12-06T18:07:14.325Z", + "Web/API/FormData/append": { + "modified": "2019-03-23T22:36:07.939Z", "contributors": [ - "duduindo", - "kvojps", - "MicaelFN" + "Ascamp", + "rogerioac", + "DouglasValdo" ] }, - "Learn/Server-side/First_steps/Introdução": { - "modified": "2020-12-06T18:10:00.170Z", + "Web/API/FormData/delete": { + "modified": "2019-03-23T22:52:03.924Z", "contributors": [ - "duduindo", - "kvojps" + "DouglasValdo" ] }, - "Learn/Server-side/First_steps/Seguranca_site": { - "modified": "2020-07-16T22:36:29.289Z", + "Web/API/FormData/entries": { + "modified": "2020-10-15T22:22:54.323Z", "contributors": [ - "The-Physicist", - "wcqueiroz" + "abalioni" ] }, - "Learn/Tools_and_testing/Client-side_JavaScript_frameworks": { - "modified": "2020-11-20T15:01:38.744Z", + "Web/API/FormData/get": { + "modified": "2019-03-23T22:49:19.241Z", "contributors": [ - "Marrior-dot", - "gevsantos", - "CodeDotJS" + "antoniomquadrosfilho" ] }, - "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Comecando_com_React": { - "modified": "2020-10-29T12:43:23.860Z", + "Web/API/FormData/getAll": { + "modified": "2020-10-15T22:10:15.102Z", "contributors": [ - "pachicodes", - "Aleks", - "Ismael-Oliv", - "gilmargn", - "angelorubin", - "gsb6" + "enieber" ] }, - "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_iniciando": { - "modified": "2020-07-16T22:39:49.009Z", + "Web/API/FormData/has": { + "modified": "2020-10-15T22:22:52.357Z", "contributors": [ - "fred_melo_07" + "abalioni" ] }, - "Learn/Tools_and_testing/Cross_browser_testing": { - "modified": "2020-07-16T22:39:00.890Z", + "Web/API/FormData/set": { + "modified": "2019-03-23T22:30:34.242Z", "contributors": [ - "caiquesandrade", - "wbamberg", - "arai" + "welingtonms" ] }, - "Learn/Tools_and_testing/Cross_browser_testing/Introduction": { - "modified": "2020-07-16T22:39:04.327Z", + "Web/API/FullscreenOptions": { + "modified": "2020-10-15T22:15:52.238Z", "contributors": [ - "jozadaquebatista" + "TecladistaProd" ] }, - "Localização": { - "modified": "2019-03-23T23:25:17.486Z", + "Web/API/Gamepad_API": { + "modified": "2020-10-15T22:23:34.951Z", "contributors": [ - "-", - "ronaldo-bonfim" + "IuriPires" ] }, - "MDN": { - "modified": "2020-02-19T18:02:47.459Z", + "Web/API/Geolocation": { + "modified": "2020-10-15T21:26:05.516Z", "contributors": [ - "jswisher", - "SphinxKnight", - "wcqueiroz", - "wbamberg", - "gutoribeiro", - "Jeremie", - "-", - "PriscillaAlcalde", - "Sheppy" + "Sipmann", + "eduardobrenn", + "Leodma", + "teoli", + "cirocosta" ] }, - "MDN/About": { - "modified": "2019-09-11T08:06:52.705Z", + "Web/API/Geolocation/clearWatch": { + "modified": "2020-10-15T22:15:59.752Z", "contributors": [ - "SphinxKnight", - "wbamberg", - "larimaza", - "luisfvieira", - "luc4smoreira", - "jswisher", - "joaopaulosama", - "leandroruel", - "Danilson_Veloso", - "-", - "morvanabonin", - "A.M.M.A." + "TecladistaProd" ] }, - "MDN/Comunidade": { - "modified": "2019-03-23T23:18:59.817Z", + "Web/API/Geolocation/getCurrentPosition": { + "modified": "2019-01-16T20:45:52.604Z", "contributors": [ - "sauloandrade", - "wbamberg", - "mrmorais", - "CNicola", - "camimq", - "-", - "Fabiola" + "Gutem", + "fscholz", + "robsonalvesbh" ] }, - "MDN/Comunidade/Trabalhando_em_comunidade": { - "modified": "2020-02-19T19:05:23.989Z", + "Web/API/Geolocation/watchPosition": { + "modified": "2019-03-23T22:50:20.143Z", "contributors": [ - "jswisher", - "wbamberg", - "MarceloBRN", - "Fernandolrs", - "mak213k", - "RenanBirck" + "Gutem" ] }, - "MDN/Comunidade/Whats_happening": { - "modified": "2019-03-23T23:00:32.486Z", + "Web/API/GeolocationCoordinates": { + "modified": "2019-12-10T09:35:08.897Z", "contributors": [ - "wbamberg", - "-" + "chrisdavidmills", + "eduardobrenn" ] }, - "MDN/Contribute": { - "modified": "2019-12-26T13:39:13.687Z", + "Web/API/GeolocationCoordinates/altitude": { + "modified": "2020-10-15T22:16:41.064Z", "contributors": [ - "maugravena", - "wcqueiroz", - "wbamberg", - "GPrimola", - "Aschlla", - "alexrohleder", - "-", - "rodrigopadula", - "marksabbath", - "Sheppy" + "chrisdavidmills", + "wallisonfelipe" ] }, - "MDN/Contribute/Collaboration_tactics": { - "modified": "2019-11-20T21:37:10.315Z", + "Web/API/GeolocationPosition": { + "modified": "2020-10-15T22:07:16.029Z", "contributors": [ - "wbamberg", - "angellica.araujo" + "chrisdavidmills", + "Sipmann", + "bbarreto" ] }, - "MDN/Contribute/Feedback": { - "modified": "2020-09-30T17:52:17.404Z", + "Web/API/GeolocationPosition/coords": { + "modified": "2019-12-10T11:04:44.065Z", "contributors": [ "chrisdavidmills", - "jswisher", - "SphinxKnight", - "elenderg", - "wbamberg", - "leandroruel", - "GilvanFernandes" + "bbarreto" ] }, - "MDN/Contribute/Getting_started": { - "modified": "2020-09-30T17:15:19.127Z", + "Web/API/GeolocationPositionError": { + "modified": "2019-12-10T10:45:27.387Z", "contributors": [ "chrisdavidmills", - "wbamberg", - "haskellcamargo", - "mrmorais", - "-", - "takahan", - "annacruz", - "Fabiola" + "nandotorres" ] }, - "MDN/Contribute/Processos": { - "modified": "2019-01-16T19:51:57.687Z", + "Web/API/GlobalEventHandlers": { + "modified": "2019-03-23T22:31:33.398Z", "contributors": [ - "wbamberg", - "-" + "teoli" ] }, - "MDN/Contribute/criando_e_editando_paginas": { - "modified": "2020-01-20T16:42:55.893Z", + "Web/API/GlobalEventHandlers/onabort": { + "modified": "2019-03-23T22:28:55.671Z", "contributors": [ - "mauJr", - "wbamberg", - "blue-bee", - "chrisdavidmills", - "chalix", - "LuccasBarbosa", - "juniorgarcia", - "rafaelcgstz", - "edu_jobs", - "A.M.M.A.", - "yelken" + "cezaraugusto" ] }, - "MDN/Contribute/guia": { - "modified": "2019-01-16T19:17:27.272Z", + "Web/API/GlobalEventHandlers/onblur": { + "modified": "2019-03-23T22:28:57.111Z", "contributors": [ - "wbamberg", - "-", - "angellica.araujo" + "cezaraugusto" ] }, - "MDN/Contribute/guia/Como-marcar-as-paginas-corretamente": { - "modified": "2019-03-18T21:15:59.373Z", + "Web/API/GlobalEventHandlers/onchange": { + "modified": "2019-03-23T22:28:49.180Z", "contributors": [ - "wbamberg", - "Aschlla", - "fcard", - "juniorgarcia", - "tkovs", - "fabianosantos.net" + "nathaliabruno", + "cezaraugusto" ] }, - "MDN/Contribute/guia/Converter_exemplos_codigo_para_ao_vivo": { - "modified": "2019-03-23T23:11:54.642Z", + "Web/API/GlobalEventHandlers/onclick": { + "modified": "2020-10-15T22:17:11.589Z", "contributors": [ - "wbamberg", - "gleidiin", - "isaelss", - "PTLozano", - "Ladeia" + "g-otn" ] }, - "MDN/Contribute/guia/Create_an_MDN_account": { - "modified": "2019-03-23T22:57:58.896Z", + "Web/API/GlobalEventHandlers/oncontextmenu": { + "modified": "2019-03-23T22:28:42.538Z", "contributors": [ - "eduardo.klein", - "wbamberg", - "jaimemaretoli", - "jokafla", - "123gvdblanche" + "cezaraugusto" ] }, - "MDN/Contribute/guia/Create_an_interactive_exercise_to_help_learning_the_web": { - "modified": "2019-11-06T11:43:24.278Z", + "Web/API/GlobalEventHandlers/onerror": { + "modified": "2019-03-23T22:31:39.576Z", "contributors": [ - "WellingtonFR", - "wbamberg", - "arthur2323" + "mantovani" ] }, - "MDN/Contribute/guia/Create_an_interactive_exercise_to_help_learning_the_web/distant_example": { - "modified": "2019-01-17T10:48:33.130Z", + "Web/API/GlobalEventHandlers/onfocus": { + "modified": "2019-03-23T22:26:20.214Z", "contributors": [ - "wbamberg", - "arthur2323" + "tmoraes" ] }, - "MDN/Contribute/guia/Do_a_technical_review": { - "modified": "2019-03-23T23:03:05.824Z", + "Web/API/GlobalEventHandlers/onkeyup": { + "modified": "2020-10-15T22:03:53.967Z", "contributors": [ - "wbamberg", - "luisfvieira", - "Gilbertosilvax1", - "takahan", - "-" + "Sipmann", + "kinkurek" ] }, - "MDN/Contribute/guia/Do_an_editorial_review": { - "modified": "2020-09-17T12:48:11.904Z", + "Web/API/GlobalEventHandlers/onload": { + "modified": "2019-03-23T22:21:10.943Z", "contributors": [ - "PauloNFraga", - "wbamberg", - "Gregory", - "o2over", - "pauloaug", - "Gilbertosilvax1", - "KadirTopal", - "sprodrigues", - "-", - "takahan" + "jeanonline" ] }, - "MDN/Contribute/guia/Escreva_um_artigo_para_ajudar_aprender_sobre_a_Web": { - "modified": "2020-02-28T22:24:45.284Z", + "Web/API/GlobalEventHandlers/onlostpointercapture": { + "modified": "2020-10-15T22:22:03.373Z", "contributors": [ - "wbamberg", - "BrunoThomaz" + "mdeamf" ] }, - "MDN/Contribute/guia/Set_the_summary_for_a_page": { - "modified": "2019-03-23T23:03:38.091Z", + "Web/API/GlobalEventHandlers/onscroll": { + "modified": "2020-10-15T22:23:08.144Z", "contributors": [ - "wbamberg", - "Gilbertosilvax1", - "fabiobasso", - "-", - "EduardoRedressa" + "marlonveiga-santos", + "Antonio.Carvalho" ] }, - "MDN/Contribute/guia/Tag_JavaScript_pages": { - "modified": "2019-01-16T21:06:45.074Z", + "Web/API/HTMLCanvasElement": { + "modified": "2019-03-23T22:03:54.461Z", "contributors": [ - "wbamberg", - "Gilbertosilvax1", - "marcionitao", - "rafamaxber" + "zbjornson" ] }, - "MDN/Editor": { - "modified": "2020-09-30T15:43:15.561Z", + "Web/API/HTMLCanvasElement/getContext": { + "modified": "2019-03-23T22:03:59.683Z", "contributors": [ - "chrisdavidmills", - "wbamberg", - "-", - "teoli", - "BrKaosh", - "Lindonj1" + "Bigous", + "raffaeldantass" ] }, - "MDN/Editor/Basics": { - "modified": "2020-09-30T15:43:15.730Z", + "Web/API/HTMLCanvasElement/height": { + "modified": "2020-10-15T22:02:34.563Z", "contributors": [ - "chrisdavidmills", - "soarescamila" + "valdeirpsr" ] }, - "MDN/Guidelines": { - "modified": "2020-09-30T15:31:17.173Z", + "Web/API/HTMLCanvasElement/toDataURL": { + "modified": "2020-10-15T22:02:37.180Z", "contributors": [ - "chrisdavidmills", - "wcqueiroz", - "wbamberg", - "Sheppy" + "pererinha", + "valdeirpsr" ] }, - "MDN/Guidelines/Style_guide": { - "modified": "2020-09-30T15:31:17.845Z", + "Web/API/HTMLCollection": { + "modified": "2019-03-23T22:53:46.166Z", "contributors": [ - "chrisdavidmills", - "jswisher", - "Carlos_Mir_de_Souza", - "helton-mori-dev", - "CodexZombie", - "wbamberg", - "RobMota", - "-" + "Papaxibe" ] }, - "MDN/Kuma": { - "modified": "2019-09-09T15:53:42.526Z", + "Web/API/HTMLContentElement": { + "modified": "2019-03-23T22:20:56.663Z", "contributors": [ - "SphinxKnight", - "wbamberg", - "richellyitalo" + "mak213k" ] }, - "MDN/Paineis": { - "modified": "2019-06-06T00:53:15.090Z", + "Web/API/HTMLContentElement/getDistributedNodes": { + "modified": "2019-03-23T22:21:10.713Z", "contributors": [ - "wcqueiroz" + "mak213k" ] }, - "MDN/Structures": { - "modified": "2020-09-30T12:56:58.874Z", + "Web/API/HTMLDivElement": { + "modified": "2019-03-23T22:50:39.476Z", "contributors": [ - "chrisdavidmills", - "wbamberg", - "alipseight" + "oirodolfo", + "belsanpesou" ] }, - "MDN/Structures/Compatibility_tables": { - "modified": "2020-10-15T22:05:41.325Z", + "Web/API/HTMLElement": { + "modified": "2019-03-23T22:40:10.318Z", "contributors": [ - "chrisdavidmills", - "paulakfleck", - "MarcosNakamine", - "henriquebortoletti", - "Felipebros", - "PabloHarger", - "wbamberg", - "cautnew", - "rafaelcavalcante" + "wanderson-webdev", + "fscholz" ] }, - "MDN/Structures/Macros": { - "modified": "2020-09-30T12:56:59.059Z", + "Web/API/HTMLElement/click": { + "modified": "2019-03-23T22:40:11.186Z", "contributors": [ - "chrisdavidmills", - "wcqueiroz" + "brunopulis", + "LisandroTSilva" ] }, - "MDN/Tools": { - "modified": "2020-09-30T16:52:54.238Z", + "Web/API/HTMLElement/contentEditable": { + "modified": "2019-03-23T22:24:22.391Z", "contributors": [ - "chrisdavidmills", - "wbamberg", - "alipseight", - "-", - "jswisher" + "Fernandolrs", + "brunopulis" ] }, - "MDN/Tools/KumaScript": { - "modified": "2020-11-30T12:49:15.264Z", + "Web/API/HTMLElement/contextMenu": { + "modified": "2020-10-15T22:26:34.894Z", "contributors": [ - "chrisdavidmills", - "wbamberg", - "AndreDea" + "arthurssfreitas" ] }, - "MDN/Tools/KumaScript/Solucionando_problemas_de_erros_de_KumaScript": { - "modified": "2020-09-30T16:52:54.520Z", + "Web/API/HTMLElement/lang": { + "modified": "2019-03-23T22:24:27.501Z", "contributors": [ - "chrisdavidmills", - "wbamberg", - "GPrimola" + "brunopulis" ] }, - "MDN/Tools/Page_regeneration": { - "modified": "2020-09-30T16:52:54.361Z", + "Web/API/HTMLElement/offsetHeight": { + "modified": "2019-03-18T20:58:59.560Z", "contributors": [ - "chrisdavidmills", - "wbamberg", - "-", - "juniorgarcia" + "SphinxKnight", + "kiaratto" ] }, - "Mozilla": { - "modified": "2019-03-23T23:37:34.048Z", + "Web/API/HTMLElement/offsetLeft": { + "modified": "2019-03-18T20:59:09.678Z", "contributors": [ - "joselima", - "-", - "ethertank", - "ziyunfei" + "SphinxKnight", + "alinemorelli" ] }, - "Mozilla/Add-ons": { - "modified": "2019-09-09T13:10:10.949Z", + "Web/API/HTMLElement/offsetParent": { + "modified": "2020-10-15T21:46:48.347Z", "contributors": [ "SphinxKnight", - "Fernandolrs", - "luciolb", - "kaue", - "Doug_Fany", - "ThiagoEscarrone", - "EduardoRedressa", - "fabianosantos.net", - "-", - "janlima", - "jswisher" + "eustabio_junior" ] }, - "Mozilla/Add-ons/WebExtensions": { - "modified": "2019-09-04T15:18:11.465Z", + "Web/API/HTMLElement/offsetTop": { + "modified": "2020-10-15T21:49:48.848Z", "contributors": [ - "brasmon8351", - "julio-elipse", - "MarceloGhelman", - "thiagopelizoni", - "jcjesus", - "Mostard", - "leanfj", - "lubarino", - "jlamim", - "wbamberg" + "SphinxKnight", + "j.bruni", + "alinemorelli" ] }, - "Mozilla/Add-ons/WebExtensions/API": { - "modified": "2019-11-26T22:19:20.258Z", + "Web/API/HTMLElement/offsetWidth": { + "modified": "2020-10-15T21:54:49.481Z", "contributors": [ - "wbamberg", - "Makyen" + "SphinxKnight", + "gsoldateli" ] }, - "Mozilla/Add-ons/WebExtensions/API/alarms": { - "modified": "2020-10-15T22:07:15.567Z", + "Web/API/HTMLInputElement": { + "modified": "2020-08-07T01:52:15.111Z", "contributors": [ - "wbamberg", - "thiagopelizoni" + "VictorRabelo", + "CaitlinWeb" ] }, - "Mozilla/Add-ons/WebExtensions/API/bookmarks": { - "modified": "2020-10-15T22:07:18.478Z", + "Web/API/HTMLInputElement/select": { + "modified": "2019-03-23T22:32:02.717Z", "contributors": [ - "wbamberg", - "thiagopelizoni" + "sirgallifrey" ] }, - "Mozilla/Add-ons/WebExtensions/API/browserAction": { - "modified": "2020-10-15T22:07:24.197Z", + "Web/API/HTMLInputElement/setSelectionRange": { + "modified": "2019-03-23T22:05:50.440Z", "contributors": [ - "wbamberg", - "thiagopelizoni" + "gulima" ] }, - "Mozilla/Add-ons/WebExtensions/API/browserSettings": { - "modified": "2020-10-15T22:07:20.929Z", + "Web/API/HTMLOptionElement": { + "modified": "2020-10-15T22:22:43.860Z" + }, + "Web/API/HTMLOptionElement/Option": { + "modified": "2019-09-07T19:12:47.492Z", "contributors": [ - "wbamberg", - "thiagopelizoni" + "Rogerio-Viana" ] }, - "Mozilla/Add-ons/WebExtensions/API/browsingData": { - "modified": "2020-10-15T22:07:21.259Z", + "Web/API/HTMLSelectElement": { + "modified": "2019-03-18T21:38:12.809Z", "contributors": [ - "thiagopelizoni" + "Speich" ] }, - "Mozilla/Add-ons/WebExtensions/API/clipboard": { - "modified": "2020-10-15T22:07:18.172Z", + "Web/API/HTMLSelectElement/checkValidity": { + "modified": "2019-03-18T21:38:22.714Z", "contributors": [ - "thiagopelizoni" + "marceloogeda" ] }, - "Mozilla/Add-ons/WebExtensions/API/commands": { - "modified": "2020-10-15T22:07:21.541Z", + "Web/API/HTMLShadowElement": { + "modified": "2020-10-15T21:52:05.842Z", "contributors": [ - "wbamberg", - "thiagopelizoni" + "Sipmann", + "mak213k" ] }, - "Mozilla/Add-ons/WebExtensions/API/contentScripts": { - "modified": "2020-10-15T22:07:22.642Z", + "Web/API/HTMLSpanElement": { + "modified": "2020-10-15T22:22:56.970Z", "contributors": [ - "thiagopelizoni" + "CleberL" ] }, - "Mozilla/Add-ons/WebExtensions/API/contextualIdentities": { - "modified": "2020-10-15T21:58:40.272Z", + "Web/API/History": { + "modified": "2020-10-15T22:11:45.385Z", "contributors": [ - "wbamberg", - "thiagopelizoni", - "eduardMariano" + "duduindo", + "Renancp01" ] }, - "Mozilla/Add-ons/WebExtensions/API/cookies": { - "modified": "2020-10-15T22:07:19.571Z", + "Web/API/History_API": { + "modified": "2019-03-18T21:10:42.375Z", "contributors": [ - "wbamberg", - "thiagopelizoni" + "CaioCosta", + "rodgerpaulo", + "william-costa", + "bsunderhus", + "sistematico" ] }, - "Mozilla/Add-ons/WebExtensions/API/menus": { - "modified": "2020-10-15T22:28:27.733Z", + "Web/API/IDBCursor": { + "modified": "2019-03-23T22:48:07.804Z", "contributors": [ - "Sam-Marx" + "zerossB" ] }, - "Mozilla/Add-ons/WebExtensions/API/tabs": { - "modified": "2020-10-15T22:34:17.119Z", + "Web/API/IDBFactory": { + "modified": "2019-03-23T22:10:18.775Z", "contributors": [ - "Jonathan_Watt" + "falecomoantonio" ] }, - "Mozilla/Add-ons/WebExtensions/API/tema": { - "modified": "2020-10-15T22:16:55.245Z", + "Web/API/ImageCapture": { + "modified": "2020-10-15T22:28:50.119Z", "contributors": [ - "Aschlla" + "LucasRuy" ] }, - "Mozilla/Add-ons/WebExtensions/Anatomia_de_uma_WebExtension": { - "modified": "2019-09-29T21:36:50.619Z", + "Web/API/IndexedDB_API": { + "modified": "2020-05-11T15:56:57.963Z", "contributors": [ - "AdaiasMagdiel", - "jefersonnavarro", - "samuel.abreu", - "lubarino", - "jlamim" + "nstseek", + "chrisdavidmills", + "MOB-atheist", + "zenithpolar", + "guilhermemar", + "IgorGoncalves", + "cirocosta" ] }, - "Mozilla/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs": { - "modified": "2020-10-15T20:55:06.952Z", + "Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB": { + "modified": "2020-01-13T04:48:43.968Z", "contributors": [ - "jaimemaretoli" + "chrisdavidmills", + "wbamberg", + "jppaschoal", + "camilaavilarinho", + "guilhermemar", + "IgorGoncalves" ] }, - "Mozilla/Add-ons/WebExtensions/Empacotando_e_instalando": { - "modified": "2019-03-18T21:15:50.836Z", + "Web/API/KeyboardEvent": { + "modified": "2019-03-18T21:09:09.329Z", "contributors": [ - "lubarino" + "fscholz", + "wbamberg", + "fernandosouza", + "Grohden", + "waglero" ] }, - "Mozilla/Add-ons/WebExtensions/Examples": { - "modified": "2019-03-18T21:03:20.319Z", + "Web/API/Location": { + "modified": "2020-08-19T00:11:30.219Z", "contributors": [ - "jefersonnavarro", - "thiagopelizoni", - "FelipeBergmann" + "pabrrs", + "trGalho" ] }, - "Mozilla/Add-ons/WebExtensions/Intercept_HTTP_requests": { - "modified": "2019-03-18T21:01:56.380Z", + "Web/API/Location/assign": { + "modified": "2019-03-18T21:41:56.186Z", "contributors": [ - "thiagopelizoni" + "Rhubenni_Telesco" ] }, - "Mozilla/Add-ons/WebExtensions/O_que_vem_a_seguir_": { - "modified": "2019-03-18T21:01:38.952Z", + "Web/API/Location/reload": { + "modified": "2019-03-23T22:30:11.123Z", "contributors": [ - "jefersonnavarro" + "fcard", + "alexrohleder" ] }, - "Mozilla/Add-ons/WebExtensions/Passo-a-Passo": { - "modified": "2019-12-28T20:44:44.265Z", + "Web/API/Location/search": { + "modified": "2020-10-15T22:29:57.299Z", "contributors": [ - "euvanribeiro", - "rodolfo.ghiggi", - "jefersonnavarro", - "WiataganPaz", - "Mostard", - "lubarino" + "AlanCezarAraujo" ] }, - "Mozilla/Add-ons/WebExtensions/What_are_WebExtensions": { - "modified": "2019-03-18T21:05:24.593Z", + "Web/API/MediaDevices": { + "modified": "2019-03-18T21:43:19.059Z", "contributors": [ - "fthiagogv", - "Mostard" + "helitonmartins" ] }, - "Mozilla/Add-ons/WebExtensions/manifest.json": { - "modified": "2020-10-15T21:55:09.220Z", + "Web/API/MediaStreamTrack": { + "modified": "2019-03-23T22:53:44.701Z", "contributors": [ - "wbamberg" + "lucasolivier" ] }, - "Mozilla/Add-ons/WebExtensions/manifest.json/permissões": { - "modified": "2020-10-15T22:03:55.675Z", + "Web/API/MessageChannel": { + "modified": "2019-03-18T21:44:58.784Z", "contributors": [ - "wbamberg", - "MarceloGhelman", - "Weslei" + "fadonascimento" ] }, - "Mozilla/Add-ons/WebExtensions/manifest.json/short_name": { - "modified": "2020-10-15T21:55:07.308Z", + "Web/API/MessagePort": { + "modified": "2020-10-15T22:26:27.296Z", "contributors": [ - "wbamberg", - "gutoribeiro" + "bershanskiy" ] }, - "Mozilla/Add-ons/WebExtensions/manifest.json/web_accessible_resources": { - "modified": "2020-10-15T22:23:15.449Z", + "Web/API/MessagePort/postMessage": { + "modified": "2020-10-15T22:26:29.157Z", "contributors": [ - "AdaiasMagdiel" + "jhserodio" ] }, - "Mozilla/Add-ons/WebExtensions/pre-requisitos": { - "modified": "2019-03-23T22:48:17.751Z", + "Web/API/MouseEvent": { + "modified": "2020-09-27T23:19:33.221Z", "contributors": [ - "IgorOFC", - "jlamim" + "marcio1002", + "vapier" ] }, - "Mozilla/Add-ons/WebExtensions/sua_primeira_WebExtension": { - "modified": "2019-03-18T21:05:56.580Z", + "Web/API/MouseEvent/clientX": { + "modified": "2019-03-23T22:06:38.718Z", "contributors": [ - "lubarino", - "Mostard", - "andregarzia" + "bernardosze" ] }, - "Mozilla/Add-ons/WebExtensions/user_interface": { - "modified": "2020-03-23T21:27:50.719Z", + "Web/API/MouseEvent/clientY": { + "modified": "2020-10-15T22:29:11.740Z", "contributors": [ - "chrisdavidmills" + "GuilhermeSND" ] }, - "Mozilla/Add-ons/WebExtensions/user_interface/Itens_do_menu_de_contexto": { - "modified": "2020-03-23T22:11:58.441Z", + "Web/API/MutationObserver": { + "modified": "2020-10-15T21:33:46.490Z", "contributors": [ - "Sam-Marx" + "mateusvelleda", + "alexanmtz", + "diegolw" ] }, - "Mozilla/Developer_guide": { - "modified": "2019-03-23T23:38:41.412Z", + "Web/API/Navigation_timing_API": { + "modified": "2019-03-23T22:50:45.488Z", "contributors": [ - "chrisdavidmills", - "regisdiogo", - "josivansilva" + "MarcelMorais", + "Gutem" ] }, - "Mozilla/Developer_guide/Codigo_Fonte": { - "modified": "2019-03-23T23:36:39.907Z", + "Web/API/Navigator": { + "modified": "2019-03-23T23:01:42.784Z", "contributors": [ - "chrisdavidmills", - "jntesteves" + "wbamberg", + "teoli" ] }, - "Mozilla/Developer_guide/Mozilla_build_FAQ": { - "modified": "2019-03-23T23:30:00.484Z", + "Web/API/Navigator/battery": { + "modified": "2019-03-23T23:16:59.785Z", "contributors": [ - "chrisdavidmills", - "fscholz", - "tfsthiago11121" + "teoli", + "jsx", + "eliezerb" ] }, - "Mozilla/Firefox": { - "modified": "2020-01-18T14:01:54.191Z", + "Web/API/Navigator/cookieEnabled": { + "modified": "2020-10-15T22:13:23.552Z", "contributors": [ - "leela52452", - "SphinxKnight", - "wbamberg", - "rafael-junio", - "mrmorais", - "cezarcruz", - "-", - "chocoelho", - "fahadkalil" + "macalha" ] }, - "Mozilla/Firefox/Novas_funcionalidades": { - "modified": "2019-01-17T00:25:13.965Z", + "Web/API/Navigator/deviceMemory": { + "modified": "2020-10-15T22:12:37.929Z", "contributors": [ - "wbamberg", - "marcio-ti" + "macalha" ] }, - "Mozilla/Firefox/Releases": { - "modified": "2019-01-16T20:18:57.986Z", + "Web/API/Navigator/geolocation": { + "modified": "2020-10-15T21:47:10.975Z", "contributors": [ - "wbamberg", - "-" + "mateusvelleda", + "michaelycus" ] }, - "Mozilla/Firefox/Releases/1.5": { - "modified": "2019-03-23T23:00:27.323Z", + "Web/API/Navigator/getUserMedia": { + "modified": "2019-03-23T23:30:19.364Z", "contributors": [ - "wbamberg", - "-" + "viktorRock", + "fscholz", + "srsaude" ] }, - "Mozilla/Firefox/Releases/3": { - "modified": "2020-12-11T05:30:36.972Z", + "Web/API/Navigator/share": { + "modified": "2020-10-15T22:27:50.572Z", "contributors": [ - "wbamberg" + "LucasRuy" ] }, - "Mozilla/Firefox/Releases/3/Zoom_de_página_inteira": { - "modified": "2019-03-18T21:29:46.640Z", + "Web/API/NavigatorID": { + "modified": "2019-03-23T23:01:42.494Z", "contributors": [ - "Hv60T" + "teoli" ] }, - "Mozilla/Firefox/Releases/49": { - "modified": "2019-03-23T22:24:00.355Z", + "Web/API/NavigatorID/platform": { + "modified": "2020-10-15T21:27:41.688Z", "contributors": [ - "wbamberg", - "wdot789" + "GarkGarcia", + "teoli", + "khalid32", + "eliezerb" ] }, - "Mozilla/Firefox/Releases/50": { - "modified": "2019-03-18T21:11:50.773Z", + "Web/API/NavigatorID/userAgent": { + "modified": "2020-10-15T21:58:19.578Z", "contributors": [ - "duduindo", - "wbamberg", - "jerfeson" + "GarkGarcia", + "thedjmarcelo" ] }, - "Mozilla/Firefox/Releases/57": { - "modified": "2019-03-18T20:55:45.402Z", + "Web/API/NavigatorLanguage": { + "modified": "2019-03-23T22:03:53.998Z", "contributors": [ - "duduindo", - "wbamberg", - "ialexsilva", - "marcoarw" + "teoli" ] }, - "Mozilla/Firefox/Releases/65": { - "modified": "2019-03-18T21:21:43.693Z", + "Web/API/NavigatorLanguage/language": { + "modified": "2019-03-23T22:03:54.652Z", "contributors": [ - "yellowag" + "klzns" ] }, - "Projeto:Como_ajudar_com_MDN": { - "modified": "2019-03-23T23:38:18.895Z", + "Web/API/NavigatorOnLine": { + "modified": "2019-03-23T22:02:07.133Z", "contributors": [ - "hlays", - "wbamberg", - "teoli", - "jaydson", - "jswisher" + "marciioluucas", + "chrisdavidmills" ] }, - "Sections_and_Outlines_of_an_HTML5_document": { - "modified": "2020-10-07T01:45:20.737Z", + "Web/API/NavigatorOnLine/Online_and_offline_events": { + "modified": "2019-03-23T23:39:13.247Z", "contributors": [ - "leandroembu", - "Lucas_Inacio", - "davimdantas", - "SaggitariusA", - "webennes", - "edercampelo", - "IgorGoncalves", - "dann", - "netoguimaraes", - "Stutz.D", - "eduardodx", - "AluisioASG" + "chrisdavidmills", + "claudiareginadasilvacorrea", + "jpalharini" ] }, - "The_XSLT_JavaScript_Interface_in_Gecko": { - "modified": "2019-03-23T23:03:42.725Z", + "Web/API/NavigatorOnLine/onLine": { + "modified": "2020-10-15T22:15:18.142Z", "contributors": [ - "ethertank" + "renatoluna" ] }, - "The_XSLT_JavaScript_Interface_in_Gecko/Advanced_Example": { - "modified": "2019-03-23T23:03:40.500Z", + "Web/API/NavigatorPlugins": { + "modified": "2020-10-15T22:19:29.947Z", "contributors": [ - "EduardoRedressa" + "Fernandolrs" ] }, - "Tools": { - "modified": "2020-07-16T22:44:17.244Z", + "Web/API/NavigatorPlugins/javaEnabled": { + "modified": "2020-10-15T22:19:29.661Z", "contributors": [ - "vanteew29", - "SphinxKnight", - "rafaelsiza", - "wbamberg", - "redbob365", - "alipseight", - "LuccasBarbosa", - "-", - "_GabrielDuque", - "marinalimeira", - "eduardojmatos", - "jlamim", + "Fernandolrs" + ] + }, + "Web/API/Node": { + "modified": "2019-03-23T23:30:08.400Z", + "contributors": [ + "marimeireles", + "oirodolfo", "teoli", - "gutierri", - "nanardo", - "fabianosantos.net", - "AJCSantos", - "paulo007", - "bbenatti", - "fernando.karpinski", - "ronaldo-bonfim" + "khalid32", + "srsaude" ] }, - "Tools/3D_View": { - "modified": "2020-07-16T22:34:25.511Z", + "Web/API/Node/appendChild": { + "modified": "2019-03-23T23:22:30.959Z", "contributors": [ - "italo-baciliere", - "wbamberg", - "Tomaz-Vieira", - "pablobfonseca" + "teoli", + "khalid32", + "srsaude" ] }, - "Tools/Add-ons": { - "modified": "2020-07-16T22:36:23.640Z", + "Web/API/Node/baseURI": { + "modified": "2019-03-23T22:40:41.805Z", "contributors": [ - "wbamberg", - "mak213k", - "DiegoTelles" + "cammarin", + "Josue-Bastos" ] }, - "Tools/Add-ons/DOM_Inspector_Pt-Br": { - "modified": "2020-07-16T22:36:24.634Z", + "Web/API/Node/childNodes": { + "modified": "2019-03-23T23:07:10.128Z", "contributors": [ - "wbamberg", - "DiegoTelles" + "teoli", + "fegemo" ] }, - "Tools/Browser_Console": { - "modified": "2020-07-16T22:35:42.624Z", + "Web/API/Node/cloneNode": { + "modified": "2019-03-23T22:48:59.947Z", "contributors": [ - "wbamberg", - "Wallison_S.F", - "jlamim" + "Gutemberg" ] }, - "Tools/CSS_Coverage": { - "modified": "2019-03-23T22:21:34.758Z", + "Web/API/Node/contains": { + "modified": "2019-03-23T23:21:21.502Z", "contributors": [ - "wbamberg", - "mak213k" + "teoli", + "AshfaqHossain", + "carlosbg" ] }, - "Tools/Debugger/How_to": { - "modified": "2020-07-16T22:35:08.214Z", + "Web/API/Node/firstChild": { + "modified": "2019-03-23T22:49:01.978Z", "contributors": [ - "wbamberg" + "Gutemberg" ] }, - "Tools/Debugger/How_to/Examine,_modify,_and_watch_variables": { - "modified": "2020-07-16T22:35:13.183Z", + "Web/API/Node/insertBefore": { + "modified": "2019-03-18T20:54:40.356Z", "contributors": [ - "wbamberg", - "mak213k" + "greysonf", + "debone", + "teoli", + "khalid32", + "reniesiqueira" ] }, - "Tools/Debugger_(before_Firefox_52)": { - "modified": "2019-03-23T22:21:37.545Z", + "Web/API/Node/isConnected": { + "modified": "2020-10-15T22:32:18.058Z", "contributors": [ - "wbamberg" + "dev-danilosilva" ] }, - "Tools/Debugger_(before_Firefox_52)/Disable_breakpoints": { - "modified": "2019-03-23T22:21:41.910Z", + "Web/API/Node/lastChild": { + "modified": "2019-03-23T22:40:51.317Z", "contributors": [ - "wbamberg", - "mak213k" + "Gutemberg" ] }, - "Tools/Depurador": { - "modified": "2020-07-30T07:50:39.719Z", + "Web/API/Node/nextSibling": { + "modified": "2019-03-23T23:22:09.728Z", "contributors": [ - "LeandroVCastro", - "wbamberg", - "flavioms7", - "LincePotiguara", - "vitorcardoso", - "Danilson_Veloso", - "GilvanFernandes", - "JAugusto", - "maybe", - "Radicalzinho", "teoli", - "IvomarS" + "khalid32", + "reniesiqueira" ] }, - "Tools/Depurador/Set_a_logpoint": { - "modified": "2020-07-16T22:35:20.440Z", + "Web/API/Node/parentNode": { + "modified": "2019-03-23T22:40:47.017Z", "contributors": [ - "luan0ap" + "michelsouza", + "Gutemberg" ] }, - "Tools/Depuração_Remota": { - "modified": "2020-07-16T22:35:37.857Z", + "Web/API/Node/previousSibling": { + "modified": "2019-03-23T23:14:20.558Z", "contributors": [ "wbamberg", - "marciowb", - "nanardo", - "glacywhite", - "Giovane", - "MarcoRovida" + "teoli", + "jsx", + "cesarwbr" ] }, - "Tools/DevToolsAPI": { - "modified": "2020-07-16T22:35:25.742Z", + "Web/API/Node/removeChild": { + "modified": "2019-03-23T23:30:06.977Z", "contributors": [ - "wbamberg", - "NResultados" + "teoli", + "khalid32", + "srsaude" ] }, - "Tools/Editor_de_Estilos": { - "modified": "2020-07-16T22:35:00.708Z", + "Web/API/Node/replaceChild": { + "modified": "2019-03-23T23:12:27.414Z", "contributors": [ - "wbamberg", - "MurilloLima", - "maybe", - "bbenatti" + "paulocmoreno", + "teoli", + "khalid32", + "matheuslc" ] }, - "Tools/Eyedropper": { - "modified": "2020-07-16T22:36:07.729Z", + "Web/API/Node/textContent": { + "modified": "2020-10-15T22:19:54.189Z", "contributors": [ - "wbamberg", - "netoguimaraes" + "EduardoDaSilva", + "marlonveiga-santos" ] }, - "Tools/Inspetor_de_Armazenamento": { - "modified": "2020-07-16T22:36:10.142Z", + "Web/API/NodeFilter": { + "modified": "2019-03-23T22:03:52.772Z", "contributors": [ - "erlongs", - "wbamberg", - "danieltex" + "oirodolfo" ] }, - "Tools/Keyboard_shortcuts": { - "modified": "2020-07-16T22:35:49.510Z", + "Web/API/NodeList": { + "modified": "2020-10-15T21:55:05.252Z", "contributors": [ - "wbamberg", - "fabianosantos.net", - "andredias", - "zerossB" + "Sipmann", + "caueamaral", + "fernandosavio" ] }, - "Tools/Medir_uma_porcao_da_pagina": { - "modified": "2020-07-16T22:36:39.043Z", + "Web/API/NotificationAction": { + "modified": "2020-10-15T22:22:52.083Z", "contributors": [ - "marlonveiga-santos" + "jowks" ] }, - "Tools/Memory": { - "modified": "2020-07-16T22:36:27.239Z", + "Web/API/OfflineAudioContext": { + "modified": "2020-10-15T22:02:59.025Z", "contributors": [ - "wbamberg", - "luizschinemann" + "EduardoFerr" ] }, - "Tools/Modo_Design_Adaptavel": { - "modified": "2020-07-16T22:35:22.122Z", + "Web/API/Page_Visibility_API": { + "modified": "2019-03-23T22:34:14.511Z", "contributors": [ - "cristiano-soares", - "wbamberg", - "jsx", - "teoli", - "EvertonPortela" + "renatoluna" ] }, - "Tools/Network_Monitor": { - "modified": "2020-07-16T22:35:30.854Z", + "Web/API/ParentNode": { + "modified": "2019-03-23T22:19:41.961Z", "contributors": [ - "jamrocha", - "wbamberg", - "fabianosantos.net", - "lisaldofjf", - "cleverson", - "Lokojbkf" + "jpmedley" ] }, - "Tools/Notas_de_lancamento": { - "modified": "2020-07-16T22:35:56.858Z", + "Web/API/ParentNode/childElementCount": { + "modified": "2020-10-15T22:28:04.061Z", "contributors": [ - "wbamberg", - "fabianosantos.net", - "-" + "leofalcao10" ] }, - "Tools/Page_Inspector": { - "modified": "2020-07-16T22:34:29.304Z", + "Web/API/ParentNode/children": { + "modified": "2019-03-23T22:19:42.340Z", "contributors": [ - "wbamberg", - "GaPerez10", - "karen-evelyn", - "danielferreira.developer", - "teoli", - "pablobfonseca", - "maybe", - "nanardo", - "pfurtado", - "MarcoBruno" + "rafaelcavalcante" ] }, - "Tools/Page_Inspector/How_to": { - "modified": "2020-07-16T22:34:31.751Z", + "Web/API/ParentNode/querySelector": { + "modified": "2020-10-15T22:23:27.840Z", "contributors": [ - "wbamberg", - "sidgan" + "VictorhMalheiro" ] }, - "Tools/Page_Inspector/How_to/Edit_CSS_filters": { - "modified": "2020-07-16T22:34:45.449Z", + "Web/API/Path2D": { + "modified": "2020-10-15T22:06:13.090Z", "contributors": [ - "wbamberg", - "jgeovani" + "dayvitSiqueira" ] }, - "Tools/Page_Inspector/How_to/Examinando_eventos_escuta": { - "modified": "2020-07-16T22:34:35.841Z", + "Web/API/Performance": { + "modified": "2020-10-15T21:54:03.274Z", "contributors": [ - "wbamberg", - "fabianosantos.net" + "fscholz", + "jpmedley" ] }, - "Tools/Page_Inspector/How_to/Examine_and_edit_CSS": { - "modified": "2020-07-16T22:34:43.033Z", + "Web/API/Performance/now": { + "modified": "2019-03-18T20:49:36.800Z", "contributors": [ - "wbamberg", - "wdot789", - "raphaellima8", - "jaimemaretoli", - "julianadfg" + "helton-mori-dev", + "gabrieltobi" ] }, - "Tools/Page_Inspector/How_to/Examine_grid_layouts": { - "modified": "2020-07-16T22:34:47.464Z", + "Web/API/Performance/toJSON": { + "modified": "2020-10-15T21:54:01.565Z", "contributors": [ - "wbamberg", - "nobrewilk" + "fscholz", + "gabrieltobi" ] }, - "Tools/Page_Inspector/How_to/Open_the_Inspector": { - "modified": "2020-07-16T22:34:32.967Z", + "Web/API/PositionOptions": { + "modified": "2019-03-23T22:47:40.708Z", "contributors": [ - "wbamberg", - "larimaza" + "victorkurauchi" ] }, - "Tools/Page_Inspector/How_to/Trabalho_Com_Animaçoes": { - "modified": "2020-07-16T22:34:36.936Z", + "Web/API/ProcessingInstruction": { + "modified": "2019-03-18T21:38:06.302Z", "contributors": [ - "wbamberg", - "o2over" + "coloringa" ] }, - "Tools/Rulers": { - "modified": "2020-07-16T22:36:26.507Z", + "Web/API/PushManager": { + "modified": "2019-03-18T21:44:59.987Z", "contributors": [ - "wbamberg", - "barddes", - "Jeremie", - "kazumi" + "GPrimola", + "M4ttscx" ] }, - "Tools/Settings": { - "modified": "2020-07-16T22:36:35.275Z", + "Web/API/RTCCertificate": { + "modified": "2020-10-15T22:22:00.681Z", "contributors": [ - "wbamberg", - "jaimemaretoli", - "jhonatasrm", - "julianadfg" + "hsulipe" ] }, - "Tools/Shader_Editor": { - "modified": "2020-07-16T22:35:54.762Z", + "Web/API/RTCDataChannel": { + "modified": "2019-03-23T22:05:58.861Z", "contributors": [ - "wbamberg", - "stephaniehobson", - "bassam", - "joselima", - "idenilson" + "Lavyk" ] }, - "Tools/Simulador_Firefox_OS_1.1": { - "modified": "2020-07-16T22:35:58.114Z", + "Web/API/RTCIceTransport": { + "modified": "2020-10-15T22:22:02.457Z", "contributors": [ - "wbamberg", - "faelpinho" + "hsulipe" ] }, - "Tools/Web_Console": { - "modified": "2020-07-16T22:34:06.990Z", + "Web/API/RTCPeerConnection": { + "modified": "2020-10-15T22:18:53.156Z", "contributors": [ - "cautnew", - "wbamberg", - "DiegoTelles", - "javaroldo", - "danielferreira.developer", - "gmoraes", - "paulojackson42", - "teoli", - "kosikfl" + "Leonardocezar", + "matheuschimelli", + "labforcode" ] }, - "Tools/Web_Console/Helpers": { - "modified": "2020-07-16T22:34:12.817Z", + "Web/API/RTCPeerConnection/connectionState": { + "modified": "2020-10-15T22:25:43.424Z", "contributors": [ - "wbamberg", - "akando" + "Mellogab" ] }, - "Tools/Web_Console/Opening_the_Web_Console": { - "modified": "2020-07-16T22:34:17.352Z", + "Web/API/Request": { + "modified": "2020-10-15T22:02:39.204Z", "contributors": [ - "josimaraLima", - "cautnew" + "valdeirpsr" ] }, - "Tools/Web_Console/The_command_line_interpreter": { - "modified": "2020-07-16T22:34:19.266Z", + "Web/API/Request/Request": { + "modified": "2020-10-15T22:15:05.741Z", "contributors": [ - "luizcowbtf" + "duduindo", + "fininhors" ] }, - "Tools/Working_with_iframes": { - "modified": "2020-07-16T22:36:12.025Z", + "Web/API/Response": { + "modified": "2020-10-15T22:09:39.986Z", "contributors": [ - "wbamberg", - "kausdev", - "Vinicius_Vieira" + "paulo9mv", + "leandroruel", + "jeovazero" ] }, - "Tools/atuação": { - "modified": "2020-07-16T22:36:13.436Z", + "Web/API/SVGAElement": { + "modified": "2020-10-15T22:03:03.797Z", "contributors": [ - "wbamberg", - "IgorGoncalves", - "ricardolima89", - "gilton", - "samuelpontes" + "Shadowlast14" ] }, - "Using_geolocation": { - "modified": "2019-03-23T23:36:21.393Z", + "Web/API/SVGAnimateTransformElement": { + "modified": "2020-10-16T17:55:44.269Z", "contributors": [ - "rafaelcavalcante", - "paulo-raoni", - "ted_k", - "michaelycus", - "ronaldo.ap.abreu", - "emilianocarvalho" + "felipepaz" ] }, - "Web": { - "modified": "2020-07-13T10:40:01.246Z", + "Web/API/Sensor": { + "modified": "2020-10-15T22:32:16.467Z", "contributors": [ - "jose.elias.0703", - "jorgeclesio", - "ChristoPy", - "Munhoz", - "RenanBirck", - "BrendonFerreira", - "AlanCezarAraujo", - "-", - "PriscillaAlcalde", - "rbrandao", - "sheldonled", - "cezarcruz", - "rafaelsakurai", - "Sheppy" + "jpmedley" ] }, - "Web/API": { - "modified": "2019-06-15T02:48:05.766Z", + "Web/API/Server-sent_events": { + "modified": "2020-06-16T11:34:37.745Z", "contributors": [ - "wcqueiroz", - "julio-elipse", - "MatheusCuba", - "KadirTopal", - "sprodrigues", - "teoli", - "panaggio", - "ethertank", - "srsaude", - "Sheppy" + "alattalatta" ] }, - "Web/API/ANGLE_instanced_arrays": { - "modified": "2020-10-15T22:14:15.404Z", + "Web/API/Server-sent_events/Using_server-sent_events": { + "modified": "2020-10-15T22:30:47.227Z", "contributors": [ - "eliasmelgaco" + "LucasPereira" ] }, - "Web/API/API_Push": { - "modified": "2019-03-23T22:39:02.907Z", + "Web/API/ServiceWorkerContainer": { + "modified": "2019-03-18T20:53:05.893Z", "contributors": [ - "rodrigoalexandresc", - "fahadkalil", - "rmunhoz" + "Gustavo_Armoa", + "jpmedley" ] }, - "Web/API/API_Push/Best_Practices": { - "modified": "2020-05-23T16:17:14.549Z", + "Web/API/ServiceWorkerContainer/register": { + "modified": "2019-03-23T22:05:54.667Z", "contributors": [ - "brunoartc" + "wallacemaxters" ] }, - "Web/API/API_Web_Audio": { - "modified": "2019-03-18T20:58:41.484Z", + "Web/API/ServiceWorkerGlobalScope": { + "modified": "2020-10-15T22:18:38.860Z", "contributors": [ - "SphinxKnight", - "italoadler", - "GleisonLuis", - "MichelAlonso", - "gidenilson", - "Sheppy", - "DavidWalsh", - "rbrandao", - "taltk9", - "teoli", - "unreleasedmix" + "fscholz" ] }, - "Web/API/API_Web_Audio/Sintetizador_simples": { - "modified": "2020-09-29T13:36:38.578Z", + "Web/API/ServiceWorkerGlobalScope/clients": { + "modified": "2020-10-15T22:18:38.711Z", "contributors": [ - "Trek" + "rafaelcavalcante" ] }, - "Web/API/API_de_Desempenho": { - "modified": "2020-04-24T14:27:05.156Z", + "Web/API/Service_Worker_API": { + "modified": "2019-03-23T22:20:45.840Z", "contributors": [ - "rbertoche" + "alcidesqueiroz", + "dicarlosdesign" ] }, - "Web/API/AbortSignal": { - "modified": "2020-10-15T22:03:40.637Z", + "Web/API/Service_Worker_API/Using_Service_Workers": { + "modified": "2020-07-29T08:44:07.257Z", "contributors": [ - "MatheusCuba" + "edusantana", + "rfdeoliveira", + "marciocamargo", + "italoportinho", + "Lucasktrindade" ] }, - "Web/API/AbortSignal/aborted": { - "modified": "2020-10-15T22:05:39.005Z", + "Web/API/SharedWorker": { + "modified": "2019-03-23T22:10:27.798Z", "contributors": [ - "marcelorobson001" + "chrisdavidmills" ] }, - "Web/API/AbstractWorker": { - "modified": "2019-03-23T23:11:23.809Z", + "Web/API/SharedWorker/port": { + "modified": "2019-03-23T22:10:34.513Z", "contributors": [ - "teoli", - "mklauck" + "Schrammel" ] }, - "Web/API/AbstractWorker/onerror": { - "modified": "2019-03-23T22:50:42.630Z", + "Web/API/SpeechGrammar": { + "modified": "2020-10-15T22:17:17.231Z", "contributors": [ - "daltonmenezes" + "rafaelvanat" ] }, - "Web/API/Ambient_Light_Events": { - "modified": "2019-03-23T22:10:24.978Z", + "Web/API/SpeechSynthesis": { + "modified": "2019-03-23T22:02:23.080Z", "contributors": [ - "andre-mendes" + "_marciojrtorres" ] }, - "Web/API/Animation": { - "modified": "2019-03-23T22:27:19.257Z", + "Web/API/SpeechSynthesisUtterance": { + "modified": "2019-03-23T22:25:09.613Z", "contributors": [ - "mrmorais", - "hbmuller", - "rachelnabors" + "chrisdavidmills" ] }, - "Web/API/Animation/cancel": { - "modified": "2019-03-23T22:32:30.370Z", + "Web/API/SpeechSynthesisUtterance/voice": { + "modified": "2019-03-23T22:25:16.059Z", "contributors": [ - "JohnLatties" + "niltoncsr" ] }, - "Web/API/Animation/currentTime": { - "modified": "2019-03-23T22:08:24.693Z", + "Web/API/Storage": { + "modified": "2020-10-15T21:38:56.944Z", "contributors": [ - "Schieck" + "Sipmann", + "Auugustocesar", + "andrekutianski", + "Sebastianz" ] }, - "Web/API/Animation/playState": { - "modified": "2019-03-23T22:08:37.256Z", + "Web/API/Storage/clear": { + "modified": "2019-03-23T22:22:06.554Z", "contributors": [ - "Schieck" + "nicolastarzia" ] }, - "Web/API/AnimationEvent": { - "modified": "2019-03-23T22:45:30.935Z", + "Web/API/Storage/getItem": { + "modified": "2020-10-15T21:46:36.499Z", "contributors": [ - "edu-ricardo", - "teoli", - "takahan" + "mateusvelleda", + "victormaestri", + "carol-caires" ] }, - "Web/API/AnimationEvent/AnimationEvent": { - "modified": "2019-03-23T22:45:31.301Z", + "Web/API/Storage/key": { + "modified": "2020-10-15T22:22:54.532Z", "contributors": [ - "takahan" + "andalvalmeida" ] }, - "Web/API/AnimationEvent/animationName": { - "modified": "2019-03-23T22:45:37.004Z", + "Web/API/Storage/length": { + "modified": "2019-03-18T21:39:13.697Z", "contributors": [ - "teoli", - "takahan" + "bfabbri" ] }, - "Web/API/AnimationEvent/elapsedTime": { - "modified": "2019-03-23T22:45:36.142Z", + "Web/API/Storage/removeItem": { + "modified": "2019-03-23T22:26:49.057Z", "contributors": [ - "teoli", - "takahan" + "eduardogomesv" ] }, - "Web/API/AnimationEvent/initAnimationEvent": { - "modified": "2019-03-23T22:45:29.493Z", + "Web/API/Storage/setItem": { + "modified": "2019-03-23T22:47:38.418Z", "contributors": [ - "teoli", - "takahan" + "larodiel" ] }, - "Web/API/AnimationEvent/pseudoElement": { - "modified": "2019-03-23T22:45:35.200Z", + "Web/API/StorageManager": { + "modified": "2020-10-15T22:19:33.863Z", "contributors": [ - "teoli", - "takahan" + "Rondinelly" ] }, - "Web/API/Attr": { - "modified": "2019-03-23T23:11:31.038Z", + "Web/API/Streams_API": { + "modified": "2020-10-15T22:07:15.490Z", "contributors": [ - "MatheusCuba", - "renansouza", - "teoli", - "mklauck" + "NandoRFS", + "chrisdavidmills" ] }, - "Web/API/Attr/localName": { - "modified": "2019-03-23T22:18:49.389Z", + "Web/API/Streams_API/Concepts": { + "modified": "2019-03-18T21:30:10.010Z", "contributors": [ - "juniorgarcia" + "thiagopelizoni" ] }, - "Web/API/AudioContext": { - "modified": "2020-08-25T13:06:48.450Z", + "Web/API/SubtleCrypto": { + "modified": "2020-10-15T21:58:59.814Z", "contributors": [ - "duduindo", - "italoadler", - "GPrimola", - "EduardoFerr", - "jpmedley" + "fscholz", + "Hikashii", + "prebytes" ] }, - "Web/API/AudioContext/currentTime": { - "modified": "2019-03-23T22:31:21.913Z", + "Web/API/SubtleCrypto/GenerateKey": { + "modified": "2019-03-23T22:02:52.131Z", "contributors": [ - "deyvid0123" + "Hikashii" ] }, - "Web/API/AudioNode": { - "modified": "2019-03-23T22:37:43.755Z", + "Web/API/SubtleCrypto/deriveKey": { + "modified": "2019-03-23T22:02:44.403Z", "contributors": [ - "gidenilson" + "Hikashii" ] }, - "Web/API/Background_Tasks_API": { - "modified": "2020-10-15T22:22:54.939Z", + "Web/API/SubtleCrypto/importKey": { + "modified": "2019-03-23T22:02:45.337Z", "contributors": [ - "maatheusgouveia" + "Hikashii" ] }, - "Web/API/BatteryManager": { - "modified": "2019-03-23T23:18:25.418Z", + "Web/API/URL": { + "modified": "2020-10-15T21:33:01.700Z", "contributors": [ - "teoli", - "eliezerb" + "mateusvelleda", + "teoli" ] }, - "Web/API/BatteryManager/charging": { - "modified": "2019-03-23T23:18:26.621Z", + "Web/API/URL/createObjectURl": { + "modified": "2020-10-15T21:23:35.850Z", "contributors": [ + "fscholz", "teoli", - "eliezerb" + "srsaude" ] }, - "Web/API/BatteryManager/chargingTime": { - "modified": "2019-03-23T23:17:02.480Z", + "Web/API/URL/revokeObjectURL": { + "modified": "2019-03-23T22:23:24.178Z", "contributors": [ - "teoli", - "eliezerb" + "emmanueldaher" ] }, - "Web/API/BatteryManager/dischargingTime": { - "modified": "2019-03-23T23:16:57.249Z", + "Web/API/URL/searchParams": { + "modified": "2020-10-15T22:02:37.369Z", "contributors": [ - "teoli", - "eliezerb" + "mateusvelleda", + "marabesi" ] }, - "Web/API/BatteryManager/level": { - "modified": "2019-03-23T23:16:57.347Z", + "Web/API/URLSearchParams": { + "modified": "2019-03-23T22:18:19.994Z", "contributors": [ - "teoli", - "eliezerb" + "marcelobonatto" ] }, - "Web/API/BatteryManager/onchargingchange": { - "modified": "2019-03-23T23:16:56.594Z", + "Web/API/URLSearchParams/get": { + "modified": "2019-03-18T21:33:42.386Z", "contributors": [ - "teoli", - "eliezerb" + "DanieleCastilho" ] }, - "Web/API/BatteryManager/onchargingtimechange": { - "modified": "2019-03-23T23:16:56.942Z", + "Web/API/URLSearchParams/values": { + "modified": "2019-03-18T21:33:34.299Z", "contributors": [ - "teoli", - "eliezerb" + "DanieleCastilho" ] }, - "Web/API/BatteryManager/ondischargintimechange": { - "modified": "2019-03-23T23:16:54.139Z", + "Web/API/ValidityState": { + "modified": "2020-10-15T22:08:46.419Z", "contributors": [ - "teoli", - "eliezerb" + "Zavarock" ] }, - "Web/API/BatteryManager/onlevelchange": { - "modified": "2019-03-23T23:16:53.281Z", + "Web/API/WebGL_API": { + "modified": "2019-04-05T15:51:08.757Z", "contributors": [ + "MarceloBRN", + "julio-elipse", + "fscholz", "teoli", - "eliezerb" + "fvargaspf@gmail.com" ] }, - "Web/API/BiquadFilterNode": { - "modified": "2020-10-15T22:02:35.671Z", + "Web/API/WebGL_API/Tutorial": { + "modified": "2019-03-23T22:48:58.032Z", "contributors": [ - "Jonathanifpe" + "fscholz" ] }, - "Web/API/Blob": { - "modified": "2020-10-15T21:31:54.891Z", + "Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL": { + "modified": "2019-03-23T22:43:23.994Z", "contributors": [ - "CahMoraes", - "Flicksie", - "gabrielacaesar", - "jkdrangel", - "vandercijr", - "wancharle", - "raduq", - "Caique39", - "willianbriotto", - "teoli", - "jeffersoncardoso100" + "etc_william", + "Nathipg", + "MarceloBRN" ] }, - "Web/API/Blob/Blob": { - "modified": "2020-10-15T22:09:55.306Z", + "Web/API/WebRTC_API": { + "modified": "2020-02-27T08:49:05.980Z", "contributors": [ - "thiagosaife", - "TiagoOliveiraz" + "iankressin", + "aledebarba", + "pedro-surf", + "Sheppy" ] }, - "Web/API/Blob/size": { - "modified": "2020-10-15T22:13:56.876Z", + "Web/API/WebRTC_API/Protocols": { + "modified": "2020-12-04T03:01:14.311Z", "contributors": [ - "thiagosaife" + "guiseek" ] }, - "Web/API/Blob/slice": { - "modified": "2019-03-18T21:46:37.104Z", + "Web/API/WebSocket": { + "modified": "2019-03-23T22:25:02.860Z", "contributors": [ - "Julio_Lira" + "Fernandolrs", + "mak213k", + "mshmeirelles" ] }, - "Web/API/Blob/type": { - "modified": "2020-10-15T22:13:55.601Z", + "Web/API/WebVR_API": { + "modified": "2019-03-23T22:13:23.567Z", "contributors": [ - "thiagosaife" + "Fernandolrs", + "kausdev" ] }, - "Web/API/Body": { - "modified": "2020-10-15T22:30:31.056Z", + "Web/API/WebVR_API/Using_the_WebVR_API": { + "modified": "2020-04-03T23:13:18.030Z", "contributors": [ - "Wind1808" + "Cleide724" ] }, - "Web/API/Body/json": { - "modified": "2020-10-15T22:30:29.688Z", + "Web/API/Web_Animations_API": { + "modified": "2020-09-26T01:35:21.265Z", "contributors": [ - "tohdi1" + "mfuji09" ] }, - "Web/API/BroadcastChannel": { - "modified": "2020-10-15T22:14:45.422Z", + "Web/API/Web_Crypto_API": { + "modified": "2019-03-23T22:16:32.658Z", "contributors": [ - "Rondinelly" + "GPrimola", + "Hikashii", + "cristof" ] }, - "Web/API/CSS": { - "modified": "2019-07-14T13:19:26.783Z", + "Web/API/Web_Workers_API": { + "modified": "2019-04-07T16:56:48.451Z", "contributors": [ - "onsistec", - "teoli", - "takahan" + "MatLinkM", + "leonardosnt", + "jika", + "devmessias" ] }, - "Web/API/CSS_Object_Model": { - "modified": "2019-03-23T22:34:08.999Z", + "Web/API/Window": { + "modified": "2020-07-28T17:31:29.548Z", "contributors": [ - "allissondebrito" + "maleskena", + "vinibudd", + "naotenhologin", + "danielferreira.developer", + "haskellcamargo", + "teoli", + "panaggio" ] }, - "Web/API/Cache": { - "modified": "2019-03-23T22:09:25.465Z", + "Web/API/Window/alert": { + "modified": "2020-03-30T12:44:24.443Z", "contributors": [ - "khaosdoctor" + "raulnunesodre", + "teoli", + "alexandrem" ] }, - "Web/API/CanvasRenderingContext2D": { - "modified": "2020-11-14T05:59:14.329Z", + "Web/API/Window/applicationCache": { + "modified": "2019-03-23T22:51:36.521Z", "contributors": [ - "pedrinhofss", - "TalissonOliveira", - "ThiagOliveira26", - "elciodalosto", - "ioxua-os", - "marcio-ti", - "rudolfo" + "haskellcamargo" ] }, - "Web/API/CanvasRenderingContext2D/arc": { - "modified": "2020-11-29T22:05:48.491Z", + "Web/API/Window/closed": { + "modified": "2019-03-18T20:58:51.070Z", "contributors": [ - "jfelipearaujo" + "SphinxKnight", + "haskellcamargo" ] }, - "Web/API/CanvasRenderingContext2D/arcTo": { - "modified": "2020-10-15T22:10:00.175Z", + "Web/API/Window/confirm": { + "modified": "2019-03-23T22:53:06.274Z", "contributors": [ - "Leodma" + "AlyoshaS", + "marcoaraujojunior", + "fabreu" ] }, - "Web/API/CanvasRenderingContext2D/beginPath": { - "modified": "2019-03-23T22:18:53.160Z", + "Web/API/Window/crypto": { + "modified": "2019-03-23T22:12:19.817Z", "contributors": [ - "MarceloBRN" + "Hikashii", + "AlexandreBarros" ] }, - "Web/API/CanvasRenderingContext2D/clearRect": { - "modified": "2019-03-23T22:18:47.441Z", + "Web/API/Window/document": { + "modified": "2019-03-23T22:49:44.918Z", "contributors": [ - "MarceloBRN" + "diogobenica", + "LucasRamos" ] }, - "Web/API/CanvasRenderingContext2D/clip": { - "modified": "2019-03-23T22:26:54.054Z", + "Web/API/Window/event": { + "modified": "2019-03-23T22:34:58.265Z", "contributors": [ - "Drako" + "macalha" ] }, - "Web/API/CanvasRenderingContext2D/closePath": { - "modified": "2019-03-23T22:18:51.433Z", + "Web/API/Window/fullScreen": { + "modified": "2019-03-23T22:50:57.657Z", "contributors": [ - "MarceloBRN" + "macalha" ] }, - "Web/API/CanvasRenderingContext2D/fill": { - "modified": "2019-03-23T22:18:51.215Z", + "Web/API/Window/getSelection": { + "modified": "2019-03-23T22:22:20.343Z", "contributors": [ - "MarceloBRN" + "pedroqueiroz94", + "fernandosouza" ] }, - "Web/API/CanvasRenderingContext2D/fillRect": { - "modified": "2019-03-23T22:18:47.156Z", + "Web/API/Window/history": { + "modified": "2019-03-23T22:21:53.007Z", "contributors": [ - "MarceloBRN" + "Drycoder027" ] }, - "Web/API/CanvasRenderingContext2D/fillStyle": { - "modified": "2019-03-23T22:15:27.700Z", + "Web/API/Window/innerHeight": { + "modified": "2019-03-23T22:07:12.963Z", "contributors": [ - "MarceloBRN", - "sergiorg" + "thedjmarcelo" ] }, - "Web/API/CanvasRenderingContext2D/lineTo": { - "modified": "2019-03-23T22:18:50.928Z", + "Web/API/Window/length": { + "modified": "2019-03-23T22:45:02.985Z", "contributors": [ - "MarceloBRN" + "diogobenica" ] }, - "Web/API/CanvasRenderingContext2D/moveTo": { - "modified": "2019-03-23T22:18:47.951Z", + "Web/API/Window/location": { + "modified": "2019-03-23T22:44:54.419Z", "contributors": [ - "MarceloBRN" + "AntLouiz", + "brunoeduardo" ] }, - "Web/API/CanvasRenderingContext2D/quadraticCurveTo": { - "modified": "2019-03-18T21:42:53.744Z", + "Web/API/Window/matchMedia": { + "modified": "2019-03-23T22:25:52.785Z", "contributors": [ - "ollieestuff" + "MarcosNakamine" ] }, - "Web/API/CanvasRenderingContext2D/rect": { - "modified": "2019-03-18T21:43:19.793Z", + "Web/API/Window/navigator": { + "modified": "2019-03-23T23:16:57.470Z", "contributors": [ - "MarceloBRN" + "teoli", + "eliezerb" ] }, - "Web/API/CanvasRenderingContext2D/stroke": { - "modified": "2019-03-23T22:18:51.989Z", + "Web/API/Window/ondevicelight": { + "modified": "2019-03-23T22:08:54.681Z", "contributors": [ - "MarceloBRN" + "rener_bz" ] }, - "Web/API/CanvasRenderingContext2D/strokeRect": { - "modified": "2019-03-23T22:18:48.512Z", + "Web/API/Window/openDialog": { + "modified": "2019-03-23T23:04:23.875Z", "contributors": [ - "MarceloBRN" + "saulodecarlo", + "teoli", + "perrucho" ] }, - "Web/API/CharacterData": { - "modified": "2020-10-15T22:12:28.607Z", + "Web/API/Window/performance": { + "modified": "2019-03-23T22:44:28.136Z", "contributors": [ - "marcos180212" + "augustoclaro" ] }, - "Web/API/ChildNode": { - "modified": "2020-10-15T21:55:14.252Z", + "Web/API/Window/popstate_event": { + "modified": "2019-04-26T08:34:23.645Z", "contributors": [ - "mateusvelleda", - "AlanSantos11", - "stevenwdv" + "chrisdavidmills", + "irenesmith", + "RQuadros", + "fscholz", + "brunoeduardo" ] }, - "Web/API/ChildNode/after": { - "modified": "2020-10-15T22:17:31.621Z", + "Web/API/Window/print": { + "modified": "2020-10-15T21:47:11.931Z", "contributors": [ - "pedroguilhermelima" + "alvarocjunq", + "macalha", + "Auugustocesar" ] }, - "Web/API/ChildNode/remove": { - "modified": "2020-10-15T21:55:19.824Z", + "Web/API/Window/prompt": { + "modified": "2019-03-23T22:57:04.834Z", "contributors": [ - "SphinxKnight", - "gutoribeiro" + "mahenrique", + "fnsc.luis" ] }, - "Web/API/ClipboardEvent": { - "modified": "2020-10-15T22:15:35.028Z", + "Web/API/Window/requestAnimationFrame": { + "modified": "2020-10-15T21:50:51.013Z", "contributors": [ - "duduindo", - "AnarcoPhysics" + "mateusvelleda", + "NoiSyBoY", + "hiperesp", + "sambrmg", + "calaca" ] }, - "Web/API/CloseEvent": { - "modified": "2019-09-12T20:33:31.828Z", + "Web/API/Window/requestIdleCallback": { + "modified": "2020-11-03T11:18:19.041Z", "contributors": [ - "marlonveiga-santos", - "rener_bz", - "dougKronos" + "luan0ap" ] }, - "Web/API/CloseEvent/CloseEvent": { - "modified": "2020-10-15T22:24:43.626Z", + "Web/API/Window/resize_event": { + "modified": "2019-04-30T14:03:51.758Z", "contributors": [ - "marlonveiga-santos" + "wbamberg", + "chrisdavidmills", + "irenesmith", + "sergio_orugian" ] }, - "Web/API/Console": { - "modified": "2019-03-23T23:17:34.298Z", + "Web/API/Window/scroll": { + "modified": "2019-03-23T22:13:21.030Z", "contributors": [ - "JorgeMadson", - "teoli", - "Webysther", - "khalid32", - "lfarroco" + "diego-c" ] }, - "Web/API/Console/assert": { - "modified": "2019-03-23T22:25:22.069Z", + "Web/API/Window/scrollBy": { + "modified": "2019-03-18T21:42:36.427Z", "contributors": [ - "mayronmedeiros" + "TecladistaProd" ] }, - "Web/API/Console/clear": { - "modified": "2020-10-15T22:29:37.104Z", + "Web/API/Window/scrollByPages": { + "modified": "2019-03-23T22:23:22.523Z", "contributors": [ - "webfelipemaia" + "LucasRuy" ] }, - "Web/API/Console/count": { - "modified": "2019-03-23T22:16:10.687Z", + "Web/API/Window/scrollTo": { + "modified": "2019-03-23T22:45:04.416Z", "contributors": [ - "vspedr" + "diogobenica" ] }, - "Web/API/Console/dir": { - "modified": "2019-03-23T22:50:36.909Z", + "Web/API/Window/scrollY": { + "modified": "2020-10-15T21:48:53.869Z", "contributors": [ - "belsanpesou" + "mateusvelleda", + "Jerffersonferreira" ] }, - "Web/API/Console/error": { - "modified": "2019-03-23T22:45:13.263Z", + "Web/API/Window/sessionStorage": { + "modified": "2019-08-02T11:53:58.107Z", "contributors": [ - "raduq" + "leila", + "haskellcamargo", + "PTLozano", + "Fulanodigital" ] }, - "Web/API/Console/info": { - "modified": "2019-03-23T22:29:13.618Z", + "Web/API/Window/setCursor": { + "modified": "2019-03-23T22:50:55.979Z", "contributors": [ - "zaclummys", - "HugoOliveira" + "macalha" ] }, - "Web/API/Console/log": { - "modified": "2019-03-23T22:56:56.119Z", + "Web/API/Window/setImmediate": { + "modified": "2019-03-23T22:04:49.012Z", "contributors": [ - "odahcam", - "Higo" + "jika" ] }, - "Web/API/Console/table": { - "modified": "2020-10-15T22:16:14.686Z", + "Web/API/WindowEventHandlers": { + "modified": "2020-03-01T23:25:36.916Z", "contributors": [ - "elielsonbatista" + "kudnx", + "teoli" ] }, - "Web/API/Console/time": { - "modified": "2019-10-03T22:24:48.908Z", + "Web/API/WindowEventHandlers/onhashchange": { + "modified": "2019-03-23T22:56:05.373Z", "contributors": [ - "gcacars" + "cleydsonjr", + "abensur" ] }, - "Web/API/Console/timeEnd": { - "modified": "2019-03-23T23:04:24.266Z", + "Web/API/WindowEventHandlers/onpopstate": { + "modified": "2019-03-23T22:46:07.205Z", "contributors": [ - "teoli", - "perrucho" + "brunoeduardo" ] }, - "Web/API/Console/timeStamp": { - "modified": "2019-10-03T22:25:43.901Z", + "Web/API/WindowEventHandlers/onstorage": { + "modified": "2019-03-23T22:03:39.969Z", "contributors": [ - "gcacars" + "GPrimola", + "gustavoverasmorais" ] }, - "Web/API/Console/warn": { - "modified": "2019-03-18T21:45:25.881Z", + "Web/API/WindowOrWorkerGlobalScope": { + "modified": "2019-03-23T22:06:16.824Z", "contributors": [ - "raduq" + "angelorubin", + "Bzbarsky" ] }, - "Web/API/Console_API": { - "modified": "2020-10-15T22:22:48.975Z", + "Web/API/WindowOrWorkerGlobalScope/fetch": { + "modified": "2019-03-23T22:06:21.567Z", "contributors": [ - "luan0ap" + "dowgssss" ] }, - "Web/API/Crypto": { - "modified": "2020-10-15T21:59:00.174Z", + "Web/API/WindowOrWorkerGlobalScope/setInterval": { + "modified": "2020-10-15T22:16:56.864Z", "contributors": [ - "Sipmann", - "Hikashii" + "luan0ap" ] }, - "Web/API/Crypto/subtle": { - "modified": "2020-10-15T21:59:00.200Z", + "Web/API/Worker": { + "modified": "2020-10-28T22:21:09.210Z", "contributors": [ - "fscholz", - "Hikashii" + "oliveiracaue", + "filipemarins", + "gxovano" ] }, - "Web/API/CryptoKey": { - "modified": "2019-03-23T22:02:50.915Z", + "Web/API/XMLDocument": { + "modified": "2020-10-15T22:12:36.526Z", "contributors": [ - "Hikashii" + "ExE-Boss", + "msilvaj" ] }, - "Web/API/CryptoKey/algorithm": { - "modified": "2019-03-23T22:02:41.629Z", + "Web/API/XMLDocument/async": { + "modified": "2019-04-24T21:10:36.508Z", "contributors": [ - "Hikashii" + "ExE-Boss", + "edurodriguesdias" ] }, - "Web/API/CryptoKey/extractable": { - "modified": "2019-03-23T22:02:42.520Z", + "Web/API/XMLHttpRequest": { + "modified": "2019-05-02T20:01:13.466Z", "contributors": [ - "Hikashii" + "wbamberg", + "anhaabaete", + "halkliff", + "brunoczim", + "andrekutianski", + "DaniloDev", + "wdoering", + "rogeriomoraessp", + "teoli", + "fusionchess" ] }, - "Web/API/CryptoKey/type": { - "modified": "2019-03-23T22:02:48.076Z", + "Web/API/XMLHttpRequest/abort": { + "modified": "2019-03-23T22:16:54.432Z", "contributors": [ - "Hikashii" + "gustavobeavis" ] }, - "Web/API/CryptoKey/usages": { - "modified": "2019-03-23T22:02:45.135Z", + "Web/API/XMLHttpRequest/onreadystatechange": { + "modified": "2019-03-23T22:16:58.340Z", "contributors": [ - "Hikashii" + "brunoczim", + "gustavobeavis" ] }, - "Web/API/CustomElementRegistry": { - "modified": "2020-10-15T22:10:44.693Z", + "Web/API/XMLHttpRequest/open": { + "modified": "2020-10-15T22:03:41.298Z", "contributors": [ - "mtsgeneroso" + "halkliff", + "mauromattos00" ] }, - "Web/API/DOMException": { - "modified": "2020-10-15T22:14:05.527Z", + "Web/API/XMLHttpRequest/readyState": { + "modified": "2019-05-15T10:26:01.821Z", "contributors": [ - "hamadecd", - "viniciuspdasilva" + "eduardovivi", + "gustavobeavis" ] }, - "Web/API/DOMImplementation": { - "modified": "2020-10-15T22:10:56.598Z", + "Web/API/XMLHttpRequest/send": { + "modified": "2020-10-15T22:05:47.894Z", "contributors": [ - "connorshea" + "duduindo", + "EduardoFerr" ] }, - "Web/API/DOMImplementation/createDocument": { - "modified": "2020-10-15T22:11:04.094Z", + "Web/API/XMLHttpRequest/setRequestHeader": { + "modified": "2020-10-15T22:18:51.386Z", "contributors": [ - "jeronimojr" + "devlhm" ] }, - "Web/API/DOMString": { - "modified": "2019-03-23T22:03:59.387Z", + "Web/API/XMLHttpRequest/timeout": { + "modified": "2019-03-23T22:27:06.677Z", "contributors": [ - "oirodolfo" + "trestini" ] }, - "Web/API/DOMStringList": { - "modified": "2019-03-23T22:03:44.815Z", + "Web/Accessibility/ARIA": { + "modified": "2020-05-04T12:03:49.162Z", "contributors": [ - "MaikeNegreiros" + "BeatrizCavallieri", + "rener_bz", + "Aschlla", + "meche", + "chrisdavidmills" ] }, - "Web/API/DOMStringMap": { - "modified": "2019-05-02T19:22:48.801Z", + "Web/Accessibility/ARIA/ARIA_Guides": { + "modified": "2019-03-23T22:05:06.841Z", "contributors": [ - "wbamberg", - "samir.araujo" + "mak213k" ] }, - "Web/API/DataTransfer": { - "modified": "2019-09-02T08:22:55.109Z", + "Web/Accessibility/ARIA/ARIA_Techniques": { + "modified": "2020-08-05T20:31:43.497Z", "contributors": [ - "gugaburigo29", - "wbamberg", - "Murillo_Brandao" + "alisson-suzigan", + "Sheppy" ] }, - "Web/API/DeviceAcceleration": { - "modified": "2019-03-23T22:09:29.028Z", + "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute": { + "modified": "2020-01-24T10:16:14.859Z", "contributors": [ - "Fernandolrs" + "BiancaPereira" ] }, - "Web/API/DeviceRotationRate": { - "modified": "2019-03-23T22:09:26.114Z", + "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attribute": { + "modified": "2020-12-10T12:36:57.074Z", "contributors": [ - "Fernandolrs" + "filipetorres", + "duduindo", + "NeoOrion" ] }, - "Web/API/Document": { - "modified": "2019-07-14T14:49:00.357Z", + "Web/Accessibility/ARIA/ARIA_Test_Cases": { + "modified": "2019-03-23T23:03:31.037Z", "contributors": [ - "onsistec", - "defr4g", - "brevvi", - "otaviogui", - "aarrigo", - "rodrigocnascimento", - "GabrielAmazonas", - "Joao.JS", - "lionbtt", - "teoli" + "hannahlere" ] }, - "Web/API/Document/Document": { - "modified": "2019-07-17T13:05:53.557Z", + "Web/Accessibility/ARIA/Roles": { + "modified": "2020-09-18T19:22:52.644Z", "contributors": [ - "onsistec", - "pleshw" + "Painatalman", + "rafaelcavalcante" ] }, - "Web/API/Document/ElementoRegistrado": { - "modified": "2019-03-23T22:20:55.282Z", + "Web/Accessibility/ARIA/Web_applications_and_ARIA_FAQ": { + "modified": "2019-03-23T22:27:11.984Z", "contributors": [ - "rener_bz", - "mak213k" + "Aschlla" ] }, - "Web/API/Document/URL": { - "modified": "2019-03-23T22:25:43.664Z", + "Web/Accessibility/ARIA/forms": { + "modified": "2019-03-23T22:29:43.271Z", "contributors": [ - "littlecouto" + "Aschlla", + "caio.rrs" ] }, - "Web/API/Document/activeElement": { - "modified": "2019-03-23T22:24:43.471Z", + "Web/Accessibility/ARIA/forms/Multipart_labels": { + "modified": "2019-03-23T22:27:34.088Z", "contributors": [ - "wbamberg", - "fscholz", - "fernandosavio", - "DiegoYungh" + "Aschlla" ] }, - "Web/API/Document/alinkColor": { - "modified": "2020-10-15T22:23:30.202Z", + "Web/Accessibility/ARIA/forms/alerts": { + "modified": "2019-09-09T08:04:08.002Z", "contributors": [ - "g-malaconi", - "VictorhMalheiro" + "brunopulis" ] }, - "Web/API/Document/anchors": { - "modified": "2019-03-23T22:10:28.887Z", + "Web/Accessibility/ARIA/widgets": { + "modified": "2019-01-16T23:07:41.279Z", "contributors": [ - "wbamberg", - "fernandosavio" + "julianosilvaa" ] }, - "Web/API/Document/bgColor": { - "modified": "2019-03-18T20:59:10.676Z", + "Web/CSS": { + "modified": "2019-12-23T19:24:02.129Z", "contributors": [ + "euvanribeiro", "SphinxKnight", - "henrywm" + "dekxside", + "julio-elipse", + "phenriqueleao", + "GPrimola", + "arthur2323", + "rafaelcavalcante", + "DiegoBRodrigues", + "fcard", + "KikenCris", + "teoli", + "MatCAlv", + "rodrigopadula", + "Estevaosoberano", + "angelorubin", + "fvargaspf@gmail.com", + "gabrielima" ] }, - "Web/API/Document/body": { - "modified": "2019-03-23T22:49:43.056Z", + "Web/CSS/--*": { + "modified": "2019-03-23T22:04:16.687Z", "contributors": [ - "josantana" + "filipetorres" ] }, - "Web/API/Document/characterSet": { - "modified": "2020-10-15T22:26:02.890Z", + "Web/CSS/-moz-context-properties": { + "modified": "2020-10-15T22:12:51.330Z", "contributors": [ - "g-malaconi" + "dekxside" ] }, - "Web/API/Document/close": { - "modified": "2019-03-23T22:05:22.094Z", + "Web/CSS/-webkit-overflow-scrolling": { + "modified": "2019-03-23T22:49:05.514Z", "contributors": [ - "henrywm" + "teoli", + "otaviogui", + "rafaelcavalcante", + "fcard", + "alexanmtz" ] }, - "Web/API/Document/compatMode": { - "modified": "2019-03-18T20:59:09.892Z", + "Web/CSS/-webkit-text-security": { + "modified": "2020-07-18T11:21:00.057Z", "contributors": [ - "SphinxKnight", - "macalha" + "alexalannunes" ] }, - "Web/API/Document/contentType": { - "modified": "2020-10-15T22:21:16.690Z", + "Web/CSS/::after": { + "modified": "2020-05-04T13:44:31.713Z", "contributors": [ - "onsistec" + "chrisdavidmills", + "KadirTopal", + "flunardelli", + "filipetorres", + "MarcosFerrao" ] }, - "Web/API/Document/createElement": { - "modified": "2019-03-23T22:54:23.615Z", + "Web/CSS/::backdrop": { + "modified": "2019-03-23T22:31:06.861Z", "contributors": [ - "guilherme-adesouza", - "diogoreducino", - "teoli", - "nicholascamp" + "tfvictorino" ] }, - "Web/API/Document/createElementNS": { - "modified": "2019-03-23T22:38:59.962Z", + "Web/CSS/::before": { + "modified": "2020-02-14T13:16:11.838Z", "contributors": [ - "LinuxPowerBR" + "melissatvs", + "TecladistaProd", + "marcioleandro" ] }, - "Web/API/Document/currentScript": { - "modified": "2019-03-23T22:50:44.919Z", + "Web/CSS/::first-letter": { + "modified": "2020-07-28T16:37:37.904Z", "contributors": [ - "wbamberg", - "Mathmovic" + "anhaabaete", + "isckosta" ] }, - "Web/API/Document/defaultView": { - "modified": "2019-03-23T22:45:13.537Z", + "Web/CSS/::first-line": { + "modified": "2020-10-15T22:32:28.103Z", "contributors": [ - "macalha" + "Camila-Isabela" ] }, - "Web/API/Document/designMode": { - "modified": "2019-03-23T22:46:53.988Z", + "Web/CSS/::selection": { + "modified": "2020-10-15T22:30:47.166Z", "contributors": [ - "caueamaral" + "euwilliamgoncalves" ] }, - "Web/API/Document/doctype": { - "modified": "2020-10-15T22:21:15.720Z", + "Web/CSS/:active": { + "modified": "2019-08-30T22:31:02.665Z", "contributors": [ - "onsistec" + "MarsA_", + "duduindo", + "Arlon", + "SKO" ] }, - "Web/API/Document/documentElement": { - "modified": "2019-03-23T22:50:37.447Z", + "Web/CSS/:blank": { + "modified": "2020-10-15T22:17:45.679Z", "contributors": [ - "coloringa", - "belsanpesou" + "charlesjamil" ] }, - "Web/API/Document/documentURI": { - "modified": "2020-10-15T22:21:10.338Z", + "Web/CSS/:checked": { + "modified": "2019-10-11T18:34:15.162Z", "contributors": [ - "onsistec" + "escattone", + "teoli", + "brunoeduardo" ] }, - "Web/API/Document/elementFromPoint": { - "modified": "2019-03-23T22:29:17.399Z", + "Web/CSS/:disabled": { + "modified": "2020-10-15T22:16:22.245Z", "contributors": [ - "cezaraugusto" + "Arlon" ] }, - "Web/API/Document/execCommand": { - "modified": "2020-10-15T22:28:17.705Z", + "Web/CSS/:empty": { + "modified": "2020-10-15T22:06:17.744Z", "contributors": [ - "vladwoguerbezerra" + "Arlon", + "liddack" ] }, - "Web/API/Document/fullscreen": { - "modified": "2020-10-15T22:27:26.847Z", + "Web/CSS/:enabled": { + "modified": "2020-10-15T22:16:22.794Z", "contributors": [ - "Eliezer62" + "Arlon" ] }, - "Web/API/Document/getElementById": { - "modified": "2019-09-15T13:18:53.343Z", + "Web/CSS/:first-child": { + "modified": "2019-03-23T23:02:20.033Z", "contributors": [ - "brasmon8351", - "hackerftsg", - "IcaroSantana", - "Filipe-Souza", - "eustabio_junior", - "teoli", - "khalid32", - "willian", - "YgorFranca" + "romulojales" ] }, - "Web/API/Document/getElementsByClassName": { - "modified": "2019-03-23T22:32:17.595Z", + "Web/CSS/:first-of-type": { + "modified": "2019-03-23T23:05:09.903Z", "contributors": [ - "fcard", - "lucasbento", - "marcelo.bastos" + "MarcosNakamine", + "dbiazioli" ] }, - "Web/API/Document/getElementsByName": { - "modified": "2020-10-15T22:22:47.482Z", + "Web/CSS/:focus": { + "modified": "2020-06-28T21:30:07.756Z", "contributors": [ - "KyryIx" + "Rovaron", + "LeoRiether", + "tfvictorino" ] }, - "Web/API/Document/getElementsByTagName": { - "modified": "2020-10-15T22:18:04.997Z", + "Web/CSS/:focus-within": { + "modified": "2020-10-15T22:14:20.305Z", "contributors": [ - "JailsonAraujo" + "leandroruel" ] }, - "Web/API/Document/getSelection": { - "modified": "2019-03-23T22:54:15.369Z", + "Web/CSS/:fullscreen": { + "modified": "2020-10-15T22:32:42.198Z", "contributors": [ - "expalmer" + "Slandrade" ] }, - "Web/API/Document/hasFocus": { - "modified": "2019-03-23T22:34:09.192Z", + "Web/CSS/:hover": { + "modified": "2019-03-23T22:52:37.038Z", "contributors": [ - "renatoluna" + "tfvictorino", + "brunoeduardo" ] }, - "Web/API/Document/head": { - "modified": "2019-03-23T22:49:41.577Z", + "Web/CSS/:invalid": { + "modified": "2020-10-15T21:58:33.546Z", "contributors": [ - "josantana" + "fscholz", + "valdeirpsr", + "dulcetti" ] }, - "Web/API/Document/height": { - "modified": "2019-03-23T22:04:29.295Z", + "Web/CSS/:last-child": { + "modified": "2019-03-23T22:53:17.390Z", "contributors": [ - "macalha" + "brunoeduardo" ] }, - "Web/API/Document/images": { - "modified": "2019-03-23T23:06:58.234Z", + "Web/CSS/:last-of-type": { + "modified": "2019-03-23T22:36:29.640Z", "contributors": [ - "teoli", - "JorgeRodrigues9" + "mnoronhas" ] }, - "Web/API/Document/implementation": { - "modified": "2019-03-18T21:16:40.902Z", + "Web/CSS/:link": { + "modified": "2019-03-23T23:02:10.016Z", "contributors": [ - "macalha" + "zamariolajr", + "juanopegoretti" ] }, - "Web/API/Document/importNode": { - "modified": "2020-10-15T21:47:31.458Z", + "Web/CSS/:not": { + "modified": "2020-10-15T21:43:20.480Z", "contributors": [ - "fscholz", - "wbamberg", - "VitorVRS" + "mateusvelleda", + "fcard", + "ribeiroevandro" ] }, - "Web/API/Document/keydown_event": { - "modified": "2019-04-15T09:18:45.968Z", + "Web/CSS/:nth-child": { + "modified": "2020-10-15T21:47:55.336Z", "contributors": [ - "irenesmith", - "manoelcampos" + "liddack", + "welitonderesende", + "ricardoferreirades", + "cynthiapereira", + "alexfqc" ] }, - "Web/API/Document/keypress_event": { - "modified": "2019-09-23T02:29:04.664Z", + "Web/CSS/:nth-last-child": { + "modified": "2019-04-23T11:30:59.891Z", "contributors": [ - "SphinxKnight", - "TiagoEmanuel", - "wbamberg", - "chrisdavidmills", - "JRodrigues13" + "larimaza" ] }, - "Web/API/Document/keyup_event": { - "modified": "2019-04-18T03:51:22.396Z", + "Web/CSS/:nth-of-type": { + "modified": "2019-03-23T22:01:39.698Z", "contributors": [ - "irenesmith", - "fscholz", - "thaynacoelho" + "evandrosevergnini" ] }, - "Web/API/Document/location": { - "modified": "2019-03-23T22:22:06.393Z", + "Web/CSS/:only-child": { + "modified": "2019-03-18T21:46:51.835Z", "contributors": [ - "HugoBex" + "larimaza" ] }, - "Web/API/Document/origin": { - "modified": "2020-10-15T22:14:43.600Z", + "Web/CSS/:only-of-type": { + "modified": "2020-03-18T12:33:14.783Z", "contributors": [ - "Rondinelly" + "eziotristao", + "guylhermetabosa" ] }, - "Web/API/Document/querySelector": { - "modified": "2019-08-15T13:21:36.389Z", + "Web/CSS/:optional": { + "modified": "2020-10-15T22:12:29.409Z", "contributors": [ - "fernandosavio", - "teoli", - "AshfaqHossain", - "HenriqueSilverio" + "Arlon", + "filipe-machado" ] }, - "Web/API/Document/querySelectorAll": { - "modified": "2019-03-23T23:35:24.346Z", + "Web/CSS/:out-of-range": { + "modified": "2020-10-15T22:28:44.918Z", "contributors": [ - "maarysantos", - "fernandosavio", - "teoli", - "zapimaster" + "JeffersonCAMarinho" ] }, - "Web/API/Document/readyState": { - "modified": "2019-08-15T13:11:06.674Z", + "Web/CSS/:read-write": { + "modified": "2020-10-15T22:31:33.681Z", "contributors": [ - "imnotvirus", - "macalha" + "ooVictorFranco" ] }, - "Web/API/Document/referrer": { - "modified": "2019-03-23T22:44:47.032Z", + "Web/CSS/:required": { + "modified": "2020-10-15T22:12:28.337Z", "contributors": [ - "alexandrefsans", - "TAGBrasil" + "filipe-machado" ] }, - "Web/API/Document/scripts": { - "modified": "2019-03-23T23:14:44.682Z", + "Web/CSS/:root": { + "modified": "2020-07-03T20:00:54.694Z", "contributors": [ - "teoli", - "BrenoPolanski" + "gstfnsk", + "saspnet", + "rafaelnery", + "lucasaugustin" ] }, - "Web/API/Document/write": { - "modified": "2020-10-29T21:41:43.539Z", + "Web/CSS/:target": { + "modified": "2020-10-15T22:32:25.651Z", "contributors": [ - "PedroHen1", - "webfelipemaia" + "joaocdfarias" ] }, - "Web/API/Document/writeln": { - "modified": "2019-03-23T23:10:34.523Z", + "Web/CSS/:valid": { + "modified": "2020-10-15T22:02:35.011Z", "contributors": [ - "teoli", - "jsx", - "Nathalino_Pacheco" + "valdeirpsr" ] }, - "Web/API/DocumentFragment": { - "modified": "2020-06-18T15:03:01.638Z", + "Web/CSS/:visited": { + "modified": "2020-10-15T22:11:21.146Z", "contributors": [ - "moiteiro", - "haskellcamargo", - "teoli", - "felfiz" + "duduindo", + "UnrealLion" ] }, - "Web/API/Element": { - "modified": "2019-03-18T21:08:52.187Z", + "Web/CSS/@charset": { + "modified": "2019-03-23T23:00:24.432Z", "contributors": [ + "Guillaume-Heras", "fscholz", - "coloringa", - "fime", - "teoli" + "lucascaprio" ] }, - "Web/API/Element/accessKey": { - "modified": "2019-03-23T22:27:15.059Z", + "Web/CSS/@font-face": { + "modified": "2020-10-15T22:19:20.814Z", "contributors": [ - "DiasNetoJ" + "fininhors", + "jorgeclesio" ] }, - "Web/API/Element/addEventListener": { - "modified": "2019-03-23T23:35:46.468Z", + "Web/CSS/@import": { + "modified": "2019-03-23T22:35:28.440Z", "contributors": [ - "SphinxKnight", - "LesleyAndreza", - "wbamberg", - "cautnew", - "teoli", - "guipremonsa" + "uzielweb", + "deyvid0123", + "philippesilva" ] }, - "Web/API/Element/animate": { - "modified": "2019-03-23T22:07:02.826Z", + "Web/CSS/@keyframes": { + "modified": "2019-03-23T22:05:43.167Z", "contributors": [ - "evandrolacerda" + "ganovais" ] }, - "Web/API/Element/attributes": { - "modified": "2019-03-23T22:27:10.096Z", + "Web/CSS/@media": { + "modified": "2020-05-17T15:47:13.849Z", "contributors": [ - "DiasNetoJ" + "filipegutemberg", + "kkkasio", + "chrisdavidmills" ] }, - "Web/API/Element/classList": { - "modified": "2019-03-23T22:21:03.577Z", + "Web/CSS/@media/aspect-ratio": { + "modified": "2020-10-15T22:26:11.457Z", "contributors": [ - "elnascimento", - "rafaelcavalcante", - "LucasRuy" + "marlonveiga-santos" ] }, - "Web/API/Element/className": { - "modified": "2019-03-23T22:37:29.089Z", + "Web/CSS/@media/display-mode": { + "modified": "2019-03-23T22:07:00.849Z", "contributors": [ - "lucasmedina" + "GPrimola", + "Fernandolrs", + "deusmar" ] }, - "Web/API/Element/click_event": { - "modified": "2019-03-23T22:00:01.063Z", + "Web/CSS/@media/prefers-color-scheme": { + "modified": "2020-10-15T22:28:45.846Z", "contributors": [ - "irenesmith", - "rochucky", - "fscholz", - "diegocesar" + "ftonato" ] }, - "Web/API/Element/closest": { - "modified": "2020-10-15T21:57:42.583Z", + "Web/CSS/@page": { + "modified": "2019-03-23T23:33:46.393Z", "contributors": [ - "mateusvelleda", - "willamesoares" - ] - }, - "Web/API/Element/getAttribute": { - "modified": "2019-03-23T23:08:02.469Z", + "Sebastianz", + "Prinz_Rana", + "fscholz", + "teoli", + "Estevaosoberano" + ] + }, + "Web/CSS/At-rule": { + "modified": "2019-03-23T23:39:11.306Z", "contributors": [ - "brunoravanhani", "teoli", - "gabrieltr" + "fernando", + "rodrigopadula" ] }, - "Web/API/Element/getBoundingClientRect": { - "modified": "2020-10-15T21:46:45.096Z", + "Web/CSS/CSS_Animations": { + "modified": "2019-03-23T22:43:49.326Z", "contributors": [ - "SphinxKnight", - "cezaraugusto", - "Daibushi" + "teoli" ] }, - "Web/API/Element/getElementsByClassName": { - "modified": "2020-10-15T22:29:44.232Z", + "Web/CSS/CSS_Animations/Detecting_CSS_animation_support": { + "modified": "2019-03-18T21:31:28.635Z", "contributors": [ - "leonardomaier" + "wbamberg", + "eyglys" ] }, - "Web/API/Element/id": { - "modified": "2019-03-23T23:09:45.457Z", + "Web/CSS/CSS_Animations/Tips": { + "modified": "2019-03-23T22:11:17.827Z", "contributors": [ - "brunoravanhani", - "teoli", - "khalid32", - "alexandrem" + "dime2lo" ] }, - "Web/API/Element/innerHTML": { - "modified": "2020-07-14T14:51:24.487Z", + "Web/CSS/CSS_Basic_User_Interface": { + "modified": "2019-03-18T20:54:10.559Z", "contributors": [ - "aquiles23", - "SphinxKnight", - "g-thome", - "n4rut0r31", - "fnsc.luis" + "Rondinelly" ] }, - "Web/API/Element/insertAdjacentHTML": { - "modified": "2019-03-23T22:50:34.232Z", + "Web/CSS/CSS_Box_Model": { + "modified": "2020-05-08T21:54:24.656Z", "contributors": [ - "rafaelcavalcante", - "raphaelchaib", - "belsanpesou" + "ZurcLeo", + "Sebastianz" ] }, - "Web/API/Element/matches": { - "modified": "2019-03-23T22:20:51.438Z", + "Web/CSS/CSS_Columns": { + "modified": "2019-03-23T22:43:56.221Z", "contributors": [ - "jozadaquebatista" + "Sebastianz" ] }, - "Web/API/Element/mousedown_event": { - "modified": "2019-04-30T14:20:11.230Z", + "Web/CSS/CSS_Display": { + "modified": "2020-10-15T22:22:39.686Z", "contributors": [ - "wbamberg", - "irenesmith", - "KaykyB" + "brasmon8351" ] }, - "Web/API/Element/mouseenter_event": { - "modified": "2019-04-30T14:17:45.007Z", + "Web/CSS/CSS_Flexible_Box_Layout": { + "modified": "2019-03-23T22:39:02.047Z", "contributors": [ - "wbamberg", - "irenesmith", - "fscholz", - "jppaschoal" + "wwwjsw" ] }, - "Web/API/Element/mouseover_event": { - "modified": "2019-04-30T14:03:03.928Z", + "Web/CSS/CSS_Flexible_Box_Layout/Aligning_Items_in_a_Flex_Container": { + "modified": "2020-05-30T17:57:20.170Z", "contributors": [ - "wbamberg", - "irenesmith", - "Bobson360" + "louisberns", + "lucas_severo", + "RobsonMariana" ] }, - "Web/API/Element/name": { - "modified": "2019-03-23T22:18:12.202Z", + "Web/CSS/CSS_Flexible_Box_Layout/Ordering_Flex_Items": { + "modified": "2020-06-16T16:39:10.201Z", "contributors": [ - "RafaelGiordanno" + "MarcosNakamine" ] }, - "Web/API/Element/outerHTML": { - "modified": "2019-03-23T22:34:59.844Z", + "Web/CSS/CSS_Flexible_Box_Layout/Typical_Use_Cases_of_Flexbox": { + "modified": "2020-11-08T18:33:11.137Z", "contributors": [ - "LucianoCardoso" + "Eduardo-Santos" ] }, - "Web/API/Element/querySelector": { - "modified": "2019-03-23T23:02:11.163Z", + "Web/CSS/CSS_Grid_Layout": { + "modified": "2020-11-17T10:35:18.965Z", "contributors": [ - "fernandoleal", - "teoli", - "tbai" + "leandro2", + "Camila-Isabela", + "btd1337", + "alessandroHenrique", + "davioliveiira", + "Maujor" ] }, - "Web/API/Element/querySelectorAll": { - "modified": "2019-05-03T00:57:05.010Z", + "Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout": { + "modified": "2019-10-10T16:31:58.386Z", "contributors": [ - "wbamberg", - "viniciusvms", - "teoli", - "LuizPanariello" + "petrikuzman", + "EdilsonSilva", + "felipecesr", + "marcosdourado", + "salomes", + "cslaviero", + "Nichtdeutsch", + "hernanimattos", + "Wanderleymuniz", + "magnonp", + "MatheusNtg", + "simoneas02", + "thiago-hs", + "FernandaBernardo", + "guigrecco", + "Maujor" ] }, - "Web/API/Element/removeAttribute": { - "modified": "2019-03-23T23:06:58.347Z", + "Web/CSS/CSS_Grid_Layout/Relationship_of_Grid_Layout": { + "modified": "2019-03-18T21:30:25.562Z", "contributors": [ - "teoli", - "cel055" + "lzerror" ] }, - "Web/API/Element/scrollIntoView": { - "modified": "2020-10-15T21:52:05.069Z", + "Web/CSS/CSS_Images": { + "modified": "2019-03-18T21:39:59.884Z", "contributors": [ - "mateusvelleda", - "thiago890-3", - "mausim" + "mfluehr" ] }, - "Web/API/Element/scrollLeft": { - "modified": "2020-10-15T21:46:51.554Z", + "Web/CSS/CSS_Lists_and_Counters": { + "modified": "2019-03-23T22:45:37.305Z", "contributors": [ - "djornada", - "SphinxKnight", - "eustabio_junior" + "teoli" ] }, - "Web/API/Element/scrollTop": { - "modified": "2019-03-23T22:40:30.613Z", + "Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters": { + "modified": "2020-08-20T10:01:26.706Z", "contributors": [ - "samuelsilvadev", - "Alex-Alan-Nunes" + "felipecesr", + "cris-luz-07", + "jorgeclesio" ] }, - "Web/API/Element/scrollWidth": { - "modified": "2020-10-15T21:56:42.511Z", + "Web/CSS/CSS_Positioning": { + "modified": "2019-07-23T07:58:20.044Z", "contributors": [ "SphinxKnight", - "joaovinicius" + "e-laura", + "davidhbrown" ] }, - "Web/API/Element/setAttribute": { - "modified": "2019-03-23T22:31:48.961Z", + "Web/CSS/CSS_Transforms": { + "modified": "2019-03-23T22:44:44.279Z", "contributors": [ - "rplaurindo" + "Sebastianz", + "jorgeclesio" ] }, - "Web/API/Element/setAttributeNS": { - "modified": "2019-03-23T22:21:30.240Z", + "Web/CSS/CSS_Transforms/Using_CSS_transforms": { + "modified": "2019-03-23T23:39:05.696Z", "contributors": [ - "edgardleal" + "luketevl", + "fscholz", + "jorgeclesio", + "francineemilia" ] }, - "Web/API/Element/tagName": { - "modified": "2019-03-23T22:07:25.667Z", + "Web/CSS/CSS_Transitions": { + "modified": "2019-05-23T03:24:59.191Z", "contributors": [ - "VitorHFLopes" + "SphinxKnight", + "phyominoo" ] }, - "Web/API/Element/touchstart_event": { - "modified": "2019-04-30T14:26:22.509Z", + "Web/CSS/CSS_Transitions/Using_CSS_transitions": { + "modified": "2020-02-24T11:14:13.720Z", "contributors": [ - "wbamberg", - "irenesmith", - "fscholz", - "ZekDtonik" + "EdeiltonSO", + "Clecio013" ] }, - "Web/API/Encoding_API": { - "modified": "2020-10-15T22:25:14.787Z", + "Web/CSS/Class_selectors": { + "modified": "2020-11-20T21:23:14.555Z", "contributors": [ - "luan0ap" + "hellofanny", + "felipeteixeirams" ] }, - "Web/API/Event": { - "modified": "2019-03-23T23:01:39.950Z", + "Web/CSS/Descendant_combinator": { + "modified": "2020-10-15T22:27:46.661Z", "contributors": [ - "ralfting", - "gregori", - "juliocarneiro", - "fscholz" + "maxsixth" ] }, - "Web/API/Event/Comparativo_entre_Event_Targets": { - "modified": "2019-11-03T21:25:56.066Z", + "Web/CSS/General_sibling_combinator": { + "modified": "2019-03-23T22:12:07.654Z", "contributors": [ - "rayonnunes" + "ExE-Boss", + "dineiar", + "interaminense" ] }, - "Web/API/Event/Event": { - "modified": "2020-10-15T21:42:53.584Z", + "Web/CSS/ID_selectors": { + "modified": "2019-03-23T22:30:10.383Z", "contributors": [ - "fscholz", - "juliocarneiro" + "fcard" ] }, - "Web/API/Event/currentTarget": { - "modified": "2019-03-18T21:42:03.631Z", + "Web/CSS/Layout_cookbook": { + "modified": "2019-07-01T02:49:26.802Z", "contributors": [ - "leom806", - "WederPachecoSilva" + "SphinxKnight", + "sourodrigodesigner", + "jorgeclesio" ] }, - "Web/API/Event/defaultPrevented": { - "modified": "2019-03-23T22:53:50.174Z", + "Web/CSS/Layout_cookbook/Breadcrumb_Navigation": { + "modified": "2020-10-15T22:25:57.757Z", "contributors": [ - "Fabiolux" + "andre-vinicius" ] }, - "Web/API/Event/initEvent": { - "modified": "2019-05-30T19:08:33.694Z", + "Web/CSS/Layout_cookbook/Media_objects": { + "modified": "2020-10-15T22:30:53.182Z", "contributors": [ - "RoinujNosde", - "rodrigocnascimento" + "SONSERVICE" ] }, - "Web/API/Event/isTrusted": { - "modified": "2020-10-15T22:15:35.212Z", + "Web/CSS/Media_Queries": { + "modified": "2019-03-23T22:21:43.734Z", "contributors": [ - "AnarcoPhysics" + "dinaldojr" ] }, - "Web/API/Event/preventDefault": { - "modified": "2019-03-23T22:39:06.025Z", + "Web/CSS/Microsoft_Extensions": { + "modified": "2020-08-25T13:14:49.650Z", "contributors": [ - "juliocarneiro" + "duduindo", + "mcastanhola" ] }, - "Web/API/Event/srcElement": { - "modified": "2019-03-23T22:35:07.248Z", + "Web/CSS/Pseudo-classes": { + "modified": "2020-07-03T20:22:36.539Z", "contributors": [ - "macalha" + "gstfnsk", + "Lukff", + "brunoeduardo" ] }, - "Web/API/Event/stopImmediatePropagation": { - "modified": "2019-03-18T20:45:36.763Z", + "Web/CSS/Shorthand_properties": { + "modified": "2019-03-23T22:15:16.832Z", "contributors": [ - "MarcioCorrea", - "caueamaral", - "junior201110" + "rubenmarcus" ] }, - "Web/API/Event/stopPropagation": { - "modified": "2020-08-29T13:09:53.471Z", + "Web/CSS/Specificity": { + "modified": "2019-12-19T17:59:37.262Z", "contributors": [ - "geffbatista", - "diegolaquino", - "drigores", - "strael1", - "raul3k" + "AdamsEric", + "Carli", + "tfvictorino", + "teoli", + "fvargaspf@gmail.com" ] }, - "Web/API/Event/target": { - "modified": "2020-11-05T02:57:14.382Z", + "Web/CSS/Tools": { + "modified": "2019-03-23T23:07:41.210Z", "contributors": [ - "SphinxKnight", - "miguelbrn", - "LucasRuy" + "hlays", + "velvel53" ] }, - "Web/API/Event/type": { - "modified": "2019-03-23T23:22:07.699Z", + "Web/CSS/Type_selectors": { + "modified": "2020-10-15T22:32:30.449Z", "contributors": [ - "teoli", - "mateuspv" + "cyz" ] }, - "Web/API/EventListener": { - "modified": "2019-03-23T22:20:33.890Z", + "Web/CSS/Using_CSS_custom_properties": { + "modified": "2020-10-15T21:28:55.244Z", "contributors": [ - "cezaraugusto" + "SphinxKnight", + "MagicalStrangeQuark", + "chrisdavidmills", + "TecladistaProd", + "matheus.raduan", + "wellviana", + "eltonmesquita" ] }, - "Web/API/EventSource": { - "modified": "2019-03-23T22:50:15.004Z", + "Web/CSS/align-content": { + "modified": "2020-10-15T22:32:42.150Z", "contributors": [ - "ronrother", - "Madalosso", - "leonardopandrade" + "Filipe" ] }, - "Web/API/EventSource/EventSource": { - "modified": "2019-03-18T21:30:57.351Z", + "Web/CSS/align-items": { + "modified": "2020-10-15T22:12:31.546Z", "contributors": [ - "ronrother" + "rbuzatto" ] }, - "Web/API/EventSource/onerror": { - "modified": "2019-03-18T21:30:45.574Z", + "Web/CSS/align-self": { + "modified": "2020-10-15T22:12:37.957Z", "contributors": [ - "ronrother" + "rbuzatto" ] }, - "Web/API/EventTarget": { - "modified": "2019-03-23T23:16:55.717Z", + "Web/CSS/animation": { + "modified": "2020-10-15T21:29:59.258Z", "contributors": [ - "victor_emanuel", + "Canturilsnaik", + "MarcosNakamine", + "mrstork", "teoli", - "khalid32", - "eliezerb" + "Sebastianz", + "mateusleon" ] }, - "Web/API/EventTarget/EventTarget": { - "modified": "2020-10-15T22:24:50.823Z", + "Web/CSS/animation-delay": { + "modified": "2019-03-23T22:05:35.414Z", "contributors": [ - "marlonveiga-santos" + "francisquete" ] }, - "Web/API/EventTarget/dispatchEvent": { - "modified": "2019-03-18T21:17:11.648Z", + "Web/CSS/animation-fill-mode": { + "modified": "2020-10-19T07:57:27.073Z", "contributors": [ - "angellica.araujo" + "SphinxKnight", + "DSousa21", + "MarcosNakamine", + "daliannyvieira" ] }, - "Web/API/EventTarget/removeEventListener": { - "modified": "2020-10-15T21:37:49.617Z", + "Web/CSS/attr()": { + "modified": "2020-11-04T08:51:55.092Z", "contributors": [ - "mateusvelleda", - "angellica.araujo" + "chrisdavidmills", + "SphinxKnight", + "GPrimola", + "igorParanhos" ] }, - "Web/API/Fetch_API": { - "modified": "2020-10-15T21:42:57.080Z", + "Web/CSS/backdrop-filter": { + "modified": "2020-10-15T22:24:05.999Z", "contributors": [ - "mateusvelleda", - "BrunoLucas", - "fapbatista", - "tcelestino" + "liddack" ] }, - "Web/API/Fetch_API/Basic_concepts": { - "modified": "2020-02-17T13:24:31.887Z", + "Web/CSS/backface-visibility": { + "modified": "2019-03-23T22:43:08.854Z", "contributors": [ - "diezan", - "LincePotiguara" + "maugravena", + "teoli", + "alexanmtz" ] }, - "Web/API/Fetch_API/Using_Fetch": { - "modified": "2020-10-15T21:51:06.123Z", + "Web/CSS/background": { + "modified": "2020-10-15T21:46:31.679Z", "contributors": [ - "CharlesEduardoSCBR", - "PauloNFraga", - "rodrigost23", - "puppe1990", - "mateusvelleda", - "AndreRodriguesMelo", - "jeronimojr", - "JEricFarias", - "Italox", - "claudemirmendes", - "nelsonealves", - "dowgssss", - "FranciscoJunior", - "DanZeuss", - "rennerocha" + "felipeolliveira", + "brunoaugustosilva", + "fscholz", + "macalha", + "luanmuniz", + "joaogsantos" ] }, - "Web/API/Fetch_API/Uso_de_busca_Cross-global": { - "modified": "2019-03-18T20:48:56.041Z", + "Web/CSS/background-attachment": { + "modified": "2019-03-23T22:27:58.885Z", "contributors": [ - "matluz" + "alexfqc" ] }, - "Web/API/File": { - "modified": "2019-03-23T23:11:40.315Z", + "Web/CSS/background-blend-mode": { + "modified": "2019-03-23T22:09:16.123Z", "contributors": [ - "ivanmrosa", - "teoli", - "Beterraba" + "tadeubarbosa" ] }, - "Web/API/File/Using_files_from_web_applications": { - "modified": "2019-03-23T23:36:41.452Z", + "Web/CSS/background-clip": { + "modified": "2020-01-24T03:37:24.518Z", "contributors": [ - "chrisdavidmills", - "FelipeFonseca" + "marlonveiga-santos", + "CarlosHMoreira", + "fscholz", + "Sebastianz", + "filipewl" ] }, - "Web/API/FileList": { - "modified": "2019-03-23T22:14:37.211Z", + "Web/CSS/background-color": { + "modified": "2020-10-15T22:34:37.855Z", "contributors": [ - "julianotcp" + "keitoliveira" ] }, - "Web/API/FileReader": { - "modified": "2019-03-18T20:49:40.766Z", + "Web/CSS/background-origin": { + "modified": "2020-10-15T22:04:40.110Z", "contributors": [ - "andersonmo", - "hugonmelo", - "ricardoferreirades", - "belsanpesou", - "rafaelcalpena", - "teoli", - "wbruno" + "brunoaugustosilva" ] }, - "Web/API/FileReader/FileReader": { - "modified": "2019-09-27T14:33:41.762Z", + "Web/CSS/background-position": { + "modified": "2020-10-15T22:04:40.552Z", "contributors": [ - "junior-jornada", - "helton-mori-dev" + "gustavaum", + "brunoaugustosilva" ] }, - "Web/API/FileReader/onload": { - "modified": "2019-12-24T01:07:36.177Z", + "Web/CSS/background-size": { + "modified": "2020-10-15T21:56:47.129Z", "contributors": [ - "euvanribeiro", - "educhigon" + "pedrothome1" ] }, - "Web/API/FileReader/readAsArrayBuffer": { - "modified": "2019-03-23T22:25:41.700Z", + "Web/CSS/blend-mode": { + "modified": "2020-10-15T22:20:02.938Z", "contributors": [ - "fabioleardini" + "aledebarba" ] }, - "Web/API/FileReader/readAsBinaryString": { - "modified": "2019-03-23T22:27:28.165Z", + "Web/CSS/block-size": { + "modified": "2020-10-15T22:14:03.242Z", "contributors": [ - "teoli", - "Cyrkran" + "ViniciusMatias" ] }, - "Web/API/FileReader/readAsDataURL": { - "modified": "2019-03-23T22:51:10.920Z", + "Web/CSS/border-left": { + "modified": "2019-03-23T22:39:02.522Z", "contributors": [ - "W3SS", - "DiegoYungh" + "juliocarneiro" ] }, - "Web/API/FileReader/readAsText": { - "modified": "2019-03-23T22:15:55.068Z", + "Web/CSS/border-left-color": { + "modified": "2020-10-15T22:29:25.259Z", "contributors": [ - "fellypsantos" + "victorferreira.s0307" ] }, - "Web/API/FormData": { - "modified": "2019-03-23T23:08:47.831Z", + "Web/CSS/border-radius": { + "modified": "2019-03-23T22:27:40.423Z", "contributors": [ - "cautnew", - "CassianoD2", - "julianotcp", - "qixmiers", - "alexandresn", - "teoli", - "slackrichard" + "Jerffersonferreira" ] }, - "Web/API/FormData/FormData": { - "modified": "2019-03-23T22:15:46.234Z", + "Web/CSS/box-shadow": { + "modified": "2020-07-02T14:18:07.328Z", "contributors": [ - "luislobo14rap", - "emersonlaurentino" + "Alynva", + "juliosampaio", + "alexNeto" ] }, - "Web/API/FormData/append": { - "modified": "2019-03-23T22:36:07.939Z", + "Web/CSS/box-sizing": { + "modified": "2020-10-15T21:31:51.696Z", "contributors": [ - "Ascamp", - "rogerioac", - "DouglasValdo" + "lucasinoue", + "SphinxKnight", + "LeonardoBrizolla", + "hdvianna", + "ThaleSelaht", + "SJW", + "esaramago", + "geovannikun", + "ekbaumgarten", + "morvanabonin" ] }, - "Web/API/FormData/delete": { - "modified": "2019-03-23T22:52:03.924Z", + "Web/CSS/break-after": { + "modified": "2020-10-15T22:23:12.517Z", "contributors": [ - "DouglasValdo" + "renatobalbino" ] }, - "Web/API/FormData/entries": { - "modified": "2020-10-15T22:22:54.323Z", + "Web/CSS/calc()": { + "modified": "2020-11-04T09:08:50.767Z", "contributors": [ - "abalioni" + "chrisdavidmills", + "Anonymous", + "CahMoraes", + "alexalannunes", + "oxesoft", + "rubensdemelo" ] }, - "Web/API/FormData/get": { - "modified": "2019-03-23T22:49:19.241Z", + "Web/CSS/clear": { + "modified": "2020-10-15T22:11:39.449Z", "contributors": [ - "antoniomquadrosfilho" + "leovene" ] }, - "Web/API/FormData/getAll": { - "modified": "2020-10-15T22:10:15.102Z", + "Web/CSS/color": { + "modified": "2020-10-15T22:11:21.255Z", "contributors": [ - "enieber" + "UnrealLion" ] }, - "Web/API/FormData/has": { - "modified": "2020-10-15T22:22:52.357Z", + "Web/CSS/color_value": { + "modified": "2019-03-23T22:15:53.386Z", "contributors": [ - "abalioni" + "Dianakc" ] }, - "Web/API/FormData/set": { - "modified": "2019-03-23T22:30:34.242Z", + "Web/CSS/contain": { + "modified": "2019-03-18T21:38:58.826Z", "contributors": [ - "welingtonms" + "leandroruel" ] }, - "Web/API/FullscreenOptions": { - "modified": "2020-10-15T22:15:52.238Z", + "Web/CSS/content": { + "modified": "2019-03-23T22:32:40.444Z", "contributors": [ - "TecladistaProd" + "fernando", + "SphinxKnight" ] }, - "Web/API/Gamepad_API": { - "modified": "2020-10-15T22:23:34.951Z", + "Web/CSS/cursor": { + "modified": "2020-11-26T03:13:44.205Z", "contributors": [ - "IuriPires" + "SphinxKnight", + "uendelzilda123", + "filipetorres", + "Jerffersonferreira" ] }, - "Web/API/Geolocation": { - "modified": "2020-10-15T21:26:05.516Z", + "Web/CSS/display": { + "modified": "2019-10-10T16:54:40.995Z", "contributors": [ - "Sipmann", - "eduardobrenn", - "Leodma", + "JosOe", + "brasmon8351", + "thiagoreis", + "wbamberg", + "chiarmar", + "rramosBR", + "gabrielsixel", + "jorgeclesio", + "Sebastianz", + "KikenCris", "teoli", - "cirocosta" + "fnsc.luis" ] }, - "Web/API/Geolocation/clearWatch": { - "modified": "2020-10-15T22:15:59.752Z", + "Web/CSS/display-box": { + "modified": "2020-10-15T22:22:38.389Z", "contributors": [ - "TecladistaProd" + "brasmon8351" ] }, - "Web/API/Geolocation/getCurrentPosition": { - "modified": "2019-01-16T20:45:52.604Z", + "Web/CSS/display-inside": { + "modified": "2020-10-15T22:22:39.103Z", "contributors": [ - "Gutem", - "fscholz", - "robsonalvesbh" + "brasmon8351" ] }, - "Web/API/Geolocation/watchPosition": { - "modified": "2019-03-23T22:50:20.143Z", + "Web/CSS/display-internal": { + "modified": "2020-10-15T22:22:38.638Z", "contributors": [ - "Gutem" + "brasmon8351" ] }, - "Web/API/GeolocationCoordinates": { - "modified": "2019-12-10T09:35:08.897Z", + "Web/CSS/display-legacy": { + "modified": "2020-10-15T22:22:39.608Z", "contributors": [ - "chrisdavidmills", - "eduardobrenn" + "brasmon8351" ] }, - "Web/API/GeolocationCoordinates/altitude": { - "modified": "2020-10-15T22:16:41.064Z", + "Web/CSS/display-listitem": { + "modified": "2020-10-15T22:22:38.303Z", "contributors": [ - "chrisdavidmills", - "wallisonfelipe" + "brasmon8351" ] }, - "Web/API/GeolocationPosition": { - "modified": "2020-10-15T22:07:16.029Z", + "Web/CSS/display-outside": { + "modified": "2020-10-15T22:22:38.175Z", "contributors": [ - "chrisdavidmills", - "Sipmann", - "bbarreto" + "brasmon8351" ] }, - "Web/API/GeolocationPosition/coords": { - "modified": "2019-12-10T11:04:44.065Z", + "Web/CSS/element()": { + "modified": "2020-11-10T11:06:23.872Z", "contributors": [ "chrisdavidmills", - "bbarreto" + "JonatasAmaral" ] }, - "Web/API/GeolocationPositionError": { - "modified": "2019-12-10T10:45:27.387Z", + "Web/CSS/env()": { + "modified": "2020-11-10T11:11:50.127Z", "contributors": [ "chrisdavidmills", - "nandotorres" + "Rondinelly" ] }, - "Web/API/GlobalEventHandlers": { - "modified": "2019-03-23T22:31:33.398Z", + "Web/CSS/filter-function": { + "modified": "2019-03-18T21:46:25.511Z", "contributors": [ - "teoli" + "mfluehr" ] }, - "Web/API/GlobalEventHandlers/onabort": { - "modified": "2019-03-23T22:28:55.671Z", + "Web/CSS/filter-function/grayscale()": { + "modified": "2020-11-10T11:19:23.773Z", "contributors": [ - "cezaraugusto" + "chrisdavidmills", + "BrunaGil" ] }, - "Web/API/GlobalEventHandlers/onblur": { - "modified": "2019-03-23T22:28:57.111Z", + "Web/CSS/filter-function/opacity()": { + "modified": "2020-11-16T09:08:08.691Z", "contributors": [ - "cezaraugusto" + "chrisdavidmills", + "larimaza" ] }, - "Web/API/GlobalEventHandlers/onchange": { - "modified": "2019-03-23T22:28:49.180Z", + "Web/CSS/filter-function/sepia()": { + "modified": "2020-11-30T10:24:47.934Z", "contributors": [ - "nathaliabruno", - "cezaraugusto" + "chrisdavidmills", + "larimaza" ] }, - "Web/API/GlobalEventHandlers/onclick": { - "modified": "2020-10-15T22:17:11.589Z", + "Web/CSS/flex": { + "modified": "2020-11-09T02:37:31.343Z", "contributors": [ - "g-otn" + "luciano.ar6", + "helton-mori-dev", + "carlosvasconcelosjr" ] }, - "Web/API/GlobalEventHandlers/oncontextmenu": { - "modified": "2019-03-23T22:28:42.538Z", + "Web/CSS/flex-direction": { + "modified": "2020-10-15T22:22:57.753Z", "contributors": [ - "cezaraugusto" + "SphinxKnight", + "Gleisson_Neves", + "MarsA_", + "mhayk" ] }, - "Web/API/GlobalEventHandlers/onerror": { - "modified": "2019-03-23T22:31:39.576Z", + "Web/CSS/flex-flow": { + "modified": "2020-10-15T21:47:43.877Z", "contributors": [ - "mantovani" + "liddack", + "LeandroPS" ] }, - "Web/API/GlobalEventHandlers/onfocus": { - "modified": "2019-03-23T22:26:20.214Z", + "Web/CSS/flex-wrap": { + "modified": "2020-11-29T18:54:20.472Z", "contributors": [ - "tmoraes" + "Marcosnto", + "Gleisson_Neves" ] }, - "Web/API/GlobalEventHandlers/onkeyup": { - "modified": "2020-10-15T22:03:53.967Z", + "Web/CSS/float": { + "modified": "2019-03-23T22:20:46.403Z", "contributors": [ - "Sipmann", - "kinkurek" + "biracruz" ] }, - "Web/API/GlobalEventHandlers/onload": { - "modified": "2019-03-23T22:21:10.943Z", + "Web/CSS/font-family": { + "modified": "2019-10-03T18:27:37.350Z", "contributors": [ - "jeanonline" + "kmoreiradesigner", + "Ronkiro", + "fscholz", + "Sebastianz", + "bubui" ] }, - "Web/API/GlobalEventHandlers/onlostpointercapture": { - "modified": "2020-10-15T22:22:03.373Z", + "Web/CSS/font-feature-settings": { + "modified": "2020-12-07T08:17:07.091Z", "contributors": [ - "mdeamf" + "Strapazzon", + "yagosrocha" ] }, - "Web/API/GlobalEventHandlers/onscroll": { - "modified": "2020-10-15T22:23:08.144Z", + "Web/CSS/font-kerning": { + "modified": "2019-03-23T22:09:10.848Z", "contributors": [ - "marlonveiga-santos", - "Antonio.Carvalho" + "rener_bz" ] }, - "Web/API/HTMLCanvasElement": { - "modified": "2019-03-23T22:03:54.461Z", + "Web/CSS/font-size": { + "modified": "2020-10-15T22:19:23.993Z", "contributors": [ - "zbjornson" + "MatheusBorges", + "jorgeclesio" ] }, - "Web/API/HTMLCanvasElement/getContext": { - "modified": "2019-03-23T22:03:59.683Z", + "Web/CSS/font-variation-settings": { + "modified": "2020-10-15T22:24:06.969Z", "contributors": [ - "Bigous", - "raffaeldantass" + "GuilhermePiovesan" ] }, - "Web/API/HTMLCanvasElement/height": { - "modified": "2020-10-15T22:02:34.563Z", + "Web/CSS/font-weight": { + "modified": "2019-03-23T22:49:03.645Z", "contributors": [ - "valdeirpsr" + "SphinxKnight", + "fscholz", + "Sebastianz", + "ppedruzzi" ] }, - "Web/API/HTMLCanvasElement/toDataURL": { - "modified": "2020-10-15T22:02:37.180Z", + "Web/CSS/grid": { + "modified": "2020-10-15T22:11:03.246Z", "contributors": [ - "pererinha", - "valdeirpsr" + "eniocsj" ] }, - "Web/API/HTMLCollection": { - "modified": "2019-03-23T22:53:46.166Z", + "Web/CSS/grid-auto-flow": { + "modified": "2020-10-15T22:01:03.947Z", "contributors": [ - "Papaxibe" + "thiagommoreira" ] }, - "Web/API/HTMLContentElement": { - "modified": "2019-03-23T22:20:56.663Z", + "Web/CSS/grid-template-columns": { + "modified": "2020-10-15T21:55:28.296Z", "contributors": [ - "mak213k" + "asm95", + "fscholz", + "kazaku16" ] }, - "Web/API/HTMLContentElement/Seletor": { - "modified": "2019-03-23T22:20:59.150Z", + "Web/CSS/grid-template-rows": { + "modified": "2020-10-15T22:05:37.787Z", "contributors": [ - "mak213k" + "marcosdourado" ] }, - "Web/API/HTMLContentElement/getDistributedNodes": { - "modified": "2019-03-23T22:21:10.713Z", + "Web/CSS/height": { + "modified": "2019-03-23T23:09:19.423Z", "contributors": [ - "mak213k" + "mrcehlo", + "mrstork", + "SphinxKnight", + "Sebastianz", + "marcosyoshihiro" ] }, - "Web/API/HTMLDivElement": { - "modified": "2019-03-23T22:50:39.476Z", + "Web/CSS/image-set()": { + "modified": "2020-11-16T08:53:55.560Z", "contributors": [ - "oirodolfo", - "belsanpesou" + "chrisdavidmills", + "leandroruel" ] }, - "Web/API/HTMLElement": { - "modified": "2019-03-23T22:40:10.318Z", + "Web/CSS/inheritance": { + "modified": "2019-03-23T22:30:06.400Z", "contributors": [ - "wanderson-webdev", - "fscholz" + "fcard" ] }, - "Web/API/HTMLElement/blur": { - "modified": "2020-10-15T22:12:54.970Z", + "Web/CSS/initial": { + "modified": "2020-10-15T22:26:34.680Z", "contributors": [ - "salgueiroso" + "marlonveiga-santos" ] }, - "Web/API/HTMLElement/click": { - "modified": "2019-03-23T22:40:11.186Z", + "Web/CSS/inline-size": { + "modified": "2020-10-15T22:06:25.990Z", "contributors": [ - "brunopulis", - "LisandroTSilva" + "zKhiro" ] }, - "Web/API/HTMLElement/contentEditable": { - "modified": "2019-03-23T22:24:22.391Z", + "Web/CSS/isolation": { + "modified": "2019-06-05T21:56:02.812Z", "contributors": [ - "Fernandolrs", - "brunopulis" + "ni-reis", + "rener_bz" ] }, - "Web/API/HTMLElement/contextMenu": { - "modified": "2020-10-15T22:26:34.894Z", + "Web/CSS/letter-spacing": { + "modified": "2020-10-15T22:02:19.098Z", "contributors": [ - "arthurssfreitas" + "V1n1c1us" ] }, - "Web/API/HTMLElement/dataset": { - "modified": "2020-10-15T21:46:41.594Z", + "Web/CSS/line-break": { + "modified": "2020-10-15T21:48:42.616Z", "contributors": [ - "lago.aaron", - "Fernandolrs", - "Sipmann", - "emanueloliveira" + "SphinxKnight", + "Kappyh", + "helitonmartins", + "phenriqueleao", + "alexandresn" ] }, - "Web/API/HTMLElement/focus": { - "modified": "2019-03-23T22:24:13.859Z", + "Web/CSS/margin": { + "modified": "2020-10-15T22:00:45.937Z", "contributors": [ - "erikseyti", - "brunopulis" + "felima2017" ] }, - "Web/API/HTMLElement/lang": { - "modified": "2019-03-23T22:24:27.501Z", + "Web/CSS/margin-bottom": { + "modified": "2020-10-15T22:18:51.440Z", "contributors": [ - "brunopulis" + "Clecio013" ] }, - "Web/API/HTMLElement/offsetHeight": { - "modified": "2019-03-18T20:58:59.560Z", + "Web/CSS/margin-top": { + "modified": "2019-03-23T22:48:06.569Z", "contributors": [ - "SphinxKnight", - "kiaratto" + "Sebastianz", + "dlepera" ] }, - "Web/API/HTMLElement/offsetLeft": { - "modified": "2019-03-18T20:59:09.678Z", + "Web/CSS/max-width": { + "modified": "2020-10-30T00:27:30.942Z", "contributors": [ - "SphinxKnight", - "alinemorelli" + "mipan-zuzuzu-zuzuzum", + "gustavofrezzz", + "zKhiro" ] }, - "Web/API/HTMLElement/offsetParent": { - "modified": "2020-10-15T21:46:48.347Z", + "Web/CSS/min-height": { + "modified": "2019-03-23T23:03:57.511Z", "contributors": [ - "SphinxKnight", - "eustabio_junior" + "JulianoPadilha", + "Sebastianz", + "LeonardoMax" ] }, - "Web/API/HTMLElement/offsetTop": { - "modified": "2020-10-15T21:49:48.848Z", + "Web/CSS/mix-blend-mode": { + "modified": "2019-03-23T22:47:35.984Z", "contributors": [ - "SphinxKnight", - "j.bruni", - "alinemorelli" + "mrstork", + "Sebastianz", + "afonsoalban" ] }, - "Web/API/HTMLElement/offsetWidth": { - "modified": "2020-10-15T21:54:49.481Z", + "Web/CSS/number": { + "modified": "2020-10-15T22:25:43.785Z", "contributors": [ - "SphinxKnight", - "gsoldateli" + "euvanribeiro" ] }, - "Web/API/HTMLInputElement": { - "modified": "2020-08-07T01:52:15.111Z", + "Web/CSS/object-fit": { + "modified": "2019-09-09T10:42:42.040Z", "contributors": [ - "VictorRabelo", - "CaitlinWeb" + "mhayk", + "Sebastianz", + "brunolimawd" ] }, - "Web/API/HTMLInputElement/select": { - "modified": "2019-03-23T22:32:02.717Z", + "Web/CSS/offset": { + "modified": "2019-03-23T22:09:22.407Z", "contributors": [ - "sirgallifrey" + "alisson-suzigan", + "Schieck" ] }, - "Web/API/HTMLInputElement/setSelectionRange": { - "modified": "2019-03-23T22:05:50.440Z", + "Web/CSS/opacity": { + "modified": "2019-09-03T00:02:11.829Z", "contributors": [ - "gulima" + "hierror" ] }, - "Web/API/HTMLOptionElement": { - "modified": "2020-10-15T22:22:43.860Z" + "Web/CSS/outline": { + "modified": "2019-03-23T22:29:17.217Z", + "contributors": [ + "MaurilioNovais" + ] }, - "Web/API/HTMLOptionElement/Option": { - "modified": "2019-09-07T19:12:47.492Z", + "Web/CSS/overflow": { + "modified": "2019-03-23T23:35:08.837Z", "contributors": [ - "Rogerio-Viana" + "haskellcamargo", + "teoli", + "KikenCris", + "Sheppy", + "diogotito", + "Francis" ] }, - "Web/API/HTMLSelectElement": { - "modified": "2019-03-18T21:38:12.809Z", + "Web/CSS/padding": { + "modified": "2019-03-23T22:10:23.184Z", "contributors": [ - "Speich" + "aantonello" ] }, - "Web/API/HTMLSelectElement/checkValidity": { - "modified": "2019-03-18T21:38:22.714Z", + "Web/CSS/padding-left": { + "modified": "2019-03-23T23:05:03.904Z", "contributors": [ - "marceloogeda" + "Sebastianz", + "Prinz_Rana", + "fscholz", + "SKO" ] }, - "Web/API/HTMLShadowElement": { - "modified": "2020-10-15T21:52:05.842Z", + "Web/CSS/page-break-before": { + "modified": "2020-10-15T22:23:32.559Z", "contributors": [ - "Sipmann", - "mak213k" + "EdsonLI" ] }, - "Web/API/HTMLSpanElement": { - "modified": "2020-10-15T22:22:56.970Z", + "Web/CSS/pointer-events": { + "modified": "2019-10-10T16:54:43.656Z", "contributors": [ - "CleberL" + "Sebastianz", + "brunoeduardo" ] }, - "Web/API/History": { - "modified": "2020-10-15T22:11:45.385Z", + "Web/CSS/position": { + "modified": "2020-11-12T16:32:21.055Z", "contributors": [ - "duduindo", - "Renancp01" + "joao-alberto", + "talles.makoto" ] }, - "Web/API/History_API": { - "modified": "2019-03-18T21:10:42.375Z", + "Web/CSS/radial-gradient()": { + "modified": "2020-11-18T14:42:38.700Z", "contributors": [ - "CaioCosta", - "rodgerpaulo", - "william-costa", - "bsunderhus", - "sistematico" + "chrisdavidmills", + "Sebastianz", + "mrstork", + "srsaude" ] }, - "Web/API/History_API/Exemplo": { - "modified": "2019-03-18T21:40:08.609Z", + "Web/CSS/repeating-linear-gradient()": { + "modified": "2020-11-18T14:46:15.881Z", "contributors": [ - "oidanieljunior" + "chrisdavidmills", + "Sebastianz", + "prayash", + "teoli", + "Erick_Ribeiro" ] }, - "Web/API/IDBCursor": { - "modified": "2019-03-23T22:48:07.804Z", + "Web/CSS/ruby-align": { + "modified": "2019-03-23T22:39:36.583Z", "contributors": [ - "zerossB" + "ygormaximo" ] }, - "Web/API/IDBFactory": { - "modified": "2019-03-23T22:10:18.775Z", + "Web/CSS/scroll-behavior": { + "modified": "2019-03-23T22:05:52.763Z", "contributors": [ - "falecomoantonio" + "otaviogui", + "ogawaryu" ] }, - "Web/API/ImageCapture": { - "modified": "2020-10-15T22:28:50.119Z", + "Web/CSS/scrollbar-color": { + "modified": "2020-10-15T22:15:14.505Z", "contributors": [ - "LucasRuy" + "helton-mori-dev" ] }, - "Web/API/IndexedDB_API": { - "modified": "2020-05-11T15:56:57.963Z", + "Web/CSS/text-align": { + "modified": "2020-09-13T12:38:14.000Z", "contributors": [ - "nstseek", - "chrisdavidmills", - "MOB-atheist", - "zenithpolar", - "guilhermemar", - "IgorGoncalves", - "cirocosta" + "hicksf", + "CinatitBR", + "FernandaBernardo", + "ronysilvati" ] }, - "Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB": { - "modified": "2020-01-13T04:48:43.968Z", + "Web/CSS/text-decoration": { + "modified": "2019-03-23T22:35:55.748Z", "contributors": [ - "chrisdavidmills", - "wbamberg", - "jppaschoal", - "camilaavilarinho", - "guilhermemar", - "IgorGoncalves" + "gabiduarte" ] }, - "Web/API/IndexedDB_API/Usando_IndexedDB": { - "modified": "2020-01-13T04:48:43.522Z", + "Web/CSS/text-decoration-style": { + "modified": "2019-03-23T22:34:47.555Z", "contributors": [ - "chrisdavidmills", - "guilhermemar", - "IgorGoncalves", - "gustavo-veiga", - "sheldonled" + "miller.augusto" ] }, - "Web/API/KeyboardEvent": { - "modified": "2019-03-18T21:09:09.329Z", + "Web/CSS/text-overflow": { + "modified": "2019-03-23T23:32:14.078Z", "contributors": [ - "fscholz", - "wbamberg", - "fernandosouza", - "Grohden", - "waglero" + "Krenair", + "Sebastianz", + "miller.augusto", + "teoli", + "recoverjp@gmail.com" ] }, - "Web/API/Location": { - "modified": "2020-08-19T00:11:30.219Z", + "Web/CSS/text-rendering": { + "modified": "2019-03-23T23:36:15.210Z", "contributors": [ - "pabrrs", - "trGalho" + "mateusmeyer", + "fscholz", + "teoli", + "marioluan", + "lmiranda" ] }, - "Web/API/Location/assign": { - "modified": "2019-03-18T21:41:56.186Z", + "Web/CSS/text-shadow": { + "modified": "2019-03-23T22:50:26.761Z", "contributors": [ - "Rhubenni_Telesco" + "vspereira", + "luis.kaufmann.silva", + "Sebastianz", + "philippesilva" ] }, - "Web/API/Location/reload": { - "modified": "2019-03-23T22:30:11.123Z", + "Web/CSS/text-transform": { + "modified": "2020-10-15T22:00:36.908Z", "contributors": [ - "fcard", - "alexrohleder" + "FernandaBernardo" ] }, - "Web/API/Location/search": { - "modified": "2020-10-15T22:29:57.299Z", + "Web/CSS/time": { + "modified": "2020-10-15T22:25:42.997Z", "contributors": [ - "AlanCezarAraujo" + "euvanribeiro" ] }, - "Web/API/MediaDevices": { - "modified": "2019-03-18T21:43:19.059Z", + "Web/CSS/touch-action": { + "modified": "2020-10-15T21:58:13.110Z", "contributors": [ - "helitonmartins" + "leandrofsp" ] }, - "Web/API/MediaStreamTrack": { - "modified": "2019-03-23T22:53:44.701Z", + "Web/CSS/transform": { + "modified": "2019-03-23T23:38:43.751Z", "contributors": [ - "lucasolivier" + "Sebastianz", + "fscholz", + "teoli", + "rafael.modos" ] }, - "Web/API/MessageChannel": { - "modified": "2019-03-18T21:44:58.784Z", + "Web/CSS/transform-function": { + "modified": "2019-03-23T22:03:42.541Z", "contributors": [ - "fadonascimento" + "mfluehr" ] }, - "Web/API/MessagePort": { - "modified": "2020-10-15T22:26:27.296Z", + "Web/CSS/transform-function/matrix()": { + "modified": "2020-11-16T09:00:13.847Z", "contributors": [ - "bershanskiy" + "chrisdavidmills", + "MarcosNakamine" ] }, - "Web/API/MessagePort/postMessage": { - "modified": "2020-10-15T22:26:29.157Z", + "Web/CSS/transform-function/perspective()": { + "modified": "2020-11-16T09:10:49.924Z", "contributors": [ - "jhserodio" + "chrisdavidmills", + "larimaza" ] }, - "Web/API/MouseEvent": { - "modified": "2020-09-27T23:19:33.221Z", + "Web/CSS/transform-function/rotate()": { + "modified": "2020-11-19T16:06:09.849Z", "contributors": [ - "marcio1002", - "vapier" + "chrisdavidmills", + "YurePereira" ] }, - "Web/API/MouseEvent/clientX": { - "modified": "2019-03-23T22:06:38.718Z", + "Web/CSS/transform-function/rotate3d()": { + "modified": "2020-11-19T16:07:35.157Z", "contributors": [ - "bernardosze" + "chrisdavidmills", + "larimaza" ] }, - "Web/API/MouseEvent/clientY": { - "modified": "2020-10-15T22:29:11.740Z", + "Web/CSS/transform-function/scale()": { + "modified": "2020-11-30T10:15:54.148Z", "contributors": [ - "GuilhermeSND" + "chrisdavidmills", + "larimaza" ] }, - "Web/API/MutationObserver": { - "modified": "2020-10-15T21:33:46.490Z", + "Web/CSS/transform-function/translate()": { + "modified": "2020-11-30T10:30:42.247Z", "contributors": [ - "mateusvelleda", - "alexanmtz", - "diegolw" + "chrisdavidmills", + "duduindo", + "Dianakc", + "MarcosNakamine", + "brunoeduardo" ] }, - "Web/API/Navigation_timing_API": { - "modified": "2019-03-23T22:50:45.488Z", + "Web/CSS/transform-style": { + "modified": "2020-10-15T22:29:54.621Z", "contributors": [ - "MarcelMorais", - "Gutem" + "joaopedroaats" ] }, - "Web/API/Navigator": { - "modified": "2019-03-23T23:01:42.784Z", + "Web/CSS/transition": { + "modified": "2020-05-17T21:28:19.368Z", "contributors": [ - "wbamberg", - "teoli" + "bruno-cr", + "hbmuller" ] }, - "Web/API/Navigator/battery": { - "modified": "2019-03-23T23:16:59.785Z", + "Web/CSS/transition-delay": { + "modified": "2020-10-15T22:25:42.611Z", "contributors": [ - "teoli", - "jsx", - "eliezerb" + "euvanribeiro" ] }, - "Web/API/Navigator/cookieEnabled": { - "modified": "2020-10-15T22:13:23.552Z", + "Web/CSS/transition-timing-function": { + "modified": "2019-03-23T22:09:51.499Z", "contributors": [ - "macalha" + "welitonderesende" ] }, - "Web/API/Navigator/deviceMemory": { - "modified": "2020-10-15T22:12:37.929Z", + "Web/CSS/var()": { + "modified": "2020-11-04T09:10:42.127Z", "contributors": [ - "macalha" + "chrisdavidmills", + "filipetorres" ] }, - "Web/API/Navigator/geolocation": { - "modified": "2020-10-15T21:47:10.975Z", + "Web/CSS/vertical-align": { + "modified": "2019-06-19T18:03:19.393Z", "contributors": [ - "mateusvelleda", - "michaelycus" + "douglast2t", + "guifrrs", + "ronysilvati" ] }, - "Web/API/Navigator/getUserMedia": { - "modified": "2019-03-23T23:30:19.364Z", + "Web/CSS/visibility": { + "modified": "2020-10-15T21:59:53.930Z", "contributors": [ - "viktorRock", - "fscholz", - "srsaude" + "brunopulis" ] }, - "Web/API/Navigator/share": { - "modified": "2020-10-15T22:27:50.572Z", + "Web/CSS/white-space": { + "modified": "2020-10-15T21:33:46.098Z", "contributors": [ - "LucasRuy" + "mtsgeneroso", + "maurojs10", + "fscholz", + "Sebastianz", + "rafaellyra" ] }, - "Web/API/NavigatorID": { - "modified": "2019-03-23T23:01:42.494Z", + "Web/CSS/width": { + "modified": "2019-03-23T22:25:51.390Z", "contributors": [ - "teoli" + "DiegoBRodrigues" ] }, - "Web/API/NavigatorID/platform": { - "modified": "2020-10-15T21:27:41.688Z", + "Web/CSS/will-change": { + "modified": "2019-10-12T17:58:25.195Z", "contributors": [ - "GarkGarcia", - "teoli", - "khalid32", - "eliezerb" + "K3yboard", + "jlozovei", + "raphaguasta", + "Jerffersonferreira" ] }, - "Web/API/NavigatorID/userAgent": { - "modified": "2020-10-15T21:58:19.578Z", + "Web/CSS/word-break": { + "modified": "2020-10-15T21:41:36.303Z", "contributors": [ - "GarkGarcia", - "thedjmarcelo" + "srsaude", + "teoli", + "anderson-fachini" ] }, - "Web/API/NavigatorLanguage": { - "modified": "2019-03-23T22:03:53.998Z", + "Web/CSS/writing-mode": { + "modified": "2019-03-23T22:01:39.192Z", "contributors": [ - "teoli" + "jessuircleydson" ] }, - "Web/API/NavigatorLanguage/language": { - "modified": "2019-03-23T22:03:54.652Z", + "Web/Demos_of_open_web_technologies": { + "modified": "2020-09-04T06:28:02.627Z", "contributors": [ - "klzns" + "gustavoSoriano", + "angelorubin", + "arthur2323" ] }, - "Web/API/NavigatorOnLine": { - "modified": "2019-03-23T22:02:07.133Z", + "Web/Events": { + "modified": "2019-08-20T18:23:47.517Z", "contributors": [ - "marciioluucas", - "chrisdavidmills" + "helton-mori-dev", + "ayrtton", + "Marnei-Cardoso", + "wbamberg", + "LeandroMaxNatal", + "susanasilva", + "jpmedley" ] }, - "Web/API/NavigatorOnLine/Online_and_offline_events": { - "modified": "2019-03-23T23:39:13.247Z", + "Web/Guide": { + "modified": "2020-10-30T13:31:43.101Z", "contributors": [ - "chrisdavidmills", - "claudiareginadasilvacorrea", - "jpalharini" + "manoelbjr", + "brasmon8351", + "wcqueiroz", + "alanreisb", + "LucianoHanna", + "javaroldo", + "nagaozen", + "Danilson_Veloso", + "alexandresn", + "leonardocoelho", + "joaumg", + "luizmassa", + "sheldonled", + "Sheppy" ] }, - "Web/API/NavigatorOnLine/onLine": { - "modified": "2020-10-15T22:15:18.142Z", + "Web/Guide/AJAX": { + "modified": "2019-04-26T09:51:09.814Z", "contributors": [ - "renatoluna" + "helton-mori-dev", + "chrisdavidmills", + "Wanderleymuniz", + "flaviomicheletti", + "gigantebsb", + "PedroFelipe" ] }, - "Web/API/NavigatorPlugins": { - "modified": "2020-10-15T22:19:29.947Z", + "Web/Guide/AJAX/Getting_Started": { + "modified": "2019-03-23T23:09:35.656Z", "contributors": [ - "Fernandolrs" + "chrisdavidmills", + "darnosls", + "DiogoFontes", + "renatogalvones", + "devLopez", + "flaviomicheletti", + "Alakazam", + "xanfox", + "robinsonsantos" ] }, - "Web/API/NavigatorPlugins/javaEnabled": { - "modified": "2020-10-15T22:19:29.661Z", + "Web/Guide/API": { + "modified": "2019-09-11T09:42:23.112Z", "contributors": [ - "Fernandolrs" + "SphinxKnight", + "Sheppy" ] }, - "Web/API/Node": { - "modified": "2019-03-23T23:30:08.400Z", + "Web/Guide/Events": { + "modified": "2019-03-23T23:21:12.584Z", "contributors": [ - "marimeireles", - "oirodolfo", - "teoli", - "khalid32", - "srsaude" + "Sheppy" ] }, - "Web/API/Node/Entendendo_o_uso_do_método_AppendChild-javascript": { - "modified": "2019-03-23T22:40:45.924Z", + "Web/Guide/Events/Event_handlers": { + "modified": "2020-08-06T11:00:19.146Z", "contributors": [ - "Josue-Bastos" + "eziotristao" ] }, - "Web/API/Node/appendChild": { - "modified": "2019-03-23T23:22:30.959Z", + "Web/Guide/Events/Mutation_events": { + "modified": "2019-03-23T22:59:51.382Z", "contributors": [ - "teoli", - "khalid32", - "srsaude" + "diegolw" ] }, - "Web/API/Node/baseURI": { - "modified": "2019-03-23T22:40:41.805Z", + "Web/Guide/Events/Overview_of_Events_and_Handlers": { + "modified": "2020-09-28T23:35:22.348Z", "contributors": [ - "cammarin", - "Josue-Bastos" + "helton-mori-dev" ] }, - "Web/API/Node/childNodes": { - "modified": "2019-03-23T23:07:10.128Z", + "Web/Guide/Mobile": { + "modified": "2020-04-05T18:24:36.523Z", "contributors": [ - "teoli", - "fegemo" + "guidiasz", + "michelsouza" ] }, - "Web/API/Node/cloneNode": { - "modified": "2019-03-23T22:48:59.947Z", + "Web/Guide/Performance": { + "modified": "2019-03-18T20:49:01.451Z", "contributors": [ - "Gutemberg" + "ssamuel645", + "KelviDalmazo" ] }, - "Web/API/Node/contains": { - "modified": "2019-03-23T23:21:21.502Z", + "Web/Guide/Printing": { + "modified": "2020-08-18T10:16:18.081Z", "contributors": [ - "teoli", - "AshfaqHossain", - "carlosbg" + "Eder_Duarte", + "maatheusgouveia" ] }, - "Web/API/Node/firstChild": { - "modified": "2019-03-23T22:49:01.978Z", + "Web/HTML": { + "modified": "2019-09-10T15:24:16.025Z", "contributors": [ - "Gutemberg" + "SphinxKnight", + "brasmon8351", + "wcqueiroz", + "jorgeclesio", + "Rech", + "diegobarcelar", + "julio-elipse", + "BrunaGil", + "ferro-br", + "phenriqueleao", + "andalvalmeida", + "rubensdemelo", + "samuelbzrra", + "Carlos_Mir_de_Souza", + "marciioluucas", + "dariogabriel113", + "renato_oliveira", + "Schieck", + "fabianosantos.net", + "Victorfm2167", + "jwhitlock", + "RenanBirck", + "KadirTopal", + "rafaelsouza", + "LuccasBarbosa", + "ptcmariano", + "IvomarS", + "Cleiveson", + "ronaldoamaral", + "hostlionhospedarsites", + "rafiuske", + "blueridanus", + "srsaude", + "mklauck", + "MatCAlv", + "alispivak-demo", + "eufaloserio", + "dancasttro", + "mcpelegrin" ] }, - "Web/API/Node/innerText": { - "modified": "2019-03-18T21:15:34.228Z", + "Web/HTML/Applying_color": { + "modified": "2019-03-18T21:43:53.570Z", "contributors": [ - "cammarin" + "larimaza" ] }, - "Web/API/Node/insertBefore": { - "modified": "2019-03-18T20:54:40.356Z", + "Web/HTML/Element": { + "modified": "2020-10-20T02:01:24.831Z", "contributors": [ - "greysonf", - "debone", + "SphinxKnight", + "marcus.simei", + "jrborbars", + "fcard", + "afonsopacifer", + "antoniojnr", "teoli", - "khalid32", - "reniesiqueira" + "luizmassa", + "robsonds", + "LeonardoPacheco", + "hsteffano" ] }, - "Web/API/Node/isConnected": { - "modified": "2020-10-15T22:32:18.058Z", + "Web/HTML/Element/Audio": { + "modified": "2019-03-23T23:39:06.591Z", "contributors": [ - "dev-danilosilva" + "wbamberg", + "Gregory", + "teoli", + "mateus.m.luna", + "LeonardoPacheco" ] }, - "Web/API/Node/lastChild": { - "modified": "2019-03-23T22:40:51.317Z", + "Web/HTML/Element/Heading_Elements": { + "modified": "2020-11-22T18:16:21.735Z", "contributors": [ - "Gutemberg" + "TohoSeiwa", + "wcqueiroz", + "Ikebhering", + "IanRamosC", + "ViniFG" ] }, - "Web/API/Node/nextSibling": { - "modified": "2019-03-23T23:22:09.728Z", + "Web/HTML/Element/Input": { + "modified": "2019-03-23T23:19:19.777Z", "contributors": [ + "Disjuntores", + "srsaude", "teoli", - "khalid32", - "reniesiqueira" + "joaobarbosa" ] }, - "Web/API/Node/parentNode": { - "modified": "2019-03-23T22:40:47.017Z", + "Web/HTML/Element/Input/button": { + "modified": "2020-10-15T22:27:35.557Z", "contributors": [ - "michelsouza", - "Gutemberg" + "Eliezer62" ] }, - "Web/API/Node/previousSibling": { - "modified": "2019-03-23T23:14:20.558Z", + "Web/HTML/Element/Input/checkbox": { + "modified": "2020-10-15T22:07:27.923Z", "contributors": [ - "wbamberg", - "teoli", - "jsx", - "cesarwbr" + "gustavando", + "trandreluis", + "anok", + "rafaeltaro", + "SphinxKnight", + "creis" ] }, - "Web/API/Node/removeChild": { - "modified": "2019-03-23T23:30:06.977Z", + "Web/HTML/Element/Input/password": { + "modified": "2020-10-15T22:06:49.756Z", "contributors": [ - "teoli", - "khalid32", - "srsaude" + "liddack" ] }, - "Web/API/Node/replaceChild": { - "modified": "2019-03-23T23:12:27.414Z", + "Web/HTML/Element/Input/range": { + "modified": "2019-03-18T20:57:11.406Z", "contributors": [ - "paulocmoreno", - "teoli", - "khalid32", - "matheuslc" + "SphinxKnight", + "g-thome", + "Humberto", + "TecladistaProd" ] }, - "Web/API/Node/textContent": { - "modified": "2020-10-15T22:19:54.189Z", + "Web/HTML/Element/Input/time": { + "modified": "2020-10-15T22:07:24.929Z", "contributors": [ - "EduardoDaSilva", - "marlonveiga-santos" + "liddack" ] }, - "Web/API/NodeFilter": { - "modified": "2019-03-23T22:03:52.772Z", + "Web/HTML/Element/Output": { + "modified": "2020-10-15T21:19:50.384Z", "contributors": [ - "oirodolfo" + "wbamberg", + "wallacemaxters", + "GPrimola", + "teoli", + "LeonardoPacheco", + "mateus.m.luna" ] }, - "Web/API/NodeList": { - "modified": "2020-10-15T21:55:05.252Z", + "Web/HTML/Element/Source": { + "modified": "2019-03-23T23:39:09.351Z", "contributors": [ - "Sipmann", - "caueamaral", - "fernandosavio" + "Rahmon", + "teoli", + "LeonardoPacheco" ] }, - "Web/API/NotificationAction": { - "modified": "2020-10-15T22:22:52.083Z", + "Web/HTML/Element/Video": { + "modified": "2019-03-23T23:39:11.809Z", "contributors": [ - "jowks" + "wbamberg", + "KaykyB", + "Fernandolrs", + "rafaelcavalcante", + "teoli", + "LeonardoPacheco" ] }, - "Web/API/OfflineAudioContext": { - "modified": "2020-10-15T22:02:59.025Z", + "Web/HTML/Element/a": { + "modified": "2020-10-15T21:21:57.553Z", "contributors": [ - "EduardoFerr" + "Marrior-dot", + "BeatrizCavallieri", + "GabrielleGuida", + "gilmargn", + "MarcosNakamine", + "GPrimola", + "antoniojnr", + "teoli", + "marcoex", + "Graffitti", + "thiagoharry", + "vagnerleitte", + "fnsc.luis" ] }, - "Web/API/Page_Visibility_API": { - "modified": "2019-03-23T22:34:14.511Z", + "Web/HTML/Element/abbr": { + "modified": "2020-10-15T21:24:34.973Z", "contributors": [ - "renatoluna" + "GPrimola", + "fscholz", + "teoli", + "thiagoharry", + "alexfigueiredo" ] }, - "Web/API/ParentNode": { - "modified": "2019-03-23T22:19:41.961Z", + "Web/HTML/Element/acronym": { + "modified": "2020-10-15T21:24:47.267Z", "contributors": [ - "jpmedley" + "GPrimola", + "teoli", + "thiagoharry" ] }, - "Web/API/ParentNode/childElementCount": { - "modified": "2020-10-15T22:28:04.061Z", + "Web/HTML/Element/address": { + "modified": "2019-03-23T23:26:26.807Z", "contributors": [ - "leofalcao10" + "coloringa", + "alisson-suzigan", + "teoli", + "thiagoharry" ] }, - "Web/API/ParentNode/children": { - "modified": "2019-03-23T22:19:42.340Z", + "Web/HTML/Element/applet": { + "modified": "2019-03-23T23:09:08.718Z", "contributors": [ - "rafaelcavalcante" + "marcosyoshihiro" ] }, - "Web/API/ParentNode/querySelector": { - "modified": "2020-10-15T22:23:27.840Z", + "Web/HTML/Element/area": { + "modified": "2019-03-23T23:15:00.929Z", "contributors": [ - "VictorhMalheiro" + "Gregory", + "jgborges", + "teoli", + "Haroldohc" ] }, - "Web/API/Path2D": { - "modified": "2020-10-15T22:06:13.090Z", + "Web/HTML/Element/article": { + "modified": "2019-03-23T23:36:23.011Z", "contributors": [ - "dayvitSiqueira" + "wbamberg", + "Jerffersonferreira", + "teoli", + "robsonds" ] }, - "Web/API/Performance": { - "modified": "2020-10-15T21:54:03.274Z", + "Web/HTML/Element/aside": { + "modified": "2020-10-15T21:23:20.646Z", "contributors": [ - "fscholz", - "jpmedley" + "wbamberg", + "GPrimola", + "srsaude", + "teoli", + "Linc0" ] }, - "Web/API/Performance/now": { - "modified": "2019-03-18T20:49:36.800Z", + "Web/HTML/Element/b": { + "modified": "2019-03-23T23:08:37.937Z", "contributors": [ - "helton-mori-dev", - "gabrieltobi" + "teoli", + "luizmassa" ] }, - "Web/API/Performance/toJSON": { - "modified": "2020-10-15T21:54:01.565Z", + "Web/HTML/Element/base": { + "modified": "2019-03-18T20:35:07.314Z", "contributors": [ - "fscholz", - "gabrieltobi" + "teodoz", + "rogeriopradoj", + "luizmassa", + "WagnerBeethoven" ] }, - "Web/API/PositionOptions": { - "modified": "2019-03-23T22:47:40.708Z", + "Web/HTML/Element/bdi": { + "modified": "2019-03-23T22:55:51.883Z", "contributors": [ - "victorkurauchi" + "Gregory", + "cid360", + "jgborges" ] }, - "Web/API/ProcessingInstruction": { - "modified": "2019-03-18T21:38:06.302Z", + "Web/HTML/Element/bdo": { + "modified": "2020-10-15T21:58:57.805Z", "contributors": [ - "coloringa" + "tiagofranca" ] }, - "Web/API/PushManager": { - "modified": "2019-03-18T21:44:59.987Z", + "Web/HTML/Element/big": { + "modified": "2020-10-15T22:19:28.136Z", "contributors": [ - "GPrimola", - "M4ttscx" + "jorgeclesio" ] }, - "Web/API/RTCCertificate": { - "modified": "2020-10-15T22:22:00.681Z", + "Web/HTML/Element/blink": { + "modified": "2019-03-23T22:51:55.020Z", "contributors": [ - "hsulipe" + "TatiTheFreaK", + "ti201501", + "macalha" ] }, - "Web/API/RTCDataChannel": { - "modified": "2019-03-23T22:05:58.861Z", + "Web/HTML/Element/blockquote": { + "modified": "2019-03-23T22:54:49.360Z", "contributors": [ - "Lavyk" + "rafaelff", + "Barbosado", + "teoli" ] }, - "Web/API/RTCIceTransport": { - "modified": "2020-10-15T22:22:02.457Z", + "Web/HTML/Element/body": { + "modified": "2020-06-19T20:58:40.238Z", "contributors": [ - "hsulipe" + "samuelmelo203", + "Clecio013", + "fbilinski", + "Ronicley", + "netoguimaraes" ] }, - "Web/API/RTCPeerConnection": { - "modified": "2020-10-15T22:18:53.156Z", + "Web/HTML/Element/br": { + "modified": "2019-03-23T22:30:12.009Z", "contributors": [ - "Leonardocezar", - "matheuschimelli", - "labforcode" + "LucasGagno" ] }, - "Web/API/RTCPeerConnection/connectionState": { - "modified": "2020-10-15T22:25:43.424Z", + "Web/HTML/Element/button": { + "modified": "2020-01-06T10:39:09.221Z", "contributors": [ - "Mellogab" + "pahbloo", + "Painatalman", + "ilariojunior", + "gulima", + "Cloves23", + "03-04-85" ] }, - "Web/API/RandomSource": { - "modified": "2019-03-23T22:43:17.216Z", + "Web/HTML/Element/canvas": { + "modified": "2019-03-23T23:39:11.475Z", "contributors": [ - "Hikashii", - "Jeremie" + "wbamberg", + "jorgematheus", + "MarceloBRN", + "teoli", + "jpalharini" ] }, - "Web/API/RandomSource/getRandomValues": { - "modified": "2019-05-25T15:24:30.476Z", + "Web/HTML/Element/caption": { + "modified": "2019-05-24T13:28:15.271Z", "contributors": [ - "dowgssss", - "Gutem" - ] - }, - "Web/API/Request": { - "modified": "2020-10-15T22:02:39.204Z", - "contributors": [ - "valdeirpsr" + "duduindo", + "Ca_uai", + "ooredroxoo" ] }, - "Web/API/Request/Request": { - "modified": "2020-10-15T22:15:05.741Z", + "Web/HTML/Element/center": { + "modified": "2020-10-15T22:19:26.722Z", "contributors": [ - "duduindo", - "fininhors" + "RapozaoBR", + "joaomatco213", + "jorgeclesio" ] }, - "Web/API/Response": { - "modified": "2020-10-15T22:09:39.986Z", + "Web/HTML/Element/cite": { + "modified": "2020-06-24T20:47:35.913Z", "contributors": [ - "paulo9mv", - "leandroruel", - "jeovazero" + "RaphaelBRodrigues", + "rodrigocode4", + "rafaelblink" ] }, - "Web/API/SVGAElement": { - "modified": "2020-10-15T22:03:03.797Z", + "Web/HTML/Element/code": { + "modified": "2020-10-15T22:20:52.767Z", "contributors": [ - "Shadowlast14" + "BrunoSoaresGaldino" ] }, - "Web/API/SVGAElement/SVGAlement.target": { - "modified": "2019-03-18T21:38:17.281Z", + "Web/HTML/Element/col": { + "modified": "2020-10-15T21:58:57.355Z", "contributors": [ - "Shadowlast14" + "erikseyti" ] }, - "Web/API/SVGAnimateTransformElement": { - "modified": "2020-10-16T17:55:44.269Z", + "Web/HTML/Element/data": { + "modified": "2019-03-23T23:15:11.615Z", "contributors": [ - "felipepaz" + "teoli", + "Haroldohc" ] }, - "Web/API/Seleção": { - "modified": "2020-10-15T22:13:16.385Z", + "Web/HTML/Element/datalist": { + "modified": "2020-07-24T12:07:37.628Z", "contributors": [ - "adrianowead" + "mfranzke", + "wbamberg", + "teoli", + "LeonardoPacheco" ] }, - "Web/API/Sensor": { - "modified": "2020-10-15T22:32:16.467Z", + "Web/HTML/Element/dd": { + "modified": "2020-10-15T22:03:52.136Z", "contributors": [ - "jpmedley" + "GutuGaluppo", + "GPrimola" ] }, - "Web/API/Server-sent_events": { - "modified": "2020-06-16T11:34:37.745Z", + "Web/HTML/Element/del": { + "modified": "2019-03-23T23:05:32.110Z", "contributors": [ - "alattalatta" + "minduka" ] }, - "Web/API/Server-sent_events/Using_server-sent_events": { - "modified": "2020-10-15T22:30:47.227Z", + "Web/HTML/Element/details": { + "modified": "2019-03-23T23:38:58.865Z", "contributors": [ - "LucasPereira" + "wbamberg", + "teoli", + "LeonardoPacheco" ] }, - "Web/API/ServiceWorkerContainer": { - "modified": "2019-03-18T20:53:05.893Z", + "Web/HTML/Element/dfn": { + "modified": "2019-03-23T23:15:43.009Z", "contributors": [ - "Gustavo_Armoa", - "jpmedley" + "teoli", + "eduardojmatos" ] }, - "Web/API/ServiceWorkerContainer/register": { - "modified": "2019-03-23T22:05:54.667Z", + "Web/HTML/Element/dialog": { + "modified": "2020-10-15T22:00:30.887Z", "contributors": [ - "wallacemaxters" + "euvanribeiro", + "Genildo_Lopes", + "marceloch2", + "chicojunior" ] }, - "Web/API/ServiceWorkerGlobalScope": { - "modified": "2020-10-15T22:18:38.860Z", + "Web/HTML/Element/dir": { + "modified": "2020-10-15T22:14:38.248Z", "contributors": [ - "fscholz" + "Mateusstslino" ] }, - "Web/API/ServiceWorkerGlobalScope/clients": { - "modified": "2020-10-15T22:18:38.711Z", + "Web/HTML/Element/div": { + "modified": "2019-03-23T23:09:09.627Z", "contributors": [ - "rafaelcavalcante" + "caioferrarezi", + "Marius2112", + "SubaruSama", + "lucrp", + "leleofg", + "marcosyoshihiro" ] }, - "Web/API/Service_Worker_API": { - "modified": "2019-03-23T22:20:45.840Z", + "Web/HTML/Element/dl": { + "modified": "2020-10-15T21:20:22.549Z", "contributors": [ - "alcidesqueiroz", - "dicarlosdesign" + "GPrimola", + "niltoncsr", + "fellyph", + "pkelbert", + "teoli", + "ken210" ] }, - "Web/API/Service_Worker_API/Using_Service_Workers": { - "modified": "2020-07-29T08:44:07.257Z", + "Web/HTML/Element/dt": { + "modified": "2019-03-23T22:48:59.353Z", "contributors": [ - "edusantana", - "rfdeoliveira", - "marciocamargo", - "italoportinho", - "Lucasktrindade" + "Jerffersonferreira", + "vtmx" ] }, - "Web/API/SharedWorker": { - "modified": "2019-03-23T22:10:27.798Z", + "Web/HTML/Element/em": { + "modified": "2020-10-15T22:00:30.429Z", "contributors": [ - "chrisdavidmills" + "rodrigocode4", + "SaggitariusA" ] }, - "Web/API/SharedWorker/port": { - "modified": "2019-03-23T22:10:34.513Z", + "Web/HTML/Element/embed": { + "modified": "2020-01-23T00:06:41.612Z", "contributors": [ - "Schrammel" + "LucasPereira", + "GPrimola", + "Tonihtml" ] }, - "Web/API/SpeechGrammar": { - "modified": "2020-10-15T22:17:17.231Z", + "Web/HTML/Element/fieldset": { + "modified": "2019-03-18T20:42:56.564Z", "contributors": [ - "rafaelvanat" + "peas", + "otavioaquino", + "brunoalv-s", + "wmerussi", + "Gregory", + "LucasGagno" ] }, - "Web/API/SpeechSynthesis": { - "modified": "2019-03-23T22:02:23.080Z", + "Web/HTML/Element/figcaption": { + "modified": "2020-10-15T22:34:28.797Z", "contributors": [ - "_marciojrtorres" + "hicksf" ] }, - "Web/API/SpeechSynthesisUtterance": { - "modified": "2019-03-23T22:25:09.613Z", + "Web/HTML/Element/footer": { + "modified": "2019-03-23T23:36:28.026Z", "contributors": [ - "chrisdavidmills" + "wbamberg", + "teoli", + "robsonds", + "ethertank" ] }, - "Web/API/SpeechSynthesisUtterance/voice": { - "modified": "2019-03-23T22:25:16.059Z", + "Web/HTML/Element/form": { + "modified": "2019-05-30T02:15:09.926Z", "contributors": [ - "niltoncsr" + "jorgeclesio", + "teoli", + "perrucho" ] }, - "Web/API/Storage": { - "modified": "2020-10-15T21:38:56.944Z", + "Web/HTML/Element/head": { + "modified": "2019-03-23T22:21:23.704Z", "contributors": [ - "Sipmann", - "Auugustocesar", - "andrekutianski", - "Sebastianz" + "mak213k" ] }, - "Web/API/Storage/clear": { - "modified": "2019-03-23T22:22:06.554Z", + "Web/HTML/Element/header": { + "modified": "2019-03-23T23:33:25.477Z", "contributors": [ - "nicolastarzia" + "ilariojunior", + "wbamberg", + "GPrimola", + "Humberto", + "teoli", + "regisdiogo" ] }, - "Web/API/Storage/getItem": { - "modified": "2020-10-15T21:46:36.499Z", + "Web/HTML/Element/hgroup": { + "modified": "2020-10-15T21:40:04.892Z", "contributors": [ - "mateusvelleda", - "victormaestri", - "carol-caires" + "printf-ana", + "Vitor-droid", + "Maujor", + "gabrielmelo" ] }, - "Web/API/Storage/key": { - "modified": "2020-10-15T22:22:54.532Z", + "Web/HTML/Element/hr": { + "modified": "2019-03-23T23:00:09.683Z", "contributors": [ - "andalvalmeida" + "brunoqueiros" ] }, - "Web/API/Storage/length": { - "modified": "2019-03-18T21:39:13.697Z", + "Web/HTML/Element/html": { + "modified": "2019-03-23T23:33:25.274Z", "contributors": [ - "bfabbri" + "GPrimola", + "teoli", + "irvinggomes" ] }, - "Web/API/Storage/removeItem": { - "modified": "2019-03-23T22:26:49.057Z", + "Web/HTML/Element/i": { + "modified": "2019-03-23T22:12:56.021Z", "contributors": [ - "eduardogomesv" + "rafaelcavalcante", + "sscaetite" ] }, - "Web/API/Storage/setItem": { - "modified": "2019-03-23T22:47:38.418Z", + "Web/HTML/Element/iframe": { + "modified": "2020-10-15T21:30:21.333Z", "contributors": [ - "larodiel" + "fscholz", + "wbamberg", + "RenanBirck", + "jgborges", + "marcosyoshihiro" ] }, - "Web/API/StorageManager": { - "modified": "2020-10-15T22:19:33.863Z", + "Web/HTML/Element/img": { + "modified": "2020-07-23T17:09:01.419Z", "contributors": [ - "Rondinelly" + "jrom99", + "ilariojunior", + "Wesley-181", + "dodireis", + "Jessica7", + "andrekutianski", + "jorgeclesio", + "marcosyoshihiro" ] }, - "Web/API/Streams_API": { - "modified": "2020-10-15T22:07:15.490Z", + "Web/HTML/Element/ins": { + "modified": "2019-03-23T23:15:01.095Z", "contributors": [ - "NandoRFS", - "chrisdavidmills" + "teoli", + "Haroldohc" ] }, - "Web/API/Streams_API/Concepts": { - "modified": "2019-03-18T21:30:10.010Z", + "Web/HTML/Element/label": { + "modified": "2019-09-13T15:44:10.344Z", "contributors": [ - "thiagopelizoni" + "Edionay", + "jyrodrigues", + "DavidL_Santos", + "teoli", + "Nathalino_Pacheco" ] }, - "Web/API/SubtleCrypto": { - "modified": "2020-10-15T21:58:59.814Z", + "Web/HTML/Element/legend": { + "modified": "2019-03-23T22:59:55.952Z", "contributors": [ - "fscholz", - "Hikashii", - "prebytes" + "hbmuller" ] }, - "Web/API/SubtleCrypto/GenerateKey": { - "modified": "2019-03-23T22:02:52.131Z", + "Web/HTML/Element/li": { + "modified": "2019-03-23T23:14:25.501Z", "contributors": [ - "Hikashii" + "Aschlla", + "flpms" ] }, - "Web/API/SubtleCrypto/deriveKey": { - "modified": "2019-03-23T22:02:44.403Z", + "Web/HTML/Element/link": { + "modified": "2019-03-23T22:55:34.683Z", "contributors": [ - "Hikashii" + "FahMont", + "Cloves23", + "teoli", + "tabytaa", + "jgborges" ] }, - "Web/API/SubtleCrypto/importKey": { - "modified": "2019-03-23T22:02:45.337Z", + "Web/HTML/Element/main": { + "modified": "2019-03-23T23:03:43.266Z", "contributors": [ - "Hikashii" + "leandroruel", + "afonsopacifer" ] }, - "Web/API/URL": { - "modified": "2020-10-15T21:33:01.700Z", + "Web/HTML/Element/map": { + "modified": "2019-03-23T23:14:59.765Z", "contributors": [ - "mateusvelleda", - "teoli" + "marcelobonatto", + "teoli", + "Haroldohc" ] }, - "Web/API/URL/createObjectURl": { - "modified": "2020-10-15T21:23:35.850Z", + "Web/HTML/Element/mark": { + "modified": "2020-10-15T21:25:22.825Z", "contributors": [ - "fscholz", + "wbamberg", + "GPrimola", "teoli", - "srsaude" + "fellyph" ] }, - "Web/API/URL/revokeObjectURL": { - "modified": "2019-03-23T22:23:24.178Z", + "Web/HTML/Element/marquee": { + "modified": "2019-03-23T23:05:53.169Z", "contributors": [ - "emmanueldaher" + "Synaxis", + "luis-vmjr", + "luhluzinha123", + "Fernandolrs", + "Grohden", + "KaykyB", + "mcand" ] }, - "Web/API/URL/searchParams": { - "modified": "2020-10-15T22:02:37.369Z", + "Web/HTML/Element/meta": { + "modified": "2019-03-18T20:58:16.076Z", "contributors": [ - "mateusvelleda", - "marabesi" + "Expablo", + "Joaohfer", + "adnamavlis", + "Gabriela-23", + "rotirotirafa", + "programacaocriativa" ] }, - "Web/API/URLSearchParams": { - "modified": "2019-03-23T22:18:19.994Z", + "Web/HTML/Element/meter": { + "modified": "2020-10-15T21:19:31.461Z", "contributors": [ - "marcelobonatto" + "fscholz", + "wbamberg", + "teoli", + "arthurpf", + "viniciuspires", + "fellyph", + "LeonardoPacheco" ] }, - "Web/API/URLSearchParams/get": { - "modified": "2019-03-18T21:33:42.386Z", + "Web/HTML/Element/nav": { + "modified": "2019-03-23T23:39:09.069Z", "contributors": [ - "DanieleCastilho" + "wbamberg", + "GPrimola", + "teoli", + "mazulo", + "AluisioASG" ] }, - "Web/API/URLSearchParams/values": { - "modified": "2019-03-18T21:33:34.299Z", + "Web/HTML/Element/nobr": { + "modified": "2019-03-23T23:02:27.507Z", "contributors": [ - "DanieleCastilho" + "acdcjunior" ] }, - "Web/API/ValidityState": { - "modified": "2020-10-15T22:08:46.419Z", + "Web/HTML/Element/noscript": { + "modified": "2019-03-18T20:54:14.839Z", "contributors": [ - "Zavarock" + "aryldo", + "jdruk", + "RobertoRodrigues" ] }, - "Web/API/WebGL_API": { - "modified": "2019-04-05T15:51:08.757Z", + "Web/HTML/Element/ol": { + "modified": "2019-03-23T23:00:24.283Z", "contributors": [ - "MarceloBRN", - "julio-elipse", - "fscholz", - "teoli", - "fvargaspf@gmail.com" + "Aschlla", + "Jerffersonferreira", + "jnrbo" ] }, - "Web/API/WebGL_API/Tutorial": { - "modified": "2019-03-23T22:48:58.032Z", + "Web/HTML/Element/optgroup": { + "modified": "2019-03-23T23:15:59.381Z", "contributors": [ - "fscholz" + "teoli", + "MichelW" ] }, - "Web/API/WebGL_API/Tutorial/Adicionando_conteudo_2D_a_um_contexto_WebGL": { - "modified": "2019-03-23T22:43:19.265Z", + "Web/HTML/Element/option": { + "modified": "2019-03-23T23:08:11.548Z", "contributors": [ - "Nathipg", - "francopan" + "srsaude", + "masimao" ] }, - "Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL": { - "modified": "2019-03-23T22:43:23.994Z", + "Web/HTML/Element/p": { + "modified": "2020-10-15T21:30:09.624Z", "contributors": [ - "etc_william", - "Nathipg", - "MarceloBRN" + "warkentien2", + "RobMota", + "Ikebhering", + "jorgeclesio", + "marcosyoshihiro" ] }, - "Web/API/WebRTC_API": { - "modified": "2020-02-27T08:49:05.980Z", + "Web/HTML/Element/picture": { + "modified": "2019-03-23T22:14:52.966Z", "contributors": [ - "iankressin", - "aledebarba", - "pedro-surf", - "Sheppy" + "lionzo", + "luisfvieira", + "gepetobio", + "Fernandolrs", + "jtec-info" ] }, - "Web/API/WebRTC_API/Protocols": { - "modified": "2020-12-04T03:01:14.311Z", + "Web/HTML/Element/pre": { + "modified": "2019-03-23T22:49:38.308Z", "contributors": [ - "guiseek" + "brunoaugustosilva", + "rai200890" ] }, - "Web/API/WebRTC_API/Simples_RTCDataChannel_amostra": { - "modified": "2019-03-23T22:09:18.720Z", + "Web/HTML/Element/progress": { + "modified": "2020-10-15T21:19:22.513Z", "contributors": [ "fscholz", "wbamberg", - "Gurigraphics" + "teoli", + "Athos" ] }, - "Web/API/WebSocket": { - "modified": "2019-03-23T22:25:02.860Z", + "Web/HTML/Element/q": { + "modified": "2020-10-15T21:53:18.961Z", "contributors": [ - "Fernandolrs", - "mak213k", - "mshmeirelles" + "fscholz", + "murillomartins" ] }, - "Web/API/WebVR_API": { - "modified": "2019-03-23T22:13:23.567Z", + "Web/HTML/Element/rt": { + "modified": "2019-03-23T23:14:59.910Z", "contributors": [ - "Fernandolrs", - "kausdev" + "teoli", + "Haroldohc" ] }, - "Web/API/WebVR_API/Using_the_WebVR_API": { - "modified": "2020-04-03T23:13:18.030Z", + "Web/HTML/Element/ruby": { + "modified": "2019-03-23T23:15:11.786Z", "contributors": [ - "Cleide724" + "ygormaximo", + "teoli", + "Haroldohc" ] }, - "Web/API/Web_Animations_API": { - "modified": "2020-09-26T01:35:21.265Z", + "Web/HTML/Element/s": { + "modified": "2020-10-15T22:24:14.325Z", "contributors": [ - "mfuji09" + "Rogerio-Viana" ] }, - "Web/API/Web_Animations_API/Usando_a_Web_Animations_API": { - "modified": "2020-09-26T01:35:23.652Z", + "Web/HTML/Element/script": { + "modified": "2020-09-11T10:57:54.213Z", "contributors": [ - "rafaelpradella" + "Aldrei", + "icaromh", + "wellington1993", + "Cloves23", + "kvnol" ] }, - "Web/API/Web_Crypto_API": { - "modified": "2019-03-23T22:16:32.658Z", + "Web/HTML/Element/section": { + "modified": "2019-12-14T08:16:21.902Z", "contributors": [ - "GPrimola", - "Hikashii", - "cristof" + "lcsdeveloper", + "soter19", + "digoribeiro", + "wbamberg", + "ArturGuedes", + "alisson-suzigan", + "dann", + "brunoeduardo", + "leosilva-rs", + "teoli", + "mazulo" ] }, - "Web/API/Web_Storage_API_pt_br": { - "modified": "2019-09-19T15:22:07.557Z", + "Web/HTML/Element/select": { + "modified": "2019-03-23T23:10:25.032Z", "contributors": [ - "elenderg", - "wcqueiroz", - "Mathmovic" + "srsaude", + "danilovaz" ] }, - "Web/API/Web_Storage_API_pt_br/Using_the_Web_Storage_API": { - "modified": "2019-03-18T21:45:09.650Z", - "contributors": [ - "liddack", - "nilocoelhojunior" - ] - }, - "Web/API/Web_Workers_API": { - "modified": "2019-04-07T16:56:48.451Z", + "Web/HTML/Element/span": { + "modified": "2020-10-15T21:22:22.723Z", "contributors": [ - "MatLinkM", - "leonardosnt", - "jika", - "devmessias" + "almeidaalex", + "GPrimola", + "teoli", + "vagnerleitte" ] }, - "Web/API/Window": { - "modified": "2020-07-28T17:31:29.548Z", + "Web/HTML/Element/strong": { + "modified": "2020-04-01T13:41:40.583Z", "contributors": [ - "maleskena", - "vinibudd", - "naotenhologin", - "danielferreira.developer", - "haskellcamargo", - "teoli", - "panaggio" + "hcnunes", + "Luan-Michel", + "wcqueiroz", + "helton-mori-dev", + "brandelli", + "fvaladares", + "Felipebros", + "israeljunior", + "Eric-Madureira" ] }, - "Web/API/Window/URL": { - "modified": "2019-03-23T22:04:44.414Z", + "Web/HTML/Element/style": { + "modified": "2019-03-23T23:03:07.094Z", "contributors": [ - "jika" + "jvitor222", + "jgborges" ] }, - "Web/API/Window/Window.localStorage": { - "modified": "2019-03-18T21:09:45.741Z", + "Web/HTML/Element/summary": { + "modified": "2019-03-23T23:39:14.453Z", "contributors": [ - "yandiro", - "wwwjsw", - "jjmars" + "wbamberg", + "andrekutianski", + "IgorGoncalves", + "teoli", + "LeonardoPacheco" ] }, - "Web/API/Window/alert": { - "modified": "2020-03-30T12:44:24.443Z", + "Web/HTML/Element/table": { + "modified": "2019-03-23T23:19:11.495Z", "contributors": [ - "raulnunesodre", + "lucasjmatias", "teoli", - "alexandrem" + "pfurtado" ] }, - "Web/API/Window/applicationCache": { - "modified": "2019-03-23T22:51:36.521Z", + "Web/HTML/Element/template": { + "modified": "2019-03-23T22:28:18.497Z", "contributors": [ - "haskellcamargo" + "josuecintra", + "claudiolcastro", + "raphaguasta" ] }, - "Web/API/Window/closed": { - "modified": "2019-03-18T20:58:51.070Z", + "Web/HTML/Element/textarea": { + "modified": "2020-10-15T22:08:16.624Z", "contributors": [ - "SphinxKnight", - "haskellcamargo" + "brasmon8351", + "Leodma", + "RicardoLovatel" ] }, - "Web/API/Window/confirm": { - "modified": "2019-03-23T22:53:06.274Z", + "Web/HTML/Element/tfoot": { + "modified": "2020-10-15T22:22:00.242Z", "contributors": [ - "AlyoshaS", - "marcoaraujojunior", - "fabreu" + "chucky515" ] }, - "Web/API/Window/crypto": { - "modified": "2019-03-23T22:12:19.817Z", + "Web/HTML/Element/th": { + "modified": "2020-10-15T22:28:54.791Z", "contributors": [ - "Hikashii", - "AlexandreBarros" + "VitorBrreto", + "Rogerio-Viana" ] }, - "Web/API/Window/document": { - "modified": "2019-03-23T22:49:44.918Z", + "Web/HTML/Element/time": { + "modified": "2019-03-23T23:34:52.239Z", "contributors": [ - "diogobenica", - "LucasRamos" + "wbamberg", + "guilhermeHenryk", + "AlanCezarAraujo", + "teoli", + "fnsc.luis" ] }, - "Web/API/Window/event": { - "modified": "2019-03-23T22:34:58.265Z", + "Web/HTML/Element/title": { + "modified": "2020-10-15T21:30:07.882Z", "contributors": [ - "macalha" + "jpreuss", + "RobMota", + "antoniojnr", + "marcosyoshihiro" ] }, - "Web/API/Window/fullScreen": { - "modified": "2019-03-23T22:50:57.657Z", + "Web/HTML/Element/track": { + "modified": "2020-10-15T22:13:43.726Z", "contributors": [ - "macalha" + "Auugustocesar" ] }, - "Web/API/Window/getSelection": { - "modified": "2019-03-23T22:22:20.343Z", + "Web/HTML/Element/ul": { + "modified": "2019-03-23T22:26:34.814Z", "contributors": [ - "pedroqueiroz94", - "fernandosouza" + "Aschlla" ] }, - "Web/API/Window/history": { - "modified": "2019-03-23T22:21:53.007Z", + "Web/HTML/Element/var": { + "modified": "2019-03-23T22:44:24.198Z", "contributors": [ - "Drycoder027" + "perrucho" ] }, - "Web/API/Window/innerHeight": { - "modified": "2019-03-23T22:07:12.963Z", + "Web/HTML/Element/wbr": { + "modified": "2019-03-23T23:15:00.705Z", "contributors": [ - "thedjmarcelo" + "wbamberg", + "SphinxKnight", + "josielrocha", + "teoli", + "Haroldohc" ] }, - "Web/API/Window/length": { - "modified": "2019-03-23T22:45:02.985Z", + "Web/HTML/Global_attributes": { + "modified": "2019-03-23T22:29:49.023Z", "contributors": [ - "diogobenica" + "GPrimola", + "UelioNobre", + "andrekutianski", + "teoli" ] }, - "Web/API/Window/location": { - "modified": "2019-03-23T22:44:54.419Z", + "Web/HTML/Global_attributes/accesskey": { + "modified": "2020-10-15T22:22:48.066Z", "contributors": [ - "AntLouiz", - "brunoeduardo" + "jovair", + "brunopulis" ] }, - "Web/API/Window/matchMedia": { - "modified": "2019-03-23T22:25:52.785Z", + "Web/HTML/Global_attributes/autocapitalize": { + "modified": "2020-10-15T22:30:46.263Z", "contributors": [ - "MarcosNakamine" + "klayton" ] }, - "Web/API/Window/navigator": { - "modified": "2019-03-23T23:16:57.470Z", + "Web/HTML/Global_attributes/class": { + "modified": "2019-03-23T22:29:54.038Z", "contributors": [ - "teoli", - "eliezerb" + "fcard" ] }, - "Web/API/Window/ondevicelight": { - "modified": "2019-03-23T22:08:54.681Z", + "Web/HTML/Global_attributes/contenteditable": { + "modified": "2020-10-15T22:31:33.906Z", "contributors": [ - "rener_bz" + "ooVictorFranco" ] }, - "Web/API/Window/onscroll": { - "modified": "2019-03-23T23:31:45.467Z", + "Web/HTML/Global_attributes/data-*": { + "modified": "2019-03-23T22:16:25.954Z", "contributors": [ - "teoli", - "khalid32", - "Leeehandro" + "linconkusunoki", + "julianopoveda" ] }, - "Web/API/Window/openDialog": { - "modified": "2019-03-23T23:04:23.875Z", + "Web/HTML/Global_attributes/hidden": { + "modified": "2020-11-23T09:20:48.582Z", "contributors": [ - "saulodecarlo", - "teoli", - "perrucho" + "gustavando", + "eduardovivi", + "gulima", + "sheldonled" ] }, - "Web/API/Window/performance": { - "modified": "2019-03-23T22:44:28.136Z", + "Web/HTML/Global_attributes/id": { + "modified": "2019-03-18T20:38:37.479Z", "contributors": [ - "augustoclaro" + "digoribeiro", + "cristianofromagio" ] }, - "Web/API/Window/popstate_event": { - "modified": "2019-04-26T08:34:23.645Z", + "Web/HTML/Global_attributes/itemprop": { + "modified": "2019-03-23T22:05:54.045Z", "contributors": [ - "chrisdavidmills", - "irenesmith", - "RQuadros", - "fscholz", - "brunoeduardo" + "lucashe1997" ] }, - "Web/API/Window/print": { - "modified": "2020-10-15T21:47:11.931Z", + "Web/HTML/Global_attributes/lang": { + "modified": "2020-10-15T22:14:08.418Z", "contributors": [ - "alvarocjunq", - "macalha", - "Auugustocesar" + "ViniciusMatias" ] }, - "Web/API/Window/prompt": { - "modified": "2019-03-23T22:57:04.834Z", + "Web/HTML/Global_attributes/tabindex": { + "modified": "2020-05-19T09:39:36.399Z", "contributors": [ - "mahenrique", - "fnsc.luis" + "lucasecdb", + "cristianofromagio" ] }, - "Web/API/Window/requestAnimationFrame": { - "modified": "2020-10-15T21:50:51.013Z", + "Web/HTML/Global_attributes/title": { + "modified": "2019-03-23T22:08:26.903Z", "contributors": [ - "mateusvelleda", - "NoiSyBoY", - "hiperesp", - "sambrmg", - "calaca" + "alisson-suzigan" ] }, - "Web/API/Window/requestIdleCallback": { - "modified": "2020-11-03T11:18:19.041Z", + "Web/HTML/Preloading_content": { + "modified": "2020-10-15T22:14:26.980Z", "contributors": [ - "luan0ap" + "BeatrizCavallieri", + "w4rlooc", + "duduindo", + "philgruneich", + "tuliocribeiro", + "Expablo" ] }, - "Web/API/Window/resize_event": { - "modified": "2019-04-30T14:03:51.758Z", + "Web/HTML/Quirks_Mode_and_Standards_Mode": { + "modified": "2019-03-23T23:05:38.681Z", "contributors": [ - "wbamberg", "chrisdavidmills", - "irenesmith", - "sergio_orugian" + "criskubiaki", + "luisOtavio", + "macalha" ] }, - "Web/API/Window/scroll": { - "modified": "2019-03-23T22:13:21.030Z", + "Web/HTML/Using_the_application_cache": { + "modified": "2019-03-23T23:33:12.384Z", "contributors": [ - "diego-c" + "Etrusco", + "isaiasBR", + "bruno-vaz", + "Jerffersonferreira", + "fabianosantos.net", + "wmsbill", + "rogeriomoraessp", + "teoli", + "ethertank", + "netfuzzer123" ] }, - "Web/API/Window/scrollBy": { - "modified": "2019-03-18T21:42:36.427Z", + "Web/HTTP": { + "modified": "2020-09-23T19:42:27.917Z", "contributors": [ - "TecladistaProd" + "viniciusfinger", + "Rech", + "julio-elipse", + "0limpi0", + "Schieck", + "andrekutianski", + "jeanonline", + "akwaryo", + "megaday", + "Anonymous" ] }, - "Web/API/Window/scrollByPages": { - "modified": "2019-03-23T22:23:22.523Z", + "Web/HTTP/Authentication": { + "modified": "2019-03-18T20:54:05.177Z", "contributors": [ - "LucasRuy" + "ViniciusMatias" ] }, - "Web/API/Window/scrollTo": { - "modified": "2019-03-23T22:45:04.416Z", + "Web/HTTP/CORS/Errors": { + "modified": "2019-03-18T21:20:00.561Z", "contributors": [ - "diogobenica" + "nchevobbe" ] }, - "Web/API/Window/scrollY": { - "modified": "2020-10-15T21:48:53.869Z", + "Web/HTTP/CORS/Errors/CORSDidNotSucceed": { + "modified": "2020-07-16T19:35:30.072Z", "contributors": [ - "mateusvelleda", - "Jerffersonferreira" + "uilmo.carneiro", + "giovana-morais" ] }, - "Web/API/Window/sessionStorage": { - "modified": "2019-08-02T11:53:58.107Z", + "Web/HTTP/CORS/Errors/CORSMissingAllowOrigin": { + "modified": "2019-08-15T10:13:47.925Z", "contributors": [ - "leila", - "haskellcamargo", - "PTLozano", - "Fulanodigital" + "tinogomes" ] }, - "Web/API/Window/setCursor": { - "modified": "2019-03-23T22:50:55.979Z", + "Web/HTTP/CORS/Errors/CORSNotSupportingCredentials": { + "modified": "2020-11-04T12:36:34.140Z", "contributors": [ - "macalha" + "matruskan" ] }, - "Web/API/Window/setImmediate": { - "modified": "2019-03-23T22:04:49.012Z", + "Web/HTTP/CORS/Errors/CORSRequestNotHttp": { + "modified": "2020-07-24T12:02:11.941Z", "contributors": [ - "jika" + "aguiar02", + "gabrielalves96" ] }, - "Web/API/WindowBase64": { - "modified": "2019-03-23T22:33:40.909Z", + "Web/HTTP/CSP": { + "modified": "2020-10-20T08:49:00.342Z", "contributors": [ - "teoli" + "lucasrenod", + "cafweb", + "macalha", + "rosemberglpi", + "hllrsr", + "jwhitlock", + "pedrotcaraujo", + "meldenne" ] }, - "Web/API/WindowBase64/atob": { - "modified": "2020-10-15T21:46:04.009Z", + "Web/HTTP/Content_negotiation": { + "modified": "2019-10-26T16:55:23.137Z", "contributors": [ - "mateusvelleda", - "joaoricardo_rm" + "felipelube", + "Jürgen Jeka" ] }, - "Web/API/WindowEventHandlers": { - "modified": "2020-03-01T23:25:36.916Z", + "Web/HTTP/Content_negotiation/List_of_default_Accept_values": { + "modified": "2019-06-29T15:45:26.059Z", "contributors": [ - "kudnx", - "teoli" + "rafaelff" ] }, - "Web/API/WindowEventHandlers/onhashchange": { - "modified": "2019-03-23T22:56:05.373Z", + "Web/HTTP/Cookies": { + "modified": "2020-05-19T15:14:13.958Z", "contributors": [ - "cleydsonjr", - "abensur" + "eestein", + "helton-mori-dev", + "julio-elipse", + "gabcs07" ] }, - "Web/API/WindowEventHandlers/onpopstate": { - "modified": "2019-03-23T22:46:07.205Z", + "Web/HTTP/Feature_Policy": { + "modified": "2020-10-15T22:32:05.540Z", "contributors": [ - "brunoeduardo" + "mfuji09" ] }, - "Web/API/WindowEventHandlers/onstorage": { - "modified": "2019-03-23T22:03:39.969Z", + "Web/HTTP/Feature_Policy/Using_Feature_Policy": { + "modified": "2020-07-20T20:48:22.250Z", "contributors": [ - "GPrimola", - "gustavoverasmorais" + "FernandoKGA" ] }, - "Web/API/WindowOrWorkerGlobalScope": { - "modified": "2019-03-23T22:06:16.824Z", + "Web/HTTP/Headers": { + "modified": "2020-08-02T21:34:50.722Z", "contributors": [ - "angelorubin", - "Bzbarsky" + "gutoribeiro", + "davidalves1", + "eziotristao", + "helton-mori-dev", + "secato", + "pedroberbel", + "GPrimola", + "luiz787", + "Lazz", + "yagoazedias", + "fscholz", + "andrekutianski" ] }, - "Web/API/WindowOrWorkerGlobalScope/fetch": { - "modified": "2019-03-23T22:06:21.567Z", + "Web/HTTP/Headers/Accept": { + "modified": "2020-10-15T22:26:07.441Z", "contributors": [ - "dowgssss" + "FernandoKGA" ] }, - "Web/API/WindowOrWorkerGlobalScope/setInterval": { - "modified": "2020-10-15T22:16:56.864Z", + "Web/HTTP/Headers/Accept-CH": { + "modified": "2020-10-15T22:26:08.419Z", "contributors": [ - "luan0ap" + "FernandoKGA" ] }, - "Web/API/WindowTimers": { - "modified": "2019-03-23T23:01:45.978Z", + "Web/HTTP/Headers/Accept-CH-Lifetime": { + "modified": "2020-10-15T22:26:09.466Z", "contributors": [ - "teoli" + "FernandoKGA" ] }, - "Web/API/WindowTimers/clearTimeout": { - "modified": "2020-10-15T21:31:54.685Z", + "Web/HTTP/Headers/Accept-Charset": { + "modified": "2020-10-15T22:26:09.572Z", "contributors": [ - "GarkGarcia", - "teoli", - "Willkuns" + "FernandoKGA" ] }, - "Web/API/Worker": { - "modified": "2020-10-28T22:21:09.210Z", + "Web/HTTP/Headers/Accept-Encoding": { + "modified": "2020-10-15T22:26:26.705Z", "contributors": [ - "oliveiracaue", - "filipemarins", - "gxovano" + "FernandoKGA" ] }, - "Web/API/XMLDocument": { - "modified": "2020-10-15T22:12:36.526Z", + "Web/HTTP/Headers/Accept-Language": { + "modified": "2020-10-15T22:21:08.686Z", "contributors": [ - "ExE-Boss", - "msilvaj" + "kibutzzz" ] }, - "Web/API/XMLDocument/async": { - "modified": "2019-04-24T21:10:36.508Z", + "Web/HTTP/Headers/Accept-Patch": { + "modified": "2020-10-15T22:26:27.309Z", "contributors": [ - "ExE-Boss", - "edurodriguesdias" + "FernandoKGA" ] }, - "Web/API/XMLHttpRequest": { - "modified": "2019-05-02T20:01:13.466Z", + "Web/HTTP/Headers/Accept-Ranges": { + "modified": "2020-10-15T22:26:36.739Z", "contributors": [ - "wbamberg", - "anhaabaete", - "halkliff", - "brunoczim", - "andrekutianski", - "DaniloDev", - "wdoering", - "rogeriomoraessp", - "teoli", - "fusionchess" + "FernandoKGA" ] }, - "Web/API/XMLHttpRequest/Requisicoes_sincronas_e_assincronas": { - "modified": "2019-03-18T20:53:32.225Z", + "Web/HTTP/Headers/Access-Control-Allow-Credentials": { + "modified": "2020-10-15T22:26:50.350Z", "contributors": [ - "helton-mori-dev", - "Laercio89", - "erickfaraujo", - "filipecalasans", - "melostbr" + "FernandoKGA" ] }, - "Web/API/XMLHttpRequest/Usando_XMLHttpRequest": { - "modified": "2019-03-23T23:31:13.941Z", + "Web/HTTP/Headers/Access-Control-Allow-Headers": { + "modified": "2020-10-15T22:26:53.489Z", "contributors": [ - "JosOe", - "yuhzador", - "glaudiston", - "flaviomicheletti", - "RodrigoMarques", - "vitornogueira", - "teoli", - "MarcoBruno", - "vagnerleitte" + "FernandoKGA" ] }, - "Web/API/XMLHttpRequest/abort": { - "modified": "2019-03-23T22:16:54.432Z", + "Web/HTTP/Headers/Access-Control-Allow-Methods": { + "modified": "2020-10-15T22:26:56.233Z", "contributors": [ - "gustavobeavis" + "FernandoKGA" ] }, - "Web/API/XMLHttpRequest/onreadystatechange": { - "modified": "2019-03-23T22:16:58.340Z", + "Web/HTTP/Headers/Access-Control-Allow-Origin": { + "modified": "2020-10-15T22:02:18.454Z", "contributors": [ - "brunoczim", - "gustavobeavis" + "francinysalles", + "jkdrangel" ] }, - "Web/API/XMLHttpRequest/open": { - "modified": "2020-10-15T22:03:41.298Z", + "Web/HTTP/Headers/Access-Control-Expose-Headers": { + "modified": "2020-10-15T22:27:11.135Z", "contributors": [ - "halkliff", - "mauromattos00" + "FernandoKGA" ] }, - "Web/API/XMLHttpRequest/readyState": { - "modified": "2019-05-15T10:26:01.821Z", + "Web/HTTP/Headers/Access-Control-Max-Age": { + "modified": "2020-10-15T22:27:11.158Z", "contributors": [ - "eduardovivi", - "gustavobeavis" + "FernandoKGA" ] }, - "Web/API/XMLHttpRequest/send": { - "modified": "2020-10-15T22:05:47.894Z", + "Web/HTTP/Headers/Access-Control-Request-Headers": { + "modified": "2020-10-15T22:07:42.625Z", "contributors": [ - "duduindo", - "EduardoFerr" + "EversonRRMoura" ] }, - "Web/API/XMLHttpRequest/setRequestHeader": { - "modified": "2020-10-15T22:18:51.386Z", + "Web/HTTP/Headers/Access-Control-Request-Method": { + "modified": "2020-10-15T22:27:11.209Z", "contributors": [ - "devlhm" + "FernandoKGA" ] }, - "Web/API/XMLHttpRequest/timeout": { - "modified": "2019-03-23T22:27:06.677Z", + "Web/HTTP/Headers/Age": { + "modified": "2020-10-15T22:07:25.015Z", "contributors": [ - "trestini" + "jamrocha" ] }, - "Web/API/notificacoes": { - "modified": "2020-11-27T03:23:53.561Z", + "Web/HTTP/Headers/Allow": { + "modified": "2020-02-11T10:36:24.890Z", "contributors": [ - "SphinxKnight", - "Lukazovic", - "maatheusgouveia", - "HugoRibeiro", - "AlvaroAlves", - "teoli", - "salomaosnff" + "FernandoKGA" ] }, - "Web/Accessibility/ARIA": { - "modified": "2020-05-04T12:03:49.162Z", + "Web/HTTP/Headers/Alt-Svc": { + "modified": "2020-10-15T22:27:23.038Z", "contributors": [ - "BeatrizCavallieri", - "rener_bz", - "Aschlla", - "meche", - "chrisdavidmills" + "FernandoKGA" ] }, - "Web/Accessibility/ARIA/ARIA_Guides": { - "modified": "2019-03-23T22:05:06.841Z", + "Web/HTTP/Headers/Authorization": { + "modified": "2020-02-15T01:32:30.446Z", "contributors": [ - "mak213k" + "FernandoKGA" ] }, - "Web/Accessibility/ARIA/ARIA_Techniques": { - "modified": "2020-08-05T20:31:43.497Z", + "Web/HTTP/Headers/Cache-Control": { + "modified": "2020-10-22T20:01:06.178Z", "contributors": [ - "alisson-suzigan", - "Sheppy" + "rogeriodegoiania", + "jamrocha" ] }, - "Web/Accessibility/ARIA/ARIA_Techniques/Usando_o_atributo_aria-labelledby": { - "modified": "2019-03-23T23:02:11.347Z", + "Web/HTTP/Headers/Clear-Site-Data": { + "modified": "2020-10-15T22:27:31.884Z", "contributors": [ - "eduardojmatos" + "FernandoKGA" ] }, - "Web/Accessibility/ARIA/ARIA_Techniques/Usando_o_atributo_aria-required": { - "modified": "2019-03-18T21:46:23.148Z", + "Web/HTTP/Headers/Content-Disposition": { + "modified": "2020-10-15T22:27:55.693Z", "contributors": [ - "ivanoliveira" + "eduardocruz", + "FernandoKGA" ] }, - "Web/Accessibility/ARIA/ARIA_Techniques/Usando_o_slider_role": { - "modified": "2019-03-23T22:16:26.114Z", + "Web/HTTP/Headers/Content-Encoding": { + "modified": "2020-10-15T22:27:52.523Z", "contributors": [ - "rener_bz" + "FernandoKGA" ] }, - "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute": { - "modified": "2020-01-24T10:16:14.859Z", + "Web/HTTP/Headers/Content-Language": { + "modified": "2020-10-15T22:14:20.024Z", "contributors": [ - "BiancaPereira" + "coloringa" ] }, - "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attribute": { - "modified": "2020-12-10T12:36:57.074Z", + "Web/HTTP/Headers/Content-Length": { + "modified": "2020-10-15T22:09:26.720Z", "contributors": [ - "filipetorres", - "duduindo", - "NeoOrion" + "jamrocha" ] }, - "Web/Accessibility/ARIA/ARIA_Techniques/Utilizando_o_alert_role": { - "modified": "2019-03-23T22:50:52.511Z", + "Web/HTTP/Headers/Content-Location": { + "modified": "2020-10-15T22:25:41.262Z", "contributors": [ - "Aschlla", - "iCynthia" + "FernandoKGA" ] }, - "Web/Accessibility/ARIA/ARIA_Test_Cases": { - "modified": "2019-03-23T23:03:31.037Z", + "Web/HTTP/Headers/Content-Range": { + "modified": "2020-10-15T22:29:25.800Z", "contributors": [ - "hannahlere" + "FernandoKGA" ] }, - "Web/Accessibility/ARIA/Guia_para_implementar_o_leitor_de_tela_ARIA": { - "modified": "2019-03-23T22:29:38.626Z", + "Web/HTTP/Headers/Content-Security-Policy": { + "modified": "2020-10-15T22:29:29.169Z", "contributors": [ - "caio.rrs" + "FernandoKGA" ] }, - "Web/Accessibility/ARIA/Roles": { - "modified": "2020-09-18T19:22:52.644Z", + "Web/HTTP/Headers/Content-Security-Policy-Report-Only": { + "modified": "2020-10-15T22:31:19.501Z", "contributors": [ - "Painatalman", - "rafaelcavalcante" + "FernandoKGA" ] }, - "Web/Accessibility/ARIA/Web_applications_and_ARIA_FAQ": { - "modified": "2019-03-23T22:27:11.984Z", + "Web/HTTP/Headers/Content-Type": { + "modified": "2020-10-15T21:55:31.773Z", "contributors": [ - "Aschlla" + "khaosdoctor" ] }, - "Web/Accessibility/ARIA/forms": { - "modified": "2019-03-23T22:29:43.271Z", + "Web/HTTP/Headers/Cookie": { + "modified": "2020-10-15T22:29:26.513Z", "contributors": [ - "Aschlla", - "caio.rrs" + "FernandoKGA" ] }, - "Web/Accessibility/ARIA/forms/Dicas_básicas_de_form": { - "modified": "2019-03-23T22:29:41.083Z", + "Web/HTTP/Headers/Cookie2": { + "modified": "2020-10-15T22:29:27.166Z", "contributors": [ - "rener_bz", - "Fernandolrs", - "caio.rrs" + "FernandoKGA" ] }, - "Web/Accessibility/ARIA/forms/Multipart_labels": { - "modified": "2019-03-23T22:27:34.088Z", + "Web/HTTP/Headers/Cross-Origin-Resource-Policy": { + "modified": "2020-10-15T22:29:30.347Z", "contributors": [ - "Aschlla" + "FernandoKGA" ] }, - "Web/Accessibility/ARIA/forms/alerts": { - "modified": "2019-09-09T08:04:08.002Z", + "Web/HTTP/Headers/DNT": { + "modified": "2020-10-15T22:29:39.511Z", "contributors": [ - "brunopulis" + "FernandoKGA" ] }, - "Web/Accessibility/ARIA/widgets": { - "modified": "2019-01-16T23:07:41.279Z", + "Web/HTTP/Headers/DPR": { + "modified": "2020-10-15T22:29:39.224Z", "contributors": [ - "julianosilvaa" + "FernandoKGA" ] }, - "Web/Accessibility/ARIA/widgets/Visão_geral": { - "modified": "2019-03-23T22:29:34.759Z", + "Web/HTTP/Headers/Date": { + "modified": "2020-10-15T22:31:16.510Z", "contributors": [ - "Aschlla", - "caio.rrs" + "FernandoKGA" ] }, - "Web/Acessibilidade": { - "modified": "2019-09-09T14:18:55.700Z", + "Web/HTTP/Headers/Device-Memory": { + "modified": "2020-10-15T22:31:19.616Z", "contributors": [ - "SphinxKnight", - "julio-elipse", - "marciioluucas", - "Aschlla", - "takahan", - "IanRamosC", - "rodrigopadula" + "FernandoKGA" ] }, - "Web/Acessibilidade/Accessibilidade_para_plataforma_movel": { - "modified": "2019-03-18T21:15:58.279Z", + "Web/HTTP/Headers/Digest": { + "modified": "2020-10-15T22:31:16.637Z", "contributors": [ - "nathaliabruno", - "takahan" + "FernandoKGA" ] }, - "Web/Acessibilidade/An_overview_of_accessible_web_applications_and_widgets": { - "modified": "2019-03-23T22:27:46.873Z", + "Web/HTTP/Headers/ETag": { + "modified": "2020-10-15T22:31:10.148Z", "contributors": [ - "Aschlla" + "deniscapeto", + "augustowebd.mozilla", + "MoraisG" ] }, - "Web/Acessibilidade/Desenvolvimento_Web": { - "modified": "2019-03-23T22:45:20.334Z", + "Web/HTTP/Headers/Early-Data": { + "modified": "2020-10-15T22:31:17.142Z", "contributors": [ - "Aschlla", - "takahan" + "FernandoKGA" ] }, - "Web/Acessibilidade/Entendendo_WCAG": { - "modified": "2019-06-04T11:18:03.017Z", + "Web/HTTP/Headers/Expect": { + "modified": "2020-10-15T22:31:20.718Z", "contributors": [ - "Rondinelly" + "FernandoKGA" ] }, - "Web/Acessibilidade/Entendendo_WCAG/Keyboard": { - "modified": "2020-05-04T20:14:49.956Z", + "Web/HTTP/Headers/Expect-CT": { + "modified": "2020-10-15T22:31:22.739Z", "contributors": [ - "viviccamargo88" + "FernandoKGA" ] }, - "Web/Acessibilidade/Problemas_com_JAWS_no_Firefox": { - "modified": "2019-03-23T22:45:26.552Z", + "Web/HTTP/Headers/Expires": { + "modified": "2020-10-15T22:07:21.086Z", "contributors": [ - "takahan" + "SphinxKnight", + "jamrocha" ] }, - "Web/CSS": { - "modified": "2019-12-23T19:24:02.129Z", + "Web/HTTP/Headers/Feature-Policy": { + "modified": "2020-10-15T22:32:03.095Z", "contributors": [ - "euvanribeiro", - "SphinxKnight", - "dekxside", - "julio-elipse", - "phenriqueleao", - "GPrimola", - "arthur2323", - "rafaelcavalcante", - "DiegoBRodrigues", - "fcard", - "KikenCris", - "teoli", - "MatCAlv", - "rodrigopadula", - "Estevaosoberano", - "angelorubin", - "fvargaspf@gmail.com", - "gabrielima" + "FernandoKGA" ] }, - "Web/CSS/--*": { - "modified": "2019-03-23T22:04:16.687Z", + "Web/HTTP/Headers/Forwarded": { + "modified": "2020-10-15T22:31:19.681Z", "contributors": [ - "filipetorres" + "FernandoKGA" ] }, - "Web/CSS/-moz-box-ordinal-group": { - "modified": "2019-03-18T21:20:02.652Z", + "Web/HTTP/Headers/From": { + "modified": "2020-10-15T22:31:17.738Z", "contributors": [ - "dekxside" + "FernandoKGA" ] }, - "Web/CSS/-moz-cell": { - "modified": "2019-03-18T21:15:19.786Z", + "Web/HTTP/Headers/Host": { + "modified": "2020-10-15T21:56:25.368Z", "contributors": [ - "dekxside" + "cesarvn2010" ] }, - "Web/CSS/-moz-context-properties": { - "modified": "2020-10-15T22:12:51.330Z", + "Web/HTTP/Headers/If-Match": { + "modified": "2020-10-15T22:31:31.434Z", "contributors": [ - "dekxside" + "FernandoKGA" ] }, - "Web/CSS/-webkit-overflow-scrolling": { - "modified": "2019-03-23T22:49:05.514Z", + "Web/HTTP/Headers/If-Modified-Since": { + "modified": "2020-10-15T21:56:17.428Z", "contributors": [ - "teoli", - "otaviogui", - "rafaelcavalcante", - "fcard", - "alexanmtz" + "WaGjUb" ] }, - "Web/CSS/-webkit-text-security": { - "modified": "2020-07-18T11:21:00.057Z", + "Web/HTTP/Headers/If-None-Match": { + "modified": "2020-10-15T22:31:32.703Z", "contributors": [ - "alexalannunes" + "FernandoKGA" ] }, - "Web/CSS/::after": { - "modified": "2020-05-04T13:44:31.713Z", + "Web/HTTP/Headers/If-Range": { + "modified": "2020-10-15T22:31:33.474Z", "contributors": [ - "chrisdavidmills", - "KadirTopal", - "flunardelli", - "filipetorres", - "MarcosFerrao" + "FernandoKGA" ] }, - "Web/CSS/::backdrop": { - "modified": "2019-03-23T22:31:06.861Z", + "Web/HTTP/Headers/If-Unmodified-Since": { + "modified": "2020-10-15T22:05:25.445Z", "contributors": [ - "tfvictorino" + "gnuns", + "francinysalles" ] }, - "Web/CSS/::before": { - "modified": "2020-02-14T13:16:11.838Z", + "Web/HTTP/Headers/Keep-Alive": { + "modified": "2020-10-15T22:18:39.285Z", "contributors": [ - "melissatvs", - "TecladistaProd", - "marcioleandro" + "pedrochaves", + "luan0ap" ] }, - "Web/CSS/::first-letter": { - "modified": "2020-07-28T16:37:37.904Z", + "Web/HTTP/Headers/Large-Allocation": { + "modified": "2020-10-15T22:31:49.734Z", "contributors": [ - "anhaabaete", - "isckosta" + "FernandoKGA" ] }, - "Web/CSS/::first-line": { - "modified": "2020-10-15T22:32:28.103Z", + "Web/HTTP/Headers/Last-Modified": { + "modified": "2020-10-15T21:56:35.716Z", "contributors": [ - "Camila-Isabela" + "cesarvn2010" ] }, - "Web/CSS/::selection": { - "modified": "2020-10-15T22:30:47.166Z", + "Web/HTTP/Headers/Link": { + "modified": "2020-10-15T22:31:34.762Z", "contributors": [ - "euwilliamgoncalves" + "FernandoKGA" ] }, - "Web/CSS/:active": { - "modified": "2019-08-30T22:31:02.665Z", + "Web/HTTP/Headers/NEL": { + "modified": "2020-07-08T20:29:31.709Z", "contributors": [ - "MarsA_", - "duduindo", - "Arlon", - "SKO" + "FernandoKGA" ] }, - "Web/CSS/:blank": { - "modified": "2020-10-15T22:17:45.679Z", + "Web/HTTP/Headers/Origin": { + "modified": "2020-10-15T22:31:35.312Z", "contributors": [ - "charlesjamil" + "FernandoKGA" ] }, - "Web/CSS/:checked": { - "modified": "2019-10-11T18:34:15.162Z", + "Web/HTTP/Headers/Pragma": { + "modified": "2020-10-15T22:31:35.228Z", "contributors": [ - "escattone", - "teoli", - "brunoeduardo" + "FernandoKGA" ] }, - "Web/CSS/:disabled": { - "modified": "2020-10-15T22:16:22.245Z", + "Web/HTTP/Headers/Proxy-Authenticate": { + "modified": "2020-10-15T22:31:36.533Z", "contributors": [ - "Arlon" + "FernandoKGA" ] }, - "Web/CSS/:empty": { - "modified": "2020-10-15T22:06:17.744Z", + "Web/HTTP/Headers/Proxy-Authorization": { + "modified": "2020-07-09T11:07:07.810Z", "contributors": [ - "Arlon", - "liddack" + "FernandoKGA" ] }, - "Web/CSS/:enabled": { - "modified": "2020-10-15T22:16:22.794Z", + "Web/HTTP/Headers/Public-Key-Pins": { + "modified": "2020-10-15T22:31:35.978Z", "contributors": [ - "Arlon" + "FernandoKGA" ] }, - "Web/CSS/:first-child": { - "modified": "2019-03-23T23:02:20.033Z", + "Web/HTTP/Headers/Public-Key-Pins-Report-Only": { + "modified": "2020-10-15T22:31:47.341Z", "contributors": [ - "romulojales" + "FernandoKGA" ] }, - "Web/CSS/:first-of-type": { - "modified": "2019-03-23T23:05:09.903Z", + "Web/HTTP/Headers/Range": { + "modified": "2020-10-15T22:31:38.126Z", "contributors": [ - "MarcosNakamine", - "dbiazioli" + "FernandoKGA" ] }, - "Web/CSS/:focus": { - "modified": "2020-06-28T21:30:07.756Z", + "Web/HTTP/Headers/Referer": { + "modified": "2020-10-15T22:26:06.843Z", "contributors": [ - "Rovaron", - "LeoRiether", - "tfvictorino" + "FernandoKGA" ] }, - "Web/CSS/:focus-within": { - "modified": "2020-10-15T22:14:20.305Z", + "Web/HTTP/Headers/Referrer-Policy": { + "modified": "2020-10-15T22:31:38.598Z", "contributors": [ - "leandroruel" + "kenchen12", + "FernandoKGA" ] }, - "Web/CSS/:fullscreen": { - "modified": "2020-10-15T22:32:42.198Z", + "Web/HTTP/Headers/Retry-After": { + "modified": "2020-10-15T21:58:41.599Z", "contributors": [ - "Slandrade" + "dgadelha" ] }, - "Web/CSS/:hover": { - "modified": "2019-03-23T22:52:37.038Z", + "Web/HTTP/Headers/Save-Data": { + "modified": "2020-10-15T22:31:38.329Z", "contributors": [ - "tfvictorino", - "brunoeduardo" + "FernandoKGA" ] }, - "Web/CSS/:invalid": { - "modified": "2020-10-15T21:58:33.546Z", + "Web/HTTP/Headers/Sec-Fetch-Site": { + "modified": "2020-10-15T22:34:11.157Z", "contributors": [ - "fscholz", - "valdeirpsr", - "dulcetti" + "MatheusNtg" ] }, - "Web/CSS/:last-child": { - "modified": "2019-03-23T22:53:17.390Z", + "Web/HTTP/Headers/Server": { + "modified": "2020-10-15T22:07:06.159Z", "contributors": [ - "brunoeduardo" + "francinysalles" ] }, - "Web/CSS/:last-of-type": { - "modified": "2019-03-23T22:36:29.640Z", + "Web/HTTP/Headers/Server-Timing": { + "modified": "2020-10-15T22:31:38.528Z", "contributors": [ - "mnoronhas" + "FernandoKGA" ] }, - "Web/CSS/:link": { - "modified": "2019-03-23T23:02:10.016Z", + "Web/HTTP/Headers/Set-Cookie": { + "modified": "2020-10-15T21:56:19.509Z", "contributors": [ - "zamariolajr", - "juanopegoretti" + "claudiombsilva", + "thiagorock22", + "WaGjUb" ] }, - "Web/CSS/:not": { - "modified": "2020-10-15T21:43:20.480Z", + "Web/HTTP/Headers/Set-Cookie/SameSite": { + "modified": "2020-10-15T22:31:49.288Z", "contributors": [ - "mateusvelleda", - "fcard", - "ribeiroevandro" + "ooVictorFranco" ] }, - "Web/CSS/:nth-child": { - "modified": "2020-10-15T21:47:55.336Z", + "Web/HTTP/Headers/Set-Cookie2": { + "modified": "2020-10-15T22:31:37.734Z", "contributors": [ - "liddack", - "welitonderesende", - "ricardoferreirades", - "cynthiapereira", - "alexfqc" + "FernandoKGA" ] }, - "Web/CSS/:nth-last-child": { - "modified": "2019-04-23T11:30:59.891Z", + "Web/HTTP/Headers/SourceMap": { + "modified": "2020-10-15T22:20:50.501Z", "contributors": [ - "larimaza" + "ogeidexe" ] }, - "Web/CSS/:nth-of-type": { - "modified": "2019-03-23T22:01:39.698Z", + "Web/HTTP/Headers/Strict-Transport-Security": { + "modified": "2020-10-15T22:09:01.413Z", "contributors": [ - "evandrosevergnini" + "darleizillmer" ] }, - "Web/CSS/:only-child": { - "modified": "2019-03-18T21:46:51.835Z", + "Web/HTTP/Headers/TE": { + "modified": "2020-10-15T22:31:39.430Z", "contributors": [ - "larimaza" + "FernandoKGA" ] }, - "Web/CSS/:only-of-type": { - "modified": "2020-03-18T12:33:14.783Z", + "Web/HTTP/Headers/Timing-Allow-Origin": { + "modified": "2020-10-15T22:31:39.349Z", "contributors": [ - "eziotristao", - "guylhermetabosa" + "FernandoKGA" ] }, - "Web/CSS/:optional": { - "modified": "2020-10-15T22:12:29.409Z", + "Web/HTTP/Headers/Tk": { + "modified": "2020-10-15T22:31:39.173Z", "contributors": [ - "Arlon", - "filipe-machado" + "FernandoKGA" ] }, - "Web/CSS/:out-of-range": { - "modified": "2020-10-15T22:28:44.918Z", + "Web/HTTP/Headers/Trailer": { + "modified": "2020-10-15T22:31:40.917Z", "contributors": [ - "JeffersonCAMarinho" + "FernandoKGA" ] }, - "Web/CSS/:read-write": { - "modified": "2020-10-15T22:31:33.681Z", + "Web/HTTP/Headers/Transfer-Encoding": { + "modified": "2020-10-15T22:31:41.759Z", "contributors": [ - "ooVictorFranco" + "FernandoKGA" ] }, - "Web/CSS/:required": { - "modified": "2020-10-15T22:12:28.337Z", + "Web/HTTP/Headers/Upgrade-Insecure-Requests": { + "modified": "2020-10-15T22:05:25.350Z", "contributors": [ - "filipe-machado" + "francinysalles" ] }, - "Web/CSS/:root": { - "modified": "2020-07-03T20:00:54.694Z", + "Web/HTTP/Headers/User-Agent": { + "modified": "2020-10-15T22:31:39.984Z", "contributors": [ - "gstfnsk", - "saspnet", - "rafaelnery", - "lucasaugustin" + "FernandoKGA" ] }, - "Web/CSS/:target": { - "modified": "2020-10-15T22:32:25.651Z", + "Web/HTTP/Headers/Vary": { + "modified": "2020-10-15T22:31:40.954Z", "contributors": [ - "joaocdfarias" + "FernandoKGA" ] }, - "Web/CSS/:valid": { - "modified": "2020-10-15T22:02:35.011Z", + "Web/HTTP/Headers/Via": { + "modified": "2020-10-15T22:31:40.512Z", "contributors": [ - "valdeirpsr" + "FernandoKGA" ] }, - "Web/CSS/:visited": { - "modified": "2020-10-15T22:11:21.146Z", + "Web/HTTP/Headers/WWW-Authenticate": { + "modified": "2020-10-15T22:07:55.835Z", "contributors": [ - "duduindo", - "UnrealLion" + "FernandoKGA", + "bmansur" ] }, - "Web/CSS/@charset": { - "modified": "2019-03-23T23:00:24.432Z", + "Web/HTTP/Headers/Want-Digest": { + "modified": "2020-10-15T22:31:40.550Z", "contributors": [ - "Guillaume-Heras", - "fscholz", - "lucascaprio" + "FernandoKGA" ] }, - "Web/CSS/@font-face": { - "modified": "2020-10-15T22:19:20.814Z", + "Web/HTTP/Headers/Warning": { + "modified": "2020-10-15T22:31:39.879Z", "contributors": [ - "fininhors", - "jorgeclesio" + "FernandoKGA" ] }, - "Web/CSS/@import": { - "modified": "2019-03-23T22:35:28.440Z", + "Web/HTTP/Headers/X-Content-Type-Options": { + "modified": "2020-10-15T21:55:34.398Z", "contributors": [ - "uzielweb", - "deyvid0123", - "philippesilva" + "khaosdoctor" ] }, - "Web/CSS/@keyframes": { - "modified": "2019-03-23T22:05:43.167Z", + "Web/HTTP/Headers/X-DNS-Prefetch-Control": { + "modified": "2020-10-15T22:11:22.598Z", "contributors": [ - "ganovais" + "LucasKluge" ] }, - "Web/CSS/@media": { - "modified": "2020-05-17T15:47:13.849Z", + "Web/HTTP/Headers/X-Forwarded-For": { + "modified": "2020-10-15T22:31:44.027Z", "contributors": [ - "filipegutemberg", - "kkkasio", - "chrisdavidmills" + "FernandoKGA" ] }, - "Web/CSS/@media/aspect-ratio": { - "modified": "2020-10-15T22:26:11.457Z", + "Web/HTTP/Headers/X-Forwarded-Host": { + "modified": "2020-10-15T22:31:44.446Z", "contributors": [ - "marlonveiga-santos" + "FernandoKGA" ] }, - "Web/CSS/@media/display-mode": { - "modified": "2019-03-23T22:07:00.849Z", + "Web/HTTP/Headers/X-Forwarded-Proto": { + "modified": "2020-10-15T22:31:43.726Z", "contributors": [ - "GPrimola", - "Fernandolrs", - "deusmar" + "FernandoKGA" ] }, - "Web/CSS/@media/prefers-color-scheme": { - "modified": "2020-10-15T22:28:45.846Z", + "Web/HTTP/Headers/X-Frame-Options": { + "modified": "2020-10-15T22:31:47.974Z", "contributors": [ - "ftonato" + "FernandoKGA" ] }, - "Web/CSS/@page": { - "modified": "2019-03-23T23:33:46.393Z", + "Web/HTTP/Headers/X-XSS-Protection": { + "modified": "2020-10-15T22:31:47.343Z", "contributors": [ - "Sebastianz", - "Prinz_Rana", - "fscholz", - "teoli", - "Estevaosoberano" + "FernandoKGA" ] }, - "Web/CSS/At-rule": { - "modified": "2019-03-23T23:39:11.306Z", + "Web/HTTP/Methods": { + "modified": "2020-10-15T21:51:11.621Z", "contributors": [ - "teoli", - "fernando", - "rodrigopadula" + "julio-elipse", + "fplucas", + "thiagosgarcia", + "superdiegonunes", + "andrekutianski", + "helcorin" ] }, - "Web/CSS/CSS_Animations": { - "modified": "2019-03-23T22:43:49.326Z", + "Web/HTTP/Methods/CONNECT": { + "modified": "2020-10-15T21:58:22.687Z", "contributors": [ - "teoli" + "marciioluucas" ] }, - "Web/CSS/CSS_Animations/Detecting_CSS_animation_support": { - "modified": "2019-03-18T21:31:28.635Z", + "Web/HTTP/Methods/DELETE": { + "modified": "2020-10-15T21:58:32.285Z", "contributors": [ - "wbamberg", - "eyglys" + "calexandrepcjr", + "flgmjr", + "almeidaalex", + "marciioluucas" ] }, - "Web/CSS/CSS_Animations/Tips": { - "modified": "2019-03-23T22:11:17.827Z", + "Web/HTTP/Methods/GET": { + "modified": "2020-10-15T21:51:45.627Z", "contributors": [ - "dime2lo" + "krisfertig", + "marciioluucas", + "andrekutianski" ] }, - "Web/CSS/CSS_Animations/Usando_animações_CSS": { - "modified": "2019-03-23T23:39:07.702Z", + "Web/HTTP/Methods/HEAD": { + "modified": "2020-10-15T22:14:53.554Z", "contributors": [ - "gabrielclaudino", - "Fernandolrs", - "dime2lo", - "cris-luz-07", - "SphinxKnight", - "teoli", - "gustavoaraujo", - "cauecidade", - "francisco.hansen" + "ViniciusMatias" ] }, - "Web/CSS/CSS_Background_and_Borders": { - "modified": "2019-03-23T22:44:11.690Z", + "Web/HTTP/Methods/OPTIONS": { + "modified": "2020-10-15T21:56:04.830Z", "contributors": [ - "teoli" + "impadalko", + "Mega85" ] }, - "Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds": { - "modified": "2019-03-23T23:39:08.214Z", + "Web/HTTP/Methods/PATCH": { + "modified": "2020-03-26T15:24:48.895Z", "contributors": [ - "teoli", - "Aleuck" + "joão.ramires", + "GustavoOS" ] }, - "Web/CSS/CSS_Basic_User_Interface": { - "modified": "2019-03-18T20:54:10.559Z", + "Web/HTTP/Methods/POST": { + "modified": "2020-10-15T22:12:56.254Z", "contributors": [ - "Rondinelly" + "caukazama", + "thiagojc89", + "krisfertig" ] }, - "Web/CSS/CSS_Box_Model": { - "modified": "2020-05-08T21:54:24.656Z", + "Web/HTTP/Methods/PUT": { + "modified": "2020-10-15T22:14:53.561Z", "contributors": [ - "ZurcLeo", - "Sebastianz" + "ViniciusMatias" ] }, - "Web/CSS/CSS_Box_Model/margin_collapsing": { - "modified": "2019-03-23T22:09:32.434Z", + "Web/HTTP/Methods/TRACE": { + "modified": "2020-10-15T22:04:21.753Z", "contributors": [ - "marcosdourado", - "Fernandolrs" + "solfier", + "fabio-r-souza" ] }, - "Web/CSS/CSS_Colors/seletor_de_cores": { - "modified": "2020-07-01T01:27:34.385Z", + "Web/HTTP/Overview": { + "modified": "2020-09-23T20:02:12.544Z", "contributors": [ - "gstfnsk", - "Andrya", - "SphinxKnight", - "gpaschoal", - "wcqueiroz", - "cbosco" + "viniciusfinger", + "K4mek", + "gustavoluchi", + "bruno_scatena", + "viniciusbds", + "julio-elipse", + "GPrimola", + "SubaruSama", + "CarlosAlbertoSzygalski", + "renatodantas", + "holdonmax" ] }, - "Web/CSS/CSS_Columns": { - "modified": "2019-03-23T22:43:56.221Z", + "Web/HTTP/Session": { + "modified": "2019-03-18T21:38:28.348Z", "contributors": [ - "Sebastianz" + "krisfertig", + "zscaiosi" ] }, - "Web/CSS/CSS_Display": { - "modified": "2020-10-15T22:22:39.686Z", + "Web/HTTP/Status": { + "modified": "2020-09-30T05:44:50.985Z", "contributors": [ - "brasmon8351" + "nunezgarcia548", + "José_Santana", + "macalha", + "pedrochaves", + "PauloItalo17", + "jamrocha", + "atiladelcanton", + "MarcosRocha", + "Felipeandradee", + "AlexandreVelloso", + "zenithpolar", + "alexandresn", + "raduq", + "Igor_Araujo", + "MateusGabi", + "Jens.B" ] }, - "Web/CSS/CSS_Flexible_Box_Layout": { - "modified": "2019-03-23T22:39:02.047Z", + "Web/HTTP/Status/100": { + "modified": "2020-10-15T22:08:25.420Z", "contributors": [ - "wwwjsw" + "ferfabricio" ] }, - "Web/CSS/CSS_Flexible_Box_Layout/Aligning_Items_in_a_Flex_Container": { - "modified": "2020-05-30T17:57:20.170Z", + "Web/HTTP/Status/101": { + "modified": "2019-08-30T14:26:22.601Z", "contributors": [ - "louisberns", - "lucas_severo", - "RobsonMariana" + "GMBarragam" ] }, - "Web/CSS/CSS_Flexible_Box_Layout/Conceitos_Basicos_do_Flexbox": { - "modified": "2020-04-13T01:15:45.668Z", + "Web/HTTP/Status/103": { + "modified": "2020-10-15T22:26:01.901Z", "contributors": [ - "carlosaffrc", - "SONSERVICE", - "davieduardo94", - "colares" + "FernandoKGA" ] }, - "Web/CSS/CSS_Flexible_Box_Layout/Ordering_Flex_Items": { - "modified": "2020-06-16T16:39:10.201Z", + "Web/HTTP/Status/200": { + "modified": "2020-10-15T21:55:04.602Z", "contributors": [ - "MarcosNakamine" + "macalha", + "raduq", + "jackiecard" ] }, - "Web/CSS/CSS_Flexible_Box_Layout/Typical_Use_Cases_of_Flexbox": { - "modified": "2020-11-08T18:33:11.137Z", + "Web/HTTP/Status/201": { + "modified": "2020-10-15T21:59:06.317Z", "contributors": [ - "Eduardo-Santos" + "raduq", + "akanagusku", + "tchaguitos" ] }, - "Web/CSS/CSS_Grid_Layout": { - "modified": "2020-11-17T10:35:18.965Z", + "Web/HTTP/Status/202": { + "modified": "2019-12-24T03:35:51.332Z", "contributors": [ - "leandro2", - "Camila-Isabela", - "btd1337", - "alessandroHenrique", - "davioliveiira", - "Maujor" + "euvanribeiro", + "FernandoKGA" ] }, - "Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout": { - "modified": "2019-10-10T16:31:58.386Z", - "contributors": [ - "petrikuzman", - "EdilsonSilva", - "felipecesr", - "marcosdourado", - "salomes", - "cslaviero", - "Nichtdeutsch", - "hernanimattos", - "Wanderleymuniz", - "magnonp", - "MatheusNtg", - "simoneas02", - "thiago-hs", - "FernandaBernardo", - "guigrecco", - "Maujor" - ] - }, - "Web/CSS/CSS_Grid_Layout/Relationship_of_Grid_Layout": { - "modified": "2019-03-18T21:30:25.562Z", + "Web/HTTP/Status/203": { + "modified": "2019-03-18T21:27:54.664Z", "contributors": [ - "lzerror" + "ferfabricio" ] }, - "Web/CSS/CSS_Images": { - "modified": "2019-03-18T21:39:59.884Z", + "Web/HTTP/Status/204": { + "modified": "2020-10-15T21:58:52.674Z", "contributors": [ - "mfluehr" + "macalha", + "fhecorrea", + "salomaosnff" ] }, - "Web/CSS/CSS_Images/Implementando_sprites_de_imagens_em_CSS": { - "modified": "2019-03-18T21:40:05.241Z", + "Web/HTTP/Status/205": { + "modified": "2019-12-23T21:44:23.232Z", "contributors": [ - "williamxavierdecastro" + "doougui", + "allansli", + "navarro" ] }, - "Web/CSS/CSS_Lists_and_Counters": { - "modified": "2019-03-23T22:45:37.305Z", + "Web/HTTP/Status/206": { + "modified": "2020-10-15T22:25:54.629Z", "contributors": [ - "teoli" + "FernandoKGA" ] }, - "Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters": { - "modified": "2020-08-20T10:01:26.706Z", + "Web/HTTP/Status/300": { + "modified": "2019-12-27T11:18:36.624Z", "contributors": [ - "felipecesr", - "cris-luz-07", - "jorgeclesio" + "FernandoKGA" ] }, - "Web/CSS/CSS_Positioning": { - "modified": "2019-07-23T07:58:20.044Z", + "Web/HTTP/Status/301": { + "modified": "2020-10-15T22:24:18.785Z", "contributors": [ - "SphinxKnight", - "e-laura", - "davidhbrown" + "FernandoKGA" ] }, - "Web/CSS/CSS_Reference": { - "modified": "2019-09-24T18:20:32.922Z", + "Web/HTTP/Status/302": { + "modified": "2020-10-15T22:10:28.043Z", "contributors": [ - "duduindo", - "julio-elipse", - "fernahh", - "teoli", - "ethertank", - "rodrigopadula" + "FernandoKGA", + "raduq", + "CGReinhold" ] }, - "Web/CSS/CSS_Tipos": { - "modified": "2019-03-18T21:41:31.457Z", + "Web/HTTP/Status/303": { + "modified": "2020-10-15T22:04:22.978Z", "contributors": [ - "brunoeduardo" + "marcelobonatto" ] }, - "Web/CSS/CSS_Transforms": { - "modified": "2019-03-23T22:44:44.279Z", + "Web/HTTP/Status/304": { + "modified": "2020-10-15T22:00:19.115Z", "contributors": [ - "Sebastianz", - "jorgeclesio" + "macalha", + "bartolomeu.gusella" ] }, - "Web/CSS/CSS_Transforms/Using_CSS_transforms": { - "modified": "2019-03-23T23:39:05.696Z", + "Web/HTTP/Status/307": { + "modified": "2020-10-15T22:11:27.802Z", "contributors": [ - "luketevl", - "fscholz", - "jorgeclesio", - "francineemilia" + "dancamboim", + "CGReinhold" ] }, - "Web/CSS/CSS_Transitions": { - "modified": "2019-05-23T03:24:59.191Z", + "Web/HTTP/Status/308": { + "modified": "2020-10-15T22:25:15.141Z", "contributors": [ - "SphinxKnight", - "phyominoo" + "FernandoKGA" ] }, - "Web/CSS/CSS_Transitions/Using_CSS_transitions": { - "modified": "2020-02-24T11:14:13.720Z", + "Web/HTTP/Status/400": { + "modified": "2020-10-01T08:48:37.177Z", "contributors": [ - "EdeiltonSO", - "Clecio013" + "kendalbaba8", + "hmgoncalves", + "glasswalk3r", + "sergioflores-j" ] }, - "Web/CSS/Class_selectors": { - "modified": "2020-11-20T21:23:14.555Z", + "Web/HTTP/Status/401": { + "modified": "2020-12-01T19:39:24.191Z", "contributors": [ - "hellofanny", - "felipeteixeirams" + "caio-gi25-me", + "izabelvidal", + "macalha", + "bmansur", + "carlosmarx" ] }, - "Web/CSS/Comentário": { - "modified": "2019-03-23T22:09:23.562Z", + "Web/HTTP/Status/402": { + "modified": "2020-10-15T22:25:28.519Z", "contributors": [ - "Fernandolrs" + "FernandoKGA", + "RaulDeMelo" ] }, - "Web/CSS/Descendant_combinator": { - "modified": "2020-10-15T22:27:46.661Z", + "Web/HTTP/Status/403": { + "modified": "2020-10-15T21:56:18.319Z", "contributors": [ - "maxsixth" + "macalha", + "carlosmarx" ] }, - "Web/CSS/Elemento_substituido": { - "modified": "2019-03-23T22:09:21.528Z", + "Web/HTTP/Status/404": { + "modified": "2020-10-15T21:57:08.819Z", "contributors": [ - "Fernandolrs" + "pedropaulosuzuki" ] }, - "Web/CSS/General_sibling_combinator": { - "modified": "2019-03-23T22:12:07.654Z", + "Web/HTTP/Status/405": { + "modified": "2019-03-18T21:09:45.460Z", "contributors": [ - "ExE-Boss", - "dineiar", - "interaminense" + "dathin67" ] }, - "Web/CSS/Getting_Started": { - "modified": "2019-03-23T23:39:06.753Z", + "Web/HTTP/Status/406": { + "modified": "2020-10-15T22:25:54.038Z", "contributors": [ - "julio-elipse", - "agathasilva28", - "Hudson_Lima", - "teoli", - "ethertank", - "netfuzzer55", - "eduardocastro" + "FernandoKGA" ] }, - "Web/CSS/Getting_Started/Cascading_and_inheritance": { - "modified": "2019-03-23T22:55:03.103Z", + "Web/HTTP/Status/407": { + "modified": "2020-10-15T22:14:55.526Z", "contributors": [ - "agathasilva28", - "RafaelRNunes", - "Gregory", - "dhaack" + "ViniciusMatias" ] }, - "Web/CSS/Getting_Started/Como_CSS_funciona": { - "modified": "2019-03-23T22:58:47.568Z", + "Web/HTTP/Status/408": { + "modified": "2019-08-20T21:08:30.185Z", "contributors": [ - "RafaelRNunes", - "Gregory", - "Hudson_Lima" + "macalha", + "lucasrenod", + "SphinxKnight", + "11808s8", + "alanlucian" ] }, - "Web/CSS/Getting_Started/JavaScript": { - "modified": "2019-03-23T23:28:40.266Z", + "Web/HTTP/Status/409": { + "modified": "2020-10-12T18:38:04.385Z", "contributors": [ - "teoli", - "nah_luquiari" + "enriquerenebr", + "macalha", + "augustowebd.mozilla", + "wilsonferro" ] }, - "Web/CSS/Getting_Started/Lists": { - "modified": "2019-03-23T22:45:33.735Z", + "Web/HTTP/Status/410": { + "modified": "2020-10-15T22:09:41.751Z", "contributors": [ - "Gregory", - "teoli", - "jorgeclesio" + "macalha" ] }, - "Web/CSS/Getting_Started/Oque_é_CSS": { - "modified": "2019-03-23T23:29:17.129Z", + "Web/HTTP/Status/411": { + "modified": "2019-03-18T21:25:46.143Z", "contributors": [ - "agathasilva28", - "rogeralbinoi", - "teoli", - "nickollas.coelho" + "jamrocha" ] }, - "Web/CSS/Getting_Started/Porque_usar_CSS": { - "modified": "2019-03-23T22:59:16.068Z", + "Web/HTTP/Status/412": { + "modified": "2020-10-15T22:26:08.284Z", "contributors": [ - "rogeralbinoi" + "FernandoKGA" ] }, - "Web/CSS/Getting_Started/Seletores": { - "modified": "2019-11-18T18:22:11.556Z", + "Web/HTTP/Status/413": { + "modified": "2019-08-30T13:19:23.971Z", "contributors": [ - "Ericsson-Araujo", - "onsistec", - "dehmirandac2", - "c0elha", - "RafaelRNunes", - "Gregory", - "macarena", - "agathasilva28" + "GMBarragam" ] }, - "Web/CSS/ID_selectors": { - "modified": "2019-03-23T22:30:10.383Z", + "Web/HTTP/Status/414": { + "modified": "2019-03-23T22:05:49.854Z", "contributors": [ - "fcard" + "pedropaulosuzuki" ] }, - "Web/CSS/Layout_cookbook": { - "modified": "2019-07-01T02:49:26.802Z", + "Web/HTTP/Status/415": { + "modified": "2019-03-23T22:08:19.304Z", "contributors": [ - "SphinxKnight", - "sourodrigodesigner", - "jorgeclesio" + "VitorHFLopes" ] }, - "Web/CSS/Layout_cookbook/Breadcrumb_Navigation": { - "modified": "2020-10-15T22:25:57.757Z", + "Web/HTTP/Status/416": { + "modified": "2020-10-15T22:26:05.801Z", "contributors": [ - "andre-vinicius" + "FernandoKGA" ] }, - "Web/CSS/Layout_cookbook/Media_objects": { - "modified": "2020-10-15T22:30:53.182Z", + "Web/HTTP/Status/417": { + "modified": "2019-09-11T14:11:12.818Z", "contributors": [ - "SONSERVICE" + "Rogerio-Viana", + "raduq" ] }, - "Web/CSS/Media_Queries": { - "modified": "2019-03-23T22:21:43.734Z", + "Web/HTTP/Status/418": { + "modified": "2020-10-15T22:09:34.458Z", "contributors": [ - "dinaldojr" + "raduq", + "macalha" ] }, - "Web/CSS/Microsoft_Extensions": { - "modified": "2020-08-25T13:14:49.650Z", - "contributors": [ - "duduindo", - "mcastanhola" - ] - }, - "Web/CSS/Modelo_Visual": { - "modified": "2019-03-23T22:09:22.823Z", + "Web/HTTP/Status/422": { + "modified": "2019-05-17T09:52:53.330Z", "contributors": [ - "Fernandolrs" + "raduq" ] }, - "Web/CSS/Modelo_layout": { - "modified": "2019-03-23T22:09:32.757Z", + "Web/HTTP/Status/425": { + "modified": "2020-10-15T22:18:43.120Z", "contributors": [ - "lcchueri", - "Fernandolrs" + "raduq" ] }, - "Web/CSS/Privacidade_e_o_seletor_:visited": { - "modified": "2019-04-15T23:34:22.131Z", + "Web/HTTP/Status/426": { + "modified": "2019-05-17T09:28:05.733Z", "contributors": [ - "tadeubarbosa" + "raduq" ] }, - "Web/CSS/Pseudo-classes": { - "modified": "2020-07-03T20:22:36.539Z", + "Web/HTTP/Status/428": { + "modified": "2019-05-17T09:48:01.976Z", "contributors": [ - "gstfnsk", - "Lukff", - "brunoeduardo" + "raduq" ] }, - "Web/CSS/Pseudo-elementos": { - "modified": "2020-07-03T20:21:08.594Z", + "Web/HTTP/Status/429": { + "modified": "2019-03-23T22:11:06.523Z", "contributors": [ - "gstfnsk", - "Arlon", - "Lukff", - "brunoeduardo" + "matheuscorreia", + "MilesGitGud" ] }, - "Web/CSS/Seletor_de_atributos": { - "modified": "2020-10-15T22:02:16.544Z", + "Web/HTTP/Status/431": { + "modified": "2020-01-05T14:49:44.248Z", "contributors": [ - "EvertonTomalok" + "FernandoKGA" ] }, - "Web/CSS/Seletor_universal": { - "modified": "2020-10-15T22:18:51.680Z", + "Web/HTTP/Status/451": { + "modified": "2020-10-15T22:09:34.570Z", "contributors": [ - "synga" + "macalha" ] }, - "Web/CSS/Seletores_CSS": { - "modified": "2019-03-22T08:21:56.189Z", + "Web/HTTP/Status/500": { + "modified": "2020-10-15T22:06:42.031Z", "contributors": [ - "Arlon", - "Lukff", - "kelvyncosta" + "omauriciomaciel", + "francinysalles" ] }, - "Web/CSS/Shorthand_properties": { - "modified": "2019-03-23T22:15:16.832Z", + "Web/HTTP/Status/501": { + "modified": "2020-10-15T22:17:52.081Z", "contributors": [ - "rubenmarcus" + "lucianoac", + "raduq" ] }, - "Web/CSS/Sintexe_valor": { - "modified": "2019-03-23T22:09:28.440Z", + "Web/HTTP/Status/502": { + "modified": "2020-10-15T22:20:07.323Z", "contributors": [ - "Fernandolrs" + "moraesdam" ] }, - "Web/CSS/Specificity": { - "modified": "2019-12-19T17:59:37.262Z", + "Web/HTTP/Status/503": { + "modified": "2020-10-15T22:09:37.984Z", "contributors": [ - "AdamsEric", - "Carli", - "tfvictorino", - "teoli", - "fvargaspf@gmail.com" + "nunezgarcia548", + "macalha" ] }, - "Web/CSS/Tools": { - "modified": "2019-03-23T23:07:41.210Z", + "Web/HTTP/Status/504": { + "modified": "2020-10-15T21:58:42.777Z", "contributors": [ - "hlays", - "velvel53" + "Rogerio-Viana", + "caiobrentano" ] }, - "Web/CSS/Tools/Border-image_generator": { - "modified": "2019-05-06T10:31:39.391Z", + "Web/HTTP/Status/505": { + "modified": "2019-03-18T21:25:04.554Z", "contributors": [ - "leodeJESUS", - "Torto" + "macalha" ] }, - "Web/CSS/Tools/Border-radius_generator": { - "modified": "2019-03-23T23:07:37.174Z", + "Web/HTTP/Status/506": { + "modified": "2020-01-05T13:08:39.666Z", "contributors": [ - "Torto" + "FernandoKGA" ] }, - "Web/CSS/Type_selectors": { - "modified": "2020-10-15T22:32:30.449Z", + "Web/HTTP/Status/507": { + "modified": "2019-12-27T11:31:39.081Z", "contributors": [ - "cyz" + "FernandoKGA" ] }, - "Web/CSS/Using_CSS_custom_properties": { - "modified": "2020-10-15T21:28:55.244Z", + "Web/HTTP/Status/508": { + "modified": "2019-09-10T09:19:50.989Z", "contributors": [ - "SphinxKnight", - "MagicalStrangeQuark", - "chrisdavidmills", - "TecladistaProd", - "matheus.raduan", - "wellviana", - "eltonmesquita" + "lucianoac" ] }, - "Web/CSS/Valor_atual": { - "modified": "2019-03-23T22:09:29.249Z", + "Web/HTTP/Status/510": { + "modified": "2020-01-05T13:00:04.462Z", "contributors": [ - "Fernandolrs" + "FernandoKGA" ] }, - "Web/CSS/Valor_resolvido": { - "modified": "2019-03-23T22:09:21.295Z", + "Web/HTTP/Status/511": { + "modified": "2019-10-29T08:55:24.737Z", "contributors": [ - "Fernandolrs" + "niknicius" ] }, - "Web/CSS/Valor_usado": { - "modified": "2019-03-23T22:09:30.061Z", + "Web/JavaScript": { + "modified": "2020-10-08T23:48:25.254Z", "contributors": [ - "Fernandolrs" + "ricardo.passos.cr", + "SphinxKnight", + "julio-elipse", + "natth42", + "renoirsousa", + "andregarzia", + "marcelomelofreitas", + "KennyMack", + "haskellcamargo", + "Franck_Moreira", + "danielmelogpi", + "gcacars", + "ti.marcosdias", + "teoli", + "viniciusdacal", + "Lutchia", + "paulociecomp", + "mauricio.araldi", + "marinalimeira", + "ThiagoCase", + "helderdarocha", + "rodrigopadula", + "jswisher", + "netfuzzer33", + "jaydson", + "tauame" ] }, - "Web/CSS/align-content": { - "modified": "2020-10-15T22:32:42.150Z", + "Web/JavaScript/A_re-introduction_to_JavaScript": { + "modified": "2020-05-27T17:14:30.277Z", "contributors": [ - "Filipe" + "ruanpetterson", + "nailtonvieira", + "michaelycus", + "mateus.mlo", + "jhbalestrin", + "Sheppy", + "TiagoWinehouse", + "victorwpbastos", + "ruda", + "ti.marcosdias", + "fredericksilva", + "Scr1pt3r", + "trestini", + "ThiagoMatos", + "angelorubin", + "jlcarvalho", + "TheBorba", + "teoli", + "gtcarlos", + "arthur.luiz" ] }, - "Web/CSS/align-items": { - "modified": "2020-10-15T22:12:31.546Z", + "Web/JavaScript/About_JavaScript": { + "modified": "2020-03-12T19:38:41.483Z", "contributors": [ - "rbuzatto" + "fcard", + "teoli", + "kuni71" ] }, - "Web/CSS/align-self": { - "modified": "2020-10-15T22:12:37.957Z", + "Web/JavaScript/Data_structures": { + "modified": "2020-08-07T10:04:07.537Z", "contributors": [ - "rbuzatto" + "rafhaelfitzpatrick", + "GuilhermePiovesan", + "luizamunk", + "larafelix", + "gabrielbarros28", + "BrunoThomaz", + "renansouza", + "rafaelcavalcante", + "HelderSi", + "wendellpereira", + "dmop", + "wesleycoder", + "WederPachecoSilva", + "Domicio", + "teoli", + "jagascript" ] }, - "Web/CSS/animation": { - "modified": "2020-10-15T21:29:59.258Z", + "Web/JavaScript/Equality_comparisons_and_sameness": { + "modified": "2020-03-12T19:41:26.724Z", "contributors": [ - "Canturilsnaik", - "MarcosNakamine", - "mrstork", - "teoli", - "Sebastianz", - "mateusleon" + "babieste", + "VictorGom3s", + "phillipnunes", + "alinedmelo", + "alexandresn" ] }, - "Web/CSS/animation-delay": { - "modified": "2019-03-23T22:05:35.414Z", + "Web/JavaScript/EventLoop": { + "modified": "2020-03-12T19:41:03.578Z", "contributors": [ - "francisquete" + "GuilhermePiovesan", + "Rondinelly", + "oirodolfo", + "ruda", + "jaimeschettini", + "Felipe_Baravieira" ] }, - "Web/CSS/animation-fill-mode": { - "modified": "2020-10-19T07:57:27.073Z", + "Web/JavaScript/Guide": { + "modified": "2020-03-12T19:37:56.671Z", "contributors": [ "SphinxKnight", - "DSousa21", - "MarcosNakamine", - "daliannyvieira" + "Franck_Moreira", + "Danilson_Veloso", + "MarceloBRN", + "felipetesc", + "evertonmss", + "carlospereira9372", + "teoli", + "regisdiogo", + "ethertank" ] }, - "Web/CSS/attr()": { - "modified": "2020-11-04T08:51:55.092Z", - "contributors": [ - "chrisdavidmills", - "SphinxKnight", - "GPrimola", - "igorParanhos" - ] - }, - "Web/CSS/backdrop-filter": { - "modified": "2020-10-15T22:24:05.999Z", + "Web/JavaScript/Guide/Expressions_and_Operators": { + "modified": "2020-11-13T16:04:53.998Z", "contributors": [ - "liddack" + "bragaus", + "webfelipemaia", + "dowgssss", + "Franck_Moreira", + "gustavo8555", + "odisseumau", + "MarceloBRN", + "pkelbert", + "teoli", + "atilafassina" ] }, - "Web/CSS/backface-visibility": { - "modified": "2019-03-23T22:43:08.854Z", + "Web/JavaScript/Guide/Indexed_collections": { + "modified": "2020-12-11T14:17:55.678Z", "contributors": [ - "maugravena", - "teoli", - "alexanmtz" + "bragaus", + "felima2017", + "hctsantos", + "jppcel", + "thiagosaife", + "doomsterinc", + "felipetesc" ] }, - "Web/CSS/background": { - "modified": "2020-10-15T21:46:31.679Z", + "Web/JavaScript/Guide/Introduction": { + "modified": "2020-03-12T19:41:02.913Z", "contributors": [ - "felipeolliveira", - "brunoaugustosilva", - "fscholz", - "macalha", - "luanmuniz", - "joaogsantos" + "LucasGabrielSI", + "luc4smoreira", + "ledebour", + "mahenrique", + "Franck_Moreira", + "Danilson_Veloso", + "frcnetto", + "joaomarcoslopes", + "carolinne", + "gomez", + "melostbr", + "PedroTorresMaschio" ] }, - "Web/CSS/background-attachment": { - "modified": "2019-03-23T22:27:58.885Z", + "Web/JavaScript/Guide/Keyed_collections": { + "modified": "2020-03-12T19:44:28.942Z", "contributors": [ - "alexfqc" + "jaimemaretoli", + "raphaellima8" ] }, - "Web/CSS/background-blend-mode": { - "modified": "2019-03-23T22:09:16.123Z", + "Web/JavaScript/Guide/Meta_programming": { + "modified": "2020-07-06T21:45:33.616Z", "contributors": [ - "tadeubarbosa" + "brasmon8351", + "lcelso", + "Darksoulsong", + "WagnerSilveira", + "evertonmss" ] }, - "Web/CSS/background-clip": { - "modified": "2020-01-24T03:37:24.518Z", + "Web/JavaScript/Guide/Regular_Expressions": { + "modified": "2020-11-20T11:07:29.286Z", "contributors": [ - "marlonveiga-santos", - "CarlosHMoreira", - "fscholz", - "Sebastianz", - "filipewl" + "bragaus", + "leonardogs0919", + "PedroIgnacio", + "luisfvieira", + "rodrigocode4", + "Twodio", + "niltonslf", + "labforcode", + "gutuler", + "GabrielAlvez", + "Tiagosb", + "JardelUiliam", + "Feijor", + "fininhors", + "Franck_Moreira", + "pauloaug", + "programadorthi", + "odisseumau", + "edupsousa", + "teoli", + "marciotoledo", + "ethertank", + "danielpsrj" ] }, - "Web/CSS/background-color": { - "modified": "2020-10-15T22:34:37.855Z", + "Web/JavaScript/JavaScript_technologies_overview": { + "modified": "2019-05-10T14:34:34.570Z", "contributors": [ - "keitoliveira" + "SaggitariusA", + "jessicamorim42", + "angelorubin", + "caioabe", + "marcio-ti", + "IanRamosC", + "teoli", + "cleitongalvao", + "treax" ] }, - "Web/CSS/background-origin": { - "modified": "2020-10-15T22:04:40.110Z", + "Web/JavaScript/Language_Resources": { + "modified": "2020-03-12T19:43:20.868Z", "contributors": [ - "brunoaugustosilva" + "christophergomes", + "Danilson_Veloso" ] }, - "Web/CSS/background-position": { - "modified": "2020-10-15T22:04:40.552Z", + "Web/JavaScript/Memory_Management": { + "modified": "2020-03-12T19:40:29.251Z", "contributors": [ - "gustavaum", - "brunoaugustosilva" + "silvaw", + "LincePotiguara", + "gcacars", + "AlanCezarAraujo" ] }, - "Web/CSS/background-size": { - "modified": "2020-10-15T21:56:47.129Z", + "Web/JavaScript/Reference": { + "modified": "2019-03-23T23:33:55.653Z", "contributors": [ - "pedrothome1" + "Gutemberg", + "teoli", + "ggviana", + "ethertank" ] }, - "Web/CSS/blend-mode": { - "modified": "2020-10-15T22:20:02.938Z", + "Web/JavaScript/Reference/About": { + "modified": "2020-03-12T19:38:32.625Z", "contributors": [ - "aledebarba" + "alissonbovenzo", + "teoli", + "ggviana" ] }, - "Web/CSS/block-size": { - "modified": "2020-10-15T22:14:03.242Z", + "Web/JavaScript/Reference/Classes": { + "modified": "2020-10-15T21:39:06.651Z", "contributors": [ - "ViniciusMatias" + "henriquegeremia", + "Danilo", + "28Rasc", + "crisleitaoguerra", + "lesimoes", + "stephanogiuseppe", + "fscholz", + "TiagoDanin", + "rodrigocode4", + "JhonnathaAndrade", + "SphinxKnight", + "brunozache", + "danilosetubal", + "thiagolimaa", + "lucasclazer", + "lmcarreiro", + "flavio-jr", + "shuminyang", + "juloko", + "lourencoccc", + "Arashk", + "deadkff01", + "davidcorbetta", + "ldoamaral", + "ti.marcosdias", + "ThiagoSchetini", + "felipetesc", + "haskellcamargo", + "jonicas" ] }, - "Web/CSS/border-left": { - "modified": "2019-03-23T22:39:02.522Z", + "Web/JavaScript/Reference/Classes/constructor": { + "modified": "2020-10-21T08:28:05.769Z", "contributors": [ - "juliocarneiro" + "DaMaGi", + "deadkff01", + "ThiagoSchetini" ] }, - "Web/CSS/border-left-color": { - "modified": "2020-10-15T22:29:25.259Z", + "Web/JavaScript/Reference/Classes/extends": { + "modified": "2020-10-15T21:39:13.563Z", "contributors": [ - "victorferreira.s0307" + "fscholz", + "SphinxKnight", + "raduq" ] }, - "Web/CSS/border-radius": { - "modified": "2019-03-23T22:27:40.423Z", + "Web/JavaScript/Reference/Classes/static": { + "modified": "2020-10-15T21:39:09.808Z", "contributors": [ - "Jerffersonferreira" + "joaopedroaats", + "helton-mori-dev", + "fscholz", + "SphinxKnight", + "leticiacostadias", + "diegofernandez", + "kdex", + "raduq" ] }, - "Web/CSS/box-shadow": { - "modified": "2020-07-02T14:18:07.328Z", + "Web/JavaScript/Reference/Deprecated_and_obsolete_features": { + "modified": "2020-03-12T19:44:38.541Z", "contributors": [ - "Alynva", - "juliosampaio", - "alexNeto" + "Gabrieleiro", + "houstondapaz", + "gabrielppeixoto", + "raduq" ] }, - "Web/CSS/box-sizing": { - "modified": "2020-10-15T21:31:51.696Z", + "Web/JavaScript/Reference/Errors": { + "modified": "2020-03-12T19:44:14.768Z", "contributors": [ - "lucasinoue", - "SphinxKnight", - "LeonardoBrizolla", - "hdvianna", - "ThaleSelaht", - "SJW", - "esaramago", - "geovannikun", - "ekbaumgarten", - "morvanabonin" + "gutoribeiro", + "fscholz" ] }, - "Web/CSS/box_model": { - "modified": "2019-03-23T22:50:51.930Z", + "Web/JavaScript/Reference/Errors/Cant_access_lexical_declaration_before_init": { + "modified": "2020-03-12T19:49:26.166Z", "contributors": [ - "ekbaumgarten" + "ViniciusMatias" ] }, - "Web/CSS/break-after": { - "modified": "2020-10-15T22:23:12.517Z", + "Web/JavaScript/Reference/Errors/Cant_access_property": { + "modified": "2020-03-12T19:48:10.197Z", "contributors": [ - "renatobalbino" + "igormmatos" ] }, - "Web/CSS/calc()": { - "modified": "2020-11-04T09:08:50.767Z", + "Web/JavaScript/Reference/Errors/For-each-in_loops_are_deprecated": { + "modified": "2020-03-12T19:46:42.577Z", "contributors": [ - "chrisdavidmills", - "Anonymous", - "CahMoraes", - "alexalannunes", - "oxesoft", - "rubensdemelo" + "thiagosaife" ] }, - "Web/CSS/clear": { - "modified": "2020-10-15T22:11:39.449Z", + "Web/JavaScript/Reference/Errors/Illegal_character": { + "modified": "2020-03-12T19:47:11.284Z", "contributors": [ - "leovene" + "tomascco", + "Docinho" ] }, - "Web/CSS/color": { - "modified": "2020-10-15T22:11:21.255Z", + "Web/JavaScript/Reference/Errors/Invalid_array_length": { + "modified": "2020-03-12T19:48:00.493Z", "contributors": [ - "UnrealLion" + "thiagosaife" ] }, - "Web/CSS/color_value": { - "modified": "2019-03-23T22:15:53.386Z", + "Web/JavaScript/Reference/Errors/Invalid_assignment_left-hand_side": { + "modified": "2020-03-12T19:47:13.957Z", "contributors": [ - "Dianakc" + "Maycoooonm" ] }, - "Web/CSS/contain": { - "modified": "2019-03-18T21:38:58.826Z", + "Web/JavaScript/Reference/Errors/Invalid_const_assignment": { + "modified": "2020-03-12T19:49:08.927Z", "contributors": [ - "leandroruel" + "Lennoard" ] }, - "Web/CSS/content": { - "modified": "2019-03-23T22:32:40.444Z", + "Web/JavaScript/Reference/Errors/Invalid_date": { + "modified": "2020-03-12T19:47:58.766Z", "contributors": [ - "fernando", - "SphinxKnight" + "thiagosaife" ] }, - "Web/CSS/cursor": { - "modified": "2020-11-26T03:13:44.205Z", + "Web/JavaScript/Reference/Errors/JSON_bad_parse": { + "modified": "2020-03-12T19:48:06.055Z", "contributors": [ - "SphinxKnight", - "uendelzilda123", - "filipetorres", - "Jerffersonferreira" + "JonatasFAlves" ] }, - "Web/CSS/display": { - "modified": "2019-10-10T16:54:40.995Z", + "Web/JavaScript/Reference/Errors/Missing_colon_after_property_id": { + "modified": "2020-03-12T19:46:39.740Z", "contributors": [ - "JosOe", - "brasmon8351", - "thiagoreis", - "wbamberg", - "chiarmar", - "rramosBR", - "gabrielsixel", - "jorgeclesio", - "Sebastianz", - "KikenCris", - "teoli", - "fnsc.luis" + "CristianoLima" ] }, - "Web/CSS/display-box": { - "modified": "2020-10-15T22:22:38.389Z", + "Web/JavaScript/Reference/Errors/Missing_curly_after_function_body": { + "modified": "2020-06-11T07:31:16.349Z", "contributors": [ - "brasmon8351" + "EnzoLeCarvalho" ] }, - "Web/CSS/display-inside": { - "modified": "2020-10-15T22:22:39.103Z", + "Web/JavaScript/Reference/Errors/Missing_formal_parameter": { + "modified": "2020-03-12T19:46:52.360Z", "contributors": [ - "brasmon8351" + "danielmalves" ] }, - "Web/CSS/display-internal": { - "modified": "2020-10-15T22:22:38.638Z", + "Web/JavaScript/Reference/Errors/Missing_semicolon_before_statement": { + "modified": "2020-04-24T18:53:47.335Z", "contributors": [ - "brasmon8351" + "JoaoSantos65", + "bruncs", + "rubenfaria" ] }, - "Web/CSS/display-legacy": { - "modified": "2020-10-15T22:22:39.608Z", + "Web/JavaScript/Reference/Errors/Negative_repetition_count": { + "modified": "2020-03-12T19:49:26.923Z", "contributors": [ - "brasmon8351" + "ViniciusMatias" ] }, - "Web/CSS/display-listitem": { - "modified": "2020-10-15T22:22:38.303Z", + "Web/JavaScript/Reference/Errors/No_variable_name": { + "modified": "2020-03-12T19:47:33.508Z", "contributors": [ - "brasmon8351" + "danemmanuel" ] }, - "Web/CSS/display-outside": { - "modified": "2020-10-15T22:22:38.175Z", + "Web/JavaScript/Reference/Errors/Not_a_codepoint": { + "modified": "2020-03-12T19:49:24.646Z", "contributors": [ - "brasmon8351" + "ViniciusMatias" ] }, - "Web/CSS/element()": { - "modified": "2020-11-10T11:06:23.872Z", + "Web/JavaScript/Reference/Errors/Not_a_function": { + "modified": "2020-03-12T19:46:51.395Z", "contributors": [ - "chrisdavidmills", - "JonatasAmaral" + "vanessa-ariel", + "VictorGom3s", + "mvieira-kpmg", + "lucianoac", + "rubenfaria" ] }, - "Web/CSS/env()": { - "modified": "2020-11-10T11:11:50.127Z", + "Web/JavaScript/Reference/Errors/Precision_range": { + "modified": "2020-04-17T23:39:16.233Z", "contributors": [ - "chrisdavidmills", - "Rondinelly" + "ViniciusMatias" ] }, - "Web/CSS/filter-function": { - "modified": "2019-03-18T21:46:25.511Z", + "Web/JavaScript/Reference/Errors/Property_access_denied": { + "modified": "2020-03-12T19:48:57.838Z", "contributors": [ - "mfluehr" + "luan0ap" ] }, - "Web/CSS/filter-function/grayscale()": { - "modified": "2020-11-10T11:19:23.773Z", + "Web/JavaScript/Reference/Errors/Read-only": { + "modified": "2020-03-12T19:47:21.681Z", "contributors": [ - "chrisdavidmills", - "BrunaGil" + "VitorHFLopes" ] }, - "Web/CSS/filter-function/opacity()": { - "modified": "2020-11-16T09:08:08.691Z", + "Web/JavaScript/Reference/Errors/Redeclared_parameter": { + "modified": "2020-03-12T19:49:14.206Z", "contributors": [ - "chrisdavidmills", - "larimaza" + "leobarros" ] }, - "Web/CSS/filter-function/sepia()": { - "modified": "2020-11-30T10:24:47.934Z", + "Web/JavaScript/Reference/Errors/Stmt_after_return": { + "modified": "2020-03-12T19:44:07.787Z", "contributors": [ - "chrisdavidmills", - "larimaza" + "gidaltilopes", + "raduq" ] }, - "Web/CSS/flex": { - "modified": "2020-11-09T02:37:31.343Z", + "Web/JavaScript/Reference/Errors/Too_much_recursion": { + "modified": "2020-03-12T19:49:13.727Z", "contributors": [ - "luciano.ar6", - "helton-mori-dev", - "carlosvasconcelosjr" + "umpierrefp" ] }, - "Web/CSS/flex-direction": { - "modified": "2020-10-15T22:22:57.753Z", + "Web/JavaScript/Reference/Errors/Undeclared_var": { + "modified": "2020-03-12T19:44:41.988Z", "contributors": [ - "SphinxKnight", - "Gleisson_Neves", - "MarsA_", - "mhayk" + "tmoraes" ] }, - "Web/CSS/flex-flow": { - "modified": "2020-10-15T21:47:43.877Z", + "Web/JavaScript/Reference/Errors/Undefined_prop": { + "modified": "2020-03-12T19:49:23.239Z", "contributors": [ - "liddack", - "LeandroPS" + "ViniciusMatias" ] }, - "Web/CSS/flex-wrap": { - "modified": "2020-11-29T18:54:20.472Z", + "Web/JavaScript/Reference/Errors/Unexpected_token": { + "modified": "2020-03-12T19:46:47.848Z", "contributors": [ - "Marcosnto", - "Gleisson_Neves" + "naozuka", + "marcelobonatto", + "rubenfaria" ] }, - "Web/CSS/float": { - "modified": "2019-03-23T22:20:46.403Z", + "Web/JavaScript/Reference/Errors/Unexpected_type": { + "modified": "2020-03-12T19:46:50.924Z", "contributors": [ - "biracruz" + "DeividhyTonetti", + "LucasSouza6", + "mauricionsantos", + "rubenfaria" ] }, - "Web/CSS/font-family": { - "modified": "2019-10-03T18:27:37.350Z", + "Web/JavaScript/Reference/Errors/Unterminated_string_literal": { + "modified": "2020-03-12T19:45:00.554Z", "contributors": [ - "kmoreiradesigner", - "Ronkiro", - "fscholz", - "Sebastianz", - "bubui" + "pratosnaweb" ] }, - "Web/CSS/font-feature-settings": { - "modified": "2020-12-07T08:17:07.091Z", + "Web/JavaScript/Reference/Functions": { + "modified": "2020-10-20T11:16:27.457Z", "contributors": [ - "Strapazzon", - "yagosrocha" + "dorfs", + "Trauvin", + "Gabriela-23", + "Glaydson", + "renoirsousa", + "rafaelbertelli", + "Jerffersonferreira", + "thiagobitencourt", + "grocholski", + "boniattirodrigo", + "Durtto", + "fscholz" ] }, - "Web/CSS/font-kerning": { - "modified": "2019-03-23T22:09:10.848Z", + "Web/JavaScript/Reference/Functions/Arrow_functions": { + "modified": "2020-10-15T21:30:14.177Z", "contributors": [ - "rener_bz" + "thgo", + "diogenesfranca", + "hansobvius", + "eduardosoller", + "leandrowf", + "mari1248", + "SphinxKnight", + "lesimoes", + "alexnum", + "rivajunior", + "RodrigoOler", + "lucasmedeiros" ] }, - "Web/CSS/font-size": { - "modified": "2020-10-15T22:19:23.993Z", + "Web/JavaScript/Reference/Functions/arguments": { + "modified": "2020-03-12T19:42:08.040Z", "contributors": [ - "MatheusBorges", - "jorgeclesio" + "Arlon", + "Lovelex", + "peaonunes", + "lffg", + "renatodantas", + "greevin", + "YurePereira", + "icaromh" ] }, - "Web/CSS/font-variation-settings": { - "modified": "2020-10-15T22:24:06.969Z", - "contributors": [ - "GuilhermePiovesan" - ] - }, - "Web/CSS/font-weight": { - "modified": "2019-03-23T22:49:03.645Z", + "Web/JavaScript/Reference/Functions/get": { + "modified": "2020-08-27T04:51:38.379Z", "contributors": [ - "SphinxKnight", - "fscholz", - "Sebastianz", - "ppedruzzi" + "SandroMiguel", + "rodrigocode4", + "hbarcelos" ] }, - "Web/CSS/grid": { - "modified": "2020-10-15T22:11:03.246Z", + "Web/JavaScript/Reference/Functions/rest_parameters": { + "modified": "2020-03-12T19:42:42.252Z", "contributors": [ - "eniocsj" + "gudeck", + "SphinxKnight", + "matheussilvasantos", + "KennyMack", + "raduq" ] }, - "Web/CSS/grid-auto-flow": { - "modified": "2020-10-15T22:01:03.947Z", + "Web/JavaScript/Reference/Functions/set": { + "modified": "2020-03-12T19:44:37.360Z", "contributors": [ - "thiagommoreira" + "chicabomb", + "filipetorres", + "willianbriotto" ] }, - "Web/CSS/grid-template-columns": { - "modified": "2020-10-15T21:55:28.296Z", + "Web/JavaScript/Reference/Global_Objects": { + "modified": "2020-03-12T19:38:37.086Z", "contributors": [ - "asm95", - "fscholz", - "kazaku16" + "misabraga", + "thiagoh", + "SphinxKnight", + "teoli", + "vagnerleitte", + "Norbert" ] }, - "Web/CSS/grid-template-rows": { - "modified": "2020-10-15T22:05:37.787Z", + "Web/JavaScript/Reference/Global_Objects/Array": { + "modified": "2019-05-03T12:21:47.299Z", "contributors": [ - "marcosdourado" + "thelimarenan", + "caiocaly", + "ManoelLobo", + "rafaelbezerra195", + "gutoribeiro", + "kdex", + "biracruz", + "marcoaure", + "dsbezerra", + "deyvid0123", + "deyvidyury", + "raduq", + "RodolfoSilva", + "FrancisWagner", + "euconectei", + "teoli", + "xhximenes", + "Sheppy" ] }, - "Web/CSS/height": { - "modified": "2019-03-23T23:09:19.423Z", + "Web/JavaScript/Reference/Global_Objects/Array/@@iterator": { + "modified": "2019-03-23T22:35:56.703Z", "contributors": [ - "mrcehlo", - "mrstork", - "SphinxKnight", - "Sebastianz", - "marcosyoshihiro" + "jjmars" ] }, - "Web/CSS/hifens": { - "modified": "2019-03-23T22:08:31.285Z", + "Web/JavaScript/Reference/Global_Objects/Array/@@unscopables": { + "modified": "2020-10-15T22:03:58.150Z", "contributors": [ - "gilsonnunes" + "Filipe-Souza", + "marciioluucas" ] }, - "Web/CSS/image-set()": { - "modified": "2020-11-16T08:53:55.560Z", + "Web/JavaScript/Reference/Global_Objects/Array/Reduce": { + "modified": "2020-11-06T11:41:26.392Z", "contributors": [ - "chrisdavidmills", - "leandroruel" + "ricardo.passos.cr", + "duduindo", + "krisamorim", + "mablook", + "balini", + "WandersonDavid", + "rubenmarcus", + "mateusvelleda", + "smoothfall", + "rbuzatto", + "geekcom", + "SphinxKnight", + "guardezi", + "ChrisAmora", + "danilosetubal", + "elvismdnin", + "eltonmesquita", + "gabrielsimas", + "rafaelcavalcante", + "ThaleSelaht", + "alexgwolff", + "FrancisWagner", + "ErickWendel" ] }, - "Web/CSS/imagem": { - "modified": "2020-10-15T22:03:54.448Z", + "Web/JavaScript/Reference/Global_Objects/Array/ReduceRight": { + "modified": "2020-10-15T21:39:00.467Z", "contributors": [ - "brunoeduardo" + "mateusvelleda", + "luisfvieira", + "raduq" ] }, - "Web/CSS/inheritance": { - "modified": "2019-03-23T22:30:06.400Z", + "Web/JavaScript/Reference/Global_Objects/Array/concat": { + "modified": "2019-06-03T12:42:22.079Z", "contributors": [ - "fcard" + "diegoarcega", + "soleeweb", + "teoli", + "Leikovsk" ] }, - "Web/CSS/initial": { - "modified": "2020-10-15T22:26:34.680Z", + "Web/JavaScript/Reference/Global_Objects/Array/copyWithin": { + "modified": "2019-03-23T22:35:55.533Z", "contributors": [ - "marlonveiga-santos" + "igorc2", + "jjmars" ] }, - "Web/CSS/inline-size": { - "modified": "2020-10-15T22:06:25.990Z", + "Web/JavaScript/Reference/Global_Objects/Array/entries": { + "modified": "2019-03-23T22:35:59.312Z", "contributors": [ - "zKhiro" + "igorc2", + "fime", + "jjmars" ] }, - "Web/CSS/isolation": { - "modified": "2019-06-05T21:56:02.812Z", + "Web/JavaScript/Reference/Global_Objects/Array/every": { + "modified": "2020-10-15T21:41:16.789Z", "contributors": [ - "ni-reis", - "rener_bz" + "mateusvelleda", + "pedroprcgm", + "kidjapa", + "zenithpolar", + "mtxr", + "rennerocha", + "monteiroflavio", + "MichelMentzFernandes", + "alisonmonteiro", + "diegoarcega" ] }, - "Web/CSS/letter-spacing": { - "modified": "2020-10-15T22:02:19.098Z", + "Web/JavaScript/Reference/Global_Objects/Array/fill": { + "modified": "2020-10-15T21:39:00.968Z", "contributors": [ - "V1n1c1us" + "mateusvelleda", + "MarcoBrunoBR", + "murillodmiranda", + "SphinxKnight", + "erickvieira", + "ronniery", + "raduq" ] }, - "Web/CSS/line-break": { - "modified": "2020-10-15T21:48:42.616Z", + "Web/JavaScript/Reference/Global_Objects/Array/find": { + "modified": "2020-10-24T15:40:42.111Z", "contributors": [ + "Gustavonobreza", + "mateusvelleda", + "marcoscoelho", + "awquadros", + "jkdrangel", "SphinxKnight", - "Kappyh", - "helitonmartins", - "phenriqueleao", - "alexandresn" + "leonardosv", + "cezaraugusto", + "Selminha", + "raduq" ] }, - "Web/CSS/margin": { - "modified": "2020-10-15T22:00:45.937Z", + "Web/JavaScript/Reference/Global_Objects/Array/findIndex": { + "modified": "2020-10-15T21:44:45.523Z", "contributors": [ - "felima2017" + "mateusvelleda", + "brunotalhate", + "jjmars" ] }, - "Web/CSS/margin-bottom": { - "modified": "2020-10-15T22:18:51.440Z", + "Web/JavaScript/Reference/Global_Objects/Array/flat": { + "modified": "2020-10-15T22:05:38.464Z", "contributors": [ - "Clecio013" + "DiegoGeoDev", + "malarahfelipe", + "mateusvelleda", + "gabriellamas", + "CalvinNunes" ] }, - "Web/CSS/margin-top": { - "modified": "2019-03-23T22:48:06.569Z", + "Web/JavaScript/Reference/Global_Objects/Array/flatMap": { + "modified": "2020-10-15T22:04:41.673Z", "contributors": [ - "Sebastianz", - "dlepera" + "caricati", + "malarahfelipe", + "MatheusFrez", + "rbuzatto", + "leonardomarciano", + "proxy-chan" ] }, - "Web/CSS/max-width": { - "modified": "2020-10-30T00:27:30.942Z", + "Web/JavaScript/Reference/Global_Objects/Array/forEach": { + "modified": "2020-10-15T21:24:03.153Z", "contributors": [ - "mipan-zuzuzu-zuzuzum", - "gustavofrezzz", - "zKhiro" + "mateusvelleda", + "Gutem", + "fred-azevedo", + "rodorgas", + "alexandresn", + "deyvidyury", + "rafaelescrich", + "teoli", + "nah_luquiari" ] }, - "Web/CSS/min-height": { - "modified": "2019-03-23T23:03:57.511Z", + "Web/JavaScript/Reference/Global_Objects/Array/from": { + "modified": "2020-10-15T21:38:56.337Z", "contributors": [ - "JulianoPadilha", - "Sebastianz", - "LeonardoMax" + "salomes", + "mateusvelleda", + "SphinxKnight", + "rafaelcavalcante", + "welintonti", + "victor-borges" ] }, - "Web/CSS/mix-blend-mode": { - "modified": "2019-03-23T22:47:35.984Z", + "Web/JavaScript/Reference/Global_Objects/Array/indexOf": { + "modified": "2020-10-15T21:37:56.001Z", "contributors": [ - "mrstork", - "Sebastianz", - "afonsoalban" - ] + "victorwestmann", + "mateusvelleda", + "SDamasceno-Dev", + "tavieto", + "rafaelkendrik", + "LeoRiether", + "brunoluigi", + "ErickWendel", + "lucas.comino" + ] }, - "Web/CSS/number": { - "modified": "2020-10-15T22:25:43.785Z", + "Web/JavaScript/Reference/Global_Objects/Array/isArray": { + "modified": "2019-08-21T18:08:19.665Z", "contributors": [ - "euvanribeiro" + "WBerredo", + "lotharthesavior", + "ZavarezeH" ] }, - "Web/CSS/object-fit": { - "modified": "2019-09-09T10:42:42.040Z", + "Web/JavaScript/Reference/Global_Objects/Array/join": { + "modified": "2020-10-26T23:42:47.826Z", "contributors": [ - "mhayk", - "Sebastianz", - "brunolimawd" + "Gustavonobreza", + "Grohden", + "ZavarezeH" ] }, - "Web/CSS/offset": { - "modified": "2019-03-23T22:09:22.407Z", + "Web/JavaScript/Reference/Global_Objects/Array/keys": { + "modified": "2019-03-23T22:54:07.464Z", "contributors": [ - "alisson-suzigan", - "Schieck" + "SphinxKnight", + "flaviomicheletti", + "lotharthesavior" ] }, - "Web/CSS/opacity": { - "modified": "2019-09-03T00:02:11.829Z", + "Web/JavaScript/Reference/Global_Objects/Array/lastIndexOf": { + "modified": "2019-05-09T12:20:08.266Z", "contributors": [ - "hierror" + "fmaiabatista", + "rodamaral", + "brunoluigi", + "raduq" ] }, - "Web/CSS/outline": { - "modified": "2019-03-23T22:29:17.217Z", + "Web/JavaScript/Reference/Global_Objects/Array/length": { + "modified": "2019-04-07T08:45:26.003Z", "contributors": [ - "MaurilioNovais" + "PointCodeZero", + "hpribeiro", + "jouderianjr", + "lnmunhoz", + "icaromh" ] }, - "Web/CSS/overflow": { - "modified": "2019-03-23T23:35:08.837Z", + "Web/JavaScript/Reference/Global_Objects/Array/map": { + "modified": "2020-10-15T21:32:56.196Z", "contributors": [ - "haskellcamargo", - "teoli", - "KikenCris", - "Sheppy", - "diogotito", - "Francis" + "mateusvelleda", + "lotharthesavior", + "trestini" ] }, - "Web/CSS/padding": { - "modified": "2019-03-23T22:10:23.184Z", + "Web/JavaScript/Reference/Global_Objects/Array/of": { + "modified": "2020-10-15T21:38:59.029Z", "contributors": [ - "aantonello" + "CarlaTeo", + "SphinxKnight", + "theuves", + "raduq" ] }, - "Web/CSS/padding-left": { - "modified": "2019-03-23T23:05:03.904Z", + "Web/JavaScript/Reference/Global_Objects/Array/pop": { + "modified": "2020-10-15T21:32:41.724Z", "contributors": [ - "Sebastianz", - "Prinz_Rana", - "fscholz", - "SKO" + "mateusvelleda", + "gbezerras", + "marinalimeira" ] }, - "Web/CSS/page-break-before": { - "modified": "2020-10-15T22:23:32.559Z", + "Web/JavaScript/Reference/Global_Objects/Array/push": { + "modified": "2019-03-23T23:07:45.788Z", "contributors": [ - "EdsonLI" + "lucascaprio", + "lucasvarela", + "marinalimeira", + "JeanRigotti", + "solfier" ] }, - "Web/CSS/pointer-events": { - "modified": "2019-10-10T16:54:43.656Z", + "Web/JavaScript/Reference/Global_Objects/Array/reverse": { + "modified": "2019-03-23T22:54:17.462Z", "contributors": [ - "Sebastianz", - "brunoeduardo" + "leonardocodognoto" ] }, - "Web/CSS/position": { - "modified": "2020-11-12T16:32:21.055Z", + "Web/JavaScript/Reference/Global_Objects/Array/shift": { + "modified": "2020-10-15T21:31:30.081Z", "contributors": [ - "joao-alberto", - "talles.makoto" + "mateusvelleda", + "bfagundes", + "LuizinGustavo", + "csrene", + "AlexSander", + "bernardobrezende", + "JeanRigotti" ] }, - "Web/CSS/radial-gradient()": { - "modified": "2020-11-18T14:42:38.700Z", + "Web/JavaScript/Reference/Global_Objects/Array/slice": { + "modified": "2020-10-15T21:38:58.669Z", "contributors": [ - "chrisdavidmills", - "Sebastianz", - "mrstork", - "srsaude" + "g-nogara", + "GutuGaluppo", + "multi4me", + "Ermesoml", + "proxy-chan", + "odahcam", + "nelson777", + "vandercijr" ] }, - "Web/CSS/repeating-linear-gradient()": { - "modified": "2020-11-18T14:46:15.881Z", + "Web/JavaScript/Reference/Global_Objects/Array/some": { + "modified": "2020-10-15T21:39:11.018Z", "contributors": [ - "chrisdavidmills", - "Sebastianz", - "prayash", - "teoli", - "Erick_Ribeiro" + "axcosta", + "wrafanunes", + "mateusvelleda", + "hrcaio", + "diegoarcega", + "raduq" ] }, - "Web/CSS/ruby-align": { - "modified": "2019-03-23T22:39:36.583Z", + "Web/JavaScript/Reference/Global_Objects/Array/sort": { + "modified": "2020-12-03T19:46:39.220Z", "contributors": [ - "ygormaximo" + "rogeriojesussilva", + "h3nr1ke", + "Pedrock", + "mateusvelleda", + "RoryKinape", + "maleskena", + "maxHSG", + "WBerredo", + "mauricio-fidalgo", + "felipecaputo" ] }, - "Web/CSS/scroll-behavior": { - "modified": "2019-03-23T22:05:52.763Z", + "Web/JavaScript/Reference/Global_Objects/Array/splice": { + "modified": "2019-03-23T23:21:08.881Z", "contributors": [ - "otaviogui", - "ogawaryu" + "marciioluucas", + "gabsprates", + "santospatrick", + "Auugustocesar", + "BrOrlandi", + "alexbispo", + "leaofelipe", + "wbruno", + "teoli", + "cirocosta" ] }, - "Web/CSS/scrollbar-color": { - "modified": "2020-10-15T22:15:14.505Z", + "Web/JavaScript/Reference/Global_Objects/Array/toLocaleString": { + "modified": "2019-03-23T22:50:39.765Z", "contributors": [ - "helton-mori-dev" + "valdeirpsr", + "erickvieira", + "ErickWendel" ] }, - "Web/CSS/sintaxe": { - "modified": "2019-03-18T20:58:06.000Z", + "Web/JavaScript/Reference/Global_Objects/Array/toSource": { + "modified": "2020-06-02T16:37:19.766Z", "contributors": [ - "EdilsonSilva", - "zKhiro", - "diancabral", + "mablook", "teoli", - "fvargaspf@gmail.com" + "raduq" ] }, - "Web/CSS/text-align": { - "modified": "2020-09-13T12:38:14.000Z", + "Web/JavaScript/Reference/Global_Objects/Array/toString": { + "modified": "2019-03-23T22:48:37.450Z", "contributors": [ - "hicksf", - "CinatitBR", - "FernandaBernardo", - "ronysilvati" + "MichelMentzFernandes", + "geovanerocha" ] }, - "Web/CSS/text-decoration": { - "modified": "2019-03-23T22:35:55.748Z", + "Web/JavaScript/Reference/Global_Objects/Array/unshift": { + "modified": "2020-10-15T21:30:05.373Z", "contributors": [ - "gabiduarte" + "mateusvelleda", + "JsBatista", + "jurandirvalerio", + "mateusleon" ] }, - "Web/CSS/text-decoration-style": { - "modified": "2019-03-23T22:34:47.555Z", + "Web/JavaScript/Reference/Global_Objects/Array/values": { + "modified": "2019-03-23T22:47:27.892Z", "contributors": [ - "miller.augusto" + "SphinxKnight", + "raduq" ] }, - "Web/CSS/text-overflow": { - "modified": "2019-03-23T23:32:14.078Z", + "Web/JavaScript/Reference/Global_Objects/ArrayBuffer": { + "modified": "2020-10-15T21:29:12.919Z", "contributors": [ - "Krenair", - "Sebastianz", - "miller.augusto", + "Rondinelly", + "Jeremie", "teoli", - "recoverjp@gmail.com" + "mklauck" ] }, - "Web/CSS/text-rendering": { - "modified": "2019-03-23T23:36:15.210Z", + "Web/JavaScript/Reference/Global_Objects/AsyncFunction": { + "modified": "2019-03-23T22:08:08.077Z", "contributors": [ - "mateusmeyer", - "fscholz", - "teoli", - "marioluan", - "lmiranda" + "GutuGaluppo", + "alefesouza" ] }, - "Web/CSS/text-shadow": { - "modified": "2019-03-23T22:50:26.761Z", + "Web/JavaScript/Reference/Global_Objects/Atomics": { + "modified": "2019-03-23T22:34:49.263Z", "contributors": [ - "vspereira", - "luis.kaufmann.silva", - "Sebastianz", - "philippesilva" + "KennyMack" ] }, - "Web/CSS/text-transform": { - "modified": "2020-10-15T22:00:36.908Z", + "Web/JavaScript/Reference/Global_Objects/Atomics/add": { + "modified": "2019-03-23T22:09:03.574Z", "contributors": [ - "FernandaBernardo" + "AlanCezarAraujo" ] }, - "Web/CSS/time": { - "modified": "2020-10-15T22:25:42.997Z", + "Web/JavaScript/Reference/Global_Objects/BigInt": { + "modified": "2019-05-28T15:22:19.642Z", "contributors": [ - "euvanribeiro" + "AlanCezarAraujo", + "theuves" ] }, - "Web/CSS/touch-action": { - "modified": "2020-10-15T21:58:13.110Z", + "Web/JavaScript/Reference/Global_Objects/Boolean": { + "modified": "2019-03-23T22:51:14.765Z", "contributors": [ - "leandrofsp" + "raduq", + "wbamberg", + "Hikashii", + "pdanker", + "icaromh" ] }, - "Web/CSS/transform": { - "modified": "2019-03-23T23:38:43.751Z", + "Web/JavaScript/Reference/Global_Objects/Boolean/toSource": { + "modified": "2019-03-23T22:47:21.468Z", "contributors": [ - "Sebastianz", - "fscholz", "teoli", - "rafael.modos" + "raduq" ] }, - "Web/CSS/transform-function": { - "modified": "2019-03-23T22:03:42.541Z", + "Web/JavaScript/Reference/Global_Objects/Boolean/toString": { + "modified": "2019-03-23T22:06:44.278Z", "contributors": [ - "mfluehr" + "thiagosaife" ] }, - "Web/CSS/transform-function/matrix()": { - "modified": "2020-11-16T09:00:13.847Z", + "Web/JavaScript/Reference/Global_Objects/Boolean/valueOf": { + "modified": "2019-03-23T22:42:40.647Z", "contributors": [ - "chrisdavidmills", - "MarcosNakamine" + "felipebelluco" ] }, - "Web/CSS/transform-function/perspective()": { - "modified": "2020-11-16T09:10:49.924Z", + "Web/JavaScript/Reference/Global_Objects/DataView": { + "modified": "2020-10-15T21:51:29.239Z", "contributors": [ - "chrisdavidmills", - "larimaza" + "Rondinelly", + "duduindo", + "fabriciofrontarolli" ] }, - "Web/CSS/transform-function/rotate()": { - "modified": "2020-11-19T16:06:09.849Z", + "Web/JavaScript/Reference/Global_Objects/Date": { + "modified": "2019-03-18T20:41:58.137Z", "contributors": [ - "chrisdavidmills", - "YurePereira" + "Bagata", + "wbamberg", + "quindai", + "marcelobonatto", + "lucas-daltro", + "fnsc.luis", + "daniloazevedo", + "teoli", + "BargaoRobalo" ] }, - "Web/CSS/transform-function/rotate3d()": { - "modified": "2020-11-19T16:07:35.157Z", + "Web/JavaScript/Reference/Global_Objects/Date/@@toPrimitive": { + "modified": "2020-10-15T22:34:13.518Z", "contributors": [ - "chrisdavidmills", - "larimaza" + "FernandoKGA" ] }, - "Web/CSS/transform-function/scale()": { - "modified": "2020-11-30T10:15:54.148Z", + "Web/JavaScript/Reference/Global_Objects/Date/UTC": { + "modified": "2019-03-23T22:50:40.604Z", "contributors": [ - "chrisdavidmills", - "larimaza" + "LeonardoBos" ] }, - "Web/CSS/transform-function/translate()": { - "modified": "2020-11-30T10:30:42.247Z", + "Web/JavaScript/Reference/Global_Objects/Date/getDate": { + "modified": "2019-03-23T22:52:17.951Z", "contributors": [ - "chrisdavidmills", - "duduindo", - "Dianakc", - "MarcosNakamine", - "brunoeduardo" + "thiagoh" ] }, - "Web/CSS/transform-style": { - "modified": "2020-10-15T22:29:54.621Z", + "Web/JavaScript/Reference/Global_Objects/Date/getDay": { + "modified": "2019-03-23T22:52:01.927Z", "contributors": [ - "joaopedroaats" + "thiagoh" ] }, - "Web/CSS/transition": { - "modified": "2020-05-17T21:28:19.368Z", + "Web/JavaScript/Reference/Global_Objects/Date/getFullYear": { + "modified": "2019-03-23T22:52:07.207Z", "contributors": [ - "bruno-cr", - "hbmuller" + "thiagoh" ] }, - "Web/CSS/transition-delay": { - "modified": "2020-10-15T22:25:42.611Z", + "Web/JavaScript/Reference/Global_Objects/Date/getHours": { + "modified": "2019-03-23T22:52:04.095Z", "contributors": [ - "euvanribeiro" + "thiagoh" ] }, - "Web/CSS/transition-timing-function": { - "modified": "2019-03-23T22:09:51.499Z", + "Web/JavaScript/Reference/Global_Objects/Date/getMilliseconds": { + "modified": "2019-03-23T22:25:46.007Z", "contributors": [ - "welitonderesende" + "joelwallis" ] }, - "Web/CSS/valor_computado": { - "modified": "2019-03-23T22:09:29.149Z", + "Web/JavaScript/Reference/Global_Objects/Date/getMinutes": { + "modified": "2019-03-23T22:25:45.808Z", "contributors": [ - "Fernandolrs" + "joelwallis" ] }, - "Web/CSS/valor_espeficifco": { - "modified": "2019-03-23T22:09:23.838Z", + "Web/JavaScript/Reference/Global_Objects/Date/getMonth": { + "modified": "2019-03-23T22:51:50.216Z", "contributors": [ - "Fernandolrs" + "gnuns" ] }, - "Web/CSS/valor_inicial": { - "modified": "2020-02-01T14:54:00.506Z", + "Web/JavaScript/Reference/Global_Objects/Date/getSeconds": { + "modified": "2019-03-23T22:25:45.327Z", "contributors": [ - "marlonveiga-santos", - "Fernandolrs" + "joelwallis" ] }, - "Web/CSS/var()": { - "modified": "2020-11-04T09:10:42.127Z", + "Web/JavaScript/Reference/Global_Objects/Date/getTime": { + "modified": "2019-03-23T22:25:55.014Z", "contributors": [ - "chrisdavidmills", - "filipetorres" + "danielpm", + "joelwallis" ] }, - "Web/CSS/vertical-align": { - "modified": "2019-06-19T18:03:19.393Z", + "Web/JavaScript/Reference/Global_Objects/Date/getTimezoneOffset": { + "modified": "2019-03-23T22:51:37.039Z", "contributors": [ - "douglast2t", - "guifrrs", - "ronysilvati" + "andrejunges", + "candidodmv" ] }, - "Web/CSS/visibility": { - "modified": "2020-10-15T21:59:53.930Z", + "Web/JavaScript/Reference/Global_Objects/Date/getUTCDate": { + "modified": "2019-03-23T22:25:45.470Z", "contributors": [ - "brunopulis" + "joelwallis" ] }, - "Web/CSS/white-space": { - "modified": "2020-10-15T21:33:46.098Z", + "Web/JavaScript/Reference/Global_Objects/Date/getUTCDay": { + "modified": "2020-08-27T16:21:04.054Z", "contributors": [ - "mtsgeneroso", - "maurojs10", - "fscholz", - "Sebastianz", - "rafaellyra" + "morvanabonin", + "rogeriopradoj" ] }, - "Web/CSS/width": { - "modified": "2019-03-23T22:25:51.390Z", + "Web/JavaScript/Reference/Global_Objects/Date/getUTCFullYear": { + "modified": "2020-10-15T22:11:50.613Z", "contributors": [ - "DiegoBRodrigues" + "jonathanTrancozo" ] }, - "Web/CSS/will-change": { - "modified": "2019-10-12T17:58:25.195Z", + "Web/JavaScript/Reference/Global_Objects/Date/getUTCHours": { + "modified": "2020-10-15T22:29:14.615Z", "contributors": [ - "K3yboard", - "jlozovei", - "raphaguasta", - "Jerffersonferreira" + "FernandoKGA", + "hiramfernandes" ] }, - "Web/CSS/word-break": { - "modified": "2020-10-15T21:41:36.303Z", + "Web/JavaScript/Reference/Global_Objects/Date/getUTCMilliseconds": { + "modified": "2020-10-15T21:59:36.124Z", "contributors": [ - "srsaude", - "teoli", - "anderson-fachini" + "vbaptistella" ] }, - "Web/CSS/word-wrap": { - "modified": "2019-03-23T23:34:13.390Z", + "Web/JavaScript/Reference/Global_Objects/Date/getUTCMinutes": { + "modified": "2020-10-15T22:33:32.360Z", "contributors": [ - "fscholz", - "teoli", - "marcoscoelho" + "FernandoKGA" ] }, - "Web/CSS/writing-mode": { - "modified": "2019-03-23T22:01:39.192Z", + "Web/JavaScript/Reference/Global_Objects/Date/getUTCMonth": { + "modified": "2020-10-15T21:58:33.350Z", "contributors": [ - "jessuircleydson" + "caiocsl" ] }, - "Web/Demos_of_open_web_technologies": { - "modified": "2020-09-04T06:28:02.627Z", + "Web/JavaScript/Reference/Global_Objects/Date/getUTCSeconds": { + "modified": "2020-10-15T22:19:49.811Z", "contributors": [ - "gustavoSoriano", - "angelorubin", - "arthur2323" + "gutobrz" ] }, - "Web/Events": { - "modified": "2019-08-20T18:23:47.517Z", + "Web/JavaScript/Reference/Global_Objects/Date/getYear": { + "modified": "2019-03-23T22:52:07.407Z", "contributors": [ - "helton-mori-dev", - "ayrtton", - "Marnei-Cardoso", - "wbamberg", - "LeandroMaxNatal", - "susanasilva", - "jpmedley" + "thiagoh" ] }, - "Web/Events/DOMContentLoaded": { - "modified": "2019-03-18T20:53:06.319Z", + "Web/JavaScript/Reference/Global_Objects/Date/now": { + "modified": "2019-09-07T10:31:23.595Z", "contributors": [ - "helton-mori-dev", - "fscholz", - "greevin", - "macalha" + "lucasinocente", + "rodgerpaulo", + "rodrigosilvaleite", + "alcatrazbr", + "giovannimesquita" ] }, - "Web/Events/abort": { - "modified": "2019-04-30T14:23:25.544Z", + "Web/JavaScript/Reference/Global_Objects/Date/parse": { + "modified": "2020-09-19T12:07:04.791Z", "contributors": [ - "wbamberg", - "KaykyB", - "tinogomes" + "rafaelflorespereira", + "Klaifer", + "remmendo", + "thiagobittner" ] }, - "Web/Events/beforeunload": { - "modified": "2019-04-30T13:57:03.306Z", + "Web/JavaScript/Reference/Global_Objects/Date/setDate": { + "modified": "2020-10-15T22:31:46.152Z", "contributors": [ - "wbamberg", - "LeoNicolas" + "lghiggino" ] }, - "Web/Events/blur": { - "modified": "2019-03-23T22:07:32.725Z", + "Web/JavaScript/Reference/Global_Objects/Date/setFullYear": { + "modified": "2020-10-15T22:33:35.634Z", "contributors": [ - "fscholz", - "erikseyti", - "Fusseldieb" + "FernandoKGA" ] }, - "Web/Events/focus": { - "modified": "2019-03-23T22:03:56.654Z", + "Web/JavaScript/Reference/Global_Objects/Date/setHours": { + "modified": "2020-10-15T22:33:33.944Z", "contributors": [ - "fscholz", - "erikseyti" + "FernandoKGA" ] }, - "Web/Events/focusin": { - "modified": "2019-03-23T22:03:40.133Z", + "Web/JavaScript/Reference/Global_Objects/Date/setMilliseconds": { + "modified": "2020-10-15T22:33:48.619Z", "contributors": [ - "MarcoBrunoBR", - "fscholz", - "erikseyti" + "FernandoKGA" ] }, - "Web/Events/focusout": { - "modified": "2019-03-23T22:03:46.833Z", + "Web/JavaScript/Reference/Global_Objects/Date/setMinutes": { + "modified": "2020-10-15T22:33:49.145Z", "contributors": [ - "fscholz", - "erikseyti" + "FernandoKGA" ] }, - "Web/Events/input": { - "modified": "2019-03-23T22:14:30.766Z", + "Web/JavaScript/Reference/Global_Objects/Date/setMonth": { + "modified": "2020-10-15T22:34:08.767Z", "contributors": [ - "fscholz", - "heltonandreazza" + "FernandoKGA" ] }, - "Web/Events/load": { - "modified": "2019-03-18T20:53:32.628Z", + "Web/JavaScript/Reference/Global_Objects/Date/setSeconds": { + "modified": "2020-10-15T22:34:12.191Z", "contributors": [ - "helton-mori-dev", - "fscholz", - "Maikoncanuto" + "FernandoKGA" ] }, - "Web/Events/readystatechange": { - "modified": "2019-03-23T22:53:19.134Z", + "Web/JavaScript/Reference/Global_Objects/Date/setTime": { + "modified": "2020-10-15T22:06:26.538Z", "contributors": [ - "fscholz", - "brunoczim", - "macalha" + "Bagata", + "deyvidyury" ] }, - "Web/Guide": { - "modified": "2020-10-30T13:31:43.101Z", + "Web/JavaScript/Reference/Global_Objects/Date/setUTCDate": { + "modified": "2020-10-15T22:34:09.643Z", "contributors": [ - "manoelbjr", - "brasmon8351", - "wcqueiroz", - "alanreisb", - "LucianoHanna", - "javaroldo", - "nagaozen", - "Danilson_Veloso", - "alexandresn", - "leonardocoelho", - "joaumg", - "luizmassa", - "sheldonled", - "Sheppy" + "FernandoKGA" ] }, - "Web/Guide/AJAX": { - "modified": "2019-04-26T09:51:09.814Z", + "Web/JavaScript/Reference/Global_Objects/Date/setUTCFullYear": { + "modified": "2020-10-15T22:34:09.833Z", "contributors": [ - "helton-mori-dev", - "chrisdavidmills", - "Wanderleymuniz", - "flaviomicheletti", - "gigantebsb", - "PedroFelipe" + "FernandoKGA" ] }, - "Web/Guide/AJAX/Getting_Started": { - "modified": "2019-03-23T23:09:35.656Z", + "Web/JavaScript/Reference/Global_Objects/Date/setUTCHours": { + "modified": "2020-10-15T22:34:12.207Z", "contributors": [ - "chrisdavidmills", - "darnosls", - "DiogoFontes", - "renatogalvones", - "devLopez", - "flaviomicheletti", - "Alakazam", - "xanfox", - "robinsonsantos" + "FernandoKGA" ] }, - "Web/Guide/API": { - "modified": "2019-09-11T09:42:23.112Z", + "Web/JavaScript/Reference/Global_Objects/Date/setUTCMilliseconds": { + "modified": "2020-10-15T22:34:12.221Z", "contributors": [ - "SphinxKnight", - "Sheppy" + "FernandoKGA" ] }, - "Web/Guide/CSS/CSS_Media_queries": { - "modified": "2019-03-23T23:04:07.760Z", + "Web/JavaScript/Reference/Global_Objects/Date/setUTCMinutes": { + "modified": "2020-10-15T22:34:15.562Z", "contributors": [ - "HugoRibeiro", - "angeliski", - "dailsoncampos", - "nieckarz", - "Sebastianz", - "mrstork", - "malayaleecoder", - "davidcorbetta", - "jorgeclesio", - "Pedrinho", - "brunoeduardo", - "fabianosantos.net" + "FernandoKGA" ] }, - "Web/Guide/CSS/CSS_media_queries_(consultas_de_mídia_em_CSS)": { - "modified": "2019-03-23T23:08:21.480Z", + "Web/JavaScript/Reference/Global_Objects/Date/setUTCMonth": { + "modified": "2020-10-15T22:34:15.556Z", "contributors": [ - "dinaldojr" + "FernandoKGA" ] }, - "Web/Guide/CSS/Scaling_background_images": { - "modified": "2019-03-23T22:59:50.758Z", + "Web/JavaScript/Reference/Global_Objects/Date/setUTCSeconds": { + "modified": "2020-10-15T22:34:11.911Z", "contributors": [ - "mrstork", - "MarcosNakamine" + "FernandoKGA" ] }, - "Web/Guide/CSS/Understanding_z_index": { - "modified": "2019-03-23T22:59:23.481Z", + "Web/JavaScript/Reference/Global_Objects/Date/setYear": { + "modified": "2020-10-15T22:34:14.397Z", "contributors": [ - "songbird159", - "teoli", - "MaxWilliamJF" + "FernandoKGA" ] }, - "Web/Guide/Events": { - "modified": "2019-03-23T23:21:12.584Z", + "Web/JavaScript/Reference/Global_Objects/Date/toDateString": { + "modified": "2019-03-23T22:37:22.411Z", "contributors": [ - "Sheppy" + "pabloff9" ] }, - "Web/Guide/Events/Event_handlers": { - "modified": "2020-08-06T11:00:19.146Z", + "Web/JavaScript/Reference/Global_Objects/Date/toGMTString": { + "modified": "2020-10-15T22:34:12.107Z", "contributors": [ - "eziotristao" + "FernandoKGA" ] }, - "Web/Guide/Events/Mutation_events": { - "modified": "2019-03-23T22:59:51.382Z", + "Web/JavaScript/Reference/Global_Objects/Date/toISOString": { + "modified": "2020-10-15T22:34:15.917Z", "contributors": [ - "diegolw" + "FernandoKGA" ] }, - "Web/Guide/Events/Overview_of_Events_and_Handlers": { - "modified": "2020-09-28T23:35:22.348Z", + "Web/JavaScript/Reference/Global_Objects/Date/toJSON": { + "modified": "2020-10-15T22:08:19.553Z", "contributors": [ - "helton-mori-dev" + "duodraco" ] }, - "Web/Guide/Events/Touch_events": { - "modified": "2019-03-23T23:21:11.070Z", + "Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString": { + "modified": "2019-10-05T10:35:23.837Z", "contributors": [ - "alipseight", - "Estupendo", - "fellyph" + "alexandregabriel", + "erickm32", + "emanueloliveira" ] }, - "Web/Guide/Events/criando_e_disparando_eventos": { - "modified": "2019-03-23T22:11:33.073Z", + "Web/JavaScript/Reference/Global_Objects/Date/toLocaleString": { + "modified": "2020-10-15T22:22:49.670Z", "contributors": [ - "JefersonOliveira90" + "niltonfreitas_" ] }, - "Web/Guide/Gráficos": { - "modified": "2019-03-23T23:24:23.146Z", + "Web/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString": { + "modified": "2020-10-15T22:01:32.171Z", "contributors": [ - "julio-elipse", - "MarceloBRN", - "LucasPrado", - "MatCAlv" + "jbwestphal" ] }, - "Web/Guide/HTML/Canvas_tutorial": { - "modified": "2019-03-23T23:13:39.145Z", + "Web/JavaScript/Reference/Global_Objects/Date/toSource": { + "modified": "2020-10-15T22:34:13.547Z", "contributors": [ - "CarlosRodrigues", - "Halcance", - "MarceloBRN", - "angelosds", - "Claudiovascaino", - "gxovano", - "gutierri", - "trevorh" + "FernandoKGA" ] }, - "Web/Guide/HTML/Canvas_tutorial/Advanced_animations": { - "modified": "2019-03-23T22:19:02.957Z", + "Web/JavaScript/Reference/Global_Objects/Date/toString": { + "modified": "2020-10-15T22:34:16.319Z", "contributors": [ - "mak213k" + "FernandoKGA" ] }, - "Web/Guide/HTML/Canvas_tutorial/Applying_styles_and_colors": { - "modified": "2020-09-23T19:39:01.390Z", + "Web/JavaScript/Reference/Global_Objects/Date/toTimeString": { + "modified": "2020-10-15T22:34:13.284Z", "contributors": [ - "viniciusfinger", - "AdelinoGonzalesEscobar", - "thulioph", - "MarceloBRN" + "FernandoKGA" ] }, - "Web/Guide/HTML/Canvas_tutorial/Basic_animations": { - "modified": "2019-03-18T21:15:02.453Z", + "Web/JavaScript/Reference/Global_Objects/Date/toUTCString": { + "modified": "2020-10-15T22:34:13.668Z", "contributors": [ - "LeandroLS", - "claromes", - "CarlosEduR", - "augustoroc" + "FernandoKGA" ] }, - "Web/Guide/HTML/Canvas_tutorial/Compositing": { - "modified": "2019-03-23T22:12:17.031Z", + "Web/JavaScript/Reference/Global_Objects/Date/valueOf": { + "modified": "2020-10-15T22:34:13.277Z", "contributors": [ - "CarlosRodrigues", - "Fernandolrs", - "mak213k" + "FernandoKGA" ] }, - "Web/Guide/HTML/Canvas_tutorial/Compositing/Exemplo": { - "modified": "2019-03-18T21:37:01.783Z", + "Web/JavaScript/Reference/Global_Objects/Error": { + "modified": "2019-03-23T22:43:17.643Z", "contributors": [ - "CarlosRodrigues" + "cezaraugusto", + "augustoclaro" ] }, - "Web/Guide/HTML/Canvas_tutorial/Conclusão": { - "modified": "2019-03-18T21:36:59.449Z", + "Web/JavaScript/Reference/Global_Objects/Error/toSource": { + "modified": "2020-11-02T11:33:59.599Z", "contributors": [ - "CarlosRodrigues" + "FernandoKGA" ] }, - "Web/Guide/HTML/Canvas_tutorial/Drawing_shapes": { - "modified": "2020-06-20T19:01:22.926Z", + "Web/JavaScript/Reference/Global_Objects/Error/toString": { + "modified": "2020-11-02T10:09:38.309Z", "contributors": [ - "luizsanches", - "yMegaM", - "MarceloBRN", - "RuanAragao", - "lucas-lambda", - "charlesjamil", - "hellks", - "thiagoao", - "patrickwreis", - "augustoroc" + "FernandoKGA" ] }, - "Web/Guide/HTML/Canvas_tutorial/Drawing_text": { - "modified": "2019-03-23T22:16:08.231Z", + "Web/JavaScript/Reference/Global_Objects/EvalError": { + "modified": "2019-03-23T22:29:52.954Z", "contributors": [ - "surprise102", - "Joao-Maciel", - "netoguimaraes" + "jaimemaretoli" ] }, - "Web/Guide/HTML/Canvas_tutorial/Otimizando_Canvas": { - "modified": "2019-03-18T21:35:40.184Z", + "Web/JavaScript/Reference/Global_Objects/Float32Array": { + "modified": "2020-10-15T22:08:32.783Z", "contributors": [ - "fabianosantos.net" + "ChristoPy" ] }, - "Web/Guide/HTML/Canvas_tutorial/Using_images": { - "modified": "2019-10-15T16:17:36.192Z", + "Web/JavaScript/Reference/Global_Objects/Float64Array": { + "modified": "2020-10-15T22:32:01.059Z", "contributors": [ - "JIrismar" + "GuilhermeVazz" ] }, - "Web/Guide/HTML/Canvas_tutorial/Utilizacao_basica": { - "modified": "2019-03-23T23:13:44.390Z", + "Web/JavaScript/Reference/Global_Objects/Function": { + "modified": "2020-03-26T18:53:42.833Z", "contributors": [ - "MarceloBRN", - "RuanAragao", - "FilipeSilva", - "lucaspedroza" + "HenriqueMartinsBotelho", + "diegolaquino", + "IanRamosC", + "YurePereira", + "chrisdavidmills" ] }, - "Web/Guide/HTML/Categorias_de_conteudo": { - "modified": "2019-03-18T21:16:20.736Z", + "Web/JavaScript/Reference/Global_Objects/Function/apply": { + "modified": "2019-03-23T22:52:01.105Z", "contributors": [ - "ygormaximo" + "hierror", + "cezaraugusto", + "edjungklaus", + "LucasRamos", + "caiocutrim" ] }, - "Web/Guide/HTML/Content_Editable": { - "modified": "2019-03-23T22:43:02.407Z", + "Web/JavaScript/Reference/Global_Objects/Function/arguments": { + "modified": "2019-05-25T00:50:43.245Z", "contributors": [ - "expalmer", - "fellyph" + "Arlon", + "Anderson-Vasques" ] }, - "Web/Guide/HTML/Forms": { - "modified": "2020-07-16T22:21:01.260Z", + "Web/JavaScript/Reference/Global_Objects/Function/bind": { + "modified": "2020-05-09T18:15:16.714Z", "contributors": [ - "Magela", - "psergiojr", - "felipez3r0", - "jaimemaretoli", - "eduardobona", - "frankfarias", - "jgborges", - "SilvEiRax", - "sjmiles" + "lcelso", + "leo-ls", + "Kasagari", + "eduardoJoseRibeiro", + "felipeorlando", + "nevorah", + "fbctf", + "heronmedeiros", + "edvaldofarias" ] }, - "Web/Guide/HTML/Forms/Form_validation": { - "modified": "2020-07-16T22:21:52.226Z", + "Web/JavaScript/Reference/Global_Objects/Function/call": { + "modified": "2019-03-23T23:05:33.507Z", "contributors": [ - "LisandroTSilva", - "JEricFarias", - "JeffersonSotto", - "GeysaPriscila" + "leogsouza", + "cezaraugusto", + "vitorn1234", + "caiocutrim", + "PedroVinicius" ] }, - "Web/Guide/HTML/Forms/How_to_build_custom_form_widgets": { - "modified": "2020-07-16T22:21:57.640Z", + "Web/JavaScript/Reference/Global_Objects/Function/caller": { + "modified": "2019-03-23T22:47:00.952Z", "contributors": [ - "italorangel" + "teoli", + "raduq" ] }, - "Web/Guide/HTML/Forms/How_to_structure_an_HTML_form": { - "modified": "2020-08-25T09:42:10.924Z", + "Web/JavaScript/Reference/Global_Objects/Function/displayName": { + "modified": "2020-10-15T21:58:35.041Z", "contributors": [ - "Camila-Isabela", - "Rondinelly", - "mqdev", - "itamarsilva", - "fscholz", - "rafaelblink", - "Renancp01", - "Danilson_Veloso", - "angellica.araujo", - "Sheppy" + "alinedmelo" ] }, - "Web/Guide/HTML/Forms/Meu_primeiro_formulario_HTML": { - "modified": "2020-07-16T22:21:06.348Z", + "Web/JavaScript/Reference/Global_Objects/Function/length": { + "modified": "2020-08-25T13:54:49.738Z", "contributors": [ - "italorangel", - "itamarsilva", - "fabiobasso", - "samlopes_br", - "Victorfm2167", - "WagnerSilveira", - "melostbr", - "wesleey", - "khiby" + "duduindo", + "GuilhermeVazz", + "alinedmelo", + "matheussilvasantos", + "LucasRamos" ] }, - "Web/Guide/HTML/Forms/Os_widgets_nativos": { - "modified": "2020-07-16T22:21:22.988Z", + "Web/JavaScript/Reference/Global_Objects/Function/name": { + "modified": "2020-10-15T22:06:36.004Z", "contributors": [ - "danncam", - "VictorGom3s" + "leo-ls" ] }, - "Web/Guide/HTML/Forms/Sending_and_retrieving_form_data": { - "modified": "2020-07-16T22:21:28.510Z", + "Web/JavaScript/Reference/Global_Objects/Function/toSource": { + "modified": "2020-10-15T21:58:35.614Z", "contributors": [ - "Gus-fm", - "iClarkSi", - "filipetorres", - "Victorfm2167" + "alinedmelo" ] }, - "Web/Guide/HTML/Using_data_attributes": { - "modified": "2020-07-16T22:22:37.008Z", + "Web/JavaScript/Reference/Global_Objects/Function/toString": { + "modified": "2020-10-15T22:14:19.175Z", "contributors": [ - "marcos.m.ventura", - "soutomario", - "thomas-adriano", - "danielmelogpi" + "FernandoKGA", + "Romulofelipe" ] }, - "Web/Guide/Introducao_ao_Desenvolvimento_Web": { - "modified": "2019-07-28T16:57:13.368Z", + "Web/JavaScript/Reference/Global_Objects/Generator": { + "modified": "2020-03-24T12:10:57.953Z", "contributors": [ - "rvenson" + "KennyMack" ] }, - "Web/Guide/Mobile": { - "modified": "2020-04-05T18:24:36.523Z", + "Web/JavaScript/Reference/Global_Objects/Infinity": { + "modified": "2020-03-12T19:40:37.632Z", "contributors": [ - "guidiasz", - "michelsouza" + "isacfadoni", + "jsvini" ] }, - "Web/Guide/Performance": { - "modified": "2019-03-18T20:49:01.451Z", + "Web/JavaScript/Reference/Global_Objects/Int16Array": { + "modified": "2020-10-15T22:12:41.379Z", "contributors": [ - "ssamuel645", - "KelviDalmazo" + "murillodmiranda" ] }, - "Web/Guide/Printing": { - "modified": "2020-08-18T10:16:18.081Z", + "Web/JavaScript/Reference/Global_Objects/InternalError": { + "modified": "2020-10-15T22:33:36.868Z", "contributors": [ - "Eder_Duarte", - "maatheusgouveia" + "shingravirei" ] }, - "Web/HTML": { - "modified": "2019-09-10T15:24:16.025Z", + "Web/JavaScript/Reference/Global_Objects/Intl": { + "modified": "2019-04-03T16:14:02.453Z", "contributors": [ - "SphinxKnight", - "brasmon8351", - "wcqueiroz", - "jorgeclesio", - "Rech", - "diegobarcelar", - "julio-elipse", - "BrunaGil", - "ferro-br", - "phenriqueleao", - "andalvalmeida", - "rubensdemelo", - "samuelbzrra", - "Carlos_Mir_de_Souza", - "marciioluucas", - "dariogabriel113", - "renato_oliveira", - "Schieck", - "fabianosantos.net", - "Victorfm2167", - "jwhitlock", - "RenanBirck", - "KadirTopal", - "rafaelsouza", - "LuccasBarbosa", - "ptcmariano", - "IvomarS", - "Cleiveson", - "ronaldoamaral", - "hostlionhospedarsites", - "rafiuske", - "blueridanus", - "srsaude", - "mklauck", - "MatCAlv", - "alispivak-demo", - "eufaloserio", - "dancasttro", - "mcpelegrin" + "letuche", + "alexandresn" ] }, - "Web/HTML/Applying_color": { - "modified": "2019-03-18T21:43:53.570Z", + "Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat": { + "modified": "2020-10-15T22:29:38.599Z", "contributors": [ - "larimaza" + "SphinxKnight", + "gibify_official" ] }, - "Web/HTML/CORS_imagens_habilitadas": { - "modified": "2019-03-23T22:20:56.821Z", + "Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat": { + "modified": "2020-04-21T09:08:10.746Z", "contributors": [ - "mak213k" + "fscholz", + "thomazcapra", + "romulocintra", + "letuche", + "marcelobonatto" ] }, - "Web/HTML/Canvas": { - "modified": "2020-01-16T19:34:10.555Z", + "Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat": { + "modified": "2020-10-15T22:19:18.527Z", "contributors": [ - "marlonveiga-santos", - "alexandreab", - "besopmac", - "MarceloBRN", - "alipseight", - "juniorgarcia", - "erickzanardo", - "teoli", - "matheusmariano" + "fscholz", + "ChilenoSika" ] }, - "Web/HTML/Canvas/A_basic_ray-caster": { - "modified": "2019-03-23T22:18:52.140Z", + "Web/JavaScript/Reference/Global_Objects/JSON": { + "modified": "2019-05-04T10:27:47.204Z", "contributors": [ - "alipseight", - "juniorgarcia" + "Leodma", + "techtique", + "Jeremie", + "deyvid0123", + "jessicatenca", + "markokr" ] }, - "Web/HTML/Controlando_verificacao_ortografica_em_formularios_HTML": { - "modified": "2019-03-23T22:27:29.620Z", + "Web/JavaScript/Reference/Global_Objects/JSON/parse": { + "modified": "2020-10-15T21:37:32.669Z", "contributors": [ - "sheldonled" + "MarcosNakamine", + "Fernandolrs", + "v1ctorf", + "Francisaac", + "renanmedina" ] }, - "Web/HTML/Dicas_para_criar_páginas_HTML_de_carregamento_rápido": { - "modified": "2020-07-16T22:22:33.399Z", + "Web/JavaScript/Reference/Global_Objects/JSON/stringify": { + "modified": "2020-06-10T02:22:31.726Z", "contributors": [ - "teoli", - "gmerencio" + "henriquegeremia", + "PauloRicardoDeveloper", + "nilocoelhojunior", + "einstenj", + "ikariwill", + "lucasmaiaesilva" ] }, - "Web/HTML/Element": { - "modified": "2020-10-20T02:01:24.831Z", - "contributors": [ - "SphinxKnight", - "marcus.simei", - "jrborbars", - "fcard", - "afonsopacifer", - "antoniojnr", - "teoli", - "luizmassa", - "robsonds", - "LeonardoPacheco", - "hsteffano" + "Web/JavaScript/Reference/Global_Objects/Map": { + "modified": "2020-10-15T21:43:23.476Z", + "contributors": [ + "mathvalenza", + "mateusvelleda", + "chapeupreto", + "mauricio.araldi", + "Klauswk", + "renatoluna", + "BernardoMariano", + "raduq", + "raphaelpor" ] }, - "Web/HTML/Element/Audio": { - "modified": "2019-03-23T23:39:06.591Z", + "Web/JavaScript/Reference/Global_Objects/Map/clear": { + "modified": "2019-03-23T22:13:54.269Z", "contributors": [ - "wbamberg", - "Gregory", - "teoli", - "mateus.m.luna", - "LeonardoPacheco" + "renatoluna" ] }, - "Web/HTML/Element/Heading_Elements": { - "modified": "2020-11-22T18:16:21.735Z", + "Web/JavaScript/Reference/Global_Objects/Map/delete": { + "modified": "2019-05-29T19:41:42.276Z", "contributors": [ - "TohoSeiwa", - "wcqueiroz", - "Ikebhering", - "IanRamosC", - "ViniFG" + "renatoluna" ] }, - "Web/HTML/Element/Input": { - "modified": "2019-03-23T23:19:19.777Z", + "Web/JavaScript/Reference/Global_Objects/Map/entries": { + "modified": "2019-03-23T22:13:54.600Z", "contributors": [ - "Disjuntores", - "srsaude", - "teoli", - "joaobarbosa" + "renatoluna" ] }, - "Web/HTML/Element/Input/button": { - "modified": "2020-10-15T22:27:35.557Z", + "Web/JavaScript/Reference/Global_Objects/Map/forEach": { + "modified": "2019-09-16T15:32:37.374Z", "contributors": [ - "Eliezer62" + "cezinha", + "rodrigocnascimento", + "renatoluna" ] }, - "Web/HTML/Element/Input/checkbox": { - "modified": "2020-10-15T22:07:27.923Z", + "Web/JavaScript/Reference/Global_Objects/Map/get": { + "modified": "2020-10-15T21:58:34.923Z", "contributors": [ - "gustavando", - "trandreluis", - "anok", - "rafaeltaro", - "SphinxKnight", - "creis" + "haskellcamargo" ] }, - "Web/HTML/Element/Input/data": { - "modified": "2019-03-18T20:52:31.949Z", + "Web/JavaScript/Reference/Global_Objects/Map/has": { + "modified": "2020-10-15T22:01:02.517Z", "contributors": [ - "SphinxKnight", - "badarojr", - "beeblebrox3", - "marcelobonatto", - "mtsgeneroso", - "Ermesoml", - "alipseight" + "clovislima", + "MarcVFX" ] }, - "Web/HTML/Element/Input/password": { - "modified": "2020-10-15T22:06:49.756Z", + "Web/JavaScript/Reference/Global_Objects/Map/keys": { + "modified": "2019-03-23T22:20:29.616Z", "contributors": [ - "liddack" + "shuminyang" ] }, - "Web/HTML/Element/Input/range": { - "modified": "2019-03-18T20:57:11.406Z", + "Web/JavaScript/Reference/Global_Objects/Map/set": { + "modified": "2019-03-23T22:10:32.061Z", "contributors": [ - "SphinxKnight", - "g-thome", - "Humberto", - "TecladistaProd" + "haskellcamargo", + "nanquim" ] }, - "Web/HTML/Element/Input/time": { - "modified": "2020-10-15T22:07:24.929Z", + "Web/JavaScript/Reference/Global_Objects/Map/size": { + "modified": "2019-03-18T20:56:12.542Z", "contributors": [ - "liddack" + "mauricio.araldi", + "raduq" ] }, - "Web/HTML/Element/Output": { - "modified": "2020-10-15T21:19:50.384Z", + "Web/JavaScript/Reference/Global_Objects/Map/values": { + "modified": "2020-10-15T22:16:52.931Z", "contributors": [ - "wbamberg", - "wallacemaxters", - "GPrimola", - "teoli", - "LeonardoPacheco", - "mateus.m.luna" + "liddack" ] }, - "Web/HTML/Element/Source": { - "modified": "2019-03-23T23:39:09.351Z", + "Web/JavaScript/Reference/Global_Objects/Math": { + "modified": "2019-03-23T23:21:27.763Z", "contributors": [ - "Rahmon", + "rafaelbezerra195", + "fernandosavio", + "emviveros", + "FlavioFS", "teoli", - "LeonardoPacheco" + "xhximenes", + "vagnerleitte", + "fscholz" ] }, - "Web/HTML/Element/Video": { - "modified": "2019-03-23T23:39:11.809Z", + "Web/JavaScript/Reference/Global_Objects/Math/E": { + "modified": "2020-10-15T21:47:13.887Z", "contributors": [ - "wbamberg", - "KaykyB", - "Fernandolrs", - "rafaelcavalcante", - "teoli", - "LeonardoPacheco" + "daniloazevedo", + "tetri" ] }, - "Web/HTML/Element/a": { - "modified": "2020-10-15T21:21:57.553Z", + "Web/JavaScript/Reference/Global_Objects/Math/LN10": { + "modified": "2019-03-23T22:12:19.651Z", "contributors": [ - "Marrior-dot", - "BeatrizCavallieri", - "GabrielleGuida", - "gilmargn", - "MarcosNakamine", - "GPrimola", - "antoniojnr", - "teoli", - "marcoex", - "Graffitti", - "thiagoharry", - "vagnerleitte", - "fnsc.luis" + "Guimaraesmvf" ] }, - "Web/HTML/Element/abbr": { - "modified": "2020-10-15T21:24:34.973Z", + "Web/JavaScript/Reference/Global_Objects/Math/LN2": { + "modified": "2020-10-15T21:55:04.335Z", "contributors": [ - "GPrimola", - "fscholz", - "teoli", - "thiagoharry", - "alexfigueiredo" + "fernandosavio" ] }, - "Web/HTML/Element/acronym": { - "modified": "2020-10-15T21:24:47.267Z", + "Web/JavaScript/Reference/Global_Objects/Math/LOG10E": { + "modified": "2020-10-15T21:55:05.255Z", "contributors": [ - "GPrimola", - "teoli", - "thiagoharry" + "hvianna", + "fernandosavio" ] }, - "Web/HTML/Element/address": { - "modified": "2019-03-23T23:26:26.807Z", + "Web/JavaScript/Reference/Global_Objects/Math/LOG2E": { + "modified": "2020-10-15T21:55:04.690Z", "contributors": [ - "coloringa", - "alisson-suzigan", - "teoli", - "thiagoharry" + "hvianna", + "fernandosavio" ] }, - "Web/HTML/Element/applet": { - "modified": "2019-03-23T23:09:08.718Z", + "Web/JavaScript/Reference/Global_Objects/Math/PI": { + "modified": "2020-10-15T21:47:10.311Z", "contributors": [ - "marcosyoshihiro" + "daniloazevedo" ] }, - "Web/HTML/Element/area": { - "modified": "2019-03-23T23:15:00.929Z", + "Web/JavaScript/Reference/Global_Objects/Math/SQRT1_2": { + "modified": "2020-10-15T21:55:05.961Z", "contributors": [ - "Gregory", - "jgborges", - "teoli", - "Haroldohc" + "fernandosavio" ] }, - "Web/HTML/Element/article": { - "modified": "2019-03-23T23:36:23.011Z", + "Web/JavaScript/Reference/Global_Objects/Math/SQRT2": { + "modified": "2020-10-15T21:55:05.849Z", "contributors": [ - "wbamberg", - "Jerffersonferreira", - "teoli", - "robsonds" + "hvianna", + "fernandosavio" ] }, - "Web/HTML/Element/aside": { - "modified": "2020-10-15T21:23:20.646Z", + "Web/JavaScript/Reference/Global_Objects/Math/abs": { + "modified": "2019-03-23T23:10:06.875Z", "contributors": [ - "wbamberg", - "GPrimola", - "srsaude", - "teoli", - "Linc0" + "flpwgr", + "Thiago" ] }, - "Web/HTML/Element/b": { - "modified": "2019-03-23T23:08:37.937Z", + "Web/JavaScript/Reference/Global_Objects/Math/acos": { + "modified": "2019-03-23T22:19:53.926Z", "contributors": [ - "teoli", - "luizmassa" + "isaiasBR" ] }, - "Web/HTML/Element/base": { - "modified": "2019-03-18T20:35:07.314Z", + "Web/JavaScript/Reference/Global_Objects/Math/acosh": { + "modified": "2020-10-15T21:55:06.035Z", "contributors": [ - "teodoz", - "rogeriopradoj", - "luizmassa", - "WagnerBeethoven" + "fernandosavio" ] }, - "Web/HTML/Element/bdi": { - "modified": "2019-03-23T22:55:51.883Z", + "Web/JavaScript/Reference/Global_Objects/Math/asin": { + "modified": "2020-10-15T21:55:07.550Z", "contributors": [ - "Gregory", - "cid360", - "jgborges" + "carlos-teixeira314", + "fernandosavio" ] }, - "Web/HTML/Element/bdo": { - "modified": "2020-10-15T21:58:57.805Z", + "Web/JavaScript/Reference/Global_Objects/Math/asinh": { + "modified": "2020-10-15T22:03:29.264Z", "contributors": [ - "tiagofranca" + "OJEP" ] }, - "Web/HTML/Element/big": { - "modified": "2020-10-15T22:19:28.136Z", + "Web/JavaScript/Reference/Global_Objects/Math/atan": { + "modified": "2020-10-15T21:55:06.721Z", "contributors": [ - "jorgeclesio" + "fernandosavio" ] }, - "Web/HTML/Element/blink": { - "modified": "2019-03-23T22:51:55.020Z", + "Web/JavaScript/Reference/Global_Objects/Math/atan2": { + "modified": "2019-03-23T22:22:42.007Z", "contributors": [ - "TatiTheFreaK", - "ti201501", - "macalha" + "isaiasBR" ] }, - "Web/HTML/Element/blockquote": { - "modified": "2019-03-23T22:54:49.360Z", + "Web/JavaScript/Reference/Global_Objects/Math/atanh": { + "modified": "2020-10-15T21:55:07.443Z", "contributors": [ - "rafaelff", - "Barbosado", - "teoli" + "fernandosavio" ] }, - "Web/HTML/Element/body": { - "modified": "2020-06-19T20:58:40.238Z", + "Web/JavaScript/Reference/Global_Objects/Math/cbrt": { + "modified": "2020-10-15T21:58:38.295Z", "contributors": [ - "samuelmelo203", - "Clecio013", - "fbilinski", - "Ronicley", - "netoguimaraes" + "Mareken" ] }, - "Web/HTML/Element/br": { - "modified": "2019-03-23T22:30:12.009Z", + "Web/JavaScript/Reference/Global_Objects/Math/ceil": { + "modified": "2019-07-19T10:47:36.140Z", "contributors": [ - "LucasGagno" + "WilliamSakata", + "Albert.Bitencourte", + "fscarol", + "niltonfreitas_", + "teoli", + "vagnerleitte" ] }, - "Web/HTML/Element/button": { - "modified": "2020-01-06T10:39:09.221Z", + "Web/JavaScript/Reference/Global_Objects/Math/clz32": { + "modified": "2020-10-15T22:28:44.661Z", "contributors": [ - "pahbloo", - "Painatalman", - "ilariojunior", - "gulima", - "Cloves23", - "03-04-85" + "karenc-sousa", + "josimaraLima" ] }, - "Web/HTML/Element/canvas": { - "modified": "2019-03-23T23:39:11.475Z", + "Web/JavaScript/Reference/Global_Objects/Math/cos": { + "modified": "2020-10-15T22:18:27.705Z", "contributors": [ - "wbamberg", - "jorgematheus", - "MarceloBRN", - "teoli", - "jpalharini" + "Cleianderson" ] }, - "Web/HTML/Element/caption": { - "modified": "2019-05-24T13:28:15.271Z", + "Web/JavaScript/Reference/Global_Objects/Math/cosh": { + "modified": "2020-10-15T22:28:21.218Z", "contributors": [ - "duduindo", - "Ca_uai", - "ooredroxoo" + "renato.alecrim" ] }, - "Web/HTML/Element/center": { - "modified": "2020-10-15T22:19:26.722Z", + "Web/JavaScript/Reference/Global_Objects/Math/exp": { + "modified": "2019-03-23T23:15:09.889Z", "contributors": [ - "RapozaoBR", - "joaomatco213", - "jorgeclesio" + "teoli", + "haskellcamargo" ] }, - "Web/HTML/Element/cite": { - "modified": "2020-06-24T20:47:35.913Z", + "Web/JavaScript/Reference/Global_Objects/Math/expm1": { + "modified": "2020-10-15T22:31:35.332Z", "contributors": [ - "RaphaelBRodrigues", - "rodrigocode4", - "rafaelblink" + "karenc-sousa" ] }, - "Web/HTML/Element/code": { - "modified": "2020-10-15T22:20:52.767Z", + "Web/JavaScript/Reference/Global_Objects/Math/floor": { + "modified": "2019-09-13T11:05:18.946Z", "contributors": [ - "BrunoSoaresGaldino" + "maarysantos", + "fscarol", + "teoli", + "matheuslc" ] }, - "Web/HTML/Element/col": { - "modified": "2020-10-15T21:58:57.355Z", + "Web/JavaScript/Reference/Global_Objects/Math/hypot": { + "modified": "2020-10-15T21:55:03.563Z", "contributors": [ - "erikseyti" + "fernandosavio" ] }, - "Web/HTML/Element/command": { - "modified": "2019-03-23T23:38:57.259Z", + "Web/JavaScript/Reference/Global_Objects/Math/log": { + "modified": "2019-03-23T22:26:27.916Z", "contributors": [ - "wbamberg", - "teoli", - "LeonardoPacheco" + "monteiroflavio" ] }, - "Web/HTML/Element/conteúdo": { - "modified": "2020-10-15T22:25:22.827Z", + "Web/JavaScript/Reference/Global_Objects/Math/log10": { + "modified": "2019-03-23T22:26:17.000Z", "contributors": [ - "IsaqueFelipe" + "thaisdemoura", + "monteiroflavio" ] }, - "Web/HTML/Element/data": { - "modified": "2019-03-23T23:15:11.615Z", + "Web/JavaScript/Reference/Global_Objects/Math/log1p": { + "modified": "2020-10-15T22:22:08.225Z", "contributors": [ - "teoli", - "Haroldohc" + "Mathues" ] }, - "Web/HTML/Element/datalist": { - "modified": "2020-07-24T12:07:37.628Z", + "Web/JavaScript/Reference/Global_Objects/Math/log2": { + "modified": "2020-10-15T21:59:58.075Z", "contributors": [ - "mfranzke", - "wbamberg", - "teoli", - "LeonardoPacheco" + "RodolfoSilva" ] }, - "Web/HTML/Element/dd": { - "modified": "2020-10-15T22:03:52.136Z", + "Web/JavaScript/Reference/Global_Objects/Math/max": { + "modified": "2019-03-23T23:10:00.119Z", "contributors": [ - "GutuGaluppo", - "GPrimola" + "lucsrods", + "LucianoBritis", + "Thiago", + "teoli" ] }, - "Web/HTML/Element/del": { - "modified": "2019-03-23T23:05:32.110Z", + "Web/JavaScript/Reference/Global_Objects/Math/min": { + "modified": "2019-04-26T13:13:20.729Z", "contributors": [ - "minduka" + "yogmel", + "LucianoBritis" ] }, - "Web/HTML/Element/details": { - "modified": "2019-03-23T23:38:58.865Z", + "Web/JavaScript/Reference/Global_Objects/Math/pow": { + "modified": "2019-04-25T15:22:09.540Z", "contributors": [ - "wbamberg", - "teoli", - "LeonardoPacheco" + "xneuber", + "HumbsBR", + "ralphrass" ] }, - "Web/HTML/Element/dfn": { - "modified": "2019-03-23T23:15:43.009Z", + "Web/JavaScript/Reference/Global_Objects/Math/random": { + "modified": "2020-10-15T21:29:15.686Z", "contributors": [ + "Ocramoi", + "brevvi", + "WBerredo", + "fernandosavio", + "AustinFelipe", + "CasperBraske", "teoli", - "eduardojmatos" + "xhximenes" ] }, - "Web/HTML/Element/dialog": { - "modified": "2020-10-15T22:00:30.887Z", + "Web/JavaScript/Reference/Global_Objects/Math/round": { + "modified": "2019-08-15T18:47:55.871Z", "contributors": [ - "euvanribeiro", - "Genildo_Lopes", - "marceloch2", - "chicojunior" + "brunomazzardo", + "letuche", + "SphinxKnight", + "giovana-morais", + "Guimaraesmvf", + "lumathias", + "teoli", + "vagnerleitte" ] }, - "Web/HTML/Element/dir": { - "modified": "2020-10-15T22:14:38.248Z", + "Web/JavaScript/Reference/Global_Objects/Math/sign": { + "modified": "2020-10-15T21:55:40.410Z", "contributors": [ - "Mateusstslino" + "leonardocxavier.lx", + "josetepedino" ] }, - "Web/HTML/Element/div": { - "modified": "2019-03-23T23:09:09.627Z", + "Web/JavaScript/Reference/Global_Objects/Math/sin": { + "modified": "2020-10-15T22:04:54.149Z", "contributors": [ - "caioferrarezi", - "Marius2112", - "SubaruSama", - "lucrp", - "leleofg", - "marcosyoshihiro" + "raullesteves", + "LucianoDos" ] }, - "Web/HTML/Element/dl": { - "modified": "2020-10-15T21:20:22.549Z", + "Web/JavaScript/Reference/Global_Objects/Math/sinh": { + "modified": "2020-10-15T22:13:49.195Z", "contributors": [ - "GPrimola", - "niltoncsr", - "fellyph", - "pkelbert", - "teoli", - "ken210" + "taranttini" ] }, - "Web/HTML/Element/dt": { - "modified": "2019-03-23T22:48:59.353Z", + "Web/JavaScript/Reference/Global_Objects/Math/sqrt": { + "modified": "2020-10-15T21:26:04.927Z", "contributors": [ - "Jerffersonferreira", - "vtmx" + "fernandosavio", + "teoli", + "Phisichodelic" ] }, - "Web/HTML/Element/em": { - "modified": "2020-10-15T22:00:30.429Z", + "Web/JavaScript/Reference/Global_Objects/Math/tan": { + "modified": "2019-03-23T23:10:38.670Z", "contributors": [ - "rodrigocode4", - "SaggitariusA" + "brunofin" ] }, - "Web/HTML/Element/embed": { - "modified": "2020-01-23T00:06:41.612Z", + "Web/JavaScript/Reference/Global_Objects/Math/tanh": { + "modified": "2020-10-15T22:04:54.316Z", "contributors": [ - "LucasPereira", - "GPrimola", - "Tonihtml" + "LucianoDos" ] }, - "Web/HTML/Element/fieldset": { - "modified": "2019-03-18T20:42:56.564Z", + "Web/JavaScript/Reference/Global_Objects/Math/trunc": { + "modified": "2019-03-18T20:46:02.772Z", "contributors": [ - "peas", - "otavioaquino", - "brunoalv-s", - "wmerussi", - "Gregory", - "LucasGagno" + "rbuzatto", + "SphinxKnight", + "renamed" ] }, - "Web/HTML/Element/figcaption": { - "modified": "2020-10-15T22:34:28.797Z", + "Web/JavaScript/Reference/Global_Objects/NaN": { + "modified": "2020-03-12T19:40:35.675Z", "contributors": [ - "hicksf" + "trestini" ] }, - "Web/HTML/Element/figura": { - "modified": "2019-03-23T23:22:45.109Z", + "Web/JavaScript/Reference/Global_Objects/Number": { + "modified": "2019-03-18T20:45:04.310Z", "contributors": [ + "edvoidcode", "wbamberg", - "jorgeclesio", - "teoli", - "Graffitti" + "rubenfaria", + "gutoribeiro", + "olilucas", + "fscholz" ] }, - "Web/HTML/Element/footer": { - "modified": "2019-03-23T23:36:28.026Z", + "Web/JavaScript/Reference/Global_Objects/Number/EPSILON": { + "modified": "2020-10-15T22:33:22.823Z", "contributors": [ - "wbamberg", - "teoli", - "robsonds", - "ethertank" + "FernandoKGA" ] }, - "Web/HTML/Element/form": { - "modified": "2019-05-30T02:15:09.926Z", + "Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER": { + "modified": "2020-10-15T22:33:22.489Z", "contributors": [ - "jorgeclesio", - "teoli", - "perrucho" + "FernandoKGA" ] }, - "Web/HTML/Element/head": { - "modified": "2019-03-23T22:21:23.704Z", + "Web/JavaScript/Reference/Global_Objects/Number/MAX_VALUE": { + "modified": "2020-10-15T22:33:22.445Z", "contributors": [ - "mak213k" + "FernandoKGA" ] }, - "Web/HTML/Element/header": { - "modified": "2019-03-23T23:33:25.477Z", + "Web/JavaScript/Reference/Global_Objects/Number/MIN_SAFE_INTEGER": { + "modified": "2020-10-15T22:33:22.518Z", "contributors": [ - "ilariojunior", - "wbamberg", - "GPrimola", - "Humberto", - "teoli", - "regisdiogo" + "FernandoKGA" ] }, - "Web/HTML/Element/hgroup": { - "modified": "2020-10-15T21:40:04.892Z", + "Web/JavaScript/Reference/Global_Objects/Number/MIN_VALUE": { + "modified": "2020-10-15T22:33:23.068Z", "contributors": [ - "printf-ana", - "Vitor-droid", - "Maujor", - "gabrielmelo" + "FernandoKGA" ] }, - "Web/HTML/Element/hr": { - "modified": "2019-03-23T23:00:09.683Z", + "Web/JavaScript/Reference/Global_Objects/Number/NEGATIVE_INFINITY": { + "modified": "2020-10-15T22:33:22.475Z", "contributors": [ - "brunoqueiros" + "FernandoKGA" ] }, - "Web/HTML/Element/html": { - "modified": "2019-03-23T23:33:25.274Z", + "Web/JavaScript/Reference/Global_Objects/Number/NaN": { + "modified": "2019-03-23T22:21:44.421Z", "contributors": [ - "GPrimola", - "teoli", - "irvinggomes" + "caioabe" ] }, - "Web/HTML/Element/i": { - "modified": "2019-03-23T22:12:56.021Z", + "Web/JavaScript/Reference/Global_Objects/Number/POSITIVE_INFINITY": { + "modified": "2020-10-15T21:59:00.701Z", "contributors": [ - "rafaelcavalcante", - "sscaetite" + "vierno" ] }, - "Web/HTML/Element/iframe": { - "modified": "2020-10-15T21:30:21.333Z", + "Web/JavaScript/Reference/Global_Objects/Number/isFinite": { + "modified": "2020-10-15T21:59:02.386Z", "contributors": [ - "fscholz", - "wbamberg", - "RenanBirck", - "jgborges", - "marcosyoshihiro" + "dayanyrec" ] }, - "Web/HTML/Element/img": { - "modified": "2020-07-23T17:09:01.419Z", + "Web/JavaScript/Reference/Global_Objects/Number/isInteger": { + "modified": "2019-07-29T15:37:40.408Z", "contributors": [ - "jrom99", - "ilariojunior", - "Wesley-181", - "dodireis", - "Jessica7", - "andrekutianski", - "jorgeclesio", - "marcosyoshihiro" + "vitorbertulucci", + "odahcam" ] }, - "Web/HTML/Element/ins": { - "modified": "2019-03-23T23:15:01.095Z", + "Web/JavaScript/Reference/Global_Objects/Number/isNaN": { + "modified": "2019-03-23T23:10:13.820Z", "contributors": [ + "SphinxKnight", + "codermarcos", "teoli", - "Haroldohc" + "nickmarinho" ] }, - "Web/HTML/Element/label": { - "modified": "2019-09-13T15:44:10.344Z", + "Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger": { + "modified": "2020-10-15T22:23:14.691Z", "contributors": [ - "Edionay", - "jyrodrigues", - "DavidL_Santos", - "teoli", - "Nathalino_Pacheco" + "carloserocha" ] }, - "Web/HTML/Element/legend": { - "modified": "2019-03-23T22:59:55.952Z", + "Web/JavaScript/Reference/Global_Objects/Number/parseFloat": { + "modified": "2019-03-18T21:00:18.240Z", "contributors": [ - "hbmuller" + "negreirosleo", + "SphinxKnight", + "jctosta" ] }, - "Web/HTML/Element/li": { - "modified": "2019-03-23T23:14:25.501Z", + "Web/JavaScript/Reference/Global_Objects/Number/parseInt": { + "modified": "2020-10-15T22:33:24.030Z", "contributors": [ - "Aschlla", - "flpms" + "FernandoKGA" ] }, - "Web/HTML/Element/link": { - "modified": "2019-03-23T22:55:34.683Z", + "Web/JavaScript/Reference/Global_Objects/Number/toExponential": { + "modified": "2019-03-23T22:10:51.562Z", "contributors": [ - "FahMont", - "Cloves23", - "teoli", - "tabytaa", - "jgborges" + "waltton" ] }, - "Web/HTML/Element/main": { - "modified": "2019-03-23T23:03:43.266Z", + "Web/JavaScript/Reference/Global_Objects/Number/toFixed": { + "modified": "2020-10-15T21:42:57.260Z", "contributors": [ - "leandroruel", - "afonsopacifer" + "waveiro", + "akfzambrana" ] }, - "Web/HTML/Element/map": { - "modified": "2019-03-23T23:14:59.765Z", + "Web/JavaScript/Reference/Global_Objects/Number/toLocaleString": { + "modified": "2020-10-15T21:47:41.116Z", "contributors": [ - "marcelobonatto", - "teoli", - "Haroldohc" + "waveiro", + "cristiancporto", + "marcelobonatto" ] }, - "Web/HTML/Element/mark": { - "modified": "2020-10-15T21:25:22.825Z", + "Web/JavaScript/Reference/Global_Objects/Number/toPrecision": { + "modified": "2020-10-15T22:17:13.989Z", "contributors": [ - "wbamberg", - "GPrimola", - "teoli", - "fellyph" + "haist", + "milovaz" ] }, - "Web/HTML/Element/marquee": { - "modified": "2019-03-23T23:05:53.169Z", + "Web/JavaScript/Reference/Global_Objects/Number/toSource": { + "modified": "2020-10-15T22:17:14.004Z", "contributors": [ - "Synaxis", - "luis-vmjr", - "luhluzinha123", - "Fernandolrs", - "Grohden", - "KaykyB", - "mcand" + "milovaz" ] }, - "Web/HTML/Element/meta": { - "modified": "2019-03-18T20:58:16.076Z", + "Web/JavaScript/Reference/Global_Objects/Number/toString": { + "modified": "2019-03-23T22:52:50.933Z", "contributors": [ - "Expablo", - "Joaohfer", - "adnamavlis", - "Gabriela-23", - "rotirotirafa", - "programacaocriativa" + "tributus" ] }, - "Web/HTML/Element/meter": { - "modified": "2020-10-15T21:19:31.461Z", + "Web/JavaScript/Reference/Global_Objects/Number/valueOf": { + "modified": "2020-10-15T22:17:17.170Z", "contributors": [ - "fscholz", - "wbamberg", - "teoli", - "arthurpf", - "viniciuspires", - "fellyph", - "LeonardoPacheco" + "milovaz" ] }, - "Web/HTML/Element/nav": { - "modified": "2019-03-23T23:39:09.069Z", + "Web/JavaScript/Reference/Global_Objects/Object": { + "modified": "2020-10-15T21:22:46.995Z", "contributors": [ - "wbamberg", - "GPrimola", + "UPPERCASEuser", + "fscholz", + "LucianoDos", + "user2015", "teoli", - "mazulo", - "AluisioASG" + "matheusrocha89" ] }, - "Web/HTML/Element/nobr": { - "modified": "2019-03-23T23:02:27.507Z", + "Web/JavaScript/Reference/Global_Objects/Object/__defineGetter__": { + "modified": "2020-10-15T22:10:25.431Z", "contributors": [ - "acdcjunior" + "KyryIx" ] }, - "Web/HTML/Element/noscript": { - "modified": "2019-03-18T20:54:14.839Z", + "Web/JavaScript/Reference/Global_Objects/Object/__defineSetter__": { + "modified": "2020-10-15T22:34:14.134Z", "contributors": [ - "aryldo", - "jdruk", - "RobertoRodrigues" + "FernandoKGA" ] }, - "Web/HTML/Element/ol": { - "modified": "2019-03-23T23:00:24.283Z", + "Web/JavaScript/Reference/Global_Objects/Object/__lookupGetter__": { + "modified": "2020-10-15T22:01:00.255Z", "contributors": [ - "Aschlla", - "Jerffersonferreira", - "jnrbo" + "Learaujoss" ] }, - "Web/HTML/Element/optgroup": { - "modified": "2019-03-23T23:15:59.381Z", + "Web/JavaScript/Reference/Global_Objects/Object/__lookupSetter__": { + "modified": "2020-10-15T22:34:13.904Z", "contributors": [ - "teoli", - "MichelW" + "FernandoKGA" ] }, - "Web/HTML/Element/option": { - "modified": "2019-03-23T23:08:11.548Z", - "contributors": [ - "srsaude", - "masimao" + "Web/JavaScript/Reference/Global_Objects/Object/assign": { + "modified": "2020-10-15T21:38:23.637Z", + "contributors": [ + "nikolasFreitas", + "daniloazevedo", + "SphinxKnight", + "rafaelcavalcante", + "gugiserman", + "kdex", + "Jerffersonferreira", + "jhserodio", + "desoares1975", + "hbarcelos", + "HenriqueSilverio" ] }, - "Web/HTML/Element/p": { - "modified": "2020-10-15T21:30:09.624Z", + "Web/JavaScript/Reference/Global_Objects/Object/constructor": { + "modified": "2019-03-23T22:54:12.280Z", "contributors": [ - "warkentien2", - "RobMota", - "Ikebhering", - "jorgeclesio", - "marcosyoshihiro" + "chorajunior", + "lotharthesavior" ] }, - "Web/HTML/Element/picture": { - "modified": "2019-03-23T22:14:52.966Z", + "Web/JavaScript/Reference/Global_Objects/Object/create": { + "modified": "2019-03-21T08:33:13.941Z", "contributors": [ - "lionzo", - "luisfvieira", - "gepetobio", - "Fernandolrs", - "jtec-info" + "GabrielLidenor", + "andrekishimoto", + "andresales" ] }, - "Web/HTML/Element/pre": { - "modified": "2019-03-23T22:49:38.308Z", + "Web/JavaScript/Reference/Global_Objects/Object/defineProperties": { + "modified": "2019-03-23T22:07:15.693Z", "contributors": [ - "brunoaugustosilva", - "rai200890" + "KyryIx", + "LucianoDos" ] }, - "Web/HTML/Element/progress": { - "modified": "2020-10-15T21:19:22.513Z", + "Web/JavaScript/Reference/Global_Objects/Object/defineProperty": { + "modified": "2020-10-15T21:48:58.770Z", "contributors": [ - "fscholz", - "wbamberg", - "teoli", - "Athos" + "TavaresW-lima", + "luan0ap", + "luzeduardo", + "KyryIx", + "Glaydson", + "saulobmansur", + "joeltonmats", + "mshmeirelles", + "ronniery" ] }, - "Web/HTML/Element/q": { - "modified": "2020-10-15T21:53:18.961Z", + "Web/JavaScript/Reference/Global_Objects/Object/entries": { + "modified": "2020-10-15T21:53:04.423Z", "contributors": [ - "fscholz", - "murillomartins" + "mateusvelleda", + "vhfmag", + "cezaraugusto" ] }, - "Web/HTML/Element/rt": { - "modified": "2019-03-23T23:14:59.910Z", + "Web/JavaScript/Reference/Global_Objects/Object/freeze": { + "modified": "2019-05-16T22:14:31.830Z", "contributors": [ - "teoli", - "Haroldohc" + "jpsl00", + "HugoBex" ] }, - "Web/HTML/Element/ruby": { - "modified": "2019-03-23T23:15:11.786Z", + "Web/JavaScript/Reference/Global_Objects/Object/fromEntries": { + "modified": "2020-10-15T22:21:48.504Z", "contributors": [ - "ygormaximo", - "teoli", - "Haroldohc" + "soutokevin" ] }, - "Web/HTML/Element/s": { - "modified": "2020-10-15T22:24:14.325Z", + "Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDescriptor": { + "modified": "2020-10-15T21:46:28.549Z", "contributors": [ - "Rogerio-Viana" + "fscholz", + "danilobarion1986" ] }, - "Web/HTML/Element/script": { - "modified": "2020-09-11T10:57:54.213Z", + "Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDescriptors": { + "modified": "2020-10-15T22:34:14.161Z", "contributors": [ - "Aldrei", - "icaromh", - "wellington1993", - "Cloves23", - "kvnol" + "fernanduandrade" ] }, - "Web/HTML/Element/section": { - "modified": "2019-12-14T08:16:21.902Z", + "Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyNames": { + "modified": "2019-03-23T22:34:44.099Z", "contributors": [ - "lcsdeveloper", "soter19", - "digoribeiro", - "wbamberg", - "ArturGuedes", - "alisson-suzigan", - "dann", - "brunoeduardo", - "leosilva-rs", - "teoli", - "mazulo" + "deyvidyury" ] }, - "Web/HTML/Element/select": { - "modified": "2019-03-23T23:10:25.032Z", + "Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertySymbols": { + "modified": "2020-10-15T22:34:14.971Z", "contributors": [ - "srsaude", - "danilovaz" + "fernanduandrade" ] }, - "Web/HTML/Element/span": { - "modified": "2020-10-15T21:22:22.723Z", + "Web/JavaScript/Reference/Global_Objects/Object/getPrototypeOf": { + "modified": "2019-03-23T22:50:02.364Z", "contributors": [ - "almeidaalex", - "GPrimola", - "teoli", - "vagnerleitte" + "victor-borges" ] }, - "Web/HTML/Element/strong": { - "modified": "2020-04-01T13:41:40.583Z", + "Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty": { + "modified": "2019-07-24T09:59:12.961Z", "contributors": [ - "hcnunes", - "Luan-Michel", - "wcqueiroz", - "helton-mori-dev", - "brandelli", - "fvaladares", - "Felipebros", - "israeljunior", - "Eric-Madureira" + "lucasramosi", + "andremarcondesteixeira", + "KennyMack", + "teoli", + "gigaPaul" ] }, - "Web/HTML/Element/style": { - "modified": "2019-03-23T23:03:07.094Z", + "Web/JavaScript/Reference/Global_Objects/Object/is": { + "modified": "2019-03-23T22:21:14.617Z", "contributors": [ - "jvitor222", - "jgborges" + "amaralbf" ] }, - "Web/HTML/Element/summary": { - "modified": "2019-03-23T23:39:14.453Z", + "Web/JavaScript/Reference/Global_Objects/Object/isExtensible": { + "modified": "2020-10-15T22:21:49.022Z", "contributors": [ - "wbamberg", - "andrekutianski", - "IgorGoncalves", - "teoli", - "LeonardoPacheco" + "soutokevin" ] }, - "Web/HTML/Element/table": { - "modified": "2019-03-23T23:19:11.495Z", + "Web/JavaScript/Reference/Global_Objects/Object/isFrozen": { + "modified": "2020-10-15T22:20:52.994Z", "contributors": [ - "lucasjmatias", - "teoli", - "pfurtado" + "pedroprado010" ] }, - "Web/HTML/Element/template": { - "modified": "2019-03-23T22:28:18.497Z", + "Web/JavaScript/Reference/Global_Objects/Object/isPrototypeOf": { + "modified": "2020-10-15T21:57:20.725Z", "contributors": [ - "josuecintra", - "claudiolcastro", - "raphaguasta" + "SilvaCoder" ] }, - "Web/HTML/Element/textarea": { - "modified": "2020-10-15T22:08:16.624Z", + "Web/JavaScript/Reference/Global_Objects/Object/isSealed": { + "modified": "2020-10-15T22:07:55.569Z", "contributors": [ - "brasmon8351", - "Leodma", - "RicardoLovatel" + "HelcioMacedo" ] }, - "Web/HTML/Element/tfoot": { - "modified": "2020-10-15T22:22:00.242Z", + "Web/JavaScript/Reference/Global_Objects/Object/keys": { + "modified": "2019-03-23T22:47:37.261Z", "contributors": [ - "chucky515" + "kdex", + "eduardojmatos", + "ronysilvati" ] }, - "Web/HTML/Element/th": { - "modified": "2020-10-15T22:28:54.791Z", + "Web/JavaScript/Reference/Global_Objects/Object/preventExtensions": { + "modified": "2020-10-15T21:57:55.623Z", "contributors": [ - "VitorBrreto", - "Rogerio-Viana" + "saarlander", + "LucianoDos" ] }, - "Web/HTML/Element/time": { - "modified": "2019-03-23T23:34:52.239Z", + "Web/JavaScript/Reference/Global_Objects/Object/propertyIsEnumerable": { + "modified": "2020-10-15T22:32:29.322Z", "contributors": [ - "wbamberg", - "guilhermeHenryk", - "AlanCezarAraujo", - "teoli", - "fnsc.luis" + "GuilhermeVazz" ] }, - "Web/HTML/Element/title": { - "modified": "2020-10-15T21:30:07.882Z", + "Web/JavaScript/Reference/Global_Objects/Object/proto": { + "modified": "2019-03-23T22:19:51.716Z", "contributors": [ - "jpreuss", - "RobMota", - "antoniojnr", - "marcosyoshihiro" + "KyryIx", + "Treze", + "manzettidenis" ] }, - "Web/HTML/Element/track": { - "modified": "2020-10-15T22:13:43.726Z", + "Web/JavaScript/Reference/Global_Objects/Object/seal": { + "modified": "2019-03-23T22:23:03.815Z", "contributors": [ - "Auugustocesar" + "SilvaCoder" ] }, - "Web/HTML/Element/ul": { - "modified": "2019-03-23T22:26:34.814Z", + "Web/JavaScript/Reference/Global_Objects/Object/setPrototypeOf": { + "modified": "2019-03-23T22:12:04.085Z", "contributors": [ - "Aschlla" + "KyryIx", + "gutoribeiro" ] }, - "Web/HTML/Element/var": { - "modified": "2019-03-23T22:44:24.198Z", + "Web/JavaScript/Reference/Global_Objects/Object/toLocaleString": { + "modified": "2020-10-15T22:34:13.476Z", "contributors": [ - "perrucho" + "FernandoKGA" ] }, - "Web/HTML/Element/wbr": { - "modified": "2019-03-23T23:15:00.705Z", + "Web/JavaScript/Reference/Global_Objects/Object/toSource": { + "modified": "2020-10-15T22:34:16.108Z", "contributors": [ - "wbamberg", - "SphinxKnight", - "josielrocha", - "teoli", - "Haroldohc" + "rafaelflorespereira", + "FernandoKGA" ] }, - "Web/HTML/Elementos_block-level": { - "modified": "2020-02-07T04:59:22.048Z", + "Web/JavaScript/Reference/Global_Objects/Object/toString": { + "modified": "2019-03-23T23:07:48.389Z", "contributors": [ - "SphinxKnight", - "rcsilvadev", - "klisostom", - "jorgeclesio", - "MarcoBrunoBR", - "jaimemaretoli" + "AleCorrea", + "klzns" ] }, - "Web/HTML/Global_attributes": { - "modified": "2019-03-23T22:29:49.023Z", + "Web/JavaScript/Reference/Global_Objects/Object/valueOf": { + "modified": "2020-10-15T22:00:42.323Z", "contributors": [ - "GPrimola", - "UelioNobre", - "andrekutianski", - "teoli" + "MarcceloSelv" ] }, - "Web/HTML/Global_attributes/accesskey": { - "modified": "2020-10-15T22:22:48.066Z", + "Web/JavaScript/Reference/Global_Objects/Object/values": { + "modified": "2019-03-23T22:25:57.378Z", "contributors": [ - "jovair", - "brunopulis" + "gabefurlan" ] }, - "Web/HTML/Global_attributes/autocapitalize": { - "modified": "2020-10-15T22:30:46.263Z", + "Web/JavaScript/Reference/Global_Objects/Promise": { + "modified": "2020-10-19T07:58:10.031Z", "contributors": [ - "klayton" + "SphinxKnight", + "JulioDinis", + "henriquejsfj", + "mateusvelleda", + "node1111", + "ThalesRod", + "rafaelcavalcante", + "eduardoyutaka", + "WBerredo", + "filipetorres", + "fernando.ghisi", + "kdex", + "BrOrlandi", + "gabrielagabriel", + "caio_araujo", + "pauloaug", + "vbmendes", + "teoli", + "RyanFilho", + "keuller" ] }, - "Web/HTML/Global_attributes/class": { - "modified": "2019-03-23T22:29:54.038Z", + "Web/JavaScript/Reference/Global_Objects/Promise/all": { + "modified": "2020-10-15T21:38:19.432Z", "contributors": [ - "fcard" + "SphinxKnight", + "igorsamado", + "renatovassao", + "fernando-camacho", + "gustavohenke" ] }, - "Web/HTML/Global_attributes/contenteditable": { - "modified": "2020-10-15T22:31:33.906Z", + "Web/JavaScript/Reference/Global_Objects/Promise/allSettled": { + "modified": "2020-10-23T13:34:53.762Z", "contributors": [ - "ooVictorFranco" + "gabrielfdg10", + "rafaelblink" ] }, - "Web/HTML/Global_attributes/data-*": { - "modified": "2019-03-23T22:16:25.954Z", + "Web/JavaScript/Reference/Global_Objects/Promise/catch": { + "modified": "2020-10-15T21:46:01.585Z", "contributors": [ - "linconkusunoki", - "julianopoveda" + "Ronkiro", + "caiouehara", + "toruticas", + "fscholz", + "vvinhas" ] }, - "Web/HTML/Global_attributes/hidden": { - "modified": "2020-11-23T09:20:48.582Z", + "Web/JavaScript/Reference/Global_Objects/Promise/finally": { + "modified": "2020-10-15T22:09:11.734Z", "contributors": [ - "gustavando", - "eduardovivi", - "gulima", - "sheldonled" + "Rovelcio", + "tuxpilgrim" ] }, - "Web/HTML/Global_attributes/id": { - "modified": "2019-03-18T20:38:37.479Z", + "Web/JavaScript/Reference/Global_Objects/Promise/race": { + "modified": "2019-03-23T22:49:35.540Z", "contributors": [ - "digoribeiro", - "cristianofromagio" + "SphinxKnight", + "gustavohenke" ] }, - "Web/HTML/Global_attributes/itemprop": { - "modified": "2019-03-23T22:05:54.045Z", + "Web/JavaScript/Reference/Global_Objects/Promise/reject": { + "modified": "2020-10-15T21:46:17.994Z", "contributors": [ - "lucashe1997" + "fscholz", + "vbmendes" ] }, - "Web/HTML/Global_attributes/lang": { - "modified": "2020-10-15T22:14:08.418Z", + "Web/JavaScript/Reference/Global_Objects/Promise/resolve": { + "modified": "2020-10-15T21:49:25.849Z", "contributors": [ - "ViniciusMatias" + "igorc2", + "nunks", + "teogenesmoura", + "BrOrlandi", + "iFgR" ] }, - "Web/HTML/Global_attributes/tabindex": { - "modified": "2020-05-19T09:39:36.399Z", + "Web/JavaScript/Reference/Global_Objects/Promise/then": { + "modified": "2019-03-23T22:58:50.489Z", "contributors": [ - "lucasecdb", - "cristianofromagio" + "SphinxKnight", + "olegon", + "rafaelmatos20", + "lypborges" ] }, - "Web/HTML/Global_attributes/title": { - "modified": "2019-03-23T22:08:26.903Z", + "Web/JavaScript/Reference/Global_Objects/Proxy": { + "modified": "2020-10-15T21:51:59.693Z", "contributors": [ - "alisson-suzigan" + "renefb", + "Fernandolrs", + "rafaelbertelli", + "wallacemaxters", + "mshmeirelles" ] }, - "Web/HTML/HTML5": { - "modified": "2019-11-20T18:24:04.168Z", + "Web/JavaScript/Reference/Global_Objects/ReferenceError": { + "modified": "2019-03-23T22:27:53.828Z", "contributors": [ - "sambrmg", - "Fernandolrs", - "matheussilvasantos", - "netoguimaraes", - "jaimemaretoli", - "macalha", - "teoli", - "lfelipev", - "leandro2103", - "rodrigopadula", - "mauricio.araldi", - "PedroFelipe", - "phenriqueleao", - "apereira2001", - "RodrigoAlmeidaSp" + "liliansilva" ] }, - "Web/HTML/HTML5/Introduction_to_HTML5": { - "modified": "2019-03-23T23:38:50.368Z", + "Web/JavaScript/Reference/Global_Objects/Reflect": { + "modified": "2020-06-26T00:19:16.395Z", "contributors": [ - "flmidia", - "teoli", - "eduardodx" + "Marcelo-Rodrigues", + "chicoria", + "Keony", + "Pedrinho", + "eduardoyuidy", + "fscholz" ] }, - "Web/HTML/Inline_elemente": { - "modified": "2019-03-23T23:13:50.417Z", + "Web/JavaScript/Reference/Global_Objects/Reflect/apply": { + "modified": "2019-03-23T22:25:21.456Z", "contributors": [ - "rennan.martini" + "alinemorelli" ] }, - "Web/HTML/Optimizing_your_pages_for_speculative_parsing": { - "modified": "2019-03-23T23:35:26.036Z", + "Web/JavaScript/Reference/Global_Objects/Reflect/construct": { + "modified": "2020-10-15T22:17:42.172Z", "contributors": [ - "teoli", - "claudio.adalberto.silva" + "felipefabreu" ] }, - "Web/HTML/Preloading_content": { - "modified": "2020-10-15T22:14:26.980Z", + "Web/JavaScript/Reference/Global_Objects/Reflect/defineProperty": { + "modified": "2020-10-15T22:31:07.123Z", "contributors": [ - "BeatrizCavallieri", - "w4rlooc", - "duduindo", - "philgruneich", - "tuliocribeiro", - "Expablo" + "Marcelo-Rodrigues" ] }, - "Web/HTML/Quirks_Mode_and_Standards_Mode": { - "modified": "2019-03-23T23:05:38.681Z", + "Web/JavaScript/Reference/Global_Objects/Reflect/set": { + "modified": "2019-03-18T20:36:06.411Z", "contributors": [ - "chrisdavidmills", - "criskubiaki", - "luisOtavio", - "macalha" + "georgelima" ] }, - "Web/HTML/ReferenciaHTML": { - "modified": "2019-09-09T07:19:45.753Z", + "Web/JavaScript/Reference/Global_Objects/RegExp": { + "modified": "2019-11-07T22:08:21.265Z", "contributors": [ - "SphinxKnight", - "julio-elipse", + "helton-mori-dev", + "jaimemnds", + "patrickjonesdsc", "wbamberg", - "dricupello", - "fabianosantos.net" + "danieltex", + "matheussilvasantos", + "Bruno_Lopes" ] }, - "Web/HTML/Using_HTML5_audio_and_video": { - "modified": "2019-03-23T23:39:05.441Z", + "Web/JavaScript/Reference/Global_Objects/RegExp/compile": { + "modified": "2020-10-15T22:19:19.959Z", "contributors": [ - "diogocezar", - "rubensnovaes", - "teoli", - "just_peter", - "Junior201313", - "eduardodx", - "LeonardoPacheco" + "Fernandolrs" ] }, - "Web/HTML/Using_the_application_cache": { - "modified": "2019-03-23T23:33:12.384Z", + "Web/JavaScript/Reference/Global_Objects/RegExp/exec": { + "modified": "2019-03-23T22:11:00.508Z", "contributors": [ - "Etrusco", - "isaiasBR", - "bruno-vaz", - "Jerffersonferreira", - "fabianosantos.net", - "wmsbill", - "rogeriomoraessp", - "teoli", - "ethertank", - "netfuzzer123" + "andremendonca", + "rafaelcavalcante", + "WagnerSilveira" ] }, - "Web/HTML/favicon": { - "modified": "2019-05-05T00:27:21.844Z", + "Web/JavaScript/Reference/Global_Objects/RegExp/ignoreCase": { + "modified": "2020-10-15T22:33:56.561Z", "contributors": [ - "willianpascoal" + "alvarez86" ] }, - "Web/HTML/formatos_midia_suportados": { - "modified": "2019-03-23T22:44:08.372Z", + "Web/JavaScript/Reference/Global_Objects/RegExp/sticky": { + "modified": "2020-10-15T22:18:20.521Z", "contributors": [ - "MarceloBonifazio", - "yuriploc", - "brunoeduardo" - ] - }, - "Web/HTML/microformatos": { - "modified": "2019-09-03T11:27:26.864Z", - "contributors": [ - "luisfvieira" + "saulobmansur" ] }, - "Web/HTTP": { - "modified": "2020-09-23T19:42:27.917Z", + "Web/JavaScript/Reference/Global_Objects/RegExp/test": { + "modified": "2020-09-05T00:20:04.652Z", "contributors": [ - "viniciusfinger", - "Rech", - "julio-elipse", - "0limpi0", - "Schieck", - "andrekutianski", - "jeanonline", - "akwaryo", - "megaday", - "Anonymous" + "alvarez86", + "Bagata", + "igorc2", + "felipericardo", + "iFgR" ] }, - "Web/HTTP/Authentication": { - "modified": "2019-03-18T20:54:05.177Z", + "Web/JavaScript/Reference/Global_Objects/Set": { + "modified": "2020-10-15T21:30:09.930Z", "contributors": [ - "ViniciusMatias" + "wellpardim10", + "leo-ls", + "emiyasaki", + "GarkGarcia", + "SphinxKnight", + "Davidpsjunior", + "EdJr" ] }, - "Web/HTTP/Basico_sobre_HTTP": { - "modified": "2019-03-18T20:54:14.334Z", + "Web/JavaScript/Reference/Global_Objects/Set/add": { + "modified": "2019-08-12T18:33:12.776Z", "contributors": [ - "mauromattos00", - "wdot789" + "lucsrods", + "Davidpsjunior" ] }, - "Web/HTTP/Basico_sobre_HTTP/Identifying_resources_on_the_Web": { - "modified": "2019-03-23T22:04:02.281Z", + "Web/JavaScript/Reference/Global_Objects/Set/clear": { + "modified": "2019-03-23T22:31:32.028Z", "contributors": [ - "krisfertig", - "rbertoche", - "marciioluucas" + "Davidpsjunior" ] }, - "Web/HTTP/Basico_sobre_HTTP/MIME_types": { - "modified": "2019-12-16T17:35:45.160Z", + "Web/JavaScript/Reference/Global_Objects/Set/delete": { + "modified": "2019-03-23T22:31:37.586Z", "contributors": [ - "JpOnline", - "hugojunior", - "marcusedu" + "Davidpsjunior" ] }, - "Web/HTTP/Basico_sobre_HTTP/MIME_types/Complete_list_of_MIME_types": { - "modified": "2019-03-23T22:04:21.860Z", + "Web/JavaScript/Reference/Global_Objects/Set/entries": { + "modified": "2019-03-23T22:31:39.376Z", "contributors": [ - "khalid_ait", - "berbare", - "lpdouglas" + "Davidpsjunior" ] }, - "Web/HTTP/CORS/Errors": { - "modified": "2019-03-18T21:20:00.561Z", + "Web/JavaScript/Reference/Global_Objects/Set/has": { + "modified": "2020-10-15T22:22:02.385Z", "contributors": [ - "nchevobbe" + "lucsrods" ] }, - "Web/HTTP/CORS/Errors/CORSDidNotSucceed": { - "modified": "2020-07-16T19:35:30.072Z", + "Web/JavaScript/Reference/Global_Objects/Set/values": { + "modified": "2020-10-15T22:22:15.454Z", "contributors": [ - "uilmo.carneiro", - "giovana-morais" + "chicabomb" ] }, - "Web/HTTP/CORS/Errors/CORSMissingAllowOrigin": { - "modified": "2019-08-15T10:13:47.925Z", + "Web/JavaScript/Reference/Global_Objects/String": { + "modified": "2019-03-23T23:14:51.438Z", "contributors": [ - "tinogomes" + "wbamberg", + "coloringa", + "brunopulis", + "user2015", + "Marcus_xpt", + "rmello", + "teoli", + "nicholasess", + "fscholz" ] }, - "Web/HTTP/CORS/Errors/CORSNotSupportingCredentials": { - "modified": "2020-11-04T12:36:34.140Z", + "Web/JavaScript/Reference/Global_Objects/String/@@iterator": { + "modified": "2020-10-16T00:11:07.868Z", "contributors": [ - "matruskan" + "ricardo.passos.cr", + "vmardss" ] }, - "Web/HTTP/CORS/Errors/CORSRequestNotHttp": { - "modified": "2020-07-24T12:02:11.941Z", + "Web/JavaScript/Reference/Global_Objects/String/Trim": { + "modified": "2020-10-16T00:00:03.933Z", "contributors": [ - "aguiar02", - "gabrielalves96" + "ricardo.passos.cr", + "coloringa", + "GlauberF", + "Webysther" ] }, - "Web/HTTP/CSP": { - "modified": "2020-10-20T08:49:00.342Z", + "Web/JavaScript/Reference/Global_Objects/String/anchor": { + "modified": "2020-10-15T22:35:00.314Z", "contributors": [ - "lucasrenod", - "cafweb", - "macalha", - "rosemberglpi", - "hllrsr", - "jwhitlock", - "pedrotcaraujo", - "meldenne" + "ricardo.passos.cr" ] }, - "Web/HTTP/Compressão": { - "modified": "2019-03-18T21:19:41.947Z", + "Web/JavaScript/Reference/Global_Objects/String/big": { + "modified": "2020-10-15T22:35:01.913Z", "contributors": [ - "krisfertig" + "ricardo.passos.cr" ] }, - "Web/HTTP/Content_negotiation": { - "modified": "2019-10-26T16:55:23.137Z", + "Web/JavaScript/Reference/Global_Objects/String/blink": { + "modified": "2020-10-15T22:35:01.790Z", "contributors": [ - "felipelube", - "Jürgen Jeka" + "ricardo.passos.cr" ] }, - "Web/HTTP/Content_negotiation/List_of_default_Accept_values": { - "modified": "2019-06-29T15:45:26.059Z", + "Web/JavaScript/Reference/Global_Objects/String/bold": { + "modified": "2020-10-15T22:35:02.301Z", "contributors": [ - "rafaelff" + "ricardo.passos.cr" ] }, - "Web/HTTP/Controle_Acesso_CORS": { - "modified": "2020-10-15T21:51:46.835Z", + "Web/JavaScript/Reference/Global_Objects/String/charAt": { + "modified": "2020-10-09T12:22:30.996Z", "contributors": [ - "kenchen12", - "herculan0", - "joao-rafael", - "Rondinelly", - "lshumbleprogrammer", - "rbuzatto", - "paulocoe", - "marcosalpereira", - "rodolphopicolo", - "guilhermeiobbi", - "art", - "xikaos", - "andrekutianski" + "ricardo.passos.cr", + "ShadYueh", + "LucianoBritis" ] }, - "Web/HTTP/Cookies": { - "modified": "2020-05-19T15:14:13.958Z", + "Web/JavaScript/Reference/Global_Objects/String/charCodeAt": { + "modified": "2020-10-09T12:26:04.591Z", "contributors": [ - "eestein", - "helton-mori-dev", - "julio-elipse", - "gabcs07" + "ricardo.passos.cr", + "proxy-chan", + "NicholasBraga" ] }, - "Web/HTTP/Feature_Policy": { - "modified": "2020-10-15T22:32:05.540Z", + "Web/JavaScript/Reference/Global_Objects/String/codePointAt": { + "modified": "2020-11-02T09:15:45.248Z", "contributors": [ - "mfuji09" + "FernandoKGA", + "ricardo.passos.cr" ] }, - "Web/HTTP/Feature_Policy/Using_Feature_Policy": { - "modified": "2020-07-20T20:48:22.250Z", + "Web/JavaScript/Reference/Global_Objects/String/concat": { + "modified": "2020-10-09T16:58:32.740Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "gusleindecker", + "LucianoMedeiros" ] }, - "Web/HTTP/Gerenciamento_de_Conexão_em_HTTP_1.x": { - "modified": "2019-03-23T22:25:52.431Z", + "Web/JavaScript/Reference/Global_Objects/String/endsWith": { + "modified": "2020-10-15T21:56:21.169Z", "contributors": [ - "Fernandolrs", - "DiegoTelles" + "ricardo.passos.cr", + "houstondapaz", + "marceloogeda" ] }, - "Web/HTTP/HTTP": { - "modified": "2020-01-20T16:42:39.746Z", + "Web/JavaScript/Reference/Global_Objects/String/fixed": { + "modified": "2020-10-15T22:35:03.509Z", "contributors": [ - "Neiva07", - "henry700", - "GPrimola", - "coloringa" + "ricardo.passos.cr" ] }, - "Web/HTTP/Headers": { - "modified": "2020-08-02T21:34:50.722Z", + "Web/JavaScript/Reference/Global_Objects/String/fontcolor": { + "modified": "2020-10-15T22:35:02.895Z", "contributors": [ - "gutoribeiro", - "davidalves1", - "eziotristao", - "helton-mori-dev", - "secato", - "pedroberbel", - "GPrimola", - "luiz787", - "Lazz", - "yagoazedias", - "fscholz", - "andrekutianski" + "ricardo.passos.cr" ] }, - "Web/HTTP/Headers/Accept": { - "modified": "2020-10-15T22:26:07.441Z", + "Web/JavaScript/Reference/Global_Objects/String/fontsize": { + "modified": "2020-10-15T22:35:04.374Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr" ] }, - "Web/HTTP/Headers/Accept-CH": { - "modified": "2020-10-15T22:26:08.419Z", + "Web/JavaScript/Reference/Global_Objects/String/fromCharCode": { + "modified": "2020-10-15T23:47:01.302Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "NicholasBraga" ] }, - "Web/HTTP/Headers/Accept-CH-Lifetime": { - "modified": "2020-10-15T22:26:09.466Z", + "Web/JavaScript/Reference/Global_Objects/String/fromCodePoint": { + "modified": "2020-10-09T12:25:02.641Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "LucasPereira", + "SphinxKnight", + "CesarBalzer" ] }, - "Web/HTTP/Headers/Accept-Charset": { - "modified": "2020-10-15T22:26:09.572Z", + "Web/JavaScript/Reference/Global_Objects/String/includes": { + "modified": "2020-10-15T21:41:15.485Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "brasmon8351", + "mateusvelleda", + "SphinxKnight", + "marlonmleite", + "brunolellis" ] }, - "Web/HTTP/Headers/Accept-Encoding": { - "modified": "2020-10-15T22:26:26.705Z", + "Web/JavaScript/Reference/Global_Objects/String/indexOf": { + "modified": "2020-10-15T21:28:05.356Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "mateusvelleda", + "Leokuma", + "suyfranca", + "badiale", + "vspedr", + "diegoarcega", + "teoli", + "nicholasess" ] }, - "Web/HTTP/Headers/Accept-Language": { - "modified": "2020-10-15T22:21:08.686Z", + "Web/JavaScript/Reference/Global_Objects/String/italics": { + "modified": "2020-10-15T22:35:03.387Z", "contributors": [ - "kibutzzz" + "ricardo.passos.cr" ] }, - "Web/HTTP/Headers/Accept-Patch": { - "modified": "2020-10-15T22:26:27.309Z", + "Web/JavaScript/Reference/Global_Objects/String/lastIndexOf": { + "modified": "2020-10-09T15:25:04.260Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "mfelippi" ] }, - "Web/HTTP/Headers/Accept-Ranges": { - "modified": "2020-10-15T22:26:36.739Z", + "Web/JavaScript/Reference/Global_Objects/String/length": { + "modified": "2020-10-10T15:37:30.908Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "Gemacedo", + "solangealmn", + "fernandomalmeida" ] }, - "Web/HTTP/Headers/Access-Control-Allow-Credentials": { - "modified": "2020-10-15T22:26:50.350Z", + "Web/JavaScript/Reference/Global_Objects/String/link": { + "modified": "2020-10-15T22:35:03.504Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr" ] }, - "Web/HTTP/Headers/Access-Control-Allow-Headers": { - "modified": "2020-10-15T22:26:53.489Z", + "Web/JavaScript/Reference/Global_Objects/String/localeCompare": { + "modified": "2020-11-02T09:27:21.616Z", "contributors": [ - "FernandoKGA" + "FernandoKGA", + "ricardo.passos.cr" ] }, - "Web/HTTP/Headers/Access-Control-Allow-Methods": { - "modified": "2020-10-15T22:26:56.233Z", + "Web/JavaScript/Reference/Global_Objects/String/match": { + "modified": "2020-10-10T11:58:28.242Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "brasmon8351", + "Laercio89", + "jgspaiva", + "soutomario", + "henriquejensen", + "naccarati", + "teoli", + "Nathalino_Pacheco" ] }, - "Web/HTTP/Headers/Access-Control-Allow-Origin": { - "modified": "2020-10-15T22:02:18.454Z", + "Web/JavaScript/Reference/Global_Objects/String/matchAll": { + "modified": "2020-10-15T22:35:13.784Z", "contributors": [ - "francinysalles", - "jkdrangel" + "ricardo.passos.cr" ] }, - "Web/HTTP/Headers/Access-Control-Expose-Headers": { - "modified": "2020-10-15T22:27:11.135Z", + "Web/JavaScript/Reference/Global_Objects/String/normalize": { + "modified": "2020-10-15T21:57:14.941Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "andrefranca92" ] }, - "Web/HTTP/Headers/Access-Control-Max-Age": { - "modified": "2020-10-15T22:27:11.158Z", + "Web/JavaScript/Reference/Global_Objects/String/padEnd": { + "modified": "2020-10-15T22:09:36.225Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "rbuzatto" ] }, - "Web/HTTP/Headers/Access-Control-Request-Headers": { - "modified": "2020-10-15T22:07:42.625Z", + "Web/JavaScript/Reference/Global_Objects/String/padStart": { + "modified": "2020-10-15T22:12:29.113Z", "contributors": [ - "EversonRRMoura" + "ricardo.passos.cr", + "rbuzatto" ] }, - "Web/HTTP/Headers/Access-Control-Request-Method": { - "modified": "2020-10-15T22:27:11.209Z", + "Web/JavaScript/Reference/Global_Objects/String/raw": { + "modified": "2020-11-02T09:59:22.925Z", "contributors": [ - "FernandoKGA" + "FernandoKGA", + "ricardo.passos.cr", + "Werner1201" ] }, - "Web/HTTP/Headers/Age": { - "modified": "2020-10-15T22:07:25.015Z", + "Web/JavaScript/Reference/Global_Objects/String/repeat": { + "modified": "2020-10-15T22:05:59.737Z", "contributors": [ - "jamrocha" + "ricardo.passos.cr", + "liddack" ] }, - "Web/HTTP/Headers/Allow": { - "modified": "2020-02-11T10:36:24.890Z", + "Web/JavaScript/Reference/Global_Objects/String/replace": { + "modified": "2020-10-11T21:06:21.721Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "PedroMarianoAlmeida", + "xitiu", + "soutomario", + "BrOrlandi", + "solangealmn", + "acdcjunior", + "mazulo" ] }, - "Web/HTTP/Headers/Alt-Svc": { - "modified": "2020-10-15T22:27:23.038Z", + "Web/JavaScript/Reference/Global_Objects/String/replaceAll": { + "modified": "2020-10-15T22:33:05.718Z", "contributors": [ + "ricardo.passos.cr", "FernandoKGA" ] }, - "Web/HTTP/Headers/Authorization": { - "modified": "2020-02-15T01:32:30.446Z", + "Web/JavaScript/Reference/Global_Objects/String/search": { + "modified": "2020-10-13T21:00:52.211Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "stroparo" ] }, - "Web/HTTP/Headers/Cache-Control": { - "modified": "2020-10-22T20:01:06.178Z", + "Web/JavaScript/Reference/Global_Objects/String/slice": { + "modified": "2020-10-13T21:05:35.776Z", "contributors": [ - "rogeriodegoiania", - "jamrocha" + "ricardo.passos.cr", + "miguel.velasques", + "nstseek", + "gkaneto", + "andresmachado", + "brunopulis" ] }, - "Web/HTTP/Headers/Clear-Site-Data": { - "modified": "2020-10-15T22:27:31.884Z", + "Web/JavaScript/Reference/Global_Objects/String/small": { + "modified": "2020-10-15T22:35:17.508Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr" ] }, - "Web/HTTP/Headers/Conexão": { - "modified": "2020-10-15T22:08:10.001Z", + "Web/JavaScript/Reference/Global_Objects/String/split": { + "modified": "2020-10-13T22:09:32.003Z", "contributors": [ - "FernandoKGA", - "duduindo", - "mrseoliveira" + "ricardo.passos.cr", + "gabriel_cadu", + "NicholasBraga" ] }, - "Web/HTTP/Headers/Content-Disposition": { - "modified": "2020-10-15T22:27:55.693Z", + "Web/JavaScript/Reference/Global_Objects/String/startsWith": { + "modified": "2020-10-15T21:41:07.642Z", "contributors": [ - "eduardocruz", - "FernandoKGA" + "ricardo.passos.cr", + "santoyx", + "georgebias", + "SphinxKnight", + "renanmfd", + "eklam" ] }, - "Web/HTTP/Headers/Content-Encoding": { - "modified": "2020-10-15T22:27:52.523Z", + "Web/JavaScript/Reference/Global_Objects/String/strike": { + "modified": "2020-10-15T22:35:17.757Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr" ] }, - "Web/HTTP/Headers/Content-Language": { - "modified": "2020-10-15T22:14:20.024Z", + "Web/JavaScript/Reference/Global_Objects/String/sub": { + "modified": "2020-10-14T00:19:40.694Z", "contributors": [ - "coloringa" + "ricardo.passos.cr", + "netstudenton" ] }, - "Web/HTTP/Headers/Content-Length": { - "modified": "2020-10-15T22:09:26.720Z", + "Web/JavaScript/Reference/Global_Objects/String/substr": { + "modified": "2020-10-15T21:59:06.950Z", "contributors": [ - "jamrocha" + "ricardo.passos.cr", + "marceloogeda" ] }, - "Web/HTTP/Headers/Content-Location": { - "modified": "2020-10-15T22:25:41.262Z", + "Web/JavaScript/Reference/Global_Objects/String/substring": { + "modified": "2020-10-14T01:32:35.715Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "evertonsilva", + "gusleindecker", + "brunodsgn", + "luis.kaufmann.silva" ] }, - "Web/HTTP/Headers/Content-Range": { - "modified": "2020-10-15T22:29:25.800Z", + "Web/JavaScript/Reference/Global_Objects/String/sup": { + "modified": "2020-10-15T22:35:18.049Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr" ] }, - "Web/HTTP/Headers/Content-Security-Policy": { - "modified": "2020-10-15T22:29:29.169Z", + "Web/JavaScript/Reference/Global_Objects/String/toLocaleLowerCase": { + "modified": "2020-11-02T09:37:28.971Z", "contributors": [ - "FernandoKGA" + "FernandoKGA", + "ricardo.passos.cr" ] }, - "Web/HTTP/Headers/Content-Security-Policy-Report-Only": { - "modified": "2020-10-15T22:31:19.501Z", + "Web/JavaScript/Reference/Global_Objects/String/toLocaleUpperCase": { + "modified": "2020-11-02T09:32:27.542Z", "contributors": [ - "FernandoKGA" + "FernandoKGA", + "ricardo.passos.cr" ] }, - "Web/HTTP/Headers/Content-Type": { - "modified": "2020-10-15T21:55:31.773Z", + "Web/JavaScript/Reference/Global_Objects/String/toLowerCase": { + "modified": "2020-10-14T02:14:21.974Z", "contributors": [ - "khaosdoctor" + "ricardo.passos.cr", + "JaconsMorais" ] }, - "Web/HTTP/Headers/Cookie": { - "modified": "2020-10-15T22:29:26.513Z", + "Web/JavaScript/Reference/Global_Objects/String/toSource": { + "modified": "2020-10-14T02:19:39.086Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "teoli", + "netstudenton" ] }, - "Web/HTTP/Headers/Cookie2": { - "modified": "2020-10-15T22:29:27.166Z", + "Web/JavaScript/Reference/Global_Objects/String/toString": { + "modified": "2020-10-14T02:23:54.563Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "mfelippi" ] }, - "Web/HTTP/Headers/Cross-Origin-Resource-Policy": { - "modified": "2020-10-15T22:29:30.347Z", + "Web/JavaScript/Reference/Global_Objects/String/toUpperCase": { + "modified": "2020-10-15T23:55:31.039Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "PTPAC", + "marcelobonatto" ] }, - "Web/HTTP/Headers/DNT": { - "modified": "2020-10-15T22:29:39.511Z", + "Web/JavaScript/Reference/Global_Objects/String/trimEnd": { + "modified": "2020-10-16T00:03:20.779Z", "contributors": [ + "ricardo.passos.cr", + "pedrollmatias", "FernandoKGA" ] }, - "Web/HTTP/Headers/DPR": { - "modified": "2020-10-15T22:29:39.224Z", + "Web/JavaScript/Reference/Global_Objects/String/trimStart": { + "modified": "2020-10-16T00:05:21.145Z", "contributors": [ + "ricardo.passos.cr", "FernandoKGA" ] }, - "Web/HTTP/Headers/Date": { - "modified": "2020-10-15T22:31:16.510Z", + "Web/JavaScript/Reference/Global_Objects/String/valueOf": { + "modified": "2020-10-16T00:08:38.848Z", "contributors": [ - "FernandoKGA" + "ricardo.passos.cr", + "rodcantanhede" ] }, - "Web/HTTP/Headers/Device-Memory": { - "modified": "2020-10-15T22:31:19.616Z", + "Web/JavaScript/Reference/Global_Objects/Symbol": { + "modified": "2020-09-15T10:43:33.383Z", "contributors": [ - "FernandoKGA" + "fernanduandrade", + "leandrobudau", + "iurevguimaraes", + "emersonbroga", + "SphinxKnight", + "colares", + "kdex", + "Grohden", + "raduq", + "astesio", + "AlanCezarAraujo" ] }, - "Web/HTTP/Headers/Digest": { - "modified": "2020-10-15T22:31:16.637Z", + "Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator": { + "modified": "2020-10-15T22:34:24.437Z", "contributors": [ - "FernandoKGA" + "fernanduandrade" ] }, - "Web/HTTP/Headers/ETag": { - "modified": "2020-10-15T22:31:10.148Z", + "Web/JavaScript/Reference/Global_Objects/Symbol/description": { + "modified": "2020-10-15T22:34:29.672Z", "contributors": [ - "deniscapeto", - "augustowebd.mozilla", - "MoraisG" + "fernanduandrade" ] }, - "Web/HTTP/Headers/Early-Data": { - "modified": "2020-10-15T22:31:17.142Z", + "Web/JavaScript/Reference/Global_Objects/Symbol/hasInstance": { + "modified": "2019-03-23T22:24:54.749Z", "contributors": [ - "FernandoKGA" + "GoToLoop" ] }, - "Web/HTTP/Headers/Expect": { - "modified": "2020-10-15T22:31:20.718Z", + "Web/JavaScript/Reference/Global_Objects/Symbol/isConcatSpreadable": { + "modified": "2020-10-15T22:34:26.103Z", "contributors": [ - "FernandoKGA" + "fernanduandrade" ] }, - "Web/HTTP/Headers/Expect-CT": { - "modified": "2020-10-15T22:31:22.739Z", + "Web/JavaScript/Reference/Global_Objects/Symbol/iterator": { + "modified": "2020-10-15T22:34:27.073Z", "contributors": [ - "FernandoKGA" + "fernanduandrade" ] }, - "Web/HTTP/Headers/Expires": { - "modified": "2020-10-15T22:07:21.086Z", + "Web/JavaScript/Reference/Global_Objects/Symbol/match": { + "modified": "2020-10-15T22:34:29.871Z", "contributors": [ - "SphinxKnight", - "jamrocha" + "fernanduandrade" ] }, - "Web/HTTP/Headers/Feature-Policy": { - "modified": "2020-10-15T22:32:03.095Z", + "Web/JavaScript/Reference/Global_Objects/Symbol/matchAll": { + "modified": "2020-10-15T22:34:29.939Z", "contributors": [ - "FernandoKGA" + "fernanduandrade" ] }, - "Web/HTTP/Headers/Forwarded": { - "modified": "2020-10-15T22:31:19.681Z", + "Web/JavaScript/Reference/Global_Objects/Symbol/replace": { + "modified": "2020-10-15T22:34:29.718Z", "contributors": [ - "FernandoKGA" + "fernanduandrade" ] }, - "Web/HTTP/Headers/From": { - "modified": "2020-10-15T22:31:17.738Z", + "Web/JavaScript/Reference/Global_Objects/Symbol/search": { + "modified": "2020-10-15T22:34:30.027Z", "contributors": [ - "FernandoKGA" + "fernanduandrade" ] }, - "Web/HTTP/Headers/Host": { - "modified": "2020-10-15T21:56:25.368Z", + "Web/JavaScript/Reference/Global_Objects/Symbol/species": { + "modified": "2020-10-15T22:34:30.020Z", "contributors": [ - "cesarvn2010" + "fernanduandrade" ] }, - "Web/HTTP/Headers/If-Match": { - "modified": "2020-10-15T22:31:31.434Z", + "Web/JavaScript/Reference/Global_Objects/Symbol/split": { + "modified": "2020-10-15T22:34:24.566Z", "contributors": [ - "FernandoKGA" + "fernanduandrade" ] }, - "Web/HTTP/Headers/If-Modified-Since": { - "modified": "2020-10-15T21:56:17.428Z", + "Web/JavaScript/Reference/Global_Objects/Symbol/toPrimitive": { + "modified": "2020-10-15T22:34:30.039Z", "contributors": [ - "WaGjUb" + "fernanduandrade" ] }, - "Web/HTTP/Headers/If-None-Match": { - "modified": "2020-10-15T22:31:32.703Z", + "Web/JavaScript/Reference/Global_Objects/Symbol/toStringTag": { + "modified": "2020-10-15T22:34:30.237Z", "contributors": [ - "FernandoKGA" + "fernanduandrade" ] }, - "Web/HTTP/Headers/If-Range": { - "modified": "2020-10-15T22:31:33.474Z", + "Web/JavaScript/Reference/Global_Objects/Symbol/unscopables": { + "modified": "2020-10-15T22:34:31.078Z", "contributors": [ - "FernandoKGA" + "fernanduandrade" ] }, - "Web/HTTP/Headers/If-Unmodified-Since": { - "modified": "2020-10-15T22:05:25.445Z", + "Web/JavaScript/Reference/Global_Objects/TypeError": { + "modified": "2019-03-23T22:46:29.217Z", "contributors": [ - "gnuns", - "francinysalles" + "haskellcamargo", + "bernardodill" ] }, - "Web/HTTP/Headers/Keep-Alive": { - "modified": "2020-10-15T22:18:39.285Z", + "Web/JavaScript/Reference/Global_Objects/TypedArray": { + "modified": "2019-03-23T22:12:24.054Z", "contributors": [ - "pedrochaves", - "luan0ap" + "fscholz" ] }, - "Web/HTTP/Headers/Large-Allocation": { - "modified": "2020-10-15T22:31:49.734Z", + "Web/JavaScript/Reference/Global_Objects/TypedArray/sort": { + "modified": "2019-03-23T22:12:28.316Z", "contributors": [ - "FernandoKGA" + "joaovinicius" ] }, - "Web/HTTP/Headers/Last-Modified": { - "modified": "2020-10-15T21:56:35.716Z", + "Web/JavaScript/Reference/Global_Objects/WeakMap": { + "modified": "2020-10-15T21:27:55.448Z", "contributors": [ - "cesarvn2010" + "jotaRenan", + "mnunes01", + "SphinxKnight", + "codermarcos", + "kdex", + "thiagohora", + "teoli", + "gabrielrubens" ] }, - "Web/HTTP/Headers/Link": { - "modified": "2020-10-15T22:31:34.762Z", + "Web/JavaScript/Reference/Global_Objects/WeakMap/delete": { + "modified": "2020-10-15T22:09:31.522Z", "contributors": [ - "FernandoKGA" + "rodrigocode4" ] }, - "Web/HTTP/Headers/Localização": { - "modified": "2020-10-15T22:25:31.903Z", + "Web/JavaScript/Reference/Global_Objects/WeakMap/get": { + "modified": "2020-10-15T22:13:57.372Z", "contributors": [ - "FernandoKGA" + "jotaRenan" ] }, - "Web/HTTP/Headers/NEL": { - "modified": "2020-07-08T20:29:31.709Z", + "Web/JavaScript/Reference/Global_Objects/WeakMap/has": { + "modified": "2020-10-15T22:13:54.938Z", "contributors": [ - "FernandoKGA" + "jotaRenan" ] }, - "Web/HTTP/Headers/Origin": { - "modified": "2020-10-15T22:31:35.312Z", + "Web/JavaScript/Reference/Global_Objects/WeakMap/set": { + "modified": "2020-10-15T22:13:54.974Z", "contributors": [ - "FernandoKGA" + "jotaRenan" ] }, - "Web/HTTP/Headers/Pragma": { - "modified": "2020-10-15T22:31:35.228Z", + "Web/JavaScript/Reference/Global_Objects/WeakSet": { + "modified": "2019-03-23T22:01:31.430Z", "contributors": [ - "FernandoKGA" + "daniloprates" ] }, - "Web/HTTP/Headers/Proxy-Authenticate": { - "modified": "2020-10-15T22:31:36.533Z", + "Web/JavaScript/Reference/Global_Objects/decodeURI": { + "modified": "2020-10-15T22:12:38.394Z", "contributors": [ - "FernandoKGA" + "murillodmiranda" ] }, - "Web/HTTP/Headers/Proxy-Authorization": { - "modified": "2020-07-09T11:07:07.810Z", + "Web/JavaScript/Reference/Global_Objects/decodeURIComponent": { + "modified": "2020-03-12T19:42:51.399Z", "contributors": [ - "FernandoKGA" + "jhonnymoreira" ] }, - "Web/HTTP/Headers/Public-Key-Pins": { - "modified": "2020-10-15T22:31:35.978Z", + "Web/JavaScript/Reference/Global_Objects/encodeURI": { + "modified": "2020-10-19T23:50:41.182Z", "contributors": [ "FernandoKGA" ] }, - "Web/HTTP/Headers/Public-Key-Pins-Report-Only": { - "modified": "2020-10-15T22:31:47.341Z", + "Web/JavaScript/Reference/Global_Objects/encodeURIComponent": { + "modified": "2020-03-12T19:42:13.212Z", "contributors": [ - "FernandoKGA" + "duduindo", + "lucascosta", + "fabriciofrontarolli", + "TiagoNeves" ] }, - "Web/HTTP/Headers/Range": { - "modified": "2020-10-15T22:31:38.126Z", + "Web/JavaScript/Reference/Global_Objects/escape": { + "modified": "2020-03-12T19:43:31.007Z", "contributors": [ - "FernandoKGA" + "KennyMack" ] }, - "Web/HTTP/Headers/Referer": { - "modified": "2020-10-15T22:26:06.843Z", + "Web/JavaScript/Reference/Global_Objects/eval": { + "modified": "2020-03-12T19:40:58.698Z", "contributors": [ - "FernandoKGA" + "hmschreiner", + "helton-mori-dev", + "davilmaster", + "NicholasBraga", + "soter19", + "michaelycus", + "dayvsonlima" ] }, - "Web/HTTP/Headers/Referrer-Policy": { - "modified": "2020-10-15T22:31:38.598Z", + "Web/JavaScript/Reference/Global_Objects/globalThis": { + "modified": "2020-10-15T22:14:46.227Z", "contributors": [ - "kenchen12", - "FernandoKGA" + "Rondinelly" ] }, - "Web/HTTP/Headers/Retry-After": { - "modified": "2020-10-15T21:58:41.599Z", + "Web/JavaScript/Reference/Global_Objects/isFinite": { + "modified": "2020-03-12T19:42:41.771Z", "contributors": [ - "dgadelha" + "ronysilvati", + "kelvys" ] }, - "Web/HTTP/Headers/Save-Data": { - "modified": "2020-10-15T22:31:38.329Z", + "Web/JavaScript/Reference/Global_Objects/isNaN": { + "modified": "2020-10-15T21:27:25.549Z", "contributors": [ - "FernandoKGA" + "MarcosNakamine", + "helton-mori-dev", + "nilocoelhojunior", + "bartolomeu.gusella", + "SphinxKnight", + "teoli", + "nasviana" ] }, - "Web/HTTP/Headers/Sec-Fetch-Site": { - "modified": "2020-10-15T22:34:11.157Z", + "Web/JavaScript/Reference/Global_Objects/null": { + "modified": "2020-03-12T19:40:38.603Z", "contributors": [ - "MatheusNtg" + "angelorubin", + "trestini" ] }, - "Web/HTTP/Headers/Server": { - "modified": "2020-10-15T22:07:06.159Z", + "Web/JavaScript/Reference/Global_Objects/parseFloat": { + "modified": "2020-03-12T19:43:31.757Z", "contributors": [ - "francinysalles" + "KennyMack" ] }, - "Web/HTTP/Headers/Server-Timing": { - "modified": "2020-10-15T22:31:38.528Z", + "Web/JavaScript/Reference/Global_Objects/parseInt": { + "modified": "2020-03-12T19:39:16.771Z", "contributors": [ - "FernandoKGA" + "einstenj", + "odahcam", + "SphinxKnight", + "teoli", + "oshiroam" ] }, - "Web/HTTP/Headers/Set-Cookie": { - "modified": "2020-10-15T21:56:19.509Z", + "Web/JavaScript/Reference/Global_Objects/undefined": { + "modified": "2020-03-12T19:40:39.962Z", "contributors": [ - "claudiombsilva", - "thiagorock22", - "WaGjUb" + "trestini" ] }, - "Web/HTTP/Headers/Set-Cookie/SameSite": { - "modified": "2020-10-15T22:31:49.288Z", + "Web/JavaScript/Reference/Global_Objects/unescape": { + "modified": "2020-03-12T19:46:40.592Z", "contributors": [ - "ooVictorFranco" + "IsmaelEzequiel" ] }, - "Web/HTTP/Headers/Set-Cookie2": { - "modified": "2020-10-15T22:31:37.734Z", + "Web/JavaScript/Reference/Global_Objects/uneval": { + "modified": "2020-03-12T19:42:19.284Z", "contributors": [ - "FernandoKGA" + "teoli", + "ffabiosales" ] }, - "Web/HTTP/Headers/SourceMap": { - "modified": "2020-10-15T22:20:50.501Z", + "Web/JavaScript/Reference/Iteration_protocols": { + "modified": "2020-03-12T19:46:49.209Z", "contributors": [ - "ogeidexe" + "Rondinelly", + "danilosetubal" ] }, - "Web/HTTP/Headers/Strict-Transport-Security": { - "modified": "2020-10-15T22:09:01.413Z", + "Web/JavaScript/Reference/Lexical_grammar": { + "modified": "2020-03-12T19:46:38.568Z", "contributors": [ - "darleizillmer" + "Danilo", + "ViniciusDutra" ] }, - "Web/HTTP/Headers/TE": { - "modified": "2020-10-15T22:31:39.430Z", + "Web/JavaScript/Reference/Operators": { + "modified": "2020-03-12T19:38:09.829Z", "contributors": [ - "FernandoKGA" + "ogilvieira", + "fortunatolf-tech", + "lazaroalvarenga", + "mahenrique", + "cris-luz-07", + "jorgeclesio", + "iCynthia", + "teoli", + "ethertank" ] }, - "Web/HTTP/Headers/Timing-Allow-Origin": { - "modified": "2020-10-15T22:31:39.349Z", + "Web/JavaScript/Reference/Operators/Bitwise_XOR": { + "modified": "2020-10-15T22:31:57.374Z", "contributors": [ - "FernandoKGA" + "joaopedroaats" ] }, - "Web/HTTP/Headers/Tk": { - "modified": "2020-10-15T22:31:39.173Z", + "Web/JavaScript/Reference/Operators/Grouping": { + "modified": "2020-03-12T19:39:46.309Z", "contributors": [ - "FernandoKGA" + "SphinxKnight", + "cirocosta" ] }, - "Web/HTTP/Headers/Trailer": { - "modified": "2020-10-15T22:31:40.917Z", + "Web/JavaScript/Reference/Operators/Operator_Precedence": { + "modified": "2020-03-12T19:39:59.148Z", "contributors": [ - "FernandoKGA" + "ShadYueh" ] }, - "Web/HTTP/Headers/Transfer-Encoding": { - "modified": "2020-10-15T22:31:41.759Z", + "Web/JavaScript/Reference/Operators/Optional_chaining": { + "modified": "2020-11-27T11:24:17.100Z", "contributors": [ - "FernandoKGA" + "myke-oliveira", + "gabrieluizramos", + "agusmao720919" ] }, - "Web/HTTP/Headers/Upgrade-Insecure-Requests": { - "modified": "2020-10-15T22:05:25.350Z", + "Web/JavaScript/Reference/Operators/Pipeline_operator": { + "modified": "2020-10-15T22:12:37.977Z", "contributors": [ - "francinysalles" + "murillodmiranda" ] }, - "Web/HTTP/Headers/User-Agent": { - "modified": "2020-10-15T22:31:39.984Z", + "Web/JavaScript/Reference/Operators/Property_Accessors": { + "modified": "2020-03-12T19:44:40.050Z", "contributors": [ - "FernandoKGA" + "matheussilvasantos" ] }, - "Web/HTTP/Headers/Vary": { - "modified": "2020-10-15T22:31:40.954Z", + "Web/JavaScript/Reference/Operators/Spread_syntax": { + "modified": "2020-10-15T22:02:07.859Z", "contributors": [ - "FernandoKGA" + "jdanielnd", + "ederknd", + "fabio.rachid", + "d3m4", + "klassmann" ] }, - "Web/HTTP/Headers/Via": { - "modified": "2020-10-15T22:31:40.512Z", + "Web/JavaScript/Reference/Operators/async_function": { + "modified": "2020-03-12T19:46:14.006Z", "contributors": [ - "FernandoKGA" + "alefesouza", + "HugoOliveira" ] }, - "Web/HTTP/Headers/WWW-Authenticate": { - "modified": "2020-10-15T22:07:55.835Z", + "Web/JavaScript/Reference/Operators/await": { + "modified": "2020-03-12T19:46:38.624Z", "contributors": [ - "FernandoKGA", - "bmansur" + "alefesouza" ] }, - "Web/HTTP/Headers/Want-Digest": { - "modified": "2020-10-15T22:31:40.550Z", + "Web/JavaScript/Reference/Operators/class": { + "modified": "2020-03-12T19:46:36.744Z", "contributors": [ - "FernandoKGA" + "alefesouza" ] }, - "Web/HTTP/Headers/Warning": { - "modified": "2020-10-15T22:31:39.879Z", + "Web/JavaScript/Reference/Operators/function": { + "modified": "2020-10-15T21:41:22.699Z", "contributors": [ - "FernandoKGA" + "GPrimola", + "nadineouro", + "ti.marcosdias" ] }, - "Web/HTTP/Headers/X-Content-Type-Options": { - "modified": "2020-10-15T21:55:34.398Z", + "Web/JavaScript/Reference/Operators/function*": { + "modified": "2020-03-12T19:46:36.669Z", "contributors": [ - "khaosdoctor" + "alefesouza" ] }, - "Web/HTTP/Headers/X-DNS-Prefetch-Control": { - "modified": "2020-10-15T22:11:22.598Z", + "Web/JavaScript/Reference/Operators/in": { + "modified": "2020-10-15T22:00:04.247Z", "contributors": [ - "LucasKluge" + "colares" ] }, - "Web/HTTP/Headers/X-Forwarded-For": { - "modified": "2020-10-15T22:31:44.027Z", + "Web/JavaScript/Reference/Operators/instanceof": { + "modified": "2020-03-12T19:41:08.081Z", "contributors": [ - "FernandoKGA" + "antonio-damaso" ] }, - "Web/HTTP/Headers/X-Forwarded-Host": { - "modified": "2020-10-15T22:31:44.446Z", + "Web/JavaScript/Reference/Operators/new": { + "modified": "2020-03-12T19:44:36.405Z", "contributors": [ - "FernandoKGA" + "jra", + "dime2lo" ] }, - "Web/HTTP/Headers/X-Forwarded-Proto": { - "modified": "2020-10-15T22:31:43.726Z", + "Web/JavaScript/Reference/Operators/new.target": { + "modified": "2020-10-15T22:00:16.053Z", "contributors": [ - "FernandoKGA" + "SauloNunes", + "LucasGabrielSI" ] }, - "Web/HTTP/Headers/X-Frame-Options": { - "modified": "2020-10-15T22:31:47.974Z", + "Web/JavaScript/Reference/Operators/super": { + "modified": "2020-05-28T22:55:58.719Z", "contributors": [ - "FernandoKGA" + "Pedrodotcom", + "GabrielSpada", + "alexxmde", + "alexnum", + "nicematt", + "iFgR" ] }, - "Web/HTTP/Headers/X-XSS-Protection": { - "modified": "2020-10-15T22:31:47.343Z", + "Web/JavaScript/Reference/Operators/this": { + "modified": "2020-03-12T19:43:04.728Z", "contributors": [ - "FernandoKGA" + "JVFeijo", + "CarlosRodrigues", + "LucasGabrielSI", + "hadnet" ] }, - "Web/HTTP/Mensagens": { - "modified": "2020-04-19T17:43:58.667Z", + "Web/JavaScript/Reference/Operators/typeof": { + "modified": "2020-03-12T19:38:14.288Z", "contributors": [ - "satoLG", - "jamrocha" + "ffaneto", + "felini", + "aldovitch", + "douglasquintanilha", + "teoli", + "HenriqueSilverio" ] }, - "Web/HTTP/Methods": { - "modified": "2020-10-15T21:51:11.621Z", + "Web/JavaScript/Reference/Operators/void": { + "modified": "2020-03-12T19:41:22.522Z", "contributors": [ - "julio-elipse", - "fplucas", - "thiagosgarcia", - "superdiegonunes", - "andrekutianski", - "helcorin" + "angelorubin", + "raphaelhenrique", + "alexrohleder", + "carlosdelfino", + "schlagi123", + "fernandojupaes", + "leandro2103" ] }, - "Web/HTTP/Methods/CONNECT": { - "modified": "2020-10-15T21:58:22.687Z", + "Web/JavaScript/Reference/Operators/yield": { + "modified": "2020-03-12T19:46:36.407Z", "contributors": [ - "marciioluucas" + "thedjmarcelo", + "alefesouza" ] }, - "Web/HTTP/Methods/DELETE": { - "modified": "2020-10-15T21:58:32.285Z", + "Web/JavaScript/Reference/Operators/yield*": { + "modified": "2020-03-12T19:46:39.660Z", "contributors": [ - "calexandrepcjr", - "flgmjr", - "almeidaalex", - "marciioluucas" + "alefesouza" ] }, - "Web/HTTP/Methods/GET": { - "modified": "2020-10-15T21:51:45.627Z", + "Web/JavaScript/Reference/Statements": { + "modified": "2020-10-19T15:09:34.949Z", "contributors": [ - "krisfertig", - "marciioluucas", - "andrekutianski" + "VitorCampos11", + "vinicius0022", + "ivan2209", + "teoli", + "trevorh" ] }, - "Web/HTTP/Methods/HEAD": { - "modified": "2020-10-15T22:14:53.554Z", + "Web/JavaScript/Reference/Statements/Empty": { + "modified": "2020-10-15T21:41:12.853Z", "contributors": [ - "ViniciusMatias" + "SphinxKnight", + "RZDeveloper", + "joao_sanches" ] }, - "Web/HTTP/Methods/OPTIONS": { - "modified": "2020-10-15T21:56:04.830Z", + "Web/JavaScript/Reference/Statements/block": { + "modified": "2020-03-12T19:46:44.788Z", "contributors": [ - "impadalko", - "Mega85" - ] - }, - "Web/HTTP/Methods/PATCH": { - "modified": "2020-03-26T15:24:48.895Z", - "contributors": [ - "joão.ramires", - "GustavoOS" + "alefesouza" ] }, - "Web/HTTP/Methods/POST": { - "modified": "2020-10-15T22:12:56.254Z", + "Web/JavaScript/Reference/Statements/break": { + "modified": "2020-03-12T19:40:00.144Z", "contributors": [ - "caukazama", - "thiagojc89", - "krisfertig" + "LucasSan" ] }, - "Web/HTTP/Methods/PUT": { - "modified": "2020-10-15T22:14:53.561Z", + "Web/JavaScript/Reference/Statements/class": { + "modified": "2020-10-15T21:38:06.149Z", "contributors": [ - "ViniciusMatias" + "fscholz", + "SphinxKnight", + "AlanCezarAraujo", + "Selminha" ] }, - "Web/HTTP/Methods/TRACE": { - "modified": "2020-10-15T22:04:21.753Z", + "Web/JavaScript/Reference/Statements/const": { + "modified": "2020-10-17T21:41:42.745Z", "contributors": [ - "solfier", - "fabio-r-souza" + "tassni", + "Beel132", + "panoramix360", + "SphinxKnight", + "DanielMarques", + "caiocaly", + "claudio-cavalcante", + "Klauswk", + "GianWinckler", + "AlanCezarAraujo", + "angellica.araujo" ] }, - "Web/HTTP/Overview": { - "modified": "2020-09-23T20:02:12.544Z", + "Web/JavaScript/Reference/Statements/continue": { + "modified": "2020-03-12T19:45:02.135Z", "contributors": [ - "viniciusfinger", - "K4mek", - "gustavoluchi", - "bruno_scatena", - "viniciusbds", - "julio-elipse", - "GPrimola", - "SubaruSama", - "CarlosAlbertoSzygalski", - "renatodantas", - "holdonmax" + "Deniscapp", + "jfsiebel", + "sheldonled" ] }, - "Web/HTTP/Redirecionamento": { - "modified": "2019-03-18T21:39:38.468Z", + "Web/JavaScript/Reference/Statements/debugger": { + "modified": "2020-10-15T21:39:08.215Z", "contributors": [ - "FelipeBergmann" + "felipelube", + "rands0n" ] }, - "Web/HTTP/Server-Side_Access_Control": { - "modified": "2020-04-19T11:26:06.291Z", + "Web/JavaScript/Reference/Statements/do...while": { + "modified": "2020-04-16T16:34:01.857Z", "contributors": [ - "marcio1002" + "eng.danielsoares", + "danimai", + "rubenmarcus", + "matheussilvasantos", + "brunoeduardo" ] }, - "Web/HTTP/Session": { - "modified": "2019-03-18T21:38:28.348Z", + "Web/JavaScript/Reference/Statements/export": { + "modified": "2020-10-15T21:50:01.385Z", "contributors": [ - "krisfertig", - "zscaiosi" + "frispoli", + "romulocintra", + "helton-mori-dev", + "rodolphopicolo", + "jomarcardoso", + "renamed", + "nicematt" ] }, - "Web/HTTP/Status": { - "modified": "2020-09-30T05:44:50.985Z", + "Web/JavaScript/Reference/Statements/for": { + "modified": "2020-11-10T12:40:17.530Z", "contributors": [ - "nunezgarcia548", - "José_Santana", - "macalha", - "pedrochaves", - "PauloItalo17", - "jamrocha", - "atiladelcanton", - "MarcosRocha", - "Felipeandradee", - "AlexandreVelloso", - "zenithpolar", - "alexandresn", + "duartegabriel68", + "sad1502", + "matheussouza89", + "mateuscqueiros", + "brevvi", "raduq", - "Igor_Araujo", - "MateusGabi", - "Jens.B" + "PedroTorresMaschio" ] }, - "Web/HTTP/Status/100": { - "modified": "2020-10-15T22:08:25.420Z", + "Web/JavaScript/Reference/Statements/for-await...of": { + "modified": "2020-10-15T22:23:08.933Z", "contributors": [ - "ferfabricio" + "alexandreab", + "deadkff01" ] }, - "Web/HTTP/Status/101": { - "modified": "2019-08-30T14:26:22.601Z", + "Web/JavaScript/Reference/Statements/for...in": { + "modified": "2020-03-12T19:43:06.159Z", "contributors": [ - "GMBarragam" + "WaGjUb", + "samir.araujo", + "Gutemberg" ] }, - "Web/HTTP/Status/103": { - "modified": "2020-10-15T22:26:01.901Z", + "Web/JavaScript/Reference/Statements/for...of": { + "modified": "2020-03-12T19:43:02.972Z", "contributors": [ - "FernandoKGA" + "emilianocarvalho", + "malukenho", + "filipetorres", + "tiagocedrim", + "cezaraugusto", + "michaelycus", + "mfelippi", + "oliveirarthur" ] }, - "Web/HTTP/Status/200": { - "modified": "2020-10-15T21:55:04.602Z", + "Web/JavaScript/Reference/Statements/function": { + "modified": "2020-03-12T19:43:06.976Z", "contributors": [ - "macalha", - "raduq", - "jackiecard" + "Helder-JR", + "diegolaquino", + "YurePereira" ] }, - "Web/HTTP/Status/201": { - "modified": "2020-10-15T21:59:06.317Z", + "Web/JavaScript/Reference/Statements/function*": { + "modified": "2020-10-15T21:33:49.171Z", "contributors": [ - "raduq", - "akanagusku", - "tchaguitos" + "gabrielrleal", + "Rondinelly", + "marcusdacoregio", + "GabrielBarbosaGV", + "SphinxKnight", + "cezaraugusto", + "AlanCezarAraujo" ] }, - "Web/HTTP/Status/202": { - "modified": "2019-12-24T03:35:51.332Z", + "Web/JavaScript/Reference/Statements/if...else": { + "modified": "2020-03-12T19:43:02.168Z", "contributors": [ - "euvanribeiro", - "FernandoKGA" + "cezaraugusto", + "Gutemberg" ] }, - "Web/HTTP/Status/203": { - "modified": "2019-03-18T21:27:54.664Z", + "Web/JavaScript/Reference/Statements/import": { + "modified": "2020-10-15T21:38:22.321Z", "contributors": [ - "ferfabricio" + "impadalko", + "helton-mori-dev", + "filipemarins", + "Rondinelly", + "cezaraugusto", + "PauloNevesF", + "tamorim" ] }, - "Web/HTTP/Status/204": { - "modified": "2020-10-15T21:58:52.674Z", + "Web/JavaScript/Reference/Statements/import.meta": { + "modified": "2020-10-15T22:30:56.248Z", "contributors": [ - "macalha", - "fhecorrea", - "salomaosnff" + "joaopclima" ] }, - "Web/HTTP/Status/205": { - "modified": "2019-12-23T21:44:23.232Z", + "Web/JavaScript/Reference/Statements/label": { + "modified": "2020-03-12T19:39:09.854Z", "contributors": [ - "doougui", - "allansli", - "navarro" + "teoli", + "cirocosta" ] }, - "Web/HTTP/Status/206": { - "modified": "2020-10-15T22:25:54.629Z", + "Web/JavaScript/Reference/Statements/let": { + "modified": "2020-09-29T14:52:23.571Z", "contributors": [ - "FernandoKGA" + "guialtran", + "rafaelcavalcante", + "eltonmesquita", + "teoli", + "ftonato", + "kazumi" ] }, - "Web/HTTP/Status/300": { - "modified": "2019-12-27T11:18:36.624Z", + "Web/JavaScript/Reference/Statements/return": { + "modified": "2020-03-12T19:46:40.874Z", "contributors": [ - "FernandoKGA" + "wcqueiroz", + "joelwallis", + "renoirsousa", + "alefesouza" ] }, - "Web/HTTP/Status/301": { - "modified": "2020-10-15T22:24:18.785Z", + "Web/JavaScript/Reference/Statements/switch": { + "modified": "2020-03-12T19:40:26.448Z", "contributors": [ - "FernandoKGA" + "helton-mori-dev", + "FelipeFernandesLeandro", + "raulfernando", + "cezaraugusto", + "AlanCezarAraujo" ] }, - "Web/HTTP/Status/302": { - "modified": "2020-10-15T22:10:28.043Z", + "Web/JavaScript/Reference/Statements/throw": { + "modified": "2020-03-12T19:44:28.525Z", "contributors": [ - "FernandoKGA", - "raduq", - "CGReinhold" + "dime2lo" ] }, - "Web/HTTP/Status/303": { - "modified": "2020-10-15T22:04:22.978Z", + "Web/JavaScript/Reference/Statements/try...catch": { + "modified": "2020-03-12T19:39:26.996Z", "contributors": [ - "marcelobonatto" + "VitorFlora", + "danilofarias", + "rmalveis", + "pbcjr", + "teoli", + "xhximenes" ] }, - "Web/HTTP/Status/304": { - "modified": "2020-10-15T22:00:19.115Z", + "Web/JavaScript/Reference/Statements/var": { + "modified": "2020-03-12T19:40:01.397Z", "contributors": [ - "macalha", - "bartolomeu.gusella" + "doomsterinc", + "angellica.araujo", + "teoli", + "antonio-damaso" ] }, - "Web/HTTP/Status/307": { - "modified": "2020-10-15T22:11:27.802Z", + "Web/JavaScript/Reference/Statements/while": { + "modified": "2020-03-12T19:43:47.406Z", "contributors": [ - "dancamboim", - "CGReinhold" + "DiegoVictor" ] }, - "Web/HTTP/Status/308": { - "modified": "2020-10-15T22:25:15.141Z", + "Web/JavaScript/Reference/Statements/with": { + "modified": "2020-03-12T19:46:40.073Z", "contributors": [ - "FernandoKGA" + "LucasSouza6", + "alefesouza" ] }, - "Web/HTTP/Status/400": { - "modified": "2020-10-01T08:48:37.177Z", + "Web/JavaScript/Reference/Strict_mode": { + "modified": "2020-03-12T19:43:28.549Z", "contributors": [ - "kendalbaba8", - "hmgoncalves", - "glasswalk3r", - "sergioflores-j" + "srthiagos", + "henriquemazer", + "rdasilva", + "arturhns", + "matheusr", + "RenanBirck", + "jjmars" ] }, - "Web/HTTP/Status/401": { - "modified": "2020-12-01T19:39:24.191Z", + "Web/JavaScript/Typed_arrays": { + "modified": "2020-03-12T19:45:33.922Z", "contributors": [ - "caio-gi25-me", - "izabelvidal", - "macalha", - "bmansur", - "carlosmarx" + "pauloantonelli", + "andrevargas" ] }, - "Web/HTTP/Status/402": { - "modified": "2020-10-15T22:25:28.519Z", + "Web/Manifest": { + "modified": "2019-06-02T15:51:05.029Z", "contributors": [ - "FernandoKGA", - "RaulDeMelo" + "Rondinelly", + "Felipe-Marin", + "enriquerenebr", + "Gauzzi", + "philippesilva" ] }, - "Web/HTTP/Status/403": { - "modified": "2020-10-15T21:56:18.319Z", + "Web/MathML": { + "modified": "2020-06-20T18:00:14.899Z", "contributors": [ - "macalha", - "carlosmarx" + "luizsanches", + "julio-elipse", + "michaeldouglas", + "rodrigopadula", + "fred.wang", + "Dyvik" ] }, - "Web/HTTP/Status/404": { - "modified": "2020-10-15T21:57:08.819Z", + "Web/MathML/Element": { + "modified": "2019-03-23T23:15:05.305Z", "contributors": [ - "pedropaulosuzuki" + "non", + "splewako" ] }, - "Web/HTTP/Status/405": { - "modified": "2019-03-18T21:09:45.460Z", + "Web/MathML/Element/math": { + "modified": "2019-03-23T23:15:04.481Z", "contributors": [ - "dathin67" + "Haroldohc" ] }, - "Web/HTTP/Status/406": { - "modified": "2020-10-15T22:25:54.038Z", + "Web/Performance": { + "modified": "2020-01-02T12:25:47.809Z", "contributors": [ - "FernandoKGA" + "chrisdavidmills" ] }, - "Web/HTTP/Status/407": { - "modified": "2020-10-15T22:14:55.526Z", + "Web/Progressive_web_apps": { + "modified": "2020-04-06T10:15:30.355Z", "contributors": [ - "ViniciusMatias" + "R-Santtos", + "chrisdavidmills", + "mfuji09" ] }, - "Web/HTTP/Status/408": { - "modified": "2019-08-20T21:08:30.185Z", + "Web/Reference": { + "modified": "2020-09-10T17:40:01.881Z", "contributors": [ - "macalha", - "lucasrenod", - "SphinxKnight", - "11808s8", - "alanlucian" + "Luscas", + "jose.elias.0703", + "julio-elipse", + "Schieck", + "leonardocoelho", + "luizmassa", + "eliveltoncristiano" ] }, - "Web/HTTP/Status/409": { - "modified": "2020-10-12T18:38:04.385Z", + "Web/Reference/API": { + "modified": "2019-03-23T22:46:47.941Z", "contributors": [ - "enriquerenebr", - "macalha", - "augustowebd.mozilla", - "wilsonferro" + "julio-elipse", + "Anderson-Vasques", + "devmessias", + "angelorubin", + "amoedoamorim", + "takahan", + "pcf-pcf" ] }, - "Web/HTTP/Status/410": { - "modified": "2020-10-15T22:09:41.751Z", + "Web/SVG": { + "modified": "2019-06-09T13:24:36.730Z", "contributors": [ - "macalha" + "wcqueiroz", + "julio-elipse", + "macalha", + "teoli", + "Joshua-S" ] }, - "Web/HTTP/Status/411": { - "modified": "2019-03-18T21:25:46.143Z", + "Web/SVG/Applying_SVG_effects_to_HTML_content": { + "modified": "2019-03-23T22:45:26.414Z", "contributors": [ - "jamrocha" + "teoli", + "takahan" ] }, - "Web/HTTP/Status/412": { - "modified": "2020-10-15T22:26:08.284Z", + "Web/SVG/Attribute": { + "modified": "2019-03-23T22:58:41.365Z", "contributors": [ - "FernandoKGA" + "averdion" ] }, - "Web/HTTP/Status/413": { - "modified": "2019-08-30T13:19:23.971Z", + "Web/SVG/Attribute/class": { + "modified": "2019-03-23T22:58:45.630Z", "contributors": [ - "GMBarragam" + "caio" ] }, - "Web/HTTP/Status/414": { - "modified": "2019-03-23T22:05:49.854Z", + "Web/SVG/Attribute/contentStyleType": { + "modified": "2019-03-23T22:58:38.907Z", "contributors": [ - "pedropaulosuzuki" + "caio" ] }, - "Web/HTTP/Status/415": { - "modified": "2019-03-23T22:08:19.304Z", + "Web/SVG/Attribute/fill": { + "modified": "2020-10-15T22:34:04.647Z", "contributors": [ - "VitorHFLopes" + "littlebru" ] }, - "Web/HTTP/Status/416": { - "modified": "2020-10-15T22:26:05.801Z", + "Web/SVG/Attribute/keyTimes": { + "modified": "2020-10-15T22:29:23.505Z", "contributors": [ - "FernandoKGA" + "MarcosNakamine" ] }, - "Web/HTTP/Status/417": { - "modified": "2019-09-11T14:11:12.818Z", + "Web/SVG/Attribute/preserveAspectRatio": { + "modified": "2020-04-16T18:21:49.688Z", "contributors": [ - "Rogerio-Viana", - "raduq" + "MarcosNakamine" ] }, - "Web/HTTP/Status/418": { - "modified": "2020-10-15T22:09:34.458Z", + "Web/SVG/Attribute/stroke": { + "modified": "2020-10-15T21:44:52.165Z", "contributors": [ - "raduq", - "macalha" + "MarcosNakamine", + "gabiduarte" ] }, - "Web/HTTP/Status/422": { - "modified": "2019-05-17T09:52:53.330Z", + "Web/SVG/Attribute/stroke-dashoffset": { + "modified": "2019-03-23T22:07:45.957Z", "contributors": [ - "raduq" + "brunoalv-s" ] }, - "Web/HTTP/Status/425": { - "modified": "2020-10-15T22:18:43.120Z", + "Web/SVG/Attribute/style": { + "modified": "2019-03-23T22:58:27.562Z", "contributors": [ - "raduq" + "caio" ] }, - "Web/HTTP/Status/426": { - "modified": "2019-05-17T09:28:05.733Z", + "Web/SVG/Attribute/version": { + "modified": "2020-10-15T22:29:15.866Z", "contributors": [ - "raduq" + "MarcosNakamine" ] }, - "Web/HTTP/Status/428": { - "modified": "2019-05-17T09:48:01.976Z", + "Web/SVG/Attribute/viewBox": { + "modified": "2020-04-16T18:40:16.127Z", "contributors": [ - "raduq" + "MarcosNakamine" ] }, - "Web/HTTP/Status/429": { - "modified": "2019-03-23T22:11:06.523Z", + "Web/SVG/Attribute/width": { + "modified": "2019-03-23T22:12:36.682Z", "contributors": [ - "matheuscorreia", - "MilesGitGud" + "webmasterdro" ] }, - "Web/HTTP/Status/431": { - "modified": "2020-01-05T14:49:44.248Z", + "Web/SVG/Compatibility_sources": { + "modified": "2019-03-23T22:45:22.788Z", "contributors": [ - "FernandoKGA" + "takahan" ] }, - "Web/HTTP/Status/451": { - "modified": "2020-10-15T22:09:34.570Z", + "Web/SVG/Content_type": { + "modified": "2019-03-23T22:58:44.489Z", "contributors": [ - "macalha" + "caio" ] }, - "Web/HTTP/Status/500": { - "modified": "2020-10-15T22:06:42.031Z", + "Web/SVG/Element": { + "modified": "2019-06-18T23:26:07.906Z", "contributors": [ - "omauriciomaciel", - "francinysalles" + "wcqueiroz", + "caio", + "teoli", + "ethertank" ] }, - "Web/HTTP/Status/501": { - "modified": "2020-10-15T22:17:52.081Z", + "Web/SVG/Element/a": { + "modified": "2020-10-15T21:34:48.646Z", "contributors": [ - "lucianoac", - "raduq" + "MarcosNakamine", + "Sebastianz", + "caio" ] }, - "Web/HTTP/Status/502": { - "modified": "2020-10-15T22:20:07.323Z", + "Web/SVG/Element/altGlyph": { + "modified": "2019-03-23T22:57:23.875Z", "contributors": [ - "moraesdam" + "Sebastianz", + "caio" ] }, - "Web/HTTP/Status/503": { - "modified": "2020-10-15T22:09:37.984Z", + "Web/SVG/Element/altGlyphDef": { + "modified": "2019-03-23T22:57:26.729Z", "contributors": [ - "nunezgarcia548", - "macalha" + "Sebastianz", + "caio" ] }, - "Web/HTTP/Status/504": { - "modified": "2020-10-15T21:58:42.777Z", + "Web/SVG/Element/altGlyphItem": { + "modified": "2019-03-23T22:57:25.735Z", "contributors": [ - "Rogerio-Viana", - "caiobrentano" + "Sebastianz", + "caio" ] }, - "Web/HTTP/Status/505": { - "modified": "2019-03-18T21:25:04.554Z", + "Web/SVG/Element/animate": { + "modified": "2020-10-15T21:34:48.794Z", "contributors": [ - "macalha" + "MarcosNakamine", + "wbamberg", + "Sebastianz", + "caio" ] }, - "Web/HTTP/Status/506": { - "modified": "2020-01-05T13:08:39.666Z", + "Web/SVG/Element/animateColor": { + "modified": "2019-03-23T22:57:25.579Z", "contributors": [ - "FernandoKGA" + "wbamberg", + "Sebastianz", + "caio" ] }, - "Web/HTTP/Status/507": { - "modified": "2019-12-27T11:31:39.081Z", + "Web/SVG/Element/animateMotion": { + "modified": "2019-03-23T22:57:26.608Z", "contributors": [ - "FernandoKGA" + "wbamberg", + "Sebastianz", + "caio" ] }, - "Web/HTTP/Status/508": { - "modified": "2019-09-10T09:19:50.989Z", + "Web/SVG/Element/animateTransform": { + "modified": "2019-03-23T22:57:23.127Z", "contributors": [ - "lucianoac" + "Sebastianz", + "caio" ] }, - "Web/HTTP/Status/510": { - "modified": "2020-01-05T13:00:04.462Z", + "Web/SVG/Element/circle": { + "modified": "2019-03-23T22:57:10.633Z", "contributors": [ - "FernandoKGA" + "wbamberg", + "Sebastianz", + "caio" ] }, - "Web/HTTP/Status/511": { - "modified": "2019-10-29T08:55:24.737Z", + "Web/SVG/Element/color-profile": { + "modified": "2019-03-23T22:57:13.667Z", "contributors": [ - "niknicius" + "Sebastianz", + "caio" ] }, - "Web/JavaScript": { - "modified": "2020-10-08T23:48:25.254Z", + "Web/SVG/Element/defs": { + "modified": "2019-03-23T22:58:41.965Z", "contributors": [ - "ricardo.passos.cr", - "SphinxKnight", - "julio-elipse", - "natth42", - "renoirsousa", - "andregarzia", - "marcelomelofreitas", - "KennyMack", - "haskellcamargo", - "Franck_Moreira", - "danielmelogpi", - "gcacars", - "ti.marcosdias", - "teoli", - "viniciusdacal", - "Lutchia", - "paulociecomp", - "mauricio.araldi", - "marinalimeira", - "ThiagoCase", - "helderdarocha", - "rodrigopadula", - "jswisher", - "netfuzzer33", - "jaydson", - "tauame" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/A_re-introduction_to_JavaScript": { - "modified": "2020-05-27T17:14:30.277Z", + "Web/SVG/Element/desc": { + "modified": "2019-03-23T23:34:02.707Z", "contributors": [ - "ruanpetterson", - "nailtonvieira", - "michaelycus", - "mateus.mlo", - "jhbalestrin", - "Sheppy", - "TiagoWinehouse", - "victorwpbastos", - "ruda", - "ti.marcosdias", - "fredericksilva", - "Scr1pt3r", - "trestini", - "ThiagoMatos", - "angelorubin", - "jlcarvalho", - "TheBorba", + "Sebastianz", + "caio", + "fscholz", "teoli", - "gtcarlos", - "arthur.luiz" + "pedrofsn" ] }, - "Web/JavaScript/About_JavaScript": { - "modified": "2020-03-12T19:38:41.483Z", + "Web/SVG/Element/ellipse": { + "modified": "2019-03-23T22:57:25.451Z", "contributors": [ - "fcard", - "teoli", - "kuni71" + "wbamberg", + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Data_structures": { - "modified": "2020-08-07T10:04:07.537Z", + "Web/SVG/Element/filter": { + "modified": "2019-03-23T22:57:12.383Z", "contributors": [ - "rafhaelfitzpatrick", - "GuilhermePiovesan", - "luizamunk", - "larafelix", - "gabrielbarros28", - "BrunoThomaz", - "renansouza", - "rafaelcavalcante", - "HelderSi", - "wendellpereira", - "dmop", - "wesleycoder", - "WederPachecoSilva", - "Domicio", + "Sebastianz", + "caio" + ] + }, + "Web/SVG/Element/g": { + "modified": "2020-10-15T21:34:51.514Z", + "contributors": [ + "MarcosNakamine", + "Sebastianz", "teoli", - "jagascript" + "caio" ] }, - "Web/JavaScript/Enumerabilidade_e_posse_de_propriedades": { - "modified": "2020-03-12T19:44:27.885Z", + "Web/SVG/Element/glyph": { + "modified": "2019-03-23T22:51:14.283Z", "contributors": [ - "jaimemaretoli", - "cantoniazzi" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Equality_comparisons_and_sameness": { - "modified": "2020-03-12T19:41:26.724Z", + "Web/SVG/Element/glyphRef": { + "modified": "2019-03-23T22:51:12.926Z", "contributors": [ - "babieste", - "VictorGom3s", - "phillipnunes", - "alinedmelo", - "alexandresn" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/EventLoop": { - "modified": "2020-03-12T19:41:03.578Z", + "Web/SVG/Element/hkern": { + "modified": "2019-03-23T22:51:14.130Z", "contributors": [ - "GuilhermePiovesan", - "Rondinelly", - "oirodolfo", - "ruda", - "jaimeschettini", - "Felipe_Baravieira" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide": { - "modified": "2020-03-12T19:37:56.671Z", + "Web/SVG/Element/image": { + "modified": "2020-10-15T21:34:49.162Z", "contributors": [ - "SphinxKnight", - "Franck_Moreira", - "Danilson_Veloso", - "MarceloBRN", - "felipetesc", - "evertonmss", - "carlospereira9372", + "MarcosNakamine", + "Sebastianz", "teoli", - "regisdiogo", - "ethertank" + "caio" ] }, - "Web/JavaScript/Guide/Closures": { - "modified": "2020-04-07T04:11:27.586Z", + "Web/SVG/Element/line": { + "modified": "2019-03-23T22:57:18.810Z", "contributors": [ - "henriquegeremia", - "KarineLiuti", - "eduardothemoura", - "babieste", "wbamberg", - "Qiua", - "vagnerleitte", - "welitonderesende", - "akfzambrana", - "AlanCezarAraujo", - "dansoah", - "cirocosta", - "teoli", - "ffrulani", - "carlosrberto", - "Machado" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Coleções_chaveadas": { - "modified": "2020-03-12T19:42:42.934Z", + "Web/SVG/Element/linearGradient": { + "modified": "2019-03-23T23:12:58.688Z", "contributors": [ - "Franck_Moreira" + "wbamberg", + "Sebastianz", + "caio", + "eltonmesquita" ] }, - "Web/JavaScript/Guide/Declarações": { - "modified": "2020-03-12T19:39:22.758Z", + "Web/SVG/Element/marker": { + "modified": "2019-03-23T22:51:15.955Z", "contributors": [ - "igormmatos", - "TheMrHetch", - "viniciusdacal", - "mahenrique", - "Franck_Moreira", - "DiegoGrande", - "MarceloBRN", - "pkelbert" + "wbamberg", + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Detalhes_do_Modelo_do_Objeto": { - "modified": "2020-10-29T17:14:14.553Z", + "Web/SVG/Element/mask": { + "modified": "2019-03-23T22:51:15.170Z", "contributors": [ - "pedropaulo91", - "FranklynKleiton", - "igorsmasc", "wbamberg", - "nailtonvieira", - "rsr90", - "tassionoronha", - "MuralhadeAdriano", - "victor-borges", - "fabiomiranda", - "AlanCezarAraujo", - "teoli", - "lisy", - "alexandresn" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Expressions_and_Operators": { - "modified": "2020-11-13T16:04:53.998Z", + "Web/SVG/Element/metadata": { + "modified": "2019-03-23T22:51:15.500Z", "contributors": [ - "bragaus", - "webfelipemaia", - "dowgssss", - "Franck_Moreira", - "gustavo8555", - "odisseumau", - "MarceloBRN", - "pkelbert", - "teoli", - "atilafassina" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Formatando_texto": { - "modified": "2020-03-12T19:42:35.835Z", + "Web/SVG/Element/missing-glyph": { + "modified": "2019-03-23T22:50:49.615Z", "contributors": [ - "Franck_Moreira", - "odisseumau", - "reuel.jonathan" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Funções": { - "modified": "2020-03-12T19:40:21.813Z", + "Web/SVG/Element/mpath": { + "modified": "2019-03-23T22:57:24.178Z", "contributors": [ - "webfelipemaia", - "MateusHirt", - "arxdsilva", - "luc4smoreira", - "martinusso", - "hctsantos", - "Franck_Moreira", - "odisseumau", - "lfelipev", - "melostbr", - "rvNN", - "fabianobn", - "ewertonorg" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Igualdade": { - "modified": "2019-03-23T23:25:15.038Z", + "Web/SVG/Element/path": { + "modified": "2019-03-23T22:58:43.505Z", "contributors": [ - "teoli", - "fernando.karpinski" + "Sebastianz", + "reebr", + "caio" ] }, - "Web/JavaScript/Guide/Indexed_collections": { - "modified": "2020-12-11T14:17:55.678Z", + "Web/SVG/Element/pattern": { + "modified": "2019-03-23T22:50:49.027Z", "contributors": [ - "bragaus", - "felima2017", - "hctsantos", - "jppcel", - "thiagosaife", - "doomsterinc", - "felipetesc" + "wbamberg", + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Inheritance_and_the_prototype_chain": { - "modified": "2020-03-12T19:39:21.410Z", + "Web/SVG/Element/polygon": { + "modified": "2019-03-23T22:57:10.306Z", "contributors": [ - "deadkff01", - "duduindo", - "lms7", - "lucgauer", - "Timer00", - "melostbr", - "VinicioSantos", - "everton3x", - "hudsontavares", - "ericcristhiano", - "Felipe_Baravieira", - "luisfmsouza", - "LucasCaixeta", - "antoniomquadrosfilho" + "wbamberg", + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Introduction": { - "modified": "2020-03-12T19:41:02.913Z", + "Web/SVG/Element/polyline": { + "modified": "2019-03-23T22:57:19.114Z", "contributors": [ - "LucasGabrielSI", - "luc4smoreira", - "ledebour", - "mahenrique", - "Franck_Moreira", - "Danilson_Veloso", - "frcnetto", - "joaomarcoslopes", - "carolinne", - "gomez", - "melostbr", - "PedroTorresMaschio" + "wbamberg", + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Iteratores_e_geradores": { - "modified": "2020-08-05T20:59:34.854Z", + "Web/SVG/Element/radialGradient": { + "modified": "2019-03-23T22:51:15.349Z", "contributors": [ - "jonas-alves", - "lcelso", - "lesimoes", - "MarceloFAugusto", - "emersonlaurentino", - "upnic", - "iFgR", - "felipetesc" + "wbamberg", + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Keyed_collections": { - "modified": "2020-03-12T19:44:28.942Z", + "Web/SVG/Element/rect": { + "modified": "2020-10-15T21:34:48.350Z", "contributors": [ - "jaimemaretoli", - "raphaellima8" + "MarcosNakamine", + "wbamberg", + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Lacos_e_iteracoes": { - "modified": "2020-03-12T19:41:00.064Z", + "Web/SVG/Element/script": { + "modified": "2019-03-23T22:51:13.840Z", "contributors": [ - "SphinxKnight", - "odjr", - "Killdragon", - "Gregory", - "Franck_Moreira", - "odisseumau", - "alinehx", - "Felipe_Baravieira" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Meta_programming": { - "modified": "2020-07-06T21:45:33.616Z", + "Web/SVG/Element/set": { + "modified": "2019-03-18T21:15:52.031Z", "contributors": [ - "brasmon8351", - "lcelso", - "Darksoulsong", - "WagnerSilveira", - "evertonmss" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Módulos": { - "modified": "2020-10-15T22:31:27.603Z", + "Web/SVG/Element/stop": { + "modified": "2019-03-18T21:15:53.395Z", "contributors": [ - "LucioCarvalhoDev", - "brasmon8351" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Numeros_e_datas": { - "modified": "2020-11-19T03:04:52.069Z", + "Web/SVG/Element/style": { + "modified": "2019-03-23T22:58:43.006Z", "contributors": [ - "SphinxKnight", - "bragaus", - "Franck_Moreira", - "fabiobasso", - "felipebool", - "odisseumau", - "thiagosaife", - "lfelipev", - "TiagoAmaral", - "MarceloBRN" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Regular_Expressions": { - "modified": "2020-11-20T11:07:29.286Z", + "Web/SVG/Element/svg": { + "modified": "2020-10-15T21:28:10.159Z", "contributors": [ - "bragaus", - "leonardogs0919", - "PedroIgnacio", - "luisfvieira", - "rodrigocode4", - "Twodio", - "niltonslf", - "labforcode", - "gutuler", - "GabrielAlvez", - "Tiagosb", - "JardelUiliam", - "Feijor", - "fininhors", - "Franck_Moreira", - "pauloaug", - "programadorthi", - "odisseumau", - "edupsousa", + "MarcosNakamine", + "Sebastianz", + "caio", "teoli", - "marciotoledo", - "ethertank", - "danielpsrj" + "Haroldohc" ] }, - "Web/JavaScript/Guide/Sintaxe_e_tipos": { - "modified": "2020-03-12T19:42:40.865Z", + "Web/SVG/Element/switch": { + "modified": "2019-03-23T22:50:51.303Z", "contributors": [ - "Franck_Moreira" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Trabalhando_com_Objetos": { - "modified": "2019-10-02T09:41:18.709Z", + "Web/SVG/Element/symbol": { + "modified": "2019-03-23T22:52:08.134Z", "contributors": [ - "reinaldoamaralstudio", - "Marcustap", - "diegolaquino", - "thienry", - "caio687", - "SphinxKnight", - "everton0991", - "andre-violin", - "camposdev", - "daliannyvieira", - "cezaraugusto", - "raphaellima8", - "Danilson_Veloso", - "jigs12", - "LucasRamos", + "Sebastianz", + "caio", + "dayanyrec" + ] + }, + "Web/SVG/Element/text": { + "modified": "2020-10-15T21:27:11.261Z", + "contributors": [ + "MarcosNakamine", + "Sebastianz", "teoli", - "fernando.karpinski" + "caio", + "unreleasedmix" ] }, - "Web/JavaScript/Guide/Usando_promises": { - "modified": "2020-04-19T11:41:18.110Z", + "Web/SVG/Element/textPath": { + "modified": "2019-03-23T22:50:48.585Z", "contributors": [ - "RodrigoWebDev", - "lopesboa", - "marciioluucas", - "alexat13", - "joao-rafael", - "Jeovano", - "Tiagosb" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Guide/Values,_variables,_and_literals": { - "modified": "2020-10-29T14:01:41.068Z", + "Web/SVG/Element/title": { + "modified": "2019-03-18T21:25:13.519Z", "contributors": [ - "wcqueiroz", - "PieterVeldman", - "Dikz", - "dbconrado", - "mahenrique", - "Franck_Moreira", - "MichelMentzFernandes", - "rodrigo-designer", - "melostbr", - "Domicio", - "raduq", - "werikson.h@gmail.com", - "Jonathanfk", - "ewertonorg", - "felipe.uliana", - "pkelbert", - "teoli", - "raphaelfabeni", - "arielserafini" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Introduction_to_Object-Oriented_JavaScript": { - "modified": "2020-06-07T23:51:22.220Z", + "Web/SVG/Element/tref": { + "modified": "2019-03-23T22:57:16.290Z", "contributors": [ - "thalesruan", - "lucasinocente", - "Janjos", - "mensonones", - "lourencoccc", - "victormaestri", - "caio_araujo", - "raphaellima8", - "leandroruel", - "filipetorres", - "filipeluiz", - "dragonares5", - "marvin52", - "caioguedes", - "ronybezerra", - "GabrielLidenor", - "pabloff9", - "ti.marcosdias", - "Webysther", - "brunoeduardo", - "DolbyCpp", - "RebeloX", - "mateusleon", - "ewertonorg", - "phillippimenta", - "masimao", - "lucaspedroza", - "teoli", - "acaua", - "FilipeLinhares", - "augustowebd" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/JavaScript_technologies_overview": { - "modified": "2019-05-10T14:34:34.570Z", + "Web/SVG/Element/tspan": { + "modified": "2020-10-15T21:34:49.043Z", "contributors": [ - "SaggitariusA", - "jessicamorim42", - "angelorubin", - "caioabe", - "marcio-ti", - "IanRamosC", - "teoli", - "cleitongalvao", - "treax" + "MarcosNakamine", + "wbamberg", + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Language_Resources": { - "modified": "2020-03-12T19:43:20.868Z", + "Web/SVG/Element/use": { + "modified": "2019-03-23T22:57:25.260Z", "contributors": [ - "christophergomes", - "Danilson_Veloso" + "ed1nh0", + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Memory_Management": { - "modified": "2020-03-12T19:40:29.251Z", + "Web/SVG/Element/view": { + "modified": "2020-10-15T21:34:47.580Z", "contributors": [ - "silvaw", - "LincePotiguara", - "gcacars", - "AlanCezarAraujo" + "MarcosNakamine", + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Reference": { - "modified": "2019-03-23T23:33:55.653Z", + "Web/SVG/Element/vkern": { + "modified": "2019-03-23T22:51:15.049Z", "contributors": [ - "Gutemberg", - "teoli", - "ggviana", - "ethertank" + "Sebastianz", + "caio" ] }, - "Web/JavaScript/Reference/About": { - "modified": "2020-03-12T19:38:32.625Z", + "Web/SVG/Tutorial": { + "modified": "2020-05-06T15:49:36.834Z", "contributors": [ - "alissonbovenzo", - "teoli", - "ggviana" + "gilmargn", + "mauriciosoares01", + "rogeralbinoi" ] }, - "Web/JavaScript/Reference/Classes": { - "modified": "2020-10-15T21:39:06.651Z", + "Web/SVG/Tutorial/Introduction": { + "modified": "2019-03-18T20:34:25.046Z", "contributors": [ - "henriquegeremia", - "Danilo", - "28Rasc", - "crisleitaoguerra", - "lesimoes", - "stephanogiuseppe", - "fscholz", - "TiagoDanin", - "rodrigocode4", - "JhonnathaAndrade", - "SphinxKnight", - "brunozache", - "danilosetubal", - "thiagolimaa", - "lucasclazer", - "lmcarreiro", - "flavio-jr", - "shuminyang", - "juloko", - "lourencoccc", - "Arashk", - "deadkff01", - "davidcorbetta", - "ldoamaral", - "ti.marcosdias", - "ThiagoSchetini", - "felipetesc", - "haskellcamargo", - "jonicas" + "kafnjr", + "mauriciosoares01", + "Anizio", + "FelipeAlvim" ] }, - "Web/JavaScript/Reference/Classes/constructor": { - "modified": "2020-10-21T08:28:05.769Z", + "Web/Security": { + "modified": "2019-09-10T16:44:48.056Z", "contributors": [ - "DaMaGi", - "deadkff01", - "ThiagoSchetini" + "SphinxKnight", + "julio-elipse", + "ygormaximo", + "takahan", + "Fulanodigital" ] }, - "Web/JavaScript/Reference/Classes/extends": { - "modified": "2020-10-15T21:39:13.563Z", + "Web/Security/Securing_your_site": { + "modified": "2019-03-23T22:41:54.591Z", "contributors": [ - "fscholz", - "SphinxKnight", - "raduq" + "julio-elipse", + "ygormaximo", + "marumari" ] }, - "Web/JavaScript/Reference/Classes/static": { - "modified": "2020-10-15T21:39:09.808Z", + "Web/Security/Securing_your_site/Turning_off_form_autocompletion": { + "modified": "2019-03-23T22:41:55.986Z", "contributors": [ - "joaopedroaats", - "helton-mori-dev", - "fscholz", - "SphinxKnight", - "leticiacostadias", - "diegofernandez", - "kdex", - "raduq" + "VitorTakara", + "allanfoppa", + "cloudcon", + "Jerffersonferreira", + "iversonfariascosta", + "mfelippi", + "marcoiai" ] }, - "Web/JavaScript/Reference/Deprecated_and_obsolete_features": { - "modified": "2020-03-12T19:44:38.541Z", + "Web/Web_Components": { + "modified": "2020-08-16T18:35:27.844Z", "contributors": [ - "Gabrieleiro", - "houstondapaz", - "gabrielppeixoto", - "raduq" + "GuilhermePiovesan", + "alexongarato", + "burn-c", + "luan0ap", + "cristiano-soares" ] }, - "Web/JavaScript/Reference/Errors": { - "modified": "2020-03-12T19:44:14.768Z", + "Web/XSLT": { + "modified": "2019-03-23T22:02:56.256Z", "contributors": [ - "gutoribeiro", - "fscholz" + "lfaraone" ] }, - "Web/JavaScript/Reference/Errors/Cant_access_lexical_declaration_before_init": { - "modified": "2020-03-12T19:49:26.166Z", + "WebAssembly": { + "modified": "2019-03-23T22:13:27.780Z", "contributors": [ - "ViniciusMatias" + "cstipkovic", + "Fernandolrs", + "AlanCezarAraujo" ] }, - "Web/JavaScript/Reference/Errors/Cant_access_property": { - "modified": "2020-03-12T19:48:10.197Z", + "WebAssembly/Concepts": { + "modified": "2020-06-28T19:04:25.686Z", "contributors": [ - "igormmatos" + "VictorGom3s", + "jhserodio", + "luan0ap", + "thiagosaife" ] }, - "Web/JavaScript/Reference/Errors/Fata_parênteses_após_lista_argumento": { - "modified": "2020-03-12T19:45:19.574Z", + "orphaned/Learn/How_to_contribute": { + "modified": "2020-07-16T22:33:45.702Z", "contributors": [ - "re-andrade1987", - "Tiagoc8402" + "MistarSometung", + "SphinxKnight", + "G_Nascimento", + "AdrianoCh" ] }, - "Web/JavaScript/Reference/Errors/Fecha_chaves_esquecida_apos_lista_propriedades": { - "modified": "2020-03-12T19:47:22.337Z", + "Learn/CSS/Building_blocks/Cascade_and_inheritance": { + "modified": "2020-08-10T11:05:37.121Z", "contributors": [ - "marcelobonatto" + "dsantana77" ] }, - "Web/JavaScript/Reference/Errors/For-each-in_loops_are_deprecated": { - "modified": "2020-03-12T19:46:42.577Z", + "Learn/CSS/Building_blocks": { + "modified": "2020-07-16T22:28:09.218Z", "contributors": [ - "thiagosaife" - ] - }, - "Web/JavaScript/Reference/Errors/Illegal_character": { - "modified": "2020-03-12T19:47:11.284Z", - "contributors": [ - "tomascco", - "Docinho" + "terasider" ] }, - "Web/JavaScript/Reference/Errors/Invalid_array_length": { - "modified": "2020-03-12T19:48:00.493Z", + "Learn/CSS/Building_blocks/The_box_model": { + "modified": "2020-11-09T11:05:07.161Z", "contributors": [ - "thiagosaife" + "wilsonbrandao", + "eduardodarocha", + "warleyfdias" ] }, - "Web/JavaScript/Reference/Errors/Invalid_assignment_left-hand_side": { - "modified": "2020-03-12T19:47:13.957Z", + "Learn/CSS/Styling_text": { + "modified": "2020-11-10T21:16:01.558Z", "contributors": [ - "Maycoooonm" + "wilsonbrandao", + "WesleyCristiano" ] }, - "Web/JavaScript/Reference/Errors/Invalid_const_assignment": { - "modified": "2020-03-12T19:49:08.927Z", + "Learn/CSS": { + "modified": "2020-07-16T22:25:36.584Z", "contributors": [ - "Lennoard" + "fbilinski", + "peas", + "adoniasvitorio", + "melostbr", + "stefanocbl", + "ThiagoMSArrais", + "uteifeld", + "megaday", + "mak213k", + "luan03" ] }, - "Web/JavaScript/Reference/Errors/Invalid_date": { - "modified": "2020-03-12T19:47:58.766Z", + "Learn/Tools_and_testing": { + "modified": "2020-07-16T22:38:56.887Z", "contributors": [ - "thiagosaife" + "GPrimola" ] }, - "Web/JavaScript/Reference/Errors/JSON_bad_parse": { - "modified": "2020-03-12T19:48:06.055Z", + "Learn/Front-end_web_developer": { + "modified": "2020-11-06T17:15:48.569Z", "contributors": [ - "JonatasFAlves" + "flaviomicheletti", + "SphinxKnight", + "marcus.simei", + "vinidesign.web", + "victorwvieira", + "etc_william" ] }, - "Web/JavaScript/Reference/Errors/Missing_colon_after_property_id": { - "modified": "2020-03-12T19:46:39.740Z", + "Learn/Getting_started_with_the_web/The_web_and_web_standards": { + "modified": "2020-09-30T16:25:35.717Z", "contributors": [ - "CristianoLima" + "kleversonsc", + "Xxxtechnopy", + "wilkersalazar" ] }, - "Web/JavaScript/Reference/Errors/Missing_curly_after_function_body": { - "modified": "2020-06-11T07:31:16.349Z", + "Learn/Getting_started_with_the_web/What_will_your_website_look_like": { + "modified": "2020-11-26T14:10:39.382Z", "contributors": [ - "EnzoLeCarvalho" + "SphinxKnight", + "Fernando_Moreira", + "Magela", + "wcqueiroz", + "rafael-junio", + "RobMota", + "Gabriela-23", + "ricardoferreirades", + "psergiojr", + "gustavoaraujo" ] }, - "Web/JavaScript/Reference/Errors/Missing_formal_parameter": { - "modified": "2020-03-12T19:46:52.360Z", + "Learn/Getting_started_with_the_web/How_the_Web_works": { + "modified": "2020-07-16T22:34:02.146Z", "contributors": [ - "danielmalves" + "raucer", + "Magela", + "wcqueiroz", + "joaopaulogn.dev", + "kleinerbr", + "otavioarc", + "pablobfonseca", + "gustavoaraujo" ] }, - "Web/JavaScript/Reference/Errors/Missing_semicolon_before_statement": { - "modified": "2020-04-24T18:53:47.335Z", + "Learn/Getting_started_with_the_web/CSS_basics": { + "modified": "2020-07-16T22:35:02.824Z", "contributors": [ - "JoaoSantos65", - "bruncs", - "rubenfaria" + "Magela", + "The-Physicist", + "klisostom", + "SphinxKnight", + "MidianLima", + "wcqueiroz", + "fpsaraiva", + "otavioarc", + "yosasuke", + "rsip22", + "MatheusSales", + "DiegoBousfield", + "gustavoaraujo" ] }, - "Web/JavaScript/Reference/Errors/Negative_repetition_count": { - "modified": "2020-03-12T19:49:26.923Z", + "Learn/Getting_started_with_the_web/HTML_basics": { + "modified": "2020-09-28T22:22:12.899Z", "contributors": [ - "ViniciusMatias" + "kleversonsc", + "Magela", + "cisojacobsen", + "lukebarneys", + "The-Physicist", + "wcqueiroz", + "helton-mori-dev", + "fabianosantos.net", + "RobMota", + "brunopulis", + "marciioluucas", + "rsip22", + "DiegoBousfield", + "gustavoaraujo" ] }, - "Web/JavaScript/Reference/Errors/No_variable_name": { - "modified": "2020-03-12T19:47:33.508Z", + "Learn/Getting_started_with_the_web": { + "modified": "2020-11-12T14:47:17.943Z", "contributors": [ - "danemmanuel" + "msevero.vasconcelos", + "Magela", + "wcqueiroz", + "ivanagui2", + "adoniasvitorio", + "LucianoHanna", + "RobMota", + "gustavoaraujo", + "duuz" ] }, - "Web/JavaScript/Reference/Errors/Not_a_codepoint": { - "modified": "2020-03-12T19:49:24.646Z", + "Learn/Getting_started_with_the_web/Installing_basic_software": { + "modified": "2020-07-16T22:34:10.512Z", "contributors": [ - "ViniciusMatias" + "Magela", + "wcqueiroz", + "israeljunior", + "helton-mori-dev", + "el-unicorn", + "rafael-junio", + "RobMota", + "leocadiomichael", + "CNicola", + "gustavoaraujo" ] }, - "Web/JavaScript/Reference/Errors/Not_a_function": { - "modified": "2020-03-12T19:46:51.395Z", + "Learn/Getting_started_with_the_web/JavaScript_basics": { + "modified": "2020-11-19T13:42:46.355Z", "contributors": [ - "vanessa-ariel", - "VictorGom3s", - "mvieira-kpmg", - "lucianoac", - "rubenfaria" + "msevero.vasconcelos", + "yurigauermarques", + "imsantosrodrigo", + "di3goCS", + "raucer", + "soarescamila", + "lucas-av7", + "Magela", + "wcqueiroz", + "helton-mori-dev", + "pietromesadri", + "raphaelhenrique", + "gabrielrosa2004", + "fernandosavio", + "Ralf_Amr", + "otavioarc", + "davilmaster", + "mrmorais", + "marcio-ti", + "barrosval", + "capaci", + "MatheusSales", + "DiegoBousfield", + "leleofg", + "gustavoaraujo" ] }, - "Web/JavaScript/Reference/Errors/NãoNomeado_funcão_declaração": { - "modified": "2020-03-12T19:47:57.308Z", + "Learn/Getting_started_with_the_web/Dealing_with_files": { + "modified": "2020-07-16T22:34:37.257Z", "contributors": [ - "LucianoCalsolari", - "re-andrade1987" + "Andrya", + "Magela", + "wcqueiroz", + "RobMota", + "SphinxKnight", + "Mservicos", + "Gabriela-23", + "ricardoferreirades", + "rsip22", + "rvNN", + "CNicola", + "gustavoaraujo" ] }, - "Web/JavaScript/Reference/Errors/Não_definido": { - "modified": "2020-03-12T19:45:05.709Z", + "Learn/Getting_started_with_the_web/Publishing_your_website": { + "modified": "2020-07-16T22:34:28.025Z", "contributors": [ - "eduardovivi", - "emilianocarvalho", + "raucer", + "Magela", + "wcqueiroz", + "tuxpilgrim", "Fernandolrs", - "FelipeLima" + "otavioarc", + "barrosval", + "gustavoaraujo" ] }, - "Web/JavaScript/Reference/Errors/Precision_range": { - "modified": "2020-04-17T23:39:16.233Z", + "Learn/HTML/Howto": { + "modified": "2020-07-16T22:22:30.419Z", "contributors": [ - "ViniciusMatias" + "wcqueiroz", + "julio-elipse", + "slopesricardo" ] }, - "Web/JavaScript/Reference/Errors/Property_access_denied": { - "modified": "2020-03-12T19:48:57.838Z", + "Learn/HTML": { + "modified": "2020-10-31T12:06:06.944Z", "contributors": [ - "luan0ap" + "yurigauermarques", + "Magela", + "wcqueiroz", + "julio-elipse", + "Gabriela-23", + "luzniek", + "Fernandolrs", + "Leodma", + "lsvinicius", + "dnlezin" ] }, - "Web/JavaScript/Reference/Errors/Read-only": { - "modified": "2020-03-12T19:47:21.681Z", + "Learn/HTML/Introduction_to_HTML/Creating_hyperlinks": { + "modified": "2020-12-09T14:37:56.311Z", "contributors": [ - "VitorHFLopes" + "Magela", + "imsantosrodrigo", + "soarescamila", + "klisostom", + "wcqueiroz", + "joaopaulogn.dev", + "Kardhyr", + "programando", + "fossalex", + "stefanocbl" ] }, - "Web/JavaScript/Reference/Errors/Redeclared_parameter": { - "modified": "2020-03-12T19:49:14.206Z", + "Learn/HTML/Introduction_to_HTML/Debugging_HTML": { + "modified": "2020-10-10T15:20:53.986Z", "contributors": [ - "leobarros" + "imsantosrodrigo", + "ricardo-ap-abreu", + "drikoh", + "charles_melara", + "Marnei-Cardoso" ] }, - "Web/JavaScript/Reference/Errors/Stmt_after_return": { - "modified": "2020-03-12T19:44:07.787Z", + "Learn/HTML/Introduction_to_HTML/Document_and_website_structure": { + "modified": "2020-10-10T12:24:24.277Z", "contributors": [ - "gidaltilopes", - "raduq" + "imsantosrodrigo", + "LucasPereira", + "Lukff", + "wcqueiroz", + "felipe-luiz" ] }, - "Web/JavaScript/Reference/Errors/Too_much_recursion": { - "modified": "2020-03-12T19:49:13.727Z", + "Learn/HTML/Introduction_to_HTML/Advanced_text_formatting": { + "modified": "2020-11-03T03:15:01.344Z", "contributors": [ - "umpierrefp" + "SphinxKnight", + "MiguelZK", + "imsantosrodrigo", + "klisostom", + "romulocarvalho", + "itamarsilva" ] }, - "Web/JavaScript/Reference/Errors/Undeclared_var": { - "modified": "2020-03-12T19:44:41.988Z", + "Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals": { + "modified": "2020-10-08T15:21:36.053Z", "contributors": [ - "tmoraes" + "imsantosrodrigo", + "soarescamila", + "Magela", + "hillary-reis", + "klisostom", + "wcqueiroz", + "digoribeiro", + "joaopaulogn.dev", + "RobMota", + "SphinxKnight", + "programando", + "stefanocbl" ] }, - "Web/JavaScript/Reference/Errors/Undefined_prop": { - "modified": "2020-03-12T19:49:23.239Z", + "Learn/HTML/Introduction_to_HTML/Getting_started": { + "modified": "2020-12-07T16:55:14.326Z", "contributors": [ - "ViniciusMatias" + "Magela", + "soarescamila", + "wcqueiroz", + "diegobarcelar", + "Gabriela-23", + "IsabellaMacedo", + "hocraveiro", + "GustavoAlvesDaSilvaCoder", + "allysonthales", + "jorgeclesio" ] }, - "Web/JavaScript/Reference/Errors/Unexpected_token": { - "modified": "2020-03-12T19:46:47.848Z", + "Learn/HTML/Introduction_to_HTML": { + "modified": "2020-11-27T11:33:56.639Z", "contributors": [ - "naozuka", - "marcelobonatto", - "rubenfaria" + "msevero.vasconcelos", + "SphinxKnight", + "marcus.simei", + "Magela", + "wcqueiroz", + "Gabriela-23", + "BrunoThomaz", + "JonatasTeixeira", + "Ronicley", + "Isaakie", + "stefanocbl", + "farfael", + "yfernandes", + "AnteroJunior", + "erickmartim", + "andrekutianski" ] }, - "Web/JavaScript/Reference/Errors/Unexpected_type": { - "modified": "2020-03-12T19:46:50.924Z", + "Learn/HTML/Introduction_to_HTML/Test_your_skills:_HTML_text_basics": { + "modified": "2020-10-02T10:40:58.435Z", "contributors": [ - "DeividhyTonetti", - "LucasSouza6", - "mauricionsantos", - "rubenfaria" + "lufesipe", + "incaDigital" ] }, - "Web/JavaScript/Reference/Errors/Unterminated_string_literal": { - "modified": "2020-03-12T19:45:00.554Z", + "Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML": { + "modified": "2020-07-16T22:23:22.939Z", "contributors": [ - "pratosnaweb" + "Danilo", + "Magela", + "klisostom", + "leoc01", + "wcqueiroz", + "daliannyvieira", + "Luan4560", + "joaopaulogn.dev", + "RobMota", + "Gabriela-23", + "programando", + "mitlearning", + "stefanocbl", + "kenobll" ] }, - "Web/JavaScript/Reference/Functions": { - "modified": "2020-10-20T11:16:27.457Z", + "Learn/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web": { + "modified": "2020-08-14T16:08:27.991Z", "contributors": [ - "dorfs", - "Trauvin", - "Gabriela-23", - "Glaydson", - "renoirsousa", - "rafaelbertelli", - "Jerffersonferreira", - "thiagobitencourt", - "grocholski", - "boniattirodrigo", - "Durtto", - "fscholz" + "MarcosClaro" ] }, - "Web/JavaScript/Reference/Functions/Arrow_functions": { - "modified": "2020-10-15T21:30:14.177Z", + "Learn/HTML/Multimedia_and_embedding/Images_in_HTML": { + "modified": "2020-07-16T22:24:47.423Z", "contributors": [ - "thgo", - "diogenesfranca", - "hansobvius", - "eduardosoller", - "leandrowf", - "mari1248", - "SphinxKnight", - "lesimoes", - "alexnum", - "rivajunior", - "RodrigoOler", - "lucasmedeiros" + "cisojacobsen", + "LucasPereira", + "rafaelblink", + "brunopulis" ] }, - "Web/JavaScript/Reference/Functions/Definicoes_metodos": { - "modified": "2020-10-15T21:41:38.555Z", + "Learn/HTML/Multimedia_and_embedding": { + "modified": "2020-09-18T10:32:28.552Z", "contributors": [ - "LuizinGustavo", - "michael-nishikawa" + "gcrz", + "MiscoTrisco", + "wcqueiroz", + "finkenauer", + "MatheusKozaku" ] }, - "Web/JavaScript/Reference/Functions/Parametros_Predefinidos": { - "modified": "2020-11-16T09:54:39.736Z", + "Learn/HTML/Multimedia_and_embedding/Other_embedding_technologies": { + "modified": "2020-07-16T22:25:03.448Z", "contributors": [ - "mateusvelleda", - "rafaelcavalcante", - "Roger-Melo", - "SphinxKnight", - "alissonperez", - "fernandosavio", - "KennyMack", - "AlanCezarAraujo" + "cisojacobsen", + "MatheusBorges", + "LucasPereira" ] }, - "Web/JavaScript/Reference/Functions/arguments": { - "modified": "2020-03-12T19:42:08.040Z", + "Learn/HTML/Multimedia_and_embedding/Responsive_images": { + "modified": "2020-07-16T22:24:37.186Z", "contributors": [ - "Arlon", - "Lovelex", - "peaonunes", - "lffg", - "renatodantas", - "greevin", - "YurePereira", - "icaromh" + "gustavaum", + "davimh", + "rafaelcavalcante", + "BrunoThomaz" ] }, - "Web/JavaScript/Reference/Functions/get": { - "modified": "2020-08-27T04:51:38.379Z", + "Learn/HTML/Multimedia_and_embedding/Video_and_audio_content": { + "modified": "2020-07-16T22:24:55.358Z", "contributors": [ - "SandroMiguel", - "rodrigocode4", - "hbarcelos" + "LucasPereira", + "LucasPrado" ] }, - "Web/JavaScript/Reference/Functions/rest_parameters": { - "modified": "2020-03-12T19:42:42.252Z", + "Learn/HTML/Tables/Basics": { + "modified": "2020-11-17T04:01:03.837Z", "contributors": [ - "gudeck", "SphinxKnight", - "matheussilvasantos", - "KennyMack", - "raduq" + "aluizioneto", + "Caio_Rocha" ] }, - "Web/JavaScript/Reference/Functions/set": { - "modified": "2020-03-12T19:44:37.360Z", + "Learn/HTML/Tables": { + "modified": "2020-07-16T22:25:14.343Z", "contributors": [ - "chicabomb", - "filipetorres", - "willianbriotto" + "nicolearagao", + "BeatrizCavallieri" ] }, - "Web/JavaScript/Reference/Global_Objects": { - "modified": "2020-03-12T19:38:37.086Z", + "Learn": { + "modified": "2020-08-17T01:24:04.475Z", "contributors": [ - "misabraga", - "thiagoh", + "GiovanniHD201E", + "Magela", + "Anonymous", "SphinxKnight", + "wcqueiroz", + "leticiacampanharo", + "svarlamov", + "julio-elipse", + "CodexZombie", + "Ermesoml", + "LucasPrado", + "phhoffmann", + "mrmorais", + "Gilbertosilvax1", "teoli", - "vagnerleitte", - "Norbert" + "toscano", + "CNicola", + "JamileLima", + "Diegoprsz", + "Doug_Fany", + "gustavoaraujo", + "-" ] }, - "Web/JavaScript/Reference/Global_Objects/Array": { - "modified": "2019-05-03T12:21:47.299Z", + "Learn/JavaScript/Client-side_web_APIs/Client-side_storage": { + "modified": "2020-09-30T03:03:23.191Z", "contributors": [ - "thelimarenan", - "caiocaly", - "ManoelLobo", - "rafaelbezerra195", - "gutoribeiro", - "kdex", - "biracruz", - "marcoaure", - "dsbezerra", - "deyvid0123", - "deyvidyury", - "raduq", - "RodolfoSilva", - "FrancisWagner", - "euconectei", - "teoli", - "xhximenes", - "Sheppy" + "SphinxKnight", + "Paulo_Rezende" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/@@iterator": { - "modified": "2019-03-23T22:35:56.703Z", + "Learn/JavaScript/Client-side_web_APIs": { + "modified": "2020-07-16T22:32:41.822Z", "contributors": [ - "jjmars" + "georgebueno77", + "helton-mori-dev", + "WellingtonFR", + "allanregess", + "Wendryl", + "andersoonluan" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/@@unscopables": { - "modified": "2020-10-15T22:03:58.150Z", + "Learn/JavaScript/Client-side_web_APIs/Introduction": { + "modified": "2020-11-04T14:49:24.547Z", "contributors": [ - "Filipe-Souza", - "marciioluucas" + "domuserk", + "nunes.rodrigo.dev", + "BeatrizCavallieri", + "GLuchtenberg", + "fpsaraiva", + "FernandaBernardo" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/Reduce": { - "modified": "2020-11-06T11:41:26.392Z", + "Learn/JavaScript/Building_blocks/Build_your_own_function": { + "modified": "2020-07-20T16:29:20.448Z", "contributors": [ - "ricardo.passos.cr", - "duduindo", - "krisamorim", - "mablook", - "balini", - "WandersonDavid", - "rubenmarcus", - "mateusvelleda", - "smoothfall", - "rbuzatto", - "geekcom", - "SphinxKnight", - "guardezi", - "ChrisAmora", - "danilosetubal", - "elvismdnin", - "eltonmesquita", - "gabrielsimas", - "rafaelcavalcante", - "ThaleSelaht", - "alexgwolff", - "FrancisWagner", - "ErickWendel" + "eziotristao", + "gabriel_cadu", + "artphil", + "greysonf" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/ReduceRight": { - "modified": "2020-10-15T21:39:00.467Z", + "Learn/JavaScript/Building_blocks/Looping_code": { + "modified": "2020-07-16T22:31:21.519Z", "contributors": [ - "mateusvelleda", - "luisfvieira", - "raduq" + "gabriel_cadu", + "lucas-av7", + "jess-silvano", + "recofka" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/concat": { - "modified": "2019-06-03T12:42:22.079Z", + "Learn/JavaScript/Building_blocks/conditionals": { + "modified": "2020-11-20T11:18:47.143Z", "contributors": [ - "diegoarcega", - "soleeweb", - "teoli", - "Leikovsk" + "Coronel-Marc", + "gabriel_cadu", + "euvanribeiro", + "greysonf", + "biakp", + "joficial", + "raphaeljq", + "francoforget", + "fenobalao" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/contains": { - "modified": "2020-10-15T21:30:32.690Z", + "Learn/JavaScript/Building_blocks/Events": { + "modified": "2020-07-16T22:31:39.504Z", "contributors": [ - "mateusvelleda", - "wbamberg", - "RodolfoSilva", - "emmanueldaher", - "cirocosta" + "suyfranca", + "PGama-Rodrigo", + "douglast2t", + "greysonf", + "VictorGom3s" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/copyWithin": { - "modified": "2019-03-23T22:35:55.533Z", + "Learn/JavaScript/Building_blocks/Functions": { + "modified": "2020-07-16T22:31:26.363Z", "contributors": [ - "igorc2", - "jjmars" + "artphil", + "samu101108" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/entries": { - "modified": "2019-03-23T22:35:59.312Z", + "Learn/JavaScript/Building_blocks/Image_gallery": { + "modified": "2020-07-16T22:31:44.008Z", "contributors": [ - "igorc2", - "fime", - "jjmars" + "greysonf" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/every": { - "modified": "2020-10-15T21:41:16.789Z", + "Learn/JavaScript/Building_blocks": { + "modified": "2020-07-16T22:31:10.224Z", "contributors": [ - "mateusvelleda", - "pedroprcgm", - "kidjapa", - "zenithpolar", - "mtxr", - "rennerocha", - "monteiroflavio", - "MichelMentzFernandes", - "alisonmonteiro", - "diegoarcega" + "Danilo", + "artphil", + "renansouza", + "psergiojr", + "tecnobr" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/fill": { - "modified": "2020-10-15T21:39:00.968Z", + "Learn/JavaScript/Building_blocks/Return_values": { + "modified": "2020-07-16T22:31:34.447Z", "contributors": [ - "mateusvelleda", - "MarcoBrunoBR", - "murillodmiranda", - "SphinxKnight", - "erickvieira", - "ronniery", - "raduq" + "gabriel_cadu", + "Danilo", + "greysonf" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/filtro": { - "modified": "2020-10-15T21:36:30.999Z", + "Learn/JavaScript/Howto": { + "modified": "2020-07-16T22:33:10.988Z", "contributors": [ - "chrisdavidmills", - "mateusvelleda", - "FelipeMarra", - "leonardooliveira95", - "junagao", - "mtaribeiro", - "RodrigoReis", - "alexandresn", - "erikvinicius5", - "lotharthesavior", - "felipecaputo" + "edvoidcode", + "kabwto" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/find": { - "modified": "2020-10-24T15:40:42.111Z", + "Learn/JavaScript": { + "modified": "2020-08-28T11:51:35.506Z", "contributors": [ - "Gustavonobreza", - "mateusvelleda", - "marcoscoelho", - "awquadros", - "jkdrangel", + "moukinchung", + "Chanpt", + "daniel-neiva", + "BeatrizCavallieri", + "leanfj", + "Takeshi-S", + "Abraham.G.", + "wcqueiroz", + "paulopompeu", + "CarlosFariass", + "leticiacampanharo", + "helton-mori-dev", "SphinxKnight", - "leonardosv", - "cezaraugusto", - "Selminha", - "raduq" + "gucaveira", + "aoc85", + "7aylors", + "gabrielrosa2004", + "byxande", + "amc97", + "Velasco", + "marcio-ti", + "Victorfm2167", + "diogoslima", + "deyvid0123" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/findIndex": { - "modified": "2020-10-15T21:44:45.523Z", + "Learn/JavaScript/Objects/Adding_bouncing_balls_features": { + "modified": "2020-07-16T22:32:35.532Z", "contributors": [ - "mateusvelleda", - "brunotalhate", - "jjmars" + "greysonf" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/flat": { - "modified": "2020-10-15T22:05:38.464Z", + "Learn/JavaScript/Objects/Basics": { + "modified": "2020-12-11T00:30:59.153Z", "contributors": [ - "DiegoGeoDev", - "malarahfelipe", - "mateusvelleda", - "gabriellamas", - "CalvinNunes" + "iJacKP", + "clivelton", + "WellingtonFR", + "rafaelsantosjor", + "hmilena", + "webfelipemaia" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/flatMap": { - "modified": "2020-10-15T22:04:41.673Z", + "Learn/JavaScript/Objects/Inheritance": { + "modified": "2020-07-16T22:32:15.784Z", "contributors": [ - "caricati", - "malarahfelipe", - "MatheusFrez", - "rbuzatto", - "leonardomarciano", - "proxy-chan" + "WellingtonFR", + "greysonf" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/forEach": { - "modified": "2020-10-15T21:24:03.153Z", + "Learn/JavaScript/Objects": { + "modified": "2020-07-16T22:31:52.228Z", "contributors": [ - "mateusvelleda", - "Gutem", - "fred-azevedo", - "rodorgas", - "alexandresn", - "deyvidyury", - "rafaelescrich", - "teoli", - "nah_luquiari" + "rafaelsantosjor", + "webfelipemaia", + "Tiagosb", + "claudiolcastro", + "carlos-rafael", + "juniorcaires" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/from": { - "modified": "2020-10-15T21:38:56.337Z", + "Learn/JavaScript/Objects/JSON": { + "modified": "2020-07-16T22:32:28.309Z", "contributors": [ - "salomes", - "mateusvelleda", - "SphinxKnight", - "rafaelcavalcante", - "welintonti", - "victor-borges" + "euvanribeiro", + "WellingtonFR", + "mateus1siqueira", + "greysonf" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/indexOf": { - "modified": "2020-10-15T21:37:56.001Z", + "Learn/JavaScript/Objects/Object_building_practice": { + "modified": "2020-07-16T22:32:32.103Z", "contributors": [ - "victorwestmann", - "mateusvelleda", - "SDamasceno-Dev", - "tavieto", - "rafaelkendrik", - "LeoRiether", - "brunoluigi", - "ErickWendel", - "lucas.comino" + "tonMoraes", + "greysonf" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/isArray": { - "modified": "2019-08-21T18:08:19.665Z", + "Learn/JavaScript/Objects/Object_prototypes": { + "modified": "2020-07-16T22:32:21.988Z", "contributors": [ - "WBerredo", - "lotharthesavior", - "ZavarezeH" + "WellingtonFR", + "DanStos", + "greysonf" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/join": { - "modified": "2020-10-26T23:42:47.826Z", + "Learn/JavaScript/Objects/Object-oriented_JS": { + "modified": "2020-07-16T22:32:07.136Z", "contributors": [ - "Gustavonobreza", - "Grohden", - "ZavarezeH" + "rpizzolato", + "WellingtonFR", + "greysonf" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/keys": { - "modified": "2019-03-23T22:54:07.464Z", + "Learn/Learning_and_getting_help": { + "modified": "2020-07-16T22:40:49.138Z", "contributors": [ - "SphinxKnight", - "flaviomicheletti", - "lotharthesavior" + "GiovanniHD201E" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/lastIndexOf": { - "modified": "2019-05-09T12:20:08.266Z", + "Learn/Release_notes": { + "modified": "2020-10-15T20:54:28.940Z", "contributors": [ - "fmaiabatista", - "rodamaral", - "brunoluigi", - "raduq" + "3ltons" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/length": { - "modified": "2019-04-07T08:45:26.003Z", + "MDN/At_ten": { + "modified": "2019-03-23T22:47:39.647Z", "contributors": [ - "PointCodeZero", - "hpribeiro", - "jouderianjr", - "lnmunhoz", - "icaromh" + "meldenne" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/map": { - "modified": "2020-10-15T21:32:56.196Z", + "Web/API/Document_Object_Model/Events": { + "modified": "2020-08-30T22:44:17.906Z", "contributors": [ - "mateusvelleda", - "lotharthesavior", - "trestini" + "bermarques" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/of": { - "modified": "2020-10-15T21:38:59.029Z", + "Web/API/Document_Object_Model/Examples": { + "modified": "2019-03-23T22:11:58.983Z", "contributors": [ - "CarlaTeo", - "SphinxKnight", - "theuves", - "raduq" + "virginiarcruz" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/pop": { - "modified": "2020-10-15T21:32:41.724Z", + "Web/API/Document_object_model/How_to_create_a_DOM_tree": { + "modified": "2019-03-23T22:11:56.223Z", "contributors": [ - "mateusvelleda", - "gbezerras", - "marinalimeira" + "virginiarcruz" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/prototype": { - "modified": "2019-03-23T23:05:21.611Z", + "Web/API/Document_Object_Model": { + "modified": "2019-07-12T13:54:33.473Z", "contributors": [ - "medeirosmarcus", - "rodrigofazenda", - "DevStanki", - "gutoribeiro", - "danielbastos" + "wcqueiroz", + "AlyoshaS", + "tuanny", + "arai", + "srsaude" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/push": { - "modified": "2019-03-23T23:07:45.788Z", + "Web/API/Document_Object_Model/Introduction": { + "modified": "2020-12-03T17:12:30.790Z", "contributors": [ - "lucascaprio", - "lucasvarela", - "marinalimeira", - "JeanRigotti", - "solfier" + "aotakeda", + "xKbryan", + "herculesgabriel", + "mfdj.1999", + "tomazcunha", + "andrekutianski", + "ramonfranklyn", + "onsistec" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/reverse": { - "modified": "2019-03-23T22:54:17.462Z", + "Web/API/Document_Object_Model/Whitespace": { + "modified": "2019-03-18T21:38:03.775Z", "contributors": [ - "leonardocodognoto" + "jpreuss", + "coloringa" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/shift": { - "modified": "2020-10-15T21:31:30.081Z", + "Web/API/HTML_Drag_and_Drop_API/File_drag_and_drop": { + "modified": "2020-03-05T12:27:04.657Z", "contributors": [ - "mateusvelleda", - "bfagundes", - "LuizinGustavo", - "csrene", - "AlexSander", - "bernardobrezende", - "JeanRigotti" + "NOOB_DISNEY" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/slice": { - "modified": "2020-10-15T21:38:58.669Z", + "Web/API/HTML_Drag_and_Drop_API": { + "modified": "2019-12-03T23:38:01.288Z", "contributors": [ - "g-nogara", - "GutuGaluppo", - "multi4me", - "Ermesoml", - "proxy-chan", - "odahcam", - "nelson777", - "vandercijr" + "CharlesEduardoSCBR", + "rodrigofazenda", + "cezaraugusto", + "saviski", + "jpalharini" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/some": { - "modified": "2020-10-15T21:39:11.018Z", + "Games/Introduction_to_HTML5_Game_Development": { + "modified": "2019-03-18T20:49:07.398Z", "contributors": [ - "axcosta", - "wrafanunes", - "mateusvelleda", - "hrcaio", - "diegoarcega", - "raduq" + "G_Nascimento" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/sort": { - "modified": "2020-12-03T19:46:39.220Z", + "Glossary/404": { + "modified": "2019-03-23T22:47:20.165Z", "contributors": [ - "rogeriojesussilva", - "h3nr1ke", - "Pedrock", - "mateusvelleda", - "RoryKinape", - "maleskena", - "maxHSG", - "WBerredo", - "mauricio-fidalgo", - "felipecaputo" + "raduq" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/splice": { - "modified": "2019-03-23T23:21:08.881Z", + "Glossary/502": { + "modified": "2019-03-23T22:47:23.868Z", "contributors": [ - "marciioluucas", - "gabsprates", - "santospatrick", - "Auugustocesar", - "BrOrlandi", - "alexbispo", - "leaofelipe", - "wbruno", - "teoli", - "cirocosta" + "raduq" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/toLocaleString": { - "modified": "2019-03-23T22:50:39.765Z", + "Glossary/Abstraction": { + "modified": "2019-03-23T22:35:53.964Z", "contributors": [ - "valdeirpsr", - "erickvieira", - "ErickWendel" + "jjmars" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/toSource": { - "modified": "2020-06-02T16:37:19.766Z", + "Glossary/Accessibility": { + "modified": "2019-03-23T22:05:43.916Z", "contributors": [ - "mablook", - "teoli", - "raduq" + "MarceloBRN" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/toString": { - "modified": "2019-03-23T22:48:37.450Z", + "Glossary/Adobe_Flash": { + "modified": "2019-03-18T21:44:03.570Z", "contributors": [ - "MichelMentzFernandes", - "geovanerocha" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/unshift": { - "modified": "2020-10-15T21:30:05.373Z", + "Glossary/AJAX": { + "modified": "2020-01-10T00:02:09.757Z", "contributors": [ - "mateusvelleda", - "JsBatista", - "jurandirvalerio", - "mateusleon" + "brunofrra", + "mariozuany", + "barrosval", + "rogeriomoraessp" ] }, - "Web/JavaScript/Reference/Global_Objects/Array/values": { - "modified": "2019-03-23T22:47:27.892Z", + "Glossary/Algorithm": { + "modified": "2019-01-17T02:26:12.294Z", "contributors": [ - "SphinxKnight", - "raduq" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/ArrayBuffer": { - "modified": "2020-10-15T21:29:12.919Z", + "Glossary/Alpha": { + "modified": "2020-11-15T12:30:40.587Z", "contributors": [ - "Rondinelly", - "Jeremie", - "teoli", - "mklauck" + "IsaqueDiniz" ] }, - "Web/JavaScript/Reference/Global_Objects/AsyncFunction": { - "modified": "2019-03-23T22:08:08.077Z", + "Glossary/API": { + "modified": "2019-10-20T21:41:36.383Z", "contributors": [ - "GutuGaluppo", - "alefesouza" + "htmribeiro", + "raphaelhenrique", + "andrekutianski", + "raduq" ] }, - "Web/JavaScript/Reference/Global_Objects/Atomics": { - "modified": "2019-03-23T22:34:49.263Z", + "Glossary/Apple_Safari": { + "modified": "2019-03-18T21:43:59.859Z", "contributors": [ - "KennyMack" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/Atomics/add": { - "modified": "2019-03-23T22:09:03.574Z", + "Glossary/Argument": { + "modified": "2019-03-23T22:04:07.640Z", "contributors": [ - "AlanCezarAraujo" + "apsychox", + "SaraJade", + "gabrielrosa2004" ] }, - "Web/JavaScript/Reference/Global_Objects/BigInt": { - "modified": "2019-05-28T15:22:19.642Z", + "Glossary/Arpanet": { + "modified": "2019-03-23T22:06:40.692Z", "contributors": [ - "AlanCezarAraujo", - "theuves" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/BigInt/prototype": { - "modified": "2020-10-15T22:29:51.823Z", + "Glossary/array": { + "modified": "2019-06-22T20:19:15.594Z", "contributors": [ - "LuisAraujo" + "lucaslombardif", + "RNT17", + "gabrielagabriel", + "gusleindecker" ] }, - "Web/JavaScript/Reference/Global_Objects/Boolean": { - "modified": "2019-03-23T22:51:14.765Z", + "Glossary/Accessibility_tree": { + "modified": "2020-11-11T16:52:08.076Z", "contributors": [ - "raduq", - "wbamberg", - "Hikashii", - "pdanker", - "icaromh" + "IsaqueDiniz" ] }, - "Web/JavaScript/Reference/Global_Objects/Boolean/prototype": { - "modified": "2019-03-23T22:47:24.930Z", + "Glossary/ASCII": { + "modified": "2020-08-07T10:40:43.821Z", "contributors": [ - "raduq" + "rafhaelfitzpatrick", + "mak213k" ] }, - "Web/JavaScript/Reference/Global_Objects/Boolean/toSource": { - "modified": "2019-03-23T22:47:21.468Z", + "Glossary/Asynchronous": { + "modified": "2019-03-18T21:43:52.623Z", "contributors": [ - "teoli", - "raduq" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/Boolean/toString": { - "modified": "2019-03-23T22:06:44.278Z", + "Glossary/Attribute": { + "modified": "2019-05-30T03:05:20.743Z", "contributors": [ - "thiagosaife" + "jorgeclesio", + "GoToLoop" ] }, - "Web/JavaScript/Reference/Global_Objects/Boolean/valueOf": { - "modified": "2019-03-23T22:42:40.647Z", + "Glossary/Bandwidth": { + "modified": "2020-03-28T04:45:58.336Z", "contributors": [ - "felipebelluco" + "joelson.ejr" ] }, - "Web/JavaScript/Reference/Global_Objects/DataView": { - "modified": "2020-10-15T21:51:29.239Z", + "Glossary/BigInt": { + "modified": "2019-06-01T11:26:46.232Z", "contributors": [ - "Rondinelly", - "duduindo", - "fabriciofrontarolli" + "emersonbroga" ] }, - "Web/JavaScript/Reference/Global_Objects/Date": { - "modified": "2019-03-18T20:41:58.137Z", + "Glossary/Boolean": { + "modified": "2019-03-23T23:02:25.617Z", "contributors": [ - "Bagata", - "wbamberg", - "quindai", - "marcelobonatto", - "lucas-daltro", - "fnsc.luis", - "daniloazevedo", - "teoli", - "BargaoRobalo" + "eduardocezarinossp", + "ViniciusMachado", + "trestini" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/@@toPrimitive": { - "modified": "2020-10-15T22:34:13.518Z", + "Glossary/HTTP_header": { + "modified": "2019-12-23T23:53:58.987Z", "contributors": [ "FernandoKGA" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/UTC": { - "modified": "2019-03-23T22:50:40.604Z", + "Glossary/Cache": { + "modified": "2020-08-20T08:30:54.843Z", "contributors": [ - "LeonardoBos" + "joaomantovani", + "FernandoKGA" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getDate": { - "modified": "2019-03-23T22:52:17.951Z", + "Glossary/Call_stack": { + "modified": "2019-08-25T21:21:29.113Z", "contributors": [ - "thiagoh" + "helton-mori-dev" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getDay": { - "modified": "2019-03-23T22:52:01.927Z", + "Glossary/Callback_function": { + "modified": "2019-03-23T22:02:52.552Z", "contributors": [ - "thiagoh" + "MRND-DTR", + "MattBizzo" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getFullYear": { - "modified": "2019-03-23T22:52:07.207Z", + "Glossary/Character": { + "modified": "2019-03-18T21:46:30.079Z", "contributors": [ - "thiagoh" + "melostbr" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getHours": { - "modified": "2019-03-23T22:52:04.095Z", + "Glossary/caret": { + "modified": "2020-07-09T00:00:12.770Z", "contributors": [ - "thiagoh" + "ooVictorFranco" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getMilliseconds": { - "modified": "2019-03-23T22:25:46.007Z", + "Glossary/CDN": { + "modified": "2019-01-16T22:59:44.431Z", "contributors": [ - "joelwallis" + "Rickslayer" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getMinutes": { - "modified": "2019-03-23T22:25:45.808Z", + "Glossary/character_encoding": { + "modified": "2020-08-07T20:35:41.005Z", "contributors": [ - "joelwallis" + "rafhaelfitzpatrick" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getMonth": { - "modified": "2019-03-23T22:51:50.216Z", + "Glossary/Chrome": { + "modified": "2019-03-23T22:32:20.365Z", "contributors": [ - "gnuns" + "meldenne" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getSeconds": { - "modified": "2019-03-23T22:25:45.327Z", + "Glossary/Class": { + "modified": "2019-03-23T22:50:05.950Z", "contributors": [ - "joelwallis" + "victor-borges" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getTime": { - "modified": "2019-03-23T22:25:55.014Z", + "Glossary/CMS": { + "modified": "2019-03-23T22:31:12.002Z", "contributors": [ - "danielpm", - "joelwallis" + "Rickslayer" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getTimezoneOffset": { - "modified": "2019-03-23T22:51:37.039Z", + "Glossary/Alignment_Container": { + "modified": "2020-11-07T17:45:53.749Z", "contributors": [ - "andrejunges", - "candidodmv" + "IsaqueDiniz" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getUTCDate": { - "modified": "2019-03-23T22:25:45.470Z", + "Glossary/Type_Conversion": { + "modified": "2019-03-18T21:32:31.465Z", "contributors": [ - "joelwallis" + "aleexmuller" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getUTCDay": { - "modified": "2020-08-27T16:21:04.054Z", + "Glossary/CORS": { + "modified": "2019-12-23T23:53:25.142Z", "contributors": [ - "morvanabonin", - "rogeriopradoj" + "FernandoKGA" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getUTCFullYear": { - "modified": "2020-10-15T22:11:50.613Z", + "Glossary/CRUD": { + "modified": "2020-12-05T13:04:05.864Z", "contributors": [ - "jonathanTrancozo" + "IsaqueDiniz" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getUTCHours": { - "modified": "2020-10-15T22:29:14.615Z", + "Glossary/CSS_pixel": { + "modified": "2020-11-14T14:30:11.858Z", "contributors": [ - "FernandoKGA", - "hiramfernandes" + "IsaqueDiniz" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getUTCMilliseconds": { - "modified": "2020-10-15T21:59:36.124Z", + "Glossary/CSS_preprocessor": { + "modified": "2020-11-13T12:59:56.480Z", "contributors": [ - "vbaptistella" + "IsaqueDiniz" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getUTCMinutes": { - "modified": "2020-10-15T22:33:32.360Z", + "Glossary/CSS_Selector": { + "modified": "2019-03-23T22:06:48.887Z", "contributors": [ - "FernandoKGA" + "IsmaelEzequiel" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getUTCMonth": { - "modified": "2020-10-15T21:58:33.350Z", + "Glossary/CSS": { + "modified": "2019-03-23T22:17:45.507Z", "contributors": [ - "caiocsl" + "psergiojr" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getUTCSeconds": { - "modified": "2020-10-15T22:19:49.811Z", + "Glossary/CSSOM": { + "modified": "2020-11-13T12:20:41.027Z", "contributors": [ - "gutobrz" + "IsaqueDiniz" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/getYear": { - "modified": "2019-03-23T22:52:07.407Z", + "Glossary/Statement": { + "modified": "2019-03-23T22:23:07.569Z", "contributors": [ - "thiagoh" + "Franck_Moreira" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/now": { - "modified": "2019-09-07T10:31:23.595Z", + "Glossary/Graceful_degradation": { + "modified": "2020-09-22T20:12:45.099Z", "contributors": [ - "lucasinocente", - "rodgerpaulo", - "rodrigosilvaleite", - "alcatrazbr", - "giovannimesquita" + "BeatrizCavallieri", + "Dianakc" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/parse": { - "modified": "2020-09-19T12:07:04.791Z", + "Glossary/Doctype": { + "modified": "2019-03-18T21:46:11.657Z", "contributors": [ - "rafaelflorespereira", - "Klaifer", - "remmendo", - "thiagobittner" + "lucasbd" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setDate": { - "modified": "2020-10-15T22:31:46.152Z", + "Glossary/DOM": { + "modified": "2019-03-23T23:10:39.579Z", "contributors": [ - "lghiggino" + "GoToLoop", + "gabrielagabriel", + "panaggio" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setFullYear": { - "modified": "2020-10-15T22:33:35.634Z", + "Glossary/Domain": { + "modified": "2019-03-18T21:36:28.595Z", "contributors": [ - "FernandoKGA" + "GPrimola" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setHours": { - "modified": "2020-10-15T22:33:33.944Z", + "Glossary/ECMA": { + "modified": "2019-03-23T22:30:25.897Z", "contributors": [ - "FernandoKGA" + "GoToLoop" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setMilliseconds": { - "modified": "2020-10-15T22:33:48.619Z", + "Glossary/Element": { + "modified": "2020-08-23T14:35:41.260Z", "contributors": [ - "FernandoKGA" + "josewest700", + "wcqueiroz", + "luiszambon" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setMinutes": { - "modified": "2020-10-15T22:33:49.145Z", + "Glossary/IP_Address": { + "modified": "2019-03-18T21:44:09.753Z", "contributors": [ - "FernandoKGA" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setMonth": { - "modified": "2020-10-15T22:34:08.767Z", + "Glossary/Endianness": { + "modified": "2019-03-18T21:33:18.048Z", "contributors": [ - "FernandoKGA" + "paulobruno", + "pauloantonelli" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setSeconds": { - "modified": "2020-10-15T22:34:12.191Z", + "Glossary/Entity_header": { + "modified": "2019-03-18T21:10:53.093Z", "contributors": [ - "FernandoKGA" + "coloringa" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setTime": { - "modified": "2020-10-15T22:06:26.538Z", + "Glossary/Scope": { + "modified": "2019-03-23T22:09:33.536Z", "contributors": [ - "Bagata", - "deyvidyury" + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setUTCDate": { - "modified": "2020-10-15T22:34:09.643Z", + "Glossary/Falsy": { + "modified": "2019-03-18T21:15:58.741Z", "contributors": [ - "FernandoKGA" + "eduardocezarinossp", + "jeanonline" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setUTCFullYear": { - "modified": "2020-10-15T22:34:09.833Z", + "Glossary/Flex": { + "modified": "2019-03-18T20:42:53.641Z", "contributors": [ - "FernandoKGA" + "helton-mori-dev" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setUTCHours": { - "modified": "2020-10-15T22:34:12.207Z", + "Glossary/Forbidden_header_name": { + "modified": "2020-01-18T00:05:07.612Z", "contributors": [ - "FernandoKGA" + "FernandoKGA", + "darleizillmer" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setUTCMilliseconds": { - "modified": "2020-10-15T22:34:12.221Z", + "Glossary/Forbidden_response_header_name": { + "modified": "2019-03-18T21:26:05.371Z", "contributors": [ - "FernandoKGA" + "darleizillmer" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setUTCMinutes": { - "modified": "2020-10-15T22:34:15.562Z", + "Glossary/First-class_Function": { + "modified": "2019-03-18T21:32:51.242Z", "contributors": [ - "FernandoKGA" + "thiagosaife", + "emersonmdca" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setUTCMonth": { - "modified": "2020-10-15T22:34:15.556Z", + "Glossary/Function": { + "modified": "2019-03-18T21:34:00.632Z", "contributors": [ - "FernandoKGA" + "apsychox" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setUTCSeconds": { - "modified": "2020-10-15T22:34:11.911Z", + "Glossary/Fuzzing": { + "modified": "2019-09-06T03:22:02.462Z", "contributors": [ - "FernandoKGA" + "SphinxKnight", + "fscholz", + "ygormaximo" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/setYear": { - "modified": "2020-10-15T22:34:14.397Z", + "Glossary/Gecko": { + "modified": "2019-12-23T23:52:37.656Z", "contributors": [ "FernandoKGA" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/toDateString": { - "modified": "2019-03-23T22:37:22.411Z", + "Glossary/General_header": { + "modified": "2019-05-24T15:18:50.536Z", "contributors": [ - "pabloff9" + "Glmsnc" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/toGMTString": { - "modified": "2020-10-15T22:34:12.107Z", + "Glossary/Global_object": { + "modified": "2019-03-18T21:40:17.626Z", "contributors": [ - "FernandoKGA" + "ebragaparah" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/toISOString": { - "modified": "2020-10-15T22:34:15.917Z", + "Glossary/Grid": { + "modified": "2020-07-14T21:04:41.276Z", "contributors": [ - "FernandoKGA" + "Dianakc" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/toJSON": { - "modified": "2020-10-15T22:08:19.553Z", + "Glossary/Grid_Areas": { + "modified": "2019-03-23T22:14:26.280Z", "contributors": [ - "duodraco" + "kaiomarcio", + "heltonss" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString": { - "modified": "2019-10-05T10:35:23.837Z", + "Glossary/Hoisting": { + "modified": "2020-01-23T16:47:05.779Z", "contributors": [ - "alexandregabriel", - "erickm32", - "emanueloliveira" + "GuilhermePiovesan", + "rolandgnm" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/toLocaleString": { - "modified": "2020-10-15T22:22:49.670Z", + "Glossary/HSTS": { + "modified": "2019-03-18T21:26:13.963Z", "contributors": [ - "niltonfreitas_" + "darleizillmer" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString": { - "modified": "2020-10-15T22:01:32.171Z", + "Glossary/HTML": { + "modified": "2019-03-23T22:22:10.633Z", "contributors": [ - "jbwestphal" + "psergiojr", + "rafaelcavalcante", + "barrosval" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/toSource": { - "modified": "2020-10-15T22:34:13.547Z", + "Glossary/HTTP_2": { + "modified": "2019-06-08T19:33:12.373Z", "contributors": [ - "FernandoKGA" + "wcqueiroz" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/toString": { - "modified": "2020-10-15T22:34:16.319Z", + "Glossary/HTTP": { + "modified": "2019-03-23T22:21:56.435Z", "contributors": [ - "FernandoKGA" + "aretw0", + "barrosval" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/toTimeString": { - "modified": "2020-10-15T22:34:13.284Z", + "Glossary/https": { + "modified": "2019-03-18T21:44:09.623Z", "contributors": [ - "FernandoKGA" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/toUTCString": { - "modified": "2020-10-15T22:34:13.668Z", + "Glossary/Idempotent": { + "modified": "2019-09-01T01:44:12.557Z", "contributors": [ "FernandoKGA" ] }, - "Web/JavaScript/Reference/Global_Objects/Date/valueOf": { - "modified": "2020-10-15T22:34:13.277Z", + "Glossary/Identifier": { + "modified": "2019-03-23T22:28:41.179Z", "contributors": [ - "FernandoKGA" + "apsychox", + "OrdepPedro", + "danilobarion1986" ] }, - "Web/JavaScript/Reference/Global_Objects/Error": { - "modified": "2019-03-23T22:43:17.643Z", + "Glossary/IIFE": { + "modified": "2019-03-23T22:41:51.789Z", + "contributors": [ + "daviccardoso", + "fbidu", + "MarcoRibeiro" + ] + }, + "Glossary": { + "modified": "2020-10-07T11:13:14.110Z", "contributors": [ - "cezaraugusto", - "augustoclaro" + "peterbe", + "SphinxKnight", + "wcqueiroz", + "wbamberg", + "matheusdmm", + "-", + "gusleindecker" ] }, - "Web/JavaScript/Reference/Global_Objects/Error/toSource": { - "modified": "2020-11-02T11:33:59.599Z", + "Glossary/IndexedDB": { + "modified": "2019-03-23T22:30:14.736Z", "contributors": [ - "FernandoKGA" + "GoToLoop" ] }, - "Web/JavaScript/Reference/Global_Objects/Error/toString": { - "modified": "2020-11-02T10:09:38.309Z", + "Glossary/Internet": { + "modified": "2019-03-18T21:45:04.739Z", "contributors": [ - "FernandoKGA" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/EvalError": { - "modified": "2019-03-23T22:29:52.954Z", + "Glossary/IPv4": { + "modified": "2019-03-18T21:44:10.032Z", "contributors": [ - "jaimemaretoli" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/Float32Array": { - "modified": "2020-10-15T22:08:32.783Z", + "Glossary/IPv6": { + "modified": "2019-03-18T21:45:04.897Z", "contributors": [ - "ChristoPy" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/Float64Array": { - "modified": "2020-10-15T22:32:01.059Z", + "Glossary/IRC": { + "modified": "2019-06-03T01:34:33.650Z", "contributors": [ - "GuilhermeVazz" + "wcqueiroz" ] }, - "Web/JavaScript/Reference/Global_Objects/Function": { - "modified": "2020-03-26T18:53:42.833Z", + "Glossary/ISO": { + "modified": "2019-08-19T01:24:15.027Z", "contributors": [ - "HenriqueMartinsBotelho", - "diegolaquino", - "IanRamosC", - "YurePereira", - "chrisdavidmills" + "KoffeeBunker" ] }, - "Web/JavaScript/Reference/Global_Objects/Function/apply": { - "modified": "2019-03-23T22:52:01.105Z", + "Glossary/Jank": { + "modified": "2019-01-17T10:31:38.830Z", "contributors": [ - "hierror", - "cezaraugusto", - "edjungklaus", - "LucasRamos", - "caiocutrim" + "IgorGoncalves" ] }, - "Web/JavaScript/Reference/Global_Objects/Function/arguments": { - "modified": "2019-05-25T00:50:43.245Z", + "Glossary/JavaScript": { + "modified": "2020-07-14T13:39:05.371Z", "contributors": [ - "Arlon", - "Anderson-Vasques" + "jose.elias.0703", + "rbertoche", + "barrosval" ] }, - "Web/JavaScript/Reference/Global_Objects/Function/bind": { - "modified": "2020-05-09T18:15:16.714Z", + "Glossary/jpeg": { + "modified": "2019-03-18T21:44:01.853Z", "contributors": [ - "lcelso", - "leo-ls", - "Kasagari", - "eduardoJoseRibeiro", - "felipeorlando", - "nevorah", - "fbctf", - "heronmedeiros", - "edvaldofarias" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/Function/call": { - "modified": "2019-03-23T23:05:33.507Z", + "Glossary/jQuery": { + "modified": "2019-05-17T17:03:39.259Z", "contributors": [ - "leogsouza", - "cezaraugusto", - "vitorn1234", - "caiocutrim", - "PedroVinicius" + "ElsonMendes" ] }, - "Web/JavaScript/Reference/Global_Objects/Function/caller": { - "modified": "2019-03-23T22:47:00.952Z", + "Glossary/Key": { + "modified": "2019-03-23T22:02:49.869Z", "contributors": [ - "teoli", - "raduq" + "Hikashii" ] }, - "Web/JavaScript/Reference/Global_Objects/Function/displayName": { - "modified": "2020-10-15T21:58:35.041Z", + "Glossary/Dynamic_programming_language": { + "modified": "2020-07-02T21:45:18.003Z", "contributors": [ - "alinedmelo" + "raucer" ] }, - "Web/JavaScript/Reference/Global_Objects/Function/length": { - "modified": "2020-08-25T13:54:49.738Z", + "Glossary/markup": { + "modified": "2020-07-18T12:20:15.308Z", "contributors": [ - "duduindo", - "GuilhermeVazz", - "alinedmelo", - "matheussilvasantos", - "LucasRamos" + "jose.elias.0703" ] }, - "Web/JavaScript/Reference/Global_Objects/Function/name": { - "modified": "2020-10-15T22:06:36.004Z", + "Glossary/Metadata": { + "modified": "2019-11-05T19:38:53.604Z", "contributors": [ - "leo-ls" + "klisostom" ] }, - "Web/JavaScript/Reference/Global_Objects/Function/prototype": { - "modified": "2020-10-15T22:06:36.377Z", + "Glossary/Mozilla_Firefox": { + "modified": "2019-12-23T23:52:10.939Z", "contributors": [ - "GuilhermeVazz", - "leo-ls" + "FernandoKGA" ] }, - "Web/JavaScript/Reference/Global_Objects/Function/toSource": { - "modified": "2020-10-15T21:58:35.614Z", + "Glossary/Mutable": { + "modified": "2019-03-18T21:42:49.961Z", "contributors": [ - "alinedmelo" + "VitorHFLopes" ] }, - "Web/JavaScript/Reference/Global_Objects/Function/toString": { - "modified": "2020-10-15T22:14:19.175Z", + "Glossary/Opera_Browser": { + "modified": "2019-03-18T21:44:16.421Z", "contributors": [ - "FernandoKGA", - "Romulofelipe" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/Generator": { - "modified": "2020-03-24T12:10:57.953Z", + "Glossary/Browser": { + "modified": "2019-03-18T21:43:58.161Z", "contributors": [ - "KennyMack" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/Infinity": { - "modified": "2020-03-12T19:40:37.632Z", + "Glossary/Node.js": { + "modified": "2019-03-23T22:30:20.248Z", "contributors": [ - "isacfadoni", - "jsvini" + "joelwallis", + "GoToLoop" ] }, - "Web/JavaScript/Reference/Global_Objects/Int16Array": { - "modified": "2020-10-15T22:12:41.379Z", + "Glossary/Domain_name": { + "modified": "2019-03-18T21:43:57.004Z", "contributors": [ - "murillodmiranda" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/InternalError": { - "modified": "2020-10-15T22:33:36.868Z", + "Glossary/Null": { + "modified": "2019-03-23T23:02:20.116Z", "contributors": [ - "shingravirei" + "trestini" ] }, - "Web/JavaScript/Reference/Global_Objects/Intl": { - "modified": "2019-04-03T16:14:02.453Z", + "Glossary/Number": { + "modified": "2019-03-23T22:04:09.762Z", "contributors": [ - "letuche", - "alexandresn" + "gabrielrosa2004" ] }, - "Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat": { - "modified": "2020-10-15T22:29:38.599Z", + "Glossary/Object": { + "modified": "2019-03-23T22:46:59.570Z", "contributors": [ - "SphinxKnight", - "gibify_official" + "raduq" ] }, - "Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat": { - "modified": "2020-04-21T09:08:10.746Z", + "Glossary/OOP": { + "modified": "2019-03-23T22:34:54.131Z", "contributors": [ - "fscholz", - "thomazcapra", - "romulocintra", - "letuche", - "marcelobonatto" + "raduq" ] }, - "Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/prototype": { - "modified": "2020-04-21T09:08:10.648Z", + "Glossary/OpenGL": { + "modified": "2019-03-18T21:45:06.071Z", "contributors": [ - "fscholz", - "marcelobonatto" + "fitojb", + "leandroleo2" ] }, - "Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat": { - "modified": "2020-10-15T22:19:18.527Z", + "Glossary/Operator": { + "modified": "2019-06-06T00:19:52.618Z", "contributors": [ - "fscholz", - "ChilenoSika" + "wcqueiroz", + "rubenfaria" ] }, - "Web/JavaScript/Reference/Global_Objects/JSON": { - "modified": "2019-05-04T10:27:47.204Z", + "Glossary/Operand": { + "modified": "2019-03-23T22:04:38.960Z", "contributors": [ - "Leodma", - "techtique", - "Jeremie", - "deyvid0123", - "jessicatenca", - "markokr" + "rubenfaria" ] }, - "Web/JavaScript/Reference/Global_Objects/JSON/parse": { - "modified": "2020-10-15T21:37:32.669Z", + "Glossary/Origin": { + "modified": "2019-12-23T23:53:08.917Z", "contributors": [ - "MarcosNakamine", - "Fernandolrs", - "v1ctorf", - "Francisaac", - "renanmedina" + "FernandoKGA" ] }, - "Web/JavaScript/Reference/Global_Objects/JSON/stringify": { - "modified": "2020-06-10T02:22:31.726Z", + "Glossary/OTA": { + "modified": "2019-03-23T22:30:21.110Z", "contributors": [ - "henriquegeremia", - "PauloRicardoDeveloper", - "nilocoelhojunior", - "einstenj", - "ikariwill", - "lucasmaiaesilva" + "GoToLoop" ] }, - "Web/JavaScript/Reference/Global_Objects/Map": { - "modified": "2020-10-15T21:43:23.476Z", + "Glossary/Keyword": { + "modified": "2020-08-25T13:00:01.177Z", "contributors": [ - "mathvalenza", - "mateusvelleda", - "chapeupreto", - "mauricio.araldi", - "Klauswk", - "renatoluna", - "BernardoMariano", - "raduq", - "raphaelpor" + "duduindo", + "LeoCrespi" ] }, - "Web/JavaScript/Reference/Global_Objects/Map/clear": { - "modified": "2019-03-23T22:13:54.269Z", + "Glossary/PHP": { + "modified": "2019-09-19T14:26:56.337Z", "contributors": [ - "renatoluna" + "Lucas-Santos", + "jorgeclesio", + "Danilo_Santos" ] }, - "Web/JavaScript/Reference/Global_Objects/Map/delete": { - "modified": "2019-05-29T19:41:42.276Z", + "Glossary/Pixel": { + "modified": "2019-03-18T21:40:44.589Z", "contributors": [ - "renatoluna" + "ingridmachado" ] }, - "Web/JavaScript/Reference/Global_Objects/Map/entries": { - "modified": "2019-03-23T22:13:54.600Z", + "Glossary/Polyfill": { + "modified": "2019-03-23T22:06:23.757Z", "contributors": [ - "renatoluna" + "vmellos", + "vgonsalez" ] }, - "Web/JavaScript/Reference/Global_Objects/Map/forEach": { - "modified": "2019-09-16T15:32:37.374Z", + "Glossary/Port": { + "modified": "2019-03-23T22:24:11.899Z", "contributors": [ - "cezinha", - "rodrigocnascimento", - "renatoluna" + "mak213k" ] }, - "Web/JavaScript/Reference/Global_Objects/Map/get": { - "modified": "2020-10-15T21:58:34.923Z", + "Glossary/Vendor_Prefix": { + "modified": "2019-03-23T22:29:28.726Z", "contributors": [ - "haskellcamargo" + "UzumakiArtanis", + "angelorubin", + "deyvid0123" ] }, - "Web/JavaScript/Reference/Global_Objects/Map/has": { - "modified": "2020-10-15T22:01:02.517Z", + "Glossary/Preflight_request": { + "modified": "2020-03-18T17:01:01.937Z", "contributors": [ - "clovislima", - "MarcVFX" + "leandroatavares", + "leandrokanis" ] }, - "Web/JavaScript/Reference/Global_Objects/Map/keys": { - "modified": "2019-03-23T22:20:29.616Z", + "Glossary/Primitive": { + "modified": "2019-03-23T23:02:25.520Z", "contributors": [ - "shuminyang" + "user2015", + "melostbr", + "trestini" ] }, - "Web/JavaScript/Reference/Global_Objects/Map/prototype": { - "modified": "2019-03-23T22:13:49.481Z", + "Glossary/Computer_Programming": { + "modified": "2019-03-23T22:36:02.574Z", "contributors": [ - "renatoluna" + "jjmars" ] }, - "Web/JavaScript/Reference/Global_Objects/Map/set": { - "modified": "2019-03-23T22:10:32.061Z", + "Glossary/Progressive_web_apps": { + "modified": "2020-11-29T08:12:45.879Z", "contributors": [ - "haskellcamargo", - "nanquim" + "IsaqueDiniz" ] }, - "Web/JavaScript/Reference/Global_Objects/Map/size": { - "modified": "2019-03-18T20:56:12.542Z", + "Glossary/property/CSS": { + "modified": "2019-03-18T21:46:38.697Z", "contributors": [ - "mauricio.araldi", - "raduq" + "melostbr" ] }, - "Web/JavaScript/Reference/Global_Objects/Map/values": { - "modified": "2020-10-15T22:16:52.931Z", + "Glossary/property": { + "modified": "2019-03-18T21:46:28.428Z", "contributors": [ - "liddack" + "apsychox", + "melostbr" ] }, - "Web/JavaScript/Reference/Global_Objects/Math": { - "modified": "2019-03-23T23:21:27.763Z", + "Glossary/property/JavaScript": { + "modified": "2020-11-21T11:51:09.095Z", "contributors": [ - "rafaelbezerra195", - "fernandosavio", - "emviveros", - "FlavioFS", - "teoli", - "xhximenes", - "vagnerleitte", - "fscholz" + "IsaqueDiniz" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/E": { - "modified": "2020-10-15T21:47:13.887Z", + "Glossary/Protocol": { + "modified": "2019-03-23T22:22:26.263Z", "contributors": [ - "daniloazevedo", - "tetri" + "ViniciusMachado", + "melostbr" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/LN10": { - "modified": "2019-03-23T22:12:19.651Z", + "Glossary/Prototype": { + "modified": "2019-03-23T22:15:29.194Z", "contributors": [ - "Guimaraesmvf" + "andre-bahia" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/LN2": { - "modified": "2020-10-15T21:55:04.335Z", + "Glossary/Proxy_server": { + "modified": "2020-06-30T09:57:05.710Z", "contributors": [ - "fernandosavio" + "lutzleonardo15", + "elvisguarda03" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/LOG10E": { - "modified": "2020-10-15T21:55:05.255Z", + "Glossary/Pseudo-class": { + "modified": "2019-03-23T22:22:16.368Z", "contributors": [ - "hvianna", - "fernandosavio" + "LuanComputacao" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/LOG2E": { - "modified": "2020-10-15T21:55:04.690Z", + "Glossary/Pseudo-element": { + "modified": "2019-03-18T21:19:40.409Z", "contributors": [ - "hvianna", - "fernandosavio" + "theuves" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/PI": { - "modified": "2020-10-15T21:47:10.311Z", + "Glossary/Python": { + "modified": "2019-03-23T22:21:19.519Z", "contributors": [ - "daniloazevedo" + "ViniciusMachado" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/SQRT1_2": { - "modified": "2020-10-15T21:55:05.961Z", + "Glossary/Recursion": { + "modified": "2019-06-18T22:36:11.172Z", "contributors": [ - "fernandosavio" + "deomorxsy", + "apsychox" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/SQRT2": { - "modified": "2020-10-15T21:55:05.849Z", + "Glossary/Reflow": { + "modified": "2020-03-13T16:11:18.382Z", "contributors": [ - "hvianna", - "fernandosavio" + "EduardoDaSilva" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/abs": { - "modified": "2019-03-23T23:10:06.875Z", + "Glossary/Request_header": { + "modified": "2019-03-18T21:25:47.888Z", "contributors": [ - "flpwgr", - "Thiago" + "Filipe-Souza" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/acos": { - "modified": "2019-03-23T22:19:53.926Z", + "Glossary/Responsive_web_design": { + "modified": "2019-03-18T21:37:44.626Z", "contributors": [ - "isaiasBR" + "coloringa" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/acosh": { - "modified": "2020-10-15T21:55:06.035Z", + "Glossary/REST": { + "modified": "2020-09-02T21:05:55.192Z", "contributors": [ - "fernandosavio" + "fernandohtr" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/asin": { - "modified": "2020-10-15T21:55:07.550Z", + "Glossary/Ruby": { + "modified": "2019-03-23T22:39:33.555Z", "contributors": [ - "carlos-teixeira314", - "fernandosavio" + "ygormaximo" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/asinh": { - "modified": "2020-10-15T22:03:29.264Z", + "Glossary/SDP": { + "modified": "2020-11-24T03:27:06.272Z", "contributors": [ - "OJEP" + "guiseek" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/atan": { - "modified": "2020-10-15T21:55:06.721Z", + "Glossary/safe": { + "modified": "2019-09-01T01:44:39.467Z", "contributors": [ - "fernandosavio" + "FernandoKGA" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/atan2": { - "modified": "2019-03-23T22:22:42.007Z", + "Glossary/Self-Executing_Anonymous_Function": { + "modified": "2019-03-18T21:24:13.352Z", "contributors": [ - "isaiasBR" + "itumoraes" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/atanh": { - "modified": "2020-10-15T21:55:07.443Z", + "Glossary/Semantics": { + "modified": "2019-11-06T20:51:20.923Z", "contributors": [ - "fernandosavio" + "klisostom", + "wcqueiroz" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/cbrt": { - "modified": "2020-10-15T21:58:38.295Z", + "Glossary/SEO": { + "modified": "2019-03-23T22:28:40.636Z", "contributors": [ - "Mareken" + "Aschlla" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/ceil": { - "modified": "2019-07-19T10:47:36.140Z", + "Glossary/Server": { + "modified": "2019-03-23T22:47:28.024Z", "contributors": [ - "WilliamSakata", - "Albert.Bitencourte", - "fscarol", - "niltonfreitas_", - "teoli", - "vagnerleitte" + "GoToLoop", + "raduq" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/clz32": { - "modified": "2020-10-15T22:28:44.661Z", + "Glossary/SGML": { + "modified": "2019-03-18T21:38:45.984Z", "contributors": [ - "karenc-sousa", - "josimaraLima" + "jorgeclesio" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/cos": { - "modified": "2020-10-15T22:18:27.705Z", + "Glossary/Synchronous": { + "modified": "2019-03-18T21:43:56.155Z", "contributors": [ - "Cleianderson" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/cosh": { - "modified": "2020-10-15T22:28:21.218Z", + "Glossary/Sloppy_mode": { + "modified": "2019-07-03T00:15:27.167Z", "contributors": [ - "renato.alecrim" + "opedropaes", + "marciooliveira" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/exp": { - "modified": "2019-03-23T23:15:09.889Z", + "Glossary/Stacking_context": { + "modified": "2019-03-23T22:09:15.293Z", "contributors": [ - "teoli", - "haskellcamargo" + "rener_bz" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/expm1": { - "modified": "2020-10-15T22:31:35.332Z", + "Glossary/String": { + "modified": "2019-03-23T22:48:30.483Z", "contributors": [ - "karenc-sousa" + "coloringa", + "reuel.jonathan" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/floor": { - "modified": "2019-09-13T11:05:18.946Z", + "Glossary/SVG": { + "modified": "2019-03-23T22:17:51.716Z", "contributors": [ - "maarysantos", - "fscarol", - "teoli", - "matheuslc" + "coloringa", + "psergiojr" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/hypot": { - "modified": "2020-10-15T21:55:03.563Z", + "Glossary/Symbol": { + "modified": "2019-03-18T21:36:11.562Z", "contributors": [ - "fernandosavio" + "RafaelAdao", + "trestini" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/log": { - "modified": "2019-03-23T22:26:27.916Z", + "Glossary/Tag": { + "modified": "2019-06-14T07:53:04.390Z", "contributors": [ - "monteiroflavio" + "wcqueiroz", + "Renisson-Silva" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/log10": { - "modified": "2019-03-23T22:26:17.000Z", + "Glossary/TCP": { + "modified": "2019-03-18T21:45:12.989Z", "contributors": [ - "thaisdemoura", - "monteiroflavio" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/log1p": { - "modified": "2020-10-15T22:22:08.225Z", + "Glossary/Three_js": { + "modified": "2019-03-18T21:44:29.352Z", "contributors": [ - "Mathues" + "lucaspontoexe" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/log2": { - "modified": "2020-10-15T21:59:58.075Z", + "Glossary/TLS": { + "modified": "2019-03-18T21:44:01.071Z", "contributors": [ - "RodolfoSilva" + "SaraJade" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/max": { - "modified": "2019-03-23T23:10:00.119Z", + "Glossary/Alignment_Subject": { + "modified": "2020-11-08T11:34:22.567Z", "contributors": [ - "lucsrods", - "LucianoBritis", - "Thiago", - "teoli" + "IsaqueDiniz" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/min": { - "modified": "2019-04-26T13:13:20.729Z", + "orphaned/Glossary/Tratando_Formulários_com_PHP": { + "modified": "2019-05-30T02:54:29.717Z", "contributors": [ - "yogmel", - "LucianoBritis" + "jorgeclesio" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/pow": { - "modified": "2019-04-25T15:22:09.540Z", + "Glossary/Truthy": { + "modified": "2019-03-23T22:44:49.553Z", "contributors": [ - "xneuber", - "HumbsBR", - "ralphrass" + "cezaraugusto", + "jeanonline" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/random": { - "modified": "2020-10-15T21:29:15.686Z", + "Glossary/undefined": { + "modified": "2019-03-23T22:47:22.150Z", "contributors": [ - "Ocramoi", - "brevvi", - "WBerredo", - "fernandosavio", - "AustinFelipe", - "CasperBraske", - "teoli", - "xhximenes" + "raduq" + ] + }, + "Glossary/URI": { + "modified": "2019-03-23T22:05:53.369Z", + "contributors": [ + "pedropaulosuzuki" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/round": { - "modified": "2019-08-15T18:47:55.871Z", + "Glossary/URL": { + "modified": "2019-03-23T22:17:47.485Z", "contributors": [ - "brunomazzardo", - "letuche", - "SphinxKnight", - "giovana-morais", - "Guimaraesmvf", - "lumathias", - "teoli", - "vagnerleitte" + "psergiojr" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/sign": { - "modified": "2020-10-15T21:55:40.410Z", + "Glossary/UTF-8": { + "modified": "2020-08-07T20:20:51.387Z", "contributors": [ - "leonardocxavier.lx", - "josetepedino" + "rafhaelfitzpatrick" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/sin": { - "modified": "2020-10-15T22:04:54.149Z", + "Glossary/UX": { + "modified": "2019-06-27T03:02:50.385Z", "contributors": [ - "raullesteves", - "LucianoDos" + "wcqueiroz" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/sinh": { - "modified": "2020-10-15T22:13:49.195Z", + "Glossary/Value": { + "modified": "2019-03-23T22:09:43.019Z", "contributors": [ - "taranttini" + "melostbr", + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/sqrt": { - "modified": "2020-10-15T21:26:04.927Z", + "Glossary/Variable": { + "modified": "2019-03-23T22:04:07.138Z", "contributors": [ - "fernandosavio", - "teoli", - "Phisichodelic" + "apsychox", + "melostbr", + "gabrielrosa2004" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/tan": { - "modified": "2019-03-23T23:10:38.670Z", + "Glossary/Viewport": { + "modified": "2020-01-10T08:14:42.218Z", "contributors": [ - "brunofin" + "marlonveiga-santos" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/tanh": { - "modified": "2020-10-15T22:04:54.316Z", + "Glossary/W3C": { + "modified": "2020-01-10T00:07:54.607Z", "contributors": [ - "LucianoDos" + "brunofrra", + "GPrimola" ] }, - "Web/JavaScript/Reference/Global_Objects/Math/trunc": { - "modified": "2019-03-18T20:46:02.772Z", + "Glossary/webp": { + "modified": "2019-03-18T21:42:09.223Z", "contributors": [ - "rbuzatto", - "SphinxKnight", - "renamed" + "MarcosNakamine" ] }, - "Web/JavaScript/Reference/Global_Objects/NaN": { - "modified": "2020-03-12T19:40:35.675Z", + "Glossary/WebSockets": { + "modified": "2019-03-18T21:30:41.662Z", "contributors": [ - "trestini" + "rbertoche" ] }, - "Web/JavaScript/Reference/Global_Objects/Number": { - "modified": "2019-03-18T20:45:04.310Z", + "Glossary/WHATWG": { + "modified": "2019-03-18T21:36:57.818Z", "contributors": [ - "edvoidcode", - "wbamberg", - "rubenfaria", - "gutoribeiro", - "olilucas", - "fscholz" + "GPrimola" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/EPSILON": { - "modified": "2020-10-15T22:33:22.823Z", + "Glossary/Wrapper": { + "modified": "2020-08-07T11:26:36.555Z", "contributors": [ - "FernandoKGA" + "rafhaelfitzpatrick", + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER": { - "modified": "2020-10-15T22:33:22.489Z", + "Glossary/XHR_(XMLHttpRequest)": { + "modified": "2019-04-26T09:39:50.976Z", "contributors": [ - "FernandoKGA" + "helton-mori-dev" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/MAX_VALUE": { - "modified": "2020-10-15T22:33:22.445Z", + "Glossary/XML": { + "modified": "2019-03-23T22:17:58.150Z", "contributors": [ - "FernandoKGA" + "psergiojr" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/MIN_SAFE_INTEGER": { - "modified": "2020-10-15T22:33:22.518Z", + "orphaned/Hello_World_Rust": { + "modified": "2019-03-23T22:54:34.208Z", "contributors": [ - "FernandoKGA" + "IvomarS", + "molokdotc" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/MIN_VALUE": { - "modified": "2020-10-15T22:33:23.068Z", + "Web/HTML/Attributes": { + "modified": "2019-03-23T23:39:13.093Z", "contributors": [ - "FernandoKGA" + "MatCAlv", + "LeonardoPacheco", + "FelipeFonseca" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/NEGATIVE_INFINITY": { - "modified": "2020-10-15T22:33:22.475Z", + "orphaned/Learn/HTML/Forms/HTML5_updates": { + "modified": "2019-03-23T23:38:57.820Z", "contributors": [ - "FernandoKGA" + "digovc", + "andrejunges", + "phenriqueleao" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/NaN": { - "modified": "2019-03-23T22:21:44.421Z", + "orphaned/Instalando_Rust": { + "modified": "2019-03-23T22:54:43.463Z", "contributors": [ - "caioabe" + "molokdotc" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/POSITIVE_INFINITY": { - "modified": "2020-10-15T21:59:00.701Z", + "Glossary/JSON": { + "modified": "2019-03-23T23:24:58.365Z", "contributors": [ - "vierno" + "teoli", + "estevamdf" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/isFinite": { - "modified": "2020-10-15T21:59:02.386Z", + "Learn/Accessibility/Accessibility_troubleshooting": { + "modified": "2020-07-16T22:40:36.530Z", "contributors": [ - "dayanyrec" + "luan0ap", + "msales" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/isInteger": { - "modified": "2019-07-29T15:37:40.408Z", + "Learn/Accessibility/CSS_and_JavaScript": { + "modified": "2020-07-16T22:40:18.608Z", "contributors": [ - "vitorbertulucci", - "odahcam" + "raphaelminacio" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/isNaN": { - "modified": "2019-03-23T23:10:13.820Z", + "Learn/Common_questions/How_does_the_Internet_work": { + "modified": "2020-07-16T22:35:37.501Z", + "contributors": [ + "firenhite", + "wcqueiroz", + "danielbrai", + "barrosval", + "lhenriquenunes", + "mrmorais" + ] + }, + "Learn/Common_questions/set_up_a_local_testing_server": { + "modified": "2020-07-16T22:35:53.295Z", "contributors": [ + "RenanArques", + "wcqueiroz", "SphinxKnight", - "codermarcos", - "teoli", - "nickmarinho" + "linoveloso", + "vgabrielps", + "Edusar" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger": { - "modified": "2020-10-15T22:23:14.691Z", + "Learn/Common_questions/How_do_you_host_your_website_on_Google_App_Engine": { + "modified": "2020-07-16T22:35:52.368Z", "contributors": [ - "carloserocha" + "Felipe-GB", + "wcqueiroz" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/parseFloat": { - "modified": "2019-03-18T21:00:18.240Z", + "Learn/Common_questions/What_are_browser_developer_tools": { + "modified": "2020-07-16T22:35:47.861Z", "contributors": [ - "negreirosleo", - "SphinxKnight", - "jctosta" + "gilmargn", + "italorangel", + "ocaccy", + "7aylors", + "rubenfaria" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/parseInt": { - "modified": "2020-10-15T22:33:24.030Z", + "Learn/Common_questions/What_is_a_web_server": { + "modified": "2020-07-16T22:35:31.716Z", "contributors": [ - "FernandoKGA" + "wcqueiroz", + "thaishfmarques", + "erickandrade", + "lfpelison", + "kleinerbr", + "linielson" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/prototype": { - "modified": "2019-03-23T22:11:17.514Z", + "Learn/Common_questions/What_are_hyperlinks": { + "modified": "2020-09-14T13:55:12.468Z", "contributors": [ - "matAlmeida", - "gutoribeiro" + "lathne" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/toExponential": { - "modified": "2019-03-23T22:10:51.562Z", + "Learn/Common_questions/Thinking_before_coding": { + "modified": "2020-07-16T22:35:34.836Z", "contributors": [ - "waltton" + "firenhite", + "wcqueiroz" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/toFixed": { - "modified": "2020-10-15T21:42:57.260Z", + "Learn/Common_questions/How_much_does_it_cost": { + "modified": "2020-07-16T22:35:45.917Z", "contributors": [ - "waveiro", - "akfzambrana" + "wcqueiroz" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/toLocaleString": { - "modified": "2020-10-15T21:47:41.116Z", + "Learn/Common_questions/What_software_do_I_need": { + "modified": "2020-07-16T22:35:33.538Z", "contributors": [ - "waveiro", - "cristiancporto", - "marcelobonatto" + "sredoja" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/toPrecision": { - "modified": "2020-10-15T22:17:13.989Z", + "Learn/CSS/CSS_layout/Normal_Flow": { + "modified": "2020-07-16T22:27:22.550Z", "contributors": [ - "haist", - "milovaz" + "GiovanniHD201E" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/toSource": { - "modified": "2020-10-15T22:17:14.004Z", + "Learn/CSS/CSS_layout/Introduction": { + "modified": "2020-07-16T22:27:07.240Z", "contributors": [ - "milovaz" + "GiovanniHD201E" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/toString": { - "modified": "2019-03-23T22:52:50.933Z", + "Learn/CSS/CSS_layout/Multiple-column_Layout": { + "modified": "2020-07-16T22:27:11.776Z", "contributors": [ - "tributus" + "FabricioBernardes" ] }, - "Web/JavaScript/Reference/Global_Objects/Number/valueOf": { - "modified": "2020-10-15T22:17:17.170Z", + "Learn/CSS/First_steps/How_CSS_is_structured": { + "modified": "2020-11-07T13:04:16.800Z", "contributors": [ - "milovaz" + "sabertoletti32", + "JuniorUbarana", + "Edsonoguera", + "danfrsv", + "felipekafuri" ] }, - "Web/JavaScript/Reference/Global_Objects/Object": { - "modified": "2020-10-15T21:22:46.995Z", + "Learn/CSS/First_steps/Getting_started": { + "modified": "2020-07-27T14:59:56.561Z", "contributors": [ - "UPPERCASEuser", - "fscholz", - "LucianoDos", - "user2015", - "teoli", - "matheusrocha89" + "warleyfdias", + "klisostom" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/__defineGetter__": { - "modified": "2020-10-15T22:10:25.431Z", + "Learn/CSS/First_steps/What_is_CSS": { + "modified": "2020-10-15T22:23:04.005Z", "contributors": [ - "KyryIx" + "klisostom" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/__defineSetter__": { - "modified": "2020-10-15T22:34:14.134Z", + "Learn/CSS/Howto/CSS_FAQ": { + "modified": "2020-07-16T22:25:45.672Z", "contributors": [ - "FernandoKGA" + "JefersonOliveira90" + ] + }, + "Learn/JavaScript/Asynchronous/Concepts": { + "modified": "2020-10-06T09:57:59.299Z", + "contributors": [ + "joseluizmonteirojr", + "bellammuniz" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/__lookupGetter__": { - "modified": "2020-10-15T22:01:00.255Z", + "Learn/JavaScript/Asynchronous/Choosing_the_right_approach": { + "modified": "2020-10-15T22:33:23.228Z", "contributors": [ - "Learaujoss" + "manoelbjr" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/__lookupSetter__": { - "modified": "2020-10-15T22:34:13.904Z", + "Learn/JavaScript/Asynchronous/Introducing": { + "modified": "2020-07-16T22:33:17.985Z", "contributors": [ - "FernandoKGA" + "bellammuniz" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/assign": { - "modified": "2020-10-15T21:38:23.637Z", + "Learn/JavaScript/First_steps/Silly_story_generator": { + "modified": "2020-07-16T22:31:02.876Z", "contributors": [ - "nikolasFreitas", - "daniloazevedo", - "SphinxKnight", - "rafaelcavalcante", - "gugiserman", - "kdex", - "Jerffersonferreira", - "jhserodio", - "desoares1975", - "hbarcelos", - "HenriqueSilverio" + "gabriel_cadu", + "kaiqueprazeres", + "VictorGom3s", + "fenobalao", + "carlos-rafael" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/constructor": { - "modified": "2019-03-23T22:54:12.280Z", + "Learn/JavaScript/First_steps/Math": { + "modified": "2020-07-16T22:30:27.765Z", "contributors": [ - "chorajunior", - "lotharthesavior" + "leonardogbxv", + "VictorCPPlanas", + "etc_william", + "BrunoBit", + "webfelipemaia", + "MattBizzo", + "rubenfaria" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/create": { - "modified": "2019-03-21T08:33:13.941Z", + "Learn/JavaScript/First_steps/What_is_JavaScript": { + "modified": "2020-08-28T14:30:44.945Z", "contributors": [ - "GabrielLidenor", - "andrekishimoto", - "andresales" + "moukinchung", + "webfelipemaia", + "di3goCS", + "LuizEduS", + "fersouza90", + "Magela", + "lzhudson", + "rubenfaria", + "MattBizzo", + "BiancaAlves", + "thierryrenematos" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/defineProperties": { - "modified": "2019-03-23T22:07:15.693Z", + "Learn/JavaScript/First_steps/Test_your_skills:_variables": { + "modified": "2020-07-18T16:26:39.168Z", "contributors": [ - "KyryIx", - "LucianoDos" + "webfelipemaia" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/defineProperty": { - "modified": "2020-10-15T21:48:58.770Z", + "Learn/JavaScript/First_steps/Variables": { + "modified": "2020-07-18T12:10:35.369Z", "contributors": [ - "TavaresW-lima", - "luan0ap", - "luzeduardo", - "KyryIx", - "Glaydson", - "saulobmansur", - "joeltonmats", - "mshmeirelles", - "ronniery" + "webfelipemaia", + "Magela", + "lzhudson", + "MattBizzo", + "rubenfaria", + "fenobalao" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/entries": { - "modified": "2020-10-15T21:53:04.423Z", + "Learn/Server-side/Django/development_environment": { + "modified": "2020-08-26T10:15:03.041Z", "contributors": [ - "mateusvelleda", - "vhfmag", - "cezaraugusto" + "ecoscom", + "BraianF", + "ViniciusMatias" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/freeze": { - "modified": "2019-05-16T22:14:31.830Z", + "Learn/Server-side/Django/Deployment": { + "modified": "2020-09-05T19:47:24.465Z", "contributors": [ - "jpsl00", - "HugoBex" + "Ricardo_Ribeiro" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/fromEntries": { - "modified": "2020-10-15T22:21:48.504Z", + "Learn/Server-side/Django/Introduction": { + "modified": "2020-09-05T19:15:55.942Z", "contributors": [ - "soutokevin" + "rykarumstuler", + "ecoscom", + "edivandyeimes", + "kiabo", + "Guilhermeasper", + "caveman-0", + "lopespaz", + "Nordor1" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDescriptor": { - "modified": "2020-10-15T21:46:28.549Z", + "Learn/Server-side/Django/Sessions": { + "modified": "2020-07-16T22:37:27.571Z", "contributors": [ - "fscholz", - "danilobarion1986" + "ecoscom", + "tamiryspino", + "fossalex", + "brendonhc" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDescriptors": { - "modified": "2020-10-15T22:34:14.161Z", + "Learn/Server-side/Django/Tutorial_local_library_website": { + "modified": "2020-08-26T10:23:14.303Z", "contributors": [ - "fernanduandrade" + "ecoscom", + "caveman-0", + "ViniciusMatias", + "victordfb", + "lopespaz", + "naiieandrade" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyNames": { - "modified": "2019-03-23T22:34:44.099Z", + "Learn/Server-side/Express_Nodejs/development_environment": { + "modified": "2020-07-16T22:38:00.195Z", "contributors": [ - "soter19", - "deyvidyury" + "ddanielcardoso", + "AAntoniazzi", + "danilosetubal" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertySymbols": { - "modified": "2020-10-15T22:34:14.971Z", + "Learn/Server-side/Express_Nodejs/Introduction": { + "modified": "2020-07-16T22:38:12.682Z", "contributors": [ - "fernanduandrade" + "ddanielcardoso", + "ErialdoDFfreitas", + "luane-aquino", + "AAntoniazzi", + "andersonse", + "TecladistaProd" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/getPrototypeOf": { - "modified": "2019-03-23T22:50:02.364Z", + "Learn/Server-side/First_steps/Introduction": { + "modified": "2020-12-06T18:10:00.170Z", "contributors": [ - "victor-borges" + "duduindo", + "kvojps" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty": { - "modified": "2019-07-24T09:59:12.961Z", + "Learn/Server-side/First_steps/Website_security": { + "modified": "2020-07-16T22:36:29.289Z", "contributors": [ - "lucasramosi", - "andremarcondesteixeira", - "KennyMack", - "teoli", - "gigaPaul" + "The-Physicist", + "wcqueiroz" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/is": { - "modified": "2019-03-23T22:21:14.617Z", + "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started": { + "modified": "2020-10-29T12:43:23.860Z", "contributors": [ - "amaralbf" + "pachicodes", + "Aleks", + "Ismael-Oliv", + "gilmargn", + "angelorubin", + "gsb6" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/isExtensible": { - "modified": "2020-10-15T22:21:49.022Z", + "Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_getting_started": { + "modified": "2020-07-16T22:39:49.009Z", "contributors": [ - "soutokevin" + "fred_melo_07" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/isFrozen": { - "modified": "2020-10-15T22:20:52.994Z", + "Glossary/Localization": { + "modified": "2019-03-23T23:25:17.486Z", "contributors": [ - "pedroprado010" + "-", + "ronaldo-bonfim" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/isPrototypeOf": { - "modified": "2020-10-15T21:57:20.725Z", + "Web/CSS/mask": { + "modified": "2019-03-23T22:47:38.213Z", "contributors": [ - "SilvaCoder" + "teoli", + "Sebastianz", + "yagosrocha" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/isSealed": { - "modified": "2020-10-15T22:07:55.569Z", + "orphaned/MDN/Community": { + "modified": "2019-03-23T23:18:59.817Z", "contributors": [ - "HelcioMacedo" + "sauloandrade", + "wbamberg", + "mrmorais", + "CNicola", + "camimq", + "-", + "Fabiola" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/keys": { - "modified": "2019-03-23T22:47:37.261Z", + "orphaned/MDN/Community/Working_in_community": { + "modified": "2020-02-19T19:05:23.989Z", "contributors": [ - "kdex", - "eduardojmatos", - "ronysilvati" + "jswisher", + "wbamberg", + "MarceloBRN", + "Fernandolrs", + "mak213k", + "RenanBirck" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/preventExtensions": { - "modified": "2020-10-15T21:57:55.623Z", + "orphaned/MDN/Community/Whats_happening": { + "modified": "2019-03-23T23:00:32.486Z", "contributors": [ - "saarlander", - "LucianoDos" + "wbamberg", + "-" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/propertyIsEnumerable": { - "modified": "2020-10-15T22:32:29.322Z", + "orphaned/MDN/Contribute/Processes/Cross-team_collaboration_tactics": { + "modified": "2019-11-20T21:37:10.315Z", "contributors": [ - "GuilhermeVazz" + "wbamberg", + "angellica.araujo" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/proto": { - "modified": "2019-03-23T22:19:51.716Z", + "MDN/Contribute/Howto/Create_and_edit_pages": { + "modified": "2020-01-20T16:42:55.893Z", "contributors": [ - "KyryIx", - "Treze", - "manzettidenis" + "mauJr", + "wbamberg", + "blue-bee", + "chrisdavidmills", + "chalix", + "LuccasBarbosa", + "juniorgarcia", + "rafaelcgstz", + "edu_jobs", + "A.M.M.A.", + "yelken" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/prototype": { - "modified": "2019-03-23T23:02:44.390Z", + "MDN/Contribute/Howto/Tag": { + "modified": "2019-03-18T21:15:59.373Z", "contributors": [ - "runys", - "viniciuslacerda", - "melostbr", - "dafnk", - "gabefurlan", - "igorapa" + "wbamberg", + "Aschlla", + "fcard", + "juniorgarcia", + "tkovs", + "fabianosantos.net" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/seal": { - "modified": "2019-03-23T22:23:03.815Z", + "MDN/Contribute/Howto/Convert_code_samples_to_be_live": { + "modified": "2019-03-23T23:11:54.642Z", "contributors": [ - "SilvaCoder" + "wbamberg", + "gleidiin", + "isaelss", + "PTLozano", + "Ladeia" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/setPrototypeOf": { - "modified": "2019-03-23T22:12:04.085Z", + "MDN/Contribute/Howto/Create_an_interactive_exercise_to_help_learning_the_web/distant_example": { + "modified": "2019-01-17T10:48:33.130Z", "contributors": [ - "KyryIx", - "gutoribeiro" + "wbamberg", + "arthur2323" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/toLocaleString": { - "modified": "2020-10-15T22:34:13.476Z", + "MDN/Contribute/Howto/Create_an_interactive_exercise_to_help_learning_the_web": { + "modified": "2019-11-06T11:43:24.278Z", "contributors": [ - "FernandoKGA" + "WellingtonFR", + "wbamberg", + "arthur2323" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/toSource": { - "modified": "2020-10-15T22:34:16.108Z", + "orphaned/MDN/Contribute/Howto/Create_an_MDN_account": { + "modified": "2019-03-23T22:57:58.896Z", "contributors": [ - "rafaelflorespereira", - "FernandoKGA" + "eduardo.klein", + "wbamberg", + "jaimemaretoli", + "jokafla", + "123gvdblanche" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/toString": { - "modified": "2019-03-23T23:07:48.389Z", + "orphaned/MDN/Contribute/Howto/Do_a_technical_review": { + "modified": "2019-03-23T23:03:05.824Z", "contributors": [ - "AleCorrea", - "klzns" + "wbamberg", + "luisfvieira", + "Gilbertosilvax1", + "takahan", + "-" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/valueOf": { - "modified": "2020-10-15T22:00:42.323Z", + "orphaned/MDN/Contribute/Howto/Do_an_editorial_review": { + "modified": "2020-09-17T12:48:11.904Z", "contributors": [ - "MarcceloSelv" + "PauloNFraga", + "wbamberg", + "Gregory", + "o2over", + "pauloaug", + "Gilbertosilvax1", + "KadirTopal", + "sprodrigues", + "-", + "takahan" ] }, - "Web/JavaScript/Reference/Global_Objects/Object/values": { - "modified": "2019-03-23T22:25:57.378Z", + "orphaned/MDN/Contribute/Howto/Write_an_article_to_help_learn_about_the_Web": { + "modified": "2020-02-28T22:24:45.284Z", "contributors": [ - "gabefurlan" + "wbamberg", + "BrunoThomaz" ] }, - "Web/JavaScript/Reference/Global_Objects/Promise": { - "modified": "2020-10-19T07:58:10.031Z", + "MDN/Contribute/Howto": { + "modified": "2019-01-16T19:17:27.272Z", "contributors": [ - "SphinxKnight", - "JulioDinis", - "henriquejsfj", - "mateusvelleda", - "node1111", - "ThalesRod", - "rafaelcavalcante", - "eduardoyutaka", - "WBerredo", - "filipetorres", - "fernando.ghisi", - "kdex", - "BrOrlandi", - "gabrielagabriel", - "caio_araujo", - "pauloaug", - "vbmendes", - "teoli", - "RyanFilho", - "keuller" + "wbamberg", + "-", + "angellica.araujo" ] }, - "Web/JavaScript/Reference/Global_Objects/Promise/all": { - "modified": "2020-10-15T21:38:19.432Z", + "orphaned/MDN/Contribute/Howto/Set_the_summary_for_a_page": { + "modified": "2019-03-23T23:03:38.091Z", "contributors": [ - "SphinxKnight", - "igorsamado", - "renatovassao", - "fernando-camacho", - "gustavohenke" + "wbamberg", + "Gilbertosilvax1", + "fabiobasso", + "-", + "EduardoRedressa" ] }, - "Web/JavaScript/Reference/Global_Objects/Promise/allSettled": { - "modified": "2020-10-23T13:34:53.762Z", + "orphaned/MDN/Contribute/Howto/Tag_JavaScript_pages": { + "modified": "2019-01-16T21:06:45.074Z", "contributors": [ - "gabrielfdg10", - "rafaelblink" + "wbamberg", + "Gilbertosilvax1", + "marcionitao", + "rafamaxber" ] }, - "Web/JavaScript/Reference/Global_Objects/Promise/catch": { - "modified": "2020-10-15T21:46:01.585Z", + "MDN/Contribute/Processes": { + "modified": "2019-01-16T19:51:57.687Z", "contributors": [ - "Ronkiro", - "caiouehara", - "toruticas", - "fscholz", - "vvinhas" + "wbamberg", + "-" ] }, - "Web/JavaScript/Reference/Global_Objects/Promise/finally": { - "modified": "2020-10-15T22:09:11.734Z", + "orphaned/MDN/Editor/Basics": { + "modified": "2020-09-30T15:43:15.730Z", "contributors": [ - "Rovelcio", - "tuxpilgrim" + "chrisdavidmills", + "soarescamila" ] }, - "Web/JavaScript/Reference/Global_Objects/Promise/prototype": { - "modified": "2019-03-23T23:07:56.583Z", + "orphaned/MDN/Editor": { + "modified": "2020-09-30T15:43:15.561Z", "contributors": [ - "SphinxKnight", - "dowgssss", - "BrOrlandi", - "keuller" + "chrisdavidmills", + "wbamberg", + "-", + "teoli", + "BrKaosh", + "Lindonj1" ] }, - "Web/JavaScript/Reference/Global_Objects/Promise/race": { - "modified": "2019-03-23T22:49:35.540Z", + "MDN/Guidelines/Writing_style_guide": { + "modified": "2020-09-30T15:31:17.845Z", "contributors": [ - "SphinxKnight", - "gustavohenke" + "chrisdavidmills", + "jswisher", + "Carlos_Mir_de_Souza", + "helton-mori-dev", + "CodexZombie", + "wbamberg", + "RobMota", + "-" ] }, - "Web/JavaScript/Reference/Global_Objects/Promise/reject": { - "modified": "2020-10-15T21:46:17.994Z", + "MDN/Yari": { + "modified": "2019-09-09T15:53:42.526Z", "contributors": [ - "fscholz", - "vbmendes" + "SphinxKnight", + "wbamberg", + "richellyitalo" ] }, - "Web/JavaScript/Reference/Global_Objects/Promise/resolve": { - "modified": "2020-10-15T21:49:25.849Z", + "orphaned/MDN/Dashboards": { + "modified": "2019-06-06T00:53:15.090Z", "contributors": [ - "igorc2", - "nunks", - "teogenesmoura", - "BrOrlandi", - "iFgR" + "wcqueiroz" ] }, - "Web/JavaScript/Reference/Global_Objects/Promise/then": { - "modified": "2019-03-23T22:58:50.489Z", + "MDN/Tools/KumaScript/Troubleshooting": { + "modified": "2020-09-30T16:52:54.520Z", "contributors": [ - "SphinxKnight", - "olegon", - "rafaelmatos20", - "lypborges" + "chrisdavidmills", + "wbamberg", + "GPrimola" ] }, - "Web/JavaScript/Reference/Global_Objects/Proxy": { - "modified": "2020-10-15T21:51:59.693Z", + "orphaned/MDN/Tools/Page_regeneration": { + "modified": "2020-09-30T16:52:54.361Z", "contributors": [ - "renefb", - "Fernandolrs", - "rafaelbertelli", - "wallacemaxters", - "mshmeirelles" + "chrisdavidmills", + "wbamberg", + "-", + "juniorgarcia" ] }, - "Web/JavaScript/Reference/Global_Objects/ReferenceError": { - "modified": "2019-03-23T22:27:53.828Z", + "Mozilla/Add-ons/WebExtensions/Anatomy_of_a_WebExtension": { + "modified": "2019-09-29T21:36:50.619Z", "contributors": [ - "liliansilva" + "AdaiasMagdiel", + "jefersonnavarro", + "samuel.abreu", + "lubarino", + "jlamim" ] }, - "Web/JavaScript/Reference/Global_Objects/Reflect": { - "modified": "2020-06-26T00:19:16.395Z", + "Mozilla/Add-ons/WebExtensions/API/theme": { + "modified": "2020-10-15T22:16:55.245Z", "contributors": [ - "Marcelo-Rodrigues", - "chicoria", - "Keony", - "Pedrinho", - "eduardoyuidy", - "fscholz" + "Aschlla" ] }, - "Web/JavaScript/Reference/Global_Objects/Reflect/apply": { - "modified": "2019-03-23T22:25:21.456Z", + "Mozilla/Add-ons/WebExtensions/manifest.json/permissions": { + "modified": "2020-10-15T22:03:55.675Z", "contributors": [ - "alinemorelli" + "wbamberg", + "MarceloGhelman", + "Weslei" ] }, - "Web/JavaScript/Reference/Global_Objects/Reflect/construct": { - "modified": "2020-10-15T22:17:42.172Z", + "Mozilla/Add-ons/WebExtensions/What_next_": { + "modified": "2019-03-18T21:01:38.952Z", "contributors": [ - "felipefabreu" + "jefersonnavarro" ] }, - "Web/JavaScript/Reference/Global_Objects/Reflect/defineProperty": { - "modified": "2020-10-15T22:31:07.123Z", + "Mozilla/Add-ons/WebExtensions/Your_second_WebExtension": { + "modified": "2019-12-28T20:44:44.265Z", "contributors": [ - "Marcelo-Rodrigues" + "euvanribeiro", + "rodolfo.ghiggi", + "jefersonnavarro", + "WiataganPaz", + "Mostard", + "lubarino" ] }, - "Web/JavaScript/Reference/Global_Objects/Reflect/set": { - "modified": "2019-03-18T20:36:06.411Z", + "Mozilla/Add-ons/WebExtensions/Prerequisites": { + "modified": "2019-03-23T22:48:17.751Z", "contributors": [ - "georgelima" + "IgorOFC", + "jlamim" ] }, - "Web/JavaScript/Reference/Global_Objects/RegExp": { - "modified": "2019-11-07T22:08:21.265Z", + "Mozilla/Add-ons/WebExtensions/Your_first_WebExtension": { + "modified": "2019-03-18T21:05:56.580Z", "contributors": [ - "helton-mori-dev", - "jaimemnds", - "patrickjonesdsc", - "wbamberg", - "danieltex", - "matheussilvasantos", - "Bruno_Lopes" + "lubarino", + "Mostard", + "andregarzia" + ] + }, + "Mozilla/Add-ons/WebExtensions/user_interface/Context_menu_items": { + "modified": "2020-03-23T22:11:58.441Z", + "contributors": [ + "Sam-Marx" ] }, - "Web/JavaScript/Reference/Global_Objects/RegExp/compile": { - "modified": "2020-10-15T22:19:19.959Z", + "Mozilla/Developer_guide/Source_Code": { + "modified": "2019-03-23T23:36:39.907Z", "contributors": [ - "Fernandolrs" + "chrisdavidmills", + "jntesteves" ] }, - "Web/JavaScript/Reference/Global_Objects/RegExp/exec": { - "modified": "2019-03-23T22:11:00.508Z", + "Mozilla/Firefox/Experimental_features": { + "modified": "2019-01-17T00:25:13.965Z", "contributors": [ - "andremendonca", - "rafaelcavalcante", - "WagnerSilveira" + "wbamberg", + "marcio-ti" ] }, - "Web/JavaScript/Reference/Global_Objects/RegExp/ignoreCase": { - "modified": "2020-10-15T22:33:56.561Z", + "Mozilla/Firefox/Releases/3/Full_page_zoom": { + "modified": "2019-03-18T21:29:46.640Z", "contributors": [ - "alvarez86" + "Hv60T" ] }, - "Web/JavaScript/Reference/Global_Objects/RegExp/sticky": { - "modified": "2020-10-15T22:18:20.521Z", + "Web/Guide/HTML/Using_HTML_sections_and_outlines": { + "modified": "2020-10-07T01:45:20.737Z", "contributors": [ - "saulobmansur" + "leandroembu", + "Lucas_Inacio", + "davimdantas", + "SaggitariusA", + "webennes", + "edercampelo", + "IgorGoncalves", + "dann", + "netoguimaraes", + "Stutz.D", + "eduardodx", + "AluisioASG" ] }, - "Web/JavaScript/Reference/Global_Objects/RegExp/test": { - "modified": "2020-09-05T00:20:04.652Z", + "Web/XSLT/XSLT_JS_interface_in_Gecko/Advanced_Example": { + "modified": "2019-03-23T23:03:40.500Z", "contributors": [ - "alvarez86", - "Bagata", - "igorc2", - "felipericardo", - "iFgR" + "EduardoRedressa" ] }, - "Web/JavaScript/Reference/Global_Objects/Set": { - "modified": "2020-10-15T21:30:09.930Z", + "Web/XSLT/XSLT_JS_interface_in_Gecko": { + "modified": "2019-03-23T23:03:42.725Z", "contributors": [ - "wellpardim10", - "leo-ls", - "emiyasaki", - "GarkGarcia", - "SphinxKnight", - "Davidpsjunior", - "EdJr" + "ethertank" ] }, - "Web/JavaScript/Reference/Global_Objects/Set/add": { - "modified": "2019-08-12T18:33:12.776Z", + "orphaned/Tools/Add-ons/DOM_Inspector": { + "modified": "2020-07-16T22:36:24.634Z", "contributors": [ - "lucsrods", - "Davidpsjunior" + "wbamberg", + "DiegoTelles" ] }, - "Web/JavaScript/Reference/Global_Objects/Set/clear": { - "modified": "2019-03-23T22:31:32.028Z", + "orphaned/Tools/Add-ons": { + "modified": "2020-07-16T22:36:23.640Z", "contributors": [ - "Davidpsjunior" + "wbamberg", + "mak213k", + "DiegoTelles" ] }, - "Web/JavaScript/Reference/Global_Objects/Set/delete": { - "modified": "2019-03-23T22:31:37.586Z", + "Tools/Performance": { + "modified": "2020-07-16T22:36:13.436Z", "contributors": [ - "Davidpsjunior" + "wbamberg", + "IgorGoncalves", + "ricardolima89", + "gilton", + "samuelpontes" ] }, - "Web/JavaScript/Reference/Global_Objects/Set/entries": { - "modified": "2019-03-23T22:31:39.376Z", + "orphaned/Tools/CSS_Coverage": { + "modified": "2019-03-23T22:21:34.758Z", "contributors": [ - "Davidpsjunior" + "wbamberg", + "mak213k" ] }, - "Web/JavaScript/Reference/Global_Objects/Set/has": { - "modified": "2020-10-15T22:22:02.385Z", + "orphaned/Tools/Debugger_(before_Firefox_52)/Disable_breakpoints": { + "modified": "2019-03-23T22:21:41.910Z", "contributors": [ - "lucsrods" + "wbamberg", + "mak213k" ] }, - "Web/JavaScript/Reference/Global_Objects/Set/prototype": { - "modified": "2020-10-15T21:58:44.990Z", + "orphaned/Tools/Debugger_(before_Firefox_52)": { + "modified": "2019-03-23T22:21:37.545Z", "contributors": [ - "thayssn" + "wbamberg" ] }, - "Web/JavaScript/Reference/Global_Objects/Set/values": { - "modified": "2020-10-15T22:22:15.454Z", + "Tools/Remote_Debugging": { + "modified": "2020-07-16T22:35:37.857Z", "contributors": [ - "chicabomb" + "wbamberg", + "marciowb", + "nanardo", + "glacywhite", + "Giovane", + "MarcoRovida" ] }, - "Web/JavaScript/Reference/Global_Objects/String": { - "modified": "2019-03-23T23:14:51.438Z", + "Tools/Debugger": { + "modified": "2020-07-30T07:50:39.719Z", "contributors": [ + "LeandroVCastro", "wbamberg", - "coloringa", - "brunopulis", - "user2015", - "Marcus_xpt", - "rmello", + "flavioms7", + "LincePotiguara", + "vitorcardoso", + "Danilson_Veloso", + "GilvanFernandes", + "JAugusto", + "maybe", + "Radicalzinho", "teoli", - "nicholasess", - "fscholz" + "IvomarS" ] }, - "Web/JavaScript/Reference/Global_Objects/String/@@iterator": { - "modified": "2020-10-16T00:11:07.868Z", + "Tools/Debugger/Set_a_logpoint": { + "modified": "2020-07-16T22:35:20.440Z", "contributors": [ - "ricardo.passos.cr", - "vmardss" + "luan0ap" ] }, - "Web/JavaScript/Reference/Global_Objects/String/Trim": { - "modified": "2020-10-16T00:00:03.933Z", + "Tools/Style_Editor": { + "modified": "2020-07-16T22:35:00.708Z", "contributors": [ - "ricardo.passos.cr", - "coloringa", - "GlauberF", - "Webysther" + "wbamberg", + "MurilloLima", + "maybe", + "bbenatti" ] }, - "Web/JavaScript/Reference/Global_Objects/String/anchor": { - "modified": "2020-10-15T22:35:00.314Z", + "Tools/Storage_Inspector": { + "modified": "2020-07-16T22:36:10.142Z", "contributors": [ - "ricardo.passos.cr" + "erlongs", + "wbamberg", + "danieltex" ] }, - "Web/JavaScript/Reference/Global_Objects/String/big": { - "modified": "2020-10-15T22:35:01.913Z", + "Tools/Measure_a_portion_of_the_page": { + "modified": "2020-07-16T22:36:39.043Z", "contributors": [ - "ricardo.passos.cr" + "marlonveiga-santos" ] }, - "Web/JavaScript/Reference/Global_Objects/String/blink": { - "modified": "2020-10-15T22:35:01.790Z", + "Tools/Responsive_Design_Mode": { + "modified": "2020-07-16T22:35:22.122Z", "contributors": [ - "ricardo.passos.cr" + "cristiano-soares", + "wbamberg", + "jsx", + "teoli", + "EvertonPortela" ] }, - "Web/JavaScript/Reference/Global_Objects/String/bold": { - "modified": "2020-10-15T22:35:02.301Z", + "Tools/Page_Inspector/How_to/Examine_event_listeners": { + "modified": "2020-07-16T22:34:35.841Z", "contributors": [ - "ricardo.passos.cr" + "wbamberg", + "fabianosantos.net" ] }, - "Web/JavaScript/Reference/Global_Objects/String/charAt": { - "modified": "2020-10-09T12:22:30.996Z", + "Tools/Page_Inspector/How_to/Work_with_animations": { + "modified": "2020-07-16T22:34:36.936Z", "contributors": [ - "ricardo.passos.cr", - "ShadYueh", - "LucianoBritis" + "wbamberg", + "o2over" ] }, - "Web/JavaScript/Reference/Global_Objects/String/charCodeAt": { - "modified": "2020-10-09T12:26:04.591Z", + "Tools/Firefox_OS_1.1_Simulator": { + "modified": "2020-07-16T22:35:58.114Z", "contributors": [ - "ricardo.passos.cr", - "proxy-chan", - "NicholasBraga" + "wbamberg", + "faelpinho" ] }, - "Web/JavaScript/Reference/Global_Objects/String/codePointAt": { - "modified": "2020-11-02T09:15:45.248Z", + "Tools/Web_Console/UI_Tour": { + "modified": "2020-07-16T22:34:17.352Z", "contributors": [ - "FernandoKGA", - "ricardo.passos.cr" + "josimaraLima", + "cautnew" ] }, - "Web/JavaScript/Reference/Global_Objects/String/concat": { - "modified": "2020-10-09T16:58:32.740Z", + "Web/API/Geolocation_API": { + "modified": "2019-03-23T23:36:21.393Z", "contributors": [ - "ricardo.passos.cr", - "gusleindecker", - "LucianoMedeiros" + "rafaelcavalcante", + "paulo-raoni", + "ted_k", + "michaelycus", + "ronaldo.ap.abreu", + "emilianocarvalho" ] }, - "Web/JavaScript/Reference/Global_Objects/String/endsWith": { - "modified": "2020-10-15T21:56:21.169Z", + "Web/Guide/Mobile/Mobile-friendliness": { + "modified": "2019-03-23T23:28:21.815Z", "contributors": [ - "ricardo.passos.cr", - "houstondapaz", - "marceloogeda" + "clebermatheus1" ] }, - "Web/JavaScript/Reference/Global_Objects/String/fixed": { - "modified": "2020-10-15T22:35:03.509Z", + "Web/Guide/Mobile/Separate_sites": { + "modified": "2019-03-23T23:28:15.359Z", "contributors": [ - "ricardo.passos.cr" + "clebermatheus1" ] }, - "Web/JavaScript/Reference/Global_Objects/String/fontcolor": { - "modified": "2020-10-15T22:35:02.895Z", + "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby_attribute": { + "modified": "2019-03-23T23:02:11.347Z", "contributors": [ - "ricardo.passos.cr" + "eduardojmatos" ] }, - "Web/JavaScript/Reference/Global_Objects/String/fontsize": { - "modified": "2020-10-15T22:35:04.374Z", + "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-required_attribute": { + "modified": "2019-03-18T21:46:23.148Z", "contributors": [ - "ricardo.passos.cr" + "ivanoliveira" ] }, - "Web/JavaScript/Reference/Global_Objects/String/fromCharCode": { - "modified": "2020-10-15T23:47:01.302Z", + "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_slider_role": { + "modified": "2019-03-23T22:16:26.114Z", "contributors": [ - "ricardo.passos.cr", - "NicholasBraga" + "rener_bz" ] }, - "Web/JavaScript/Reference/Global_Objects/String/fromCodePoint": { - "modified": "2020-10-09T12:25:02.641Z", + "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alert_role": { + "modified": "2019-03-23T22:50:52.511Z", "contributors": [ - "ricardo.passos.cr", - "LucasPereira", - "SphinxKnight", - "CesarBalzer" + "Aschlla", + "iCynthia" ] }, - "Web/JavaScript/Reference/Global_Objects/String/includes": { - "modified": "2020-10-15T21:41:15.485Z", + "Web/Accessibility/ARIA/forms/Basic_form_hints": { + "modified": "2019-03-23T22:29:41.083Z", "contributors": [ - "ricardo.passos.cr", - "brasmon8351", - "mateusvelleda", - "SphinxKnight", - "marlonmleite", - "brunolellis" + "rener_bz", + "Fernandolrs", + "caio.rrs" ] }, - "Web/JavaScript/Reference/Global_Objects/String/indexOf": { - "modified": "2020-10-15T21:28:05.356Z", + "Web/Accessibility/ARIA/ARIA_Screen_Reader_Implementors_Guide": { + "modified": "2019-03-23T22:29:38.626Z", "contributors": [ - "ricardo.passos.cr", - "mateusvelleda", - "Leokuma", - "suyfranca", - "badiale", - "vspedr", - "diegoarcega", - "teoli", - "nicholasess" + "caio.rrs" ] }, - "Web/JavaScript/Reference/Global_Objects/String/italics": { - "modified": "2020-10-15T22:35:03.387Z", + "Web/Accessibility/ARIA/widgets/overview": { + "modified": "2019-03-23T22:29:34.759Z", "contributors": [ - "ricardo.passos.cr" + "Aschlla", + "caio.rrs" ] }, - "Web/JavaScript/Reference/Global_Objects/String/lastIndexOf": { - "modified": "2020-10-09T15:25:04.260Z", + "Web/Accessibility/Mobile_accessibility_checklist": { + "modified": "2019-03-18T21:15:58.279Z", "contributors": [ - "ricardo.passos.cr", - "mfelippi" + "nathaliabruno", + "takahan" ] }, - "Web/JavaScript/Reference/Global_Objects/String/length": { - "modified": "2020-10-10T15:37:30.908Z", + "Web/Accessibility/An_overview_of_accessible_web_applications_and_widgets": { + "modified": "2019-03-23T22:27:46.873Z", "contributors": [ - "ricardo.passos.cr", - "Gemacedo", - "solangealmn", - "fernandomalmeida" + "Aschlla" ] }, - "Web/JavaScript/Reference/Global_Objects/String/link": { - "modified": "2020-10-15T22:35:03.504Z", + "Web/Accessibility/Understanding_WCAG": { + "modified": "2019-06-04T11:18:03.017Z", "contributors": [ - "ricardo.passos.cr" + "Rondinelly" ] }, - "Web/JavaScript/Reference/Global_Objects/String/localeCompare": { - "modified": "2020-11-02T09:27:21.616Z", + "Web/Accessibility/Understanding_WCAG/Keyboard": { + "modified": "2020-05-04T20:14:49.956Z", "contributors": [ - "FernandoKGA", - "ricardo.passos.cr" + "viviccamargo88" ] }, - "Web/JavaScript/Reference/Global_Objects/String/match": { - "modified": "2020-10-10T11:58:28.242Z", + "Web/Accessibility": { + "modified": "2019-09-09T14:18:55.700Z", "contributors": [ - "ricardo.passos.cr", - "brasmon8351", - "Laercio89", - "jgspaiva", - "soutomario", - "henriquejensen", - "naccarati", - "teoli", - "Nathalino_Pacheco" + "SphinxKnight", + "julio-elipse", + "marciioluucas", + "Aschlla", + "takahan", + "IanRamosC", + "rodrigopadula" ] }, - "Web/JavaScript/Reference/Global_Objects/String/matchAll": { - "modified": "2020-10-15T22:35:13.784Z", + "orphaned/Web/Accessibility/JAWS_Issues_with_Firefox": { + "modified": "2019-03-23T22:45:26.552Z", "contributors": [ - "ricardo.passos.cr" + "takahan" ] }, - "Web/JavaScript/Reference/Global_Objects/String/normalize": { - "modified": "2020-10-15T21:57:14.941Z", + "Web/API/Performance_API": { + "modified": "2020-04-24T14:27:05.156Z", "contributors": [ - "ricardo.passos.cr", - "andrefranca92" + "rbertoche" ] }, - "Web/JavaScript/Reference/Global_Objects/String/padEnd": { - "modified": "2020-10-15T22:09:36.225Z", + "Web/API/Push_API/Best_Practices": { + "modified": "2020-05-23T16:17:14.549Z", "contributors": [ - "ricardo.passos.cr", - "rbuzatto" + "brunoartc" ] }, - "Web/JavaScript/Reference/Global_Objects/String/padStart": { - "modified": "2020-10-15T22:12:29.113Z", + "Web/API/Push_API": { + "modified": "2019-03-23T22:39:02.907Z", "contributors": [ - "ricardo.passos.cr", - "rbuzatto" + "rodrigoalexandresc", + "fahadkalil", + "rmunhoz" ] }, - "Web/JavaScript/Reference/Global_Objects/String/prototype": { - "modified": "2020-10-15T21:58:05.452Z", + "Web/API/Web_Audio_API": { + "modified": "2019-03-18T20:58:41.484Z", "contributors": [ - "akinncar", - "coloringa", - "Perrottacooking", - "brunopulis" + "SphinxKnight", + "italoadler", + "GleisonLuis", + "MichelAlonso", + "gidenilson", + "Sheppy", + "DavidWalsh", + "rbrandao", + "taltk9", + "teoli", + "unreleasedmix" ] }, - "Web/JavaScript/Reference/Global_Objects/String/raw": { - "modified": "2020-11-02T09:59:22.925Z", + "Web/API/Web_Audio_API/Simple_synth": { + "modified": "2020-09-29T13:36:38.578Z", "contributors": [ - "FernandoKGA", - "ricardo.passos.cr", - "Werner1201" + "Trek" ] }, - "Web/JavaScript/Reference/Global_Objects/String/repeat": { - "modified": "2020-10-15T22:05:59.737Z", + "Web/API/BaseAudioContext/currentTime": { + "modified": "2019-03-23T22:31:21.913Z", "contributors": [ - "ricardo.passos.cr", - "liddack" + "deyvid0123" ] }, - "Web/JavaScript/Reference/Global_Objects/String/replace": { - "modified": "2020-10-11T21:06:21.721Z", + "Web/API/BatteryManager/ondischargingtimechange": { + "modified": "2019-03-23T23:16:54.139Z", "contributors": [ - "ricardo.passos.cr", - "PedroMarianoAlmeida", - "xitiu", - "soutomario", - "BrOrlandi", - "solangealmn", - "acdcjunior", - "mazulo" + "teoli", + "eliezerb" ] }, - "Web/JavaScript/Reference/Global_Objects/String/replaceAll": { - "modified": "2020-10-15T22:33:05.718Z", + "Web/API/Document/registerElement": { + "modified": "2019-03-23T22:20:55.282Z", "contributors": [ - "ricardo.passos.cr", - "FernandoKGA" + "rener_bz", + "mak213k" ] }, - "Web/JavaScript/Reference/Global_Objects/String/search": { - "modified": "2020-10-13T21:00:52.211Z", + "Web/API/EventTarget/addEventListener": { + "modified": "2019-03-23T23:35:46.468Z", "contributors": [ - "ricardo.passos.cr", - "stroparo" + "SphinxKnight", + "LesleyAndreza", + "wbamberg", + "cautnew", + "teoli", + "guipremonsa" ] }, - "Web/JavaScript/Reference/Global_Objects/String/slice": { - "modified": "2020-10-13T21:05:35.776Z", + "Web/API/Event/Comparison_of_Event_Targets": { + "modified": "2019-11-03T21:25:56.066Z", "contributors": [ - "ricardo.passos.cr", - "miguel.velasques", - "nstseek", - "gkaneto", - "andresmachado", - "brunopulis" + "rayonnunes" ] }, - "Web/JavaScript/Reference/Global_Objects/String/small": { - "modified": "2020-10-15T22:35:17.508Z", + "Web/API/Fetch_API/Cross-global_fetch_usage": { + "modified": "2019-03-18T20:48:56.041Z", "contributors": [ - "ricardo.passos.cr" + "matluz" ] }, - "Web/JavaScript/Reference/Global_Objects/String/split": { - "modified": "2020-10-13T22:09:32.003Z", + "Web/API/History_API/Example": { + "modified": "2019-03-18T21:40:08.609Z", "contributors": [ - "ricardo.passos.cr", - "gabriel_cadu", - "NicholasBraga" + "oidanieljunior" ] }, - "Web/JavaScript/Reference/Global_Objects/String/startsWith": { - "modified": "2020-10-15T21:41:07.642Z", + "Web/API/HTMLContentElement/select": { + "modified": "2019-03-23T22:20:59.150Z", "contributors": [ - "ricardo.passos.cr", - "santoyx", - "georgebias", - "SphinxKnight", - "renanmfd", - "eklam" + "mak213k" ] }, - "Web/JavaScript/Reference/Global_Objects/String/strike": { - "modified": "2020-10-15T22:35:17.757Z", + "Web/API/HTMLOrForeignElement/blur": { + "modified": "2020-10-15T22:12:54.970Z", "contributors": [ - "ricardo.passos.cr" + "salgueiroso" ] }, - "Web/JavaScript/Reference/Global_Objects/String/sub": { - "modified": "2020-10-14T00:19:40.694Z", + "Web/API/HTMLOrForeignElement/dataset": { + "modified": "2020-10-15T21:46:41.594Z", "contributors": [ - "ricardo.passos.cr", - "netstudenton" + "lago.aaron", + "Fernandolrs", + "Sipmann", + "emanueloliveira" ] }, - "Web/JavaScript/Reference/Global_Objects/String/substr": { - "modified": "2020-10-15T21:59:06.950Z", + "Web/API/HTMLOrForeignElement/focus": { + "modified": "2019-03-23T22:24:13.859Z", "contributors": [ - "ricardo.passos.cr", - "marceloogeda" + "erikseyti", + "brunopulis" ] }, - "Web/JavaScript/Reference/Global_Objects/String/substring": { - "modified": "2020-10-14T01:32:35.715Z", + "Web/API/IndexedDB_API/Using_IndexedDB": { + "modified": "2020-01-13T04:48:43.522Z", "contributors": [ - "ricardo.passos.cr", - "evertonsilva", - "gusleindecker", - "brunodsgn", - "luis.kaufmann.silva" + "chrisdavidmills", + "guilhermemar", + "IgorGoncalves", + "gustavo-veiga", + "sheldonled" ] }, - "Web/JavaScript/Reference/Global_Objects/String/sup": { - "modified": "2020-10-15T22:35:18.049Z", + "orphaned/Web/API/Node/Entendendo_o_uso_do_método_AppendChild-javascript": { + "modified": "2019-03-23T22:40:45.924Z", "contributors": [ - "ricardo.passos.cr" + "Josue-Bastos" ] }, - "Web/JavaScript/Reference/Global_Objects/String/toLocaleLowerCase": { - "modified": "2020-11-02T09:37:28.971Z", + "Web/API/HTMLElement/innerText": { + "modified": "2019-03-18T21:15:34.228Z", "contributors": [ - "FernandoKGA", - "ricardo.passos.cr" + "cammarin" ] }, - "Web/JavaScript/Reference/Global_Objects/String/toLocaleUpperCase": { - "modified": "2020-11-02T09:32:27.542Z", + "Web/API/Notification": { + "modified": "2020-11-27T03:23:53.561Z", "contributors": [ - "FernandoKGA", - "ricardo.passos.cr" + "SphinxKnight", + "Lukazovic", + "maatheusgouveia", + "HugoRibeiro", + "AlvaroAlves", + "teoli", + "salomaosnff" ] }, - "Web/JavaScript/Reference/Global_Objects/String/toLowerCase": { - "modified": "2020-10-14T02:14:21.974Z", + "Web/API/Crypto/getRandomValues": { + "modified": "2019-05-25T15:24:30.476Z", "contributors": [ - "ricardo.passos.cr", - "JaconsMorais" + "dowgssss", + "Gutem" ] }, - "Web/JavaScript/Reference/Global_Objects/String/toSource": { - "modified": "2020-10-14T02:19:39.086Z", + "Web/API/Selection": { + "modified": "2020-10-15T22:13:16.385Z", "contributors": [ - "ricardo.passos.cr", - "teoli", - "netstudenton" + "adrianowead" + ] + }, + "Web/API/Web_Animations_API/Using_the_Web_Animations_API": { + "modified": "2020-09-26T01:35:23.652Z", + "contributors": [ + "rafaelpradella" ] }, - "Web/JavaScript/Reference/Global_Objects/String/toString": { - "modified": "2020-10-14T02:23:54.563Z", + "Web/API/Web_Storage_API": { + "modified": "2019-09-19T15:22:07.557Z", "contributors": [ - "ricardo.passos.cr", - "mfelippi" + "elenderg", + "wcqueiroz", + "Mathmovic" ] }, - "Web/JavaScript/Reference/Global_Objects/String/toUpperCase": { - "modified": "2020-10-15T23:55:31.039Z", + "Web/API/Web_Storage_API/Using_the_Web_Storage_API": { + "modified": "2019-03-18T21:45:09.650Z", "contributors": [ - "ricardo.passos.cr", - "PTPAC", - "marcelobonatto" + "liddack", + "nilocoelhojunior" ] }, - "Web/JavaScript/Reference/Global_Objects/String/trimEnd": { - "modified": "2020-10-16T00:03:20.779Z", + "Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context": { + "modified": "2019-03-23T22:43:19.265Z", "contributors": [ - "ricardo.passos.cr", - "pedrollmatias", - "FernandoKGA" + "Nathipg", + "francopan" ] }, - "Web/JavaScript/Reference/Global_Objects/String/trimStart": { - "modified": "2020-10-16T00:05:21.145Z", + "Web/API/WebRTC_API/Simple_RTCDataChannel_sample": { + "modified": "2019-03-23T22:09:18.720Z", "contributors": [ - "ricardo.passos.cr", - "FernandoKGA" + "fscholz", + "wbamberg", + "Gurigraphics" ] }, - "Web/JavaScript/Reference/Global_Objects/String/valueOf": { - "modified": "2020-10-16T00:08:38.848Z", + "Web/API/Window/localStorage": { + "modified": "2019-03-18T21:09:45.741Z", "contributors": [ - "ricardo.passos.cr", - "rodcantanhede" + "yandiro", + "wwwjsw", + "jjmars" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol": { - "modified": "2020-09-15T10:43:33.383Z", + "Web/API/WindowOrWorkerGlobalScope/atob": { + "modified": "2020-10-15T21:46:04.009Z", "contributors": [ - "fernanduandrade", - "leandrobudau", - "iurevguimaraes", - "emersonbroga", - "SphinxKnight", - "colares", - "kdex", - "Grohden", - "raduq", - "astesio", - "AlanCezarAraujo" + "mateusvelleda", + "joaoricardo_rm" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator": { - "modified": "2020-10-15T22:34:24.437Z", + "Web/API/WindowOrWorkerGlobalScope/clearTimeout": { + "modified": "2020-10-15T21:31:54.685Z", "contributors": [ - "fernanduandrade" + "GarkGarcia", + "teoli", + "Willkuns" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol/description": { - "modified": "2020-10-15T22:34:29.672Z", + "Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests": { + "modified": "2019-03-18T20:53:32.225Z", "contributors": [ - "fernanduandrade" + "helton-mori-dev", + "Laercio89", + "erickfaraujo", + "filipecalasans", + "melostbr" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol/hasInstance": { - "modified": "2019-03-23T22:24:54.749Z", + "Web/API/XMLHttpRequest/Using_XMLHttpRequest": { + "modified": "2019-03-23T23:31:13.941Z", "contributors": [ - "GoToLoop" + "JosOe", + "yuhzador", + "glaudiston", + "flaviomicheletti", + "RodrigoMarques", + "vitornogueira", + "teoli", + "MarcoBruno", + "vagnerleitte" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol/isConcatSpreadable": { - "modified": "2020-10-15T22:34:26.103Z", + "Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model": { + "modified": "2019-03-23T22:50:51.930Z", "contributors": [ - "fernanduandrade" + "ekbaumgarten" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol/iterator": { - "modified": "2020-10-15T22:34:27.073Z", + "Web/CSS/Comments": { + "modified": "2019-03-23T22:09:23.562Z", "contributors": [ - "fernanduandrade" + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol/match": { - "modified": "2020-10-15T22:34:29.871Z", + "Web/CSS/CSS_Animations/Using_CSS_animations": { + "modified": "2019-03-23T23:39:07.702Z", "contributors": [ - "fernanduandrade" + "gabrielclaudino", + "Fernandolrs", + "dime2lo", + "cris-luz-07", + "SphinxKnight", + "teoli", + "gustavoaraujo", + "cauecidade", + "francisco.hansen" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol/matchAll": { - "modified": "2020-10-15T22:34:29.939Z", + "Web/CSS/CSS_Box_Model/Mastering_margin_collapsing": { + "modified": "2019-03-23T22:09:32.434Z", "contributors": [ - "fernanduandrade" + "marcosdourado", + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol/replace": { - "modified": "2020-10-15T22:34:29.718Z", + "Web/CSS/CSS_Colors/Color_picker_tool": { + "modified": "2020-07-01T01:27:34.385Z", "contributors": [ - "fernanduandrade" + "gstfnsk", + "Andrya", + "SphinxKnight", + "gpaschoal", + "wcqueiroz", + "cbosco" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol/search": { - "modified": "2020-10-15T22:34:30.027Z", + "Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox": { + "modified": "2020-04-13T01:15:45.668Z", "contributors": [ - "fernanduandrade" + "carlosaffrc", + "SONSERVICE", + "davieduardo94", + "colares" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol/species": { - "modified": "2020-10-15T22:34:30.020Z", + "Web/CSS/CSS_Images/Implementing_image_sprites_in_CSS": { + "modified": "2019-03-18T21:40:05.241Z", "contributors": [ - "fernanduandrade" + "williamxavierdecastro" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol/split": { - "modified": "2020-10-15T22:34:24.566Z", + "Web/CSS/Reference": { + "modified": "2019-09-24T18:20:32.922Z", "contributors": [ - "fernanduandrade" + "duduindo", + "julio-elipse", + "fernahh", + "teoli", + "ethertank", + "rodrigopadula" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol/toPrimitive": { - "modified": "2020-10-15T22:34:30.039Z", + "Web/CSS/CSS_Types": { + "modified": "2019-03-18T21:41:31.457Z", "contributors": [ - "fernanduandrade" + "brunoeduardo" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol/toStringTag": { - "modified": "2020-10-15T22:34:30.237Z", + "Web/CSS/Replaced_element": { + "modified": "2019-03-23T22:09:21.528Z", "contributors": [ - "fernanduandrade" + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/Symbol/unscopables": { - "modified": "2020-10-15T22:34:31.078Z", + "Web/CSS/hyphens": { + "modified": "2019-03-23T22:08:31.285Z", "contributors": [ - "fernanduandrade" + "gilsonnunes" ] }, - "Web/JavaScript/Reference/Global_Objects/TypeError": { - "modified": "2019-03-23T22:46:29.217Z", + "Web/CSS/image": { + "modified": "2020-10-15T22:03:54.448Z", "contributors": [ - "haskellcamargo", - "bernardodill" + "brunoeduardo" ] }, - "Web/JavaScript/Reference/Global_Objects/TypedArray": { - "modified": "2019-03-23T22:12:24.054Z", + "Web/CSS/Layout_mode": { + "modified": "2019-03-23T22:09:32.757Z", "contributors": [ - "fscholz" + "lcchueri", + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/TypedArray/sort": { - "modified": "2019-03-23T22:12:28.316Z", + "Web/CSS/Visual_formatting_model": { + "modified": "2019-03-23T22:09:22.823Z", "contributors": [ - "joaovinicius" + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/WeakMap": { - "modified": "2020-10-15T21:27:55.448Z", + "Web/CSS/Privacy_and_the_:visited_selector": { + "modified": "2019-04-15T23:34:22.131Z", "contributors": [ - "jotaRenan", - "mnunes01", - "SphinxKnight", - "codermarcos", - "kdex", - "thiagohora", - "teoli", - "gabrielrubens" + "tadeubarbosa" ] }, - "Web/JavaScript/Reference/Global_Objects/WeakMap/delete": { - "modified": "2020-10-15T22:09:31.522Z", + "Web/CSS/Pseudo-elements": { + "modified": "2020-07-03T20:21:08.594Z", "contributors": [ - "rodrigocode4" + "gstfnsk", + "Arlon", + "Lukff", + "brunoeduardo" ] }, - "Web/JavaScript/Reference/Global_Objects/WeakMap/get": { - "modified": "2020-10-15T22:13:57.372Z", + "Web/CSS/Attribute_selectors": { + "modified": "2020-10-15T22:02:16.544Z", "contributors": [ - "jotaRenan" + "EvertonTomalok" ] }, - "Web/JavaScript/Reference/Global_Objects/WeakMap/has": { - "modified": "2020-10-15T22:13:54.938Z", + "Web/CSS/Universal_selectors": { + "modified": "2020-10-15T22:18:51.680Z", "contributors": [ - "jotaRenan" + "synga" ] }, - "Web/JavaScript/Reference/Global_Objects/WeakMap/prototype": { - "modified": "2019-03-23T23:15:16.502Z", + "Web/CSS/CSS_Selectors": { + "modified": "2019-03-22T08:21:56.189Z", "contributors": [ - "SphinxKnight", - "teoli", - "gabrielrubens" + "Arlon", + "Lukff", + "kelvyncosta" ] }, - "Web/JavaScript/Reference/Global_Objects/WeakMap/set": { - "modified": "2020-10-15T22:13:54.974Z", + "Web/CSS/Syntax": { + "modified": "2019-03-18T20:58:06.000Z", "contributors": [ - "jotaRenan" + "EdilsonSilva", + "zKhiro", + "diancabral", + "teoli", + "fvargaspf@gmail.com" ] }, - "Web/JavaScript/Reference/Global_Objects/WeakSet": { - "modified": "2019-03-23T22:01:31.430Z", + "Web/CSS/Value_definition_syntax": { + "modified": "2019-03-23T22:09:28.440Z", "contributors": [ - "daniloprates" + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/decodeURI": { - "modified": "2020-10-15T22:12:38.394Z", + "Web/CSS/CSS_Background_and_Borders/Border-image_generator": { + "modified": "2019-05-06T10:31:39.391Z", "contributors": [ - "murillodmiranda" + "leodeJESUS", + "Torto" ] }, - "Web/JavaScript/Reference/Global_Objects/decodeURIComponent": { - "modified": "2020-03-12T19:42:51.399Z", + "Web/CSS/CSS_Background_and_Borders/Border-radius_generator": { + "modified": "2019-03-23T23:07:37.174Z", "contributors": [ - "jhonnymoreira" + "Torto" ] }, - "Web/JavaScript/Reference/Global_Objects/encodeURI": { - "modified": "2020-10-19T23:50:41.182Z", + "Web/CSS/actual_value": { + "modified": "2019-03-23T22:09:29.249Z", "contributors": [ - "FernandoKGA" + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/encodeURIComponent": { - "modified": "2020-03-12T19:42:13.212Z", + "Web/CSS/computed_value": { + "modified": "2019-03-23T22:09:29.149Z", "contributors": [ - "duduindo", - "lucascosta", - "fabriciofrontarolli", - "TiagoNeves" + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/escape": { - "modified": "2020-03-12T19:43:31.007Z", + "Web/CSS/specified_value": { + "modified": "2019-03-23T22:09:23.838Z", "contributors": [ - "KennyMack" + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/eval": { - "modified": "2020-03-12T19:40:58.698Z", + "Web/CSS/initial_value": { + "modified": "2020-02-01T14:54:00.506Z", "contributors": [ - "hmschreiner", - "helton-mori-dev", - "davilmaster", - "NicholasBraga", - "soter19", - "michaelycus", - "dayvsonlima" + "marlonveiga-santos", + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/globalThis": { - "modified": "2020-10-15T22:14:46.227Z", + "Web/CSS/resolved_value": { + "modified": "2019-03-23T22:09:21.295Z", "contributors": [ - "Rondinelly" + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/isFinite": { - "modified": "2020-03-12T19:42:41.771Z", + "Web/CSS/used_value": { + "modified": "2019-03-23T22:09:30.061Z", "contributors": [ - "ronysilvati", - "kelvys" + "Fernandolrs" ] }, - "Web/JavaScript/Reference/Global_Objects/isNaN": { - "modified": "2020-10-15T21:27:25.549Z", + "Web/CSS/overflow-wrap": { + "modified": "2019-03-23T23:34:13.390Z", "contributors": [ - "MarcosNakamine", - "helton-mori-dev", - "nilocoelhojunior", - "bartolomeu.gusella", - "SphinxKnight", + "fscholz", "teoli", - "nasviana" + "marcoscoelho" ] }, - "Web/JavaScript/Reference/Global_Objects/null": { - "modified": "2020-03-12T19:40:38.603Z", + "Web/API/Window/beforeunload_event": { + "modified": "2019-04-30T13:57:03.306Z", "contributors": [ - "angelorubin", - "trestini" + "wbamberg", + "LeoNicolas" ] }, - "Web/JavaScript/Reference/Global_Objects/parseFloat": { - "modified": "2020-03-12T19:43:31.757Z", + "Web/API/Element/blur_event": { + "modified": "2019-03-23T22:07:32.725Z", "contributors": [ - "KennyMack" + "fscholz", + "erikseyti", + "Fusseldieb" ] }, - "Web/JavaScript/Reference/Global_Objects/parseInt": { - "modified": "2020-03-12T19:39:16.771Z", + "Web/API/Window/DOMContentLoaded_event": { + "modified": "2019-03-18T20:53:06.319Z", "contributors": [ - "einstenj", - "odahcam", - "SphinxKnight", - "teoli", - "oshiroam" + "helton-mori-dev", + "fscholz", + "greevin", + "macalha" ] }, - "Web/JavaScript/Reference/Global_Objects/undefined": { - "modified": "2020-03-12T19:40:39.962Z", + "Web/API/Element/focus_event": { + "modified": "2019-03-23T22:03:56.654Z", "contributors": [ - "trestini" + "fscholz", + "erikseyti" ] }, - "Web/JavaScript/Reference/Global_Objects/unescape": { - "modified": "2020-03-12T19:46:40.592Z", + "Web/API/Element/focusin_event": { + "modified": "2019-03-23T22:03:40.133Z", "contributors": [ - "IsmaelEzequiel" + "MarcoBrunoBR", + "fscholz", + "erikseyti" ] }, - "Web/JavaScript/Reference/Global_Objects/uneval": { - "modified": "2020-03-12T19:42:19.284Z", + "Web/API/Element/focusout_event": { + "modified": "2019-03-23T22:03:46.833Z", "contributors": [ - "teoli", - "ffabiosales" + "fscholz", + "erikseyti" ] }, - "Web/JavaScript/Reference/Iteration_protocols": { - "modified": "2020-03-12T19:46:49.209Z", + "Web/API/HTMLElement/input_event": { + "modified": "2019-03-23T22:14:30.766Z", "contributors": [ - "Rondinelly", - "danilosetubal" + "fscholz", + "heltonandreazza" ] }, - "Web/JavaScript/Reference/Lexical_grammar": { - "modified": "2020-03-12T19:46:38.568Z", + "Web/API/Window/load_event": { + "modified": "2019-03-18T20:53:32.628Z", "contributors": [ - "Danilo", - "ViniciusDutra" + "helton-mori-dev", + "fscholz", + "Maikoncanuto" ] }, - "Web/JavaScript/Reference/Operators": { - "modified": "2020-03-12T19:38:09.829Z", + "Web/API/Document/readystatechange_event": { + "modified": "2019-03-23T22:53:19.134Z", "contributors": [ - "ogilvieira", - "fortunatolf-tech", - "lazaroalvarenga", - "mahenrique", - "cris-luz-07", - "jorgeclesio", - "iCynthia", - "teoli", - "ethertank" + "fscholz", + "brunoczim", + "macalha" ] }, - "Web/JavaScript/Reference/Operators/Arithmetic_Operators": { - "modified": "2020-03-12T19:42:07.718Z", + "orphaned/Web/Guide/CSS/CSS_media_queries_(consultas_de_mídia_em_CSS)": { + "modified": "2019-03-23T23:08:21.480Z", "contributors": [ - "FernandaBernardo", - "AdeilsonSilva" + "dinaldojr" ] }, - "Web/JavaScript/Reference/Operators/Atribuicao_via_desestruturacao": { - "modified": "2020-11-23T07:49:53.825Z", + "Web/CSS/Media_Queries/Using_media_queries": { + "modified": "2019-03-23T23:04:07.760Z", "contributors": [ - "filipetorres", - "gabriel_cadu", - "LucasGabrielSI", - "candinhojr", - "felipeolliveira", - "kdex", - "colares" + "HugoRibeiro", + "angeliski", + "dailsoncampos", + "nieckarz", + "Sebastianz", + "mrstork", + "malayaleecoder", + "davidcorbetta", + "jorgeclesio", + "Pedrinho", + "brunoeduardo", + "fabianosantos.net" ] }, - "Web/JavaScript/Reference/Operators/Bitwise_Operators": { - "modified": "2020-10-15T22:16:59.619Z", + "Web/CSS/CSS_Positioning/Understanding_z_index": { + "modified": "2019-03-23T22:59:23.481Z", "contributors": [ - "vanilsonbr", - "mak213k" + "songbird159", + "teoli", + "MaxWilliamJF" ] }, - "Web/JavaScript/Reference/Operators/Bitwise_XOR": { - "modified": "2020-10-15T22:31:57.374Z", + "Web/Guide/Events/Creating_and_triggering_events": { + "modified": "2019-03-23T22:11:33.073Z", "contributors": [ - "joaopedroaats" + "JefersonOliveira90" ] }, - "Web/JavaScript/Reference/Operators/Grouping": { - "modified": "2020-03-12T19:39:46.309Z", + "Web/API/Touch_events": { + "modified": "2019-03-23T23:21:11.070Z", "contributors": [ - "SphinxKnight", - "cirocosta" + "alipseight", + "Estupendo", + "fellyph" ] }, - "Web/JavaScript/Reference/Operators/Inicializador_Objeto": { - "modified": "2020-03-12T19:45:20.526Z", + "Web/Guide/Graphics": { + "modified": "2019-03-23T23:24:23.146Z", "contributors": [ - "holandajunior" + "julio-elipse", + "MarceloBRN", + "LucasPrado", + "MatCAlv" ] }, - "Web/JavaScript/Reference/Operators/Operador_Condicional": { - "modified": "2020-03-12T19:39:26.164Z", + "Web/API/Canvas_API/Tutorial/Advanced_animations": { + "modified": "2019-03-23T22:19:02.957Z", "contributors": [ - "monnacs", - "flaviomicheletti", - "SphinxKnight" + "mak213k" ] }, - "Web/JavaScript/Reference/Operators/Operador_Virgula": { - "modified": "2020-03-12T19:39:21.823Z", + "Web/API/Canvas_API/Tutorial/Applying_styles_and_colors": { + "modified": "2020-09-23T19:39:01.390Z", "contributors": [ - "SphinxKnight", - "haskellcamargo", - "teoli" + "viniciusfinger", + "AdelinoGonzalesEscobar", + "thulioph", + "MarceloBRN" ] }, - "Web/JavaScript/Reference/Operators/Operadores_Logicos": { - "modified": "2020-03-12T19:39:41.335Z", + "Web/API/Canvas_API/Tutorial/Basic_animations": { + "modified": "2019-03-18T21:15:02.453Z", "contributors": [ - "raphaelhenrique", - "Julyemerson", - "raulfernando", - "bugal", - "edumsilveira", - "atjoelson", - "SphinxKnight", - "eduardo_neto" + "LeandroLS", + "claromes", + "CarlosEduR", + "augustoroc" ] }, - "Web/JavaScript/Reference/Operators/Operadores_de_comparação": { - "modified": "2020-10-19T13:25:39.993Z", + "Web/API/Canvas_API/Tutorial/Compositing/Example": { + "modified": "2019-03-18T21:37:01.783Z", "contributors": [ - "lucas-andre", - "GeloSeco", - "adrianovictor" + "CarlosRodrigues" ] }, - "Web/JavaScript/Reference/Operators/Operator_Precedence": { - "modified": "2020-03-12T19:39:59.148Z", + "Web/API/Canvas_API/Tutorial/Compositing": { + "modified": "2019-03-23T22:12:17.031Z", "contributors": [ - "ShadYueh" + "CarlosRodrigues", + "Fernandolrs", + "mak213k" ] }, - "Web/JavaScript/Reference/Operators/Optional_chaining": { - "modified": "2020-11-27T11:24:17.100Z", + "Web/API/Canvas_API/Tutorial/Finale": { + "modified": "2019-03-18T21:36:59.449Z", "contributors": [ - "myke-oliveira", - "gabrieluizramos", - "agusmao720919" + "CarlosRodrigues" ] }, - "Web/JavaScript/Reference/Operators/Pipeline_operator": { - "modified": "2020-10-15T22:12:37.977Z", + "Web/API/Canvas_API/Tutorial/Drawing_shapes": { + "modified": "2020-06-20T19:01:22.926Z", "contributors": [ - "murillodmiranda" + "luizsanches", + "yMegaM", + "MarceloBRN", + "RuanAragao", + "lucas-lambda", + "charlesjamil", + "hellks", + "thiagoao", + "patrickwreis", + "augustoroc" ] }, - "Web/JavaScript/Reference/Operators/Property_Accessors": { - "modified": "2020-03-12T19:44:40.050Z", + "Web/API/Canvas_API/Tutorial/Drawing_text": { + "modified": "2019-03-23T22:16:08.231Z", "contributors": [ - "matheussilvasantos" + "surprise102", + "Joao-Maciel", + "netoguimaraes" ] }, - "Web/JavaScript/Reference/Operators/Spread_operator": { - "modified": "2020-03-12T19:42:48.466Z", + "Web/API/Canvas_API/Tutorial": { + "modified": "2019-03-23T23:13:39.145Z", "contributors": [ - "maniero", - "danvitoriano", - "kdex", - "cassioscabral" + "CarlosRodrigues", + "Halcance", + "MarceloBRN", + "angelosds", + "Claudiovascaino", + "gxovano", + "gutierri", + "trevorh" + ] + }, + "Web/API/Canvas_API/Tutorial/Optimizing_canvas": { + "modified": "2019-03-18T21:35:40.184Z", + "contributors": [ + "fabianosantos.net" ] }, - "Web/JavaScript/Reference/Operators/Spread_syntax": { - "modified": "2020-10-15T22:02:07.859Z", + "Web/API/Canvas_API/Tutorial/Using_images": { + "modified": "2019-10-15T16:17:36.192Z", "contributors": [ - "jdanielnd", - "ederknd", - "fabio.rachid", - "d3m4", - "klassmann" + "JIrismar" ] }, - "Web/JavaScript/Reference/Operators/async_function": { - "modified": "2020-03-12T19:46:14.006Z", + "Web/API/Canvas_API/Tutorial/Basic_usage": { + "modified": "2019-03-23T23:13:44.390Z", "contributors": [ - "alefesouza", - "HugoOliveira" + "MarceloBRN", + "RuanAragao", + "FilipeSilva", + "lucaspedroza" ] }, - "Web/JavaScript/Reference/Operators/await": { - "modified": "2020-03-12T19:46:38.624Z", + "Web/Guide/HTML/Content_categories": { + "modified": "2019-03-18T21:16:20.736Z", "contributors": [ - "alefesouza" + "ygormaximo" ] }, - "Web/JavaScript/Reference/Operators/class": { - "modified": "2020-03-12T19:46:36.744Z", + "Web/Guide/HTML/Editable_content": { + "modified": "2019-03-23T22:43:02.407Z", "contributors": [ - "alefesouza" + "expalmer", + "fellyph" ] }, - "Web/JavaScript/Reference/Operators/function": { - "modified": "2020-10-15T21:41:22.699Z", + "Learn/Forms/Form_validation": { + "modified": "2020-07-16T22:21:52.226Z", "contributors": [ - "GPrimola", - "nadineouro", - "ti.marcosdias" + "LisandroTSilva", + "JEricFarias", + "JeffersonSotto", + "GeysaPriscila" ] }, - "Web/JavaScript/Reference/Operators/function*": { - "modified": "2020-03-12T19:46:36.669Z", + "Learn/Forms/How_to_build_custom_form_controls": { + "modified": "2020-07-16T22:21:57.640Z", "contributors": [ - "alefesouza" + "italorangel" ] }, - "Web/JavaScript/Reference/Operators/in": { - "modified": "2020-10-15T22:00:04.247Z", + "Learn/Forms/How_to_structure_a_web_form": { + "modified": "2020-08-25T09:42:10.924Z", "contributors": [ - "colares" + "Camila-Isabela", + "Rondinelly", + "mqdev", + "itamarsilva", + "fscholz", + "rafaelblink", + "Renancp01", + "Danilson_Veloso", + "angellica.araujo", + "Sheppy" ] }, - "Web/JavaScript/Reference/Operators/instanceof": { - "modified": "2020-03-12T19:41:08.081Z", + "Learn/Forms": { + "modified": "2020-07-16T22:21:01.260Z", "contributors": [ - "antonio-damaso" + "Magela", + "psergiojr", + "felipez3r0", + "jaimemaretoli", + "eduardobona", + "frankfarias", + "jgborges", + "SilvEiRax", + "sjmiles" ] }, - "Web/JavaScript/Reference/Operators/new": { - "modified": "2020-03-12T19:44:36.405Z", + "Learn/Forms/Your_first_form": { + "modified": "2020-07-16T22:21:06.348Z", "contributors": [ - "jra", - "dime2lo" + "italorangel", + "itamarsilva", + "fabiobasso", + "samlopes_br", + "Victorfm2167", + "WagnerSilveira", + "melostbr", + "wesleey", + "khiby" ] }, - "Web/JavaScript/Reference/Operators/new.target": { - "modified": "2020-10-15T22:00:16.053Z", + "Learn/Forms/Basic_native_form_controls": { + "modified": "2020-07-16T22:21:22.988Z", "contributors": [ - "SauloNunes", - "LucasGabrielSI" + "danncam", + "VictorGom3s" ] }, - "Web/JavaScript/Reference/Operators/operador_de_coalescencia_nula": { - "modified": "2020-10-15T22:27:35.360Z", + "Learn/Forms/Sending_and_retrieving_form_data": { + "modified": "2020-07-16T22:21:28.510Z", "contributors": [ - "mateusvelleda", - "yagoag", - "marlonveiga-santos" + "Gus-fm", + "iClarkSi", + "filipetorres", + "Victorfm2167" ] }, - "Web/JavaScript/Reference/Operators/super": { - "modified": "2020-05-28T22:55:58.719Z", + "Learn/HTML/Howto/Use_data_attributes": { + "modified": "2020-07-16T22:22:37.008Z", "contributors": [ - "Pedrodotcom", - "GabrielSpada", - "alexxmde", - "alexnum", - "nicematt", - "iFgR" + "marcos.m.ventura", + "soutomario", + "thomas-adriano", + "danielmelogpi" ] }, - "Web/JavaScript/Reference/Operators/this": { - "modified": "2020-03-12T19:43:04.728Z", + "Web/Guide/Introduction_to_Web_development": { + "modified": "2019-07-28T16:57:13.368Z", "contributors": [ - "JVFeijo", - "CarlosRodrigues", - "LucasGabrielSI", - "hadnet" + "rvenson" ] }, - "Web/JavaScript/Reference/Operators/typeof": { - "modified": "2020-03-12T19:38:14.288Z", + "Web/API/Canvas_API/A_basic_ray-caster": { + "modified": "2019-03-23T22:18:52.140Z", "contributors": [ - "ffaneto", - "felini", - "aldovitch", - "douglasquintanilha", - "teoli", - "HenriqueSilverio" + "alipseight", + "juniorgarcia" ] }, - "Web/JavaScript/Reference/Operators/void": { - "modified": "2020-03-12T19:41:22.522Z", + "Web/API/Canvas_API": { + "modified": "2020-01-16T19:34:10.555Z", "contributors": [ - "angelorubin", - "raphaelhenrique", - "alexrohleder", - "carlosdelfino", - "schlagi123", - "fernandojupaes", - "leandro2103" + "marlonveiga-santos", + "alexandreab", + "besopmac", + "MarceloBRN", + "alipseight", + "juniorgarcia", + "erickzanardo", + "teoli", + "matheusmariano" ] }, - "Web/JavaScript/Reference/Operators/yield": { - "modified": "2020-03-12T19:46:36.407Z", + "Web/HTML/CORS_enabled_image": { + "modified": "2019-03-23T22:20:56.821Z", "contributors": [ - "thedjmarcelo", - "alefesouza" + "mak213k" ] }, - "Web/JavaScript/Reference/Operators/yield*": { - "modified": "2020-03-12T19:46:39.660Z", + "Learn/HTML/Howto/Author_fast-loading_HTML_pages": { + "modified": "2020-07-16T22:22:33.399Z", "contributors": [ - "alefesouza" + "teoli", + "gmerencio" ] }, - "Web/JavaScript/Reference/Statements": { - "modified": "2020-10-19T15:09:34.949Z", + "orphaned/Web/HTML/Element/command": { + "modified": "2019-03-23T23:38:57.259Z", "contributors": [ - "VitorCampos11", - "vinicius0022", - "ivan2209", + "wbamberg", "teoli", - "trevorh" + "LeonardoPacheco" ] }, - "Web/JavaScript/Reference/Statements/Empty": { - "modified": "2020-10-15T21:41:12.853Z", + "Web/HTML/Element/content": { + "modified": "2020-10-15T22:25:22.827Z", "contributors": [ - "SphinxKnight", - "RZDeveloper", - "joao_sanches" + "IsaqueFelipe" ] }, - "Web/JavaScript/Reference/Statements/block": { - "modified": "2020-03-12T19:46:44.788Z", + "Web/HTML/Element/figure": { + "modified": "2019-03-23T23:22:45.109Z", "contributors": [ - "alefesouza" + "wbamberg", + "jorgeclesio", + "teoli", + "Graffitti" ] }, - "Web/JavaScript/Reference/Statements/break": { - "modified": "2020-03-12T19:40:00.144Z", + "Web/HTML/Element/input/date": { + "modified": "2019-03-18T20:52:31.949Z", "contributors": [ - "LucasSan" + "SphinxKnight", + "badarojr", + "beeblebrox3", + "marcelobonatto", + "mtsgeneroso", + "Ermesoml", + "alipseight" ] }, - "Web/JavaScript/Reference/Statements/class": { - "modified": "2020-10-15T21:38:06.149Z", + "Web/HTML/Block-level_elements": { + "modified": "2020-02-07T04:59:22.048Z", "contributors": [ - "fscholz", "SphinxKnight", - "AlanCezarAraujo", - "Selminha" + "rcsilvadev", + "klisostom", + "jorgeclesio", + "MarcoBrunoBR", + "jaimemaretoli" ] }, - "Web/JavaScript/Reference/Statements/const": { - "modified": "2020-10-17T21:41:42.745Z", + "orphaned/Web/HTML/favicon": { + "modified": "2019-05-05T00:27:21.844Z", "contributors": [ - "tassni", - "Beel132", - "panoramix360", - "SphinxKnight", - "DanielMarques", - "caiocaly", - "claudio-cavalcante", - "Klauswk", - "GianWinckler", - "AlanCezarAraujo", - "angellica.araujo" + "willianpascoal" ] }, - "Web/JavaScript/Reference/Statements/continue": { - "modified": "2020-03-12T19:45:02.135Z", + "Web/Guide/HTML/HTML5": { + "modified": "2019-11-20T18:24:04.168Z", "contributors": [ - "Deniscapp", - "jfsiebel", - "sheldonled" + "sambrmg", + "Fernandolrs", + "matheussilvasantos", + "netoguimaraes", + "jaimemaretoli", + "macalha", + "teoli", + "lfelipev", + "leandro2103", + "rodrigopadula", + "mauricio.araldi", + "PedroFelipe", + "phenriqueleao", + "apereira2001", + "RodrigoAlmeidaSp" ] }, - "Web/JavaScript/Reference/Statements/debugger": { - "modified": "2020-10-15T21:39:08.215Z", + "Web/Guide/HTML/HTML5/Introduction_to_HTML5": { + "modified": "2019-03-23T23:38:50.368Z", "contributors": [ - "felipelube", - "rands0n" + "flmidia", + "teoli", + "eduardodx" ] }, - "Web/JavaScript/Reference/Statements/default": { - "modified": "2020-03-12T19:46:41.506Z", + "Web/HTML/Inline_elements": { + "modified": "2019-03-23T23:13:50.417Z", "contributors": [ - "alefesouza" + "rennan.martini" ] }, - "Web/JavaScript/Reference/Statements/do...while": { - "modified": "2020-04-16T16:34:01.857Z", + "Web/HTML/microformats": { + "modified": "2019-09-03T11:27:26.864Z", "contributors": [ - "eng.danielsoares", - "danimai", - "rubenmarcus", - "matheussilvasantos", - "brunoeduardo" + "luisfvieira" ] }, - "Web/JavaScript/Reference/Statements/export": { - "modified": "2020-10-15T21:50:01.385Z", + "Glossary/speculative_parsing": { + "modified": "2019-03-23T23:35:26.036Z", "contributors": [ - "frispoli", - "romulocintra", - "helton-mori-dev", - "rodolphopicolo", - "jomarcardoso", - "renamed", - "nicematt" + "teoli", + "claudio.adalberto.silva" ] }, - "Web/JavaScript/Reference/Statements/for": { - "modified": "2020-11-10T12:40:17.530Z", + "Web/HTML/Reference": { + "modified": "2019-09-09T07:19:45.753Z", "contributors": [ - "duartegabriel68", - "sad1502", - "matheussouza89", - "mateuscqueiros", - "brevvi", - "raduq", - "PedroTorresMaschio" + "SphinxKnight", + "julio-elipse", + "wbamberg", + "dricupello", + "fabianosantos.net" ] }, - "Web/JavaScript/Reference/Statements/for-await...of": { - "modified": "2020-10-15T22:23:08.933Z", + "Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web": { + "modified": "2019-03-23T22:04:02.281Z", "contributors": [ - "alexandreab", - "deadkff01" + "krisfertig", + "rbertoche", + "marciioluucas" ] }, - "Web/JavaScript/Reference/Statements/for...in": { - "modified": "2020-03-12T19:43:06.159Z", + "Web/HTTP/Basics_of_HTTP": { + "modified": "2019-03-18T20:54:14.334Z", "contributors": [ - "WaGjUb", - "samir.araujo", - "Gutemberg" + "mauromattos00", + "wdot789" ] }, - "Web/JavaScript/Reference/Statements/for...of": { - "modified": "2020-03-12T19:43:02.972Z", + "Web/HTTP/Basics_of_HTTP/MIME_types/Common_types": { + "modified": "2019-03-23T22:04:21.860Z", "contributors": [ - "emilianocarvalho", - "malukenho", - "filipetorres", - "tiagocedrim", - "cezaraugusto", - "michaelycus", - "mfelippi", - "oliveirarthur" + "khalid_ait", + "berbare", + "lpdouglas" ] }, - "Web/JavaScript/Reference/Statements/funcoes_assincronas": { - "modified": "2020-10-15T21:52:41.900Z", + "Web/HTTP/Basics_of_HTTP/MIME_types": { + "modified": "2019-12-16T17:35:45.160Z", "contributors": [ - "mateusvelleda", - "alisonbento", - "pedroaugusto19", - "zscaiosi", - "byxande", - "trestini", - "feserafim", - "VPagani" + "JpOnline", + "hugojunior", + "marcusedu" ] }, - "Web/JavaScript/Reference/Statements/function": { - "modified": "2020-03-12T19:43:06.976Z", + "Web/HTTP/Compression": { + "modified": "2019-03-18T21:19:41.947Z", "contributors": [ - "Helder-JR", - "diegolaquino", - "YurePereira" + "krisfertig" ] }, - "Web/JavaScript/Reference/Statements/function*": { - "modified": "2020-10-15T21:33:49.171Z", + "Web/HTTP/CORS": { + "modified": "2020-10-15T21:51:46.835Z", "contributors": [ - "gabrielrleal", + "kenchen12", + "herculan0", + "joao-rafael", "Rondinelly", - "marcusdacoregio", - "GabrielBarbosaGV", - "SphinxKnight", - "cezaraugusto", - "AlanCezarAraujo" + "lshumbleprogrammer", + "rbuzatto", + "paulocoe", + "marcosalpereira", + "rodolphopicolo", + "guilhermeiobbi", + "art", + "xikaos", + "andrekutianski" ] }, - "Web/JavaScript/Reference/Statements/if...else": { - "modified": "2020-03-12T19:43:02.168Z", + "Web/HTTP/Connection_management_in_HTTP_1.x": { + "modified": "2019-03-23T22:25:52.431Z", "contributors": [ - "cezaraugusto", - "Gutemberg" + "Fernandolrs", + "DiegoTelles" ] }, - "Web/JavaScript/Reference/Statements/import": { - "modified": "2020-10-15T21:38:22.321Z", + "Web/HTTP/Headers/Connection": { + "modified": "2020-10-15T22:08:10.001Z", "contributors": [ - "impadalko", - "helton-mori-dev", - "filipemarins", - "Rondinelly", - "cezaraugusto", - "PauloNevesF", - "tamorim" + "FernandoKGA", + "duduindo", + "mrseoliveira" ] }, - "Web/JavaScript/Reference/Statements/import.meta": { - "modified": "2020-10-15T22:30:56.248Z", + "Web/HTTP/Headers/Location": { + "modified": "2020-10-15T22:25:31.903Z", "contributors": [ - "joaopclima" + "FernandoKGA" ] }, - "Web/JavaScript/Reference/Statements/label": { - "modified": "2020-03-12T19:39:09.854Z", + "Web/HTTP/Caching": { + "modified": "2020-01-20T16:42:39.746Z", "contributors": [ - "teoli", - "cirocosta" + "Neiva07", + "henry700", + "GPrimola", + "coloringa" ] }, - "Web/JavaScript/Reference/Statements/let": { - "modified": "2020-09-29T14:52:23.571Z", + "Web/HTTP/Messages": { + "modified": "2020-04-19T17:43:58.667Z", "contributors": [ - "guialtran", - "rafaelcavalcante", - "eltonmesquita", - "teoli", - "ftonato", - "kazumi" + "satoLG", + "jamrocha" ] }, - "Web/JavaScript/Reference/Statements/return": { - "modified": "2020-03-12T19:46:40.874Z", + "Web/HTTP/Redirections": { + "modified": "2019-03-18T21:39:38.468Z", "contributors": [ - "wcqueiroz", - "joelwallis", - "renoirsousa", - "alefesouza" + "FelipeBergmann" ] }, - "Web/JavaScript/Reference/Statements/switch": { - "modified": "2020-03-12T19:40:26.448Z", + "Web/JavaScript/Enumerability_and_ownership_of_properties": { + "modified": "2020-03-12T19:44:27.885Z", "contributors": [ - "helton-mori-dev", - "FelipeFernandesLeandro", - "raulfernando", - "cezaraugusto", - "AlanCezarAraujo" + "jaimemaretoli", + "cantoniazzi" ] }, - "Web/JavaScript/Reference/Statements/throw": { - "modified": "2020-03-12T19:44:28.525Z", + "Web/JavaScript/Closures": { + "modified": "2020-04-07T04:11:27.586Z", "contributors": [ - "dime2lo" + "henriquegeremia", + "KarineLiuti", + "eduardothemoura", + "babieste", + "wbamberg", + "Qiua", + "vagnerleitte", + "welitonderesende", + "akfzambrana", + "AlanCezarAraujo", + "dansoah", + "cirocosta", + "teoli", + "ffrulani", + "carlosrberto", + "Machado" ] }, - "Web/JavaScript/Reference/Statements/try...catch": { - "modified": "2020-03-12T19:39:26.996Z", + "orphaned/Web/JavaScript/Guide/Coleções_chaveadas": { + "modified": "2020-03-12T19:42:42.934Z", "contributors": [ - "VitorFlora", - "danilofarias", - "rmalveis", - "pbcjr", - "teoli", - "xhximenes" + "Franck_Moreira" ] }, - "Web/JavaScript/Reference/Statements/var": { - "modified": "2020-03-12T19:40:01.397Z", + "Web/JavaScript/Guide/Control_flow_and_error_handling": { + "modified": "2020-03-12T19:39:22.758Z", "contributors": [ - "doomsterinc", - "angellica.araujo", - "teoli", - "antonio-damaso" + "igormmatos", + "TheMrHetch", + "viniciusdacal", + "mahenrique", + "Franck_Moreira", + "DiegoGrande", + "MarceloBRN", + "pkelbert" ] }, - "Web/JavaScript/Reference/Statements/while": { - "modified": "2020-03-12T19:43:47.406Z", + "Web/JavaScript/Guide/Details_of_the_Object_Model": { + "modified": "2020-10-29T17:14:14.553Z", "contributors": [ - "DiegoVictor" + "pedropaulo91", + "FranklynKleiton", + "igorsmasc", + "wbamberg", + "nailtonvieira", + "rsr90", + "tassionoronha", + "MuralhadeAdriano", + "victor-borges", + "fabiomiranda", + "AlanCezarAraujo", + "teoli", + "lisy", + "alexandresn" ] }, - "Web/JavaScript/Reference/Statements/with": { - "modified": "2020-03-12T19:46:40.073Z", + "Web/JavaScript/Guide/Text_formatting": { + "modified": "2020-03-12T19:42:35.835Z", "contributors": [ - "LucasSouza6", - "alefesouza" + "Franck_Moreira", + "odisseumau", + "reuel.jonathan" ] }, - "Web/JavaScript/Reference/Strict_mode": { - "modified": "2020-03-12T19:43:28.549Z", + "Web/JavaScript/Guide/Functions": { + "modified": "2020-03-12T19:40:21.813Z", "contributors": [ - "srthiagos", - "henriquemazer", - "rdasilva", - "arturhns", - "matheusr", - "RenanBirck", - "jjmars" + "webfelipemaia", + "MateusHirt", + "arxdsilva", + "luc4smoreira", + "martinusso", + "hctsantos", + "Franck_Moreira", + "odisseumau", + "lfelipev", + "melostbr", + "rvNN", + "fabianobn", + "ewertonorg" ] }, - "Web/JavaScript/Reference/template_strings": { - "modified": "2020-10-15T21:30:13.673Z", + "Web/JavaScript/Inheritance_and_the_prototype_chain": { + "modified": "2020-03-12T19:39:21.410Z", "contributors": [ - "devgabrieldejesus", - "GuilhermePiovesan", - "mgumiero9", - "SphinxKnight", - "frega", - "GabrielAmazonas", - "edkf", - "kdex", - "LawfulHacker", - "trestini", - "lucasmedeiros" + "deadkff01", + "duduindo", + "lms7", + "lucgauer", + "Timer00", + "melostbr", + "VinicioSantos", + "everton3x", + "hudsontavares", + "ericcristhiano", + "Felipe_Baravieira", + "luisfmsouza", + "LucasCaixeta", + "antoniomquadrosfilho" ] }, - "Web/JavaScript/Typed_arrays": { - "modified": "2020-03-12T19:45:33.922Z", + "Web/JavaScript/Guide/Iterators_and_Generators": { + "modified": "2020-08-05T20:59:34.854Z", "contributors": [ - "pauloantonelli", - "andrevargas" + "jonas-alves", + "lcelso", + "lesimoes", + "MarceloFAugusto", + "emersonlaurentino", + "upnic", + "iFgR", + "felipetesc" ] }, - "Web/Manifest": { - "modified": "2019-06-02T15:51:05.029Z", + "Web/JavaScript/Guide/Loops_and_iteration": { + "modified": "2020-03-12T19:41:00.064Z", "contributors": [ - "Rondinelly", - "Felipe-Marin", - "enriquerenebr", - "Gauzzi", - "philippesilva" + "SphinxKnight", + "odjr", + "Killdragon", + "Gregory", + "Franck_Moreira", + "odisseumau", + "alinehx", + "Felipe_Baravieira" ] }, - "Web/MathML": { - "modified": "2020-06-20T18:00:14.899Z", + "Web/JavaScript/Guide/Modules": { + "modified": "2020-10-15T22:31:27.603Z", "contributors": [ - "luizsanches", - "julio-elipse", - "michaeldouglas", - "rodrigopadula", - "fred.wang", - "Dyvik" + "LucioCarvalhoDev", + "brasmon8351" ] }, - "Web/MathML/Element": { - "modified": "2019-03-23T23:15:05.305Z", + "Web/JavaScript/Guide/Numbers_and_dates": { + "modified": "2020-11-19T03:04:52.069Z", "contributors": [ - "non", - "splewako" + "SphinxKnight", + "bragaus", + "Franck_Moreira", + "fabiobasso", + "felipebool", + "odisseumau", + "thiagosaife", + "lfelipev", + "TiagoAmaral", + "MarceloBRN" ] }, - "Web/MathML/Element/math": { - "modified": "2019-03-23T23:15:04.481Z", + "orphaned/Web/JavaScript/Guide/Sintaxe_e_tipos": { + "modified": "2020-03-12T19:42:40.865Z", "contributors": [ - "Haroldohc" + "Franck_Moreira" ] }, - "Web/MathML/Exemplos": { - "modified": "2019-03-23T23:19:30.922Z", + "Web/JavaScript/Guide/Working_with_Objects": { + "modified": "2019-10-02T09:41:18.709Z", "contributors": [ - "raniere" + "reinaldoamaralstudio", + "Marcustap", + "diegolaquino", + "thienry", + "caio687", + "SphinxKnight", + "everton0991", + "andre-violin", + "camposdev", + "daliannyvieira", + "cezaraugusto", + "raphaellima8", + "Danilson_Veloso", + "jigs12", + "LucasRamos", + "teoli", + "fernando.karpinski" ] }, - "Web/Performance": { - "modified": "2020-01-02T12:25:47.809Z", + "Web/JavaScript/Guide/Using_promises": { + "modified": "2020-04-19T11:41:18.110Z", "contributors": [ - "chrisdavidmills" + "RodrigoWebDev", + "lopesboa", + "marciioluucas", + "alexat13", + "joao-rafael", + "Jeovano", + "Tiagosb" ] }, - "Web/Performance/caminho_de_renderizacao_critico": { - "modified": "2020-01-02T12:25:48.732Z", + "Web/JavaScript/Guide/Grammar_and_types": { + "modified": "2020-10-29T14:01:41.068Z", "contributors": [ - "Lukas1013" + "wcqueiroz", + "PieterVeldman", + "Dikz", + "dbconrado", + "mahenrique", + "Franck_Moreira", + "MichelMentzFernandes", + "rodrigo-designer", + "melostbr", + "Domicio", + "raduq", + "werikson.h@gmail.com", + "Jonathanfk", + "ewertonorg", + "felipe.uliana", + "pkelbert", + "teoli", + "raphaelfabeni", + "arielserafini" ] }, - "Web/Progressive_web_apps": { - "modified": "2020-04-06T10:15:30.355Z", + "Web/JavaScript/Reference/Errors/Missing_parenthesis_after_argument_list": { + "modified": "2020-03-12T19:45:19.574Z", "contributors": [ - "R-Santtos", - "chrisdavidmills", - "mfuji09" + "re-andrade1987", + "Tiagoc8402" ] }, - "Web/Progressive_web_apps/Introdução": { - "modified": "2019-03-18T20:52:09.829Z", + "Web/JavaScript/Reference/Errors/Missing_curly_after_property_list": { + "modified": "2020-03-12T19:47:22.337Z", "contributors": [ - "chrisdavidmills", - "rodolfo.ghiggi" + "marcelobonatto" ] }, - "Web/Reference": { - "modified": "2020-09-10T17:40:01.881Z", + "Web/JavaScript/Reference/Errors/Not_defined": { + "modified": "2020-03-12T19:45:05.709Z", "contributors": [ - "Luscas", - "jose.elias.0703", - "julio-elipse", - "Schieck", - "leonardocoelho", - "luizmassa", - "eliveltoncristiano" + "eduardovivi", + "emilianocarvalho", + "Fernandolrs", + "FelipeLima" ] }, - "Web/Reference/API": { - "modified": "2019-03-23T22:46:47.941Z", + "Web/JavaScript/Reference/Errors/Unnamed_function_statement": { + "modified": "2020-03-12T19:47:57.308Z", "contributors": [ - "julio-elipse", - "Anderson-Vasques", - "devmessias", - "angelorubin", - "amoedoamorim", - "takahan", - "pcf-pcf" + "LucianoCalsolari", + "re-andrade1987" ] }, - "Web/SVG": { - "modified": "2019-06-09T13:24:36.730Z", + "Web/JavaScript/Reference/Functions/Method_definitions": { + "modified": "2020-10-15T21:41:38.555Z", "contributors": [ - "wcqueiroz", - "julio-elipse", - "macalha", - "teoli", - "Joshua-S" + "LuizinGustavo", + "michael-nishikawa" ] }, - "Web/SVG/Applying_SVG_effects_to_HTML_content": { - "modified": "2019-03-23T22:45:26.414Z", + "Web/JavaScript/Reference/Functions/Default_parameters": { + "modified": "2020-11-16T09:54:39.736Z", "contributors": [ - "teoli", - "takahan" + "mateusvelleda", + "rafaelcavalcante", + "Roger-Melo", + "SphinxKnight", + "alissonperez", + "fernandosavio", + "KennyMack", + "AlanCezarAraujo" ] }, - "Web/SVG/Attribute": { - "modified": "2019-03-23T22:58:41.365Z", + "Web/JavaScript/Reference/Global_Objects/Array/includes": { + "modified": "2020-10-15T21:30:32.690Z", "contributors": [ - "averdion" + "mateusvelleda", + "wbamberg", + "RodolfoSilva", + "emmanueldaher", + "cirocosta" ] }, - "Web/SVG/Attribute/class": { - "modified": "2019-03-23T22:58:45.630Z", + "Web/JavaScript/Reference/Global_Objects/Array/filter": { + "modified": "2020-10-15T21:36:30.999Z", "contributors": [ - "caio" + "chrisdavidmills", + "mateusvelleda", + "FelipeMarra", + "leonardooliveira95", + "junagao", + "mtaribeiro", + "RodrigoReis", + "alexandresn", + "erikvinicius5", + "lotharthesavior", + "felipecaputo" ] }, - "Web/SVG/Attribute/contentStyleType": { - "modified": "2019-03-23T22:58:38.907Z", + "orphaned/Web/JavaScript/Reference/Global_Objects/Array/prototype": { + "modified": "2019-03-23T23:05:21.611Z", "contributors": [ - "caio" + "medeirosmarcus", + "rodrigofazenda", + "DevStanki", + "gutoribeiro", + "danielbastos" ] }, - "Web/SVG/Attribute/fill": { - "modified": "2020-10-15T22:34:04.647Z", + "orphaned/Web/JavaScript/Reference/Global_Objects/BigInt/prototype": { + "modified": "2020-10-15T22:29:51.823Z", "contributors": [ - "littlebru" + "LuisAraujo" ] }, - "Web/SVG/Attribute/keyTimes": { - "modified": "2020-10-15T22:29:23.505Z", + "Web/JavaScript/Reference/Operators/Destructuring_assignment": { + "modified": "2020-11-23T07:49:53.825Z", "contributors": [ - "MarcosNakamine" + "filipetorres", + "gabriel_cadu", + "LucasGabrielSI", + "candinhojr", + "felipeolliveira", + "kdex", + "colares" ] }, - "Web/SVG/Attribute/preserveAspectRatio": { - "modified": "2020-04-16T18:21:49.688Z", + "Web/JavaScript/Reference/Operators/Object_initializer": { + "modified": "2020-03-12T19:45:20.526Z", "contributors": [ - "MarcosNakamine" + "holandajunior" ] }, - "Web/SVG/Attribute/stroke": { - "modified": "2020-10-15T21:44:52.165Z", + "Web/JavaScript/Reference/Operators/Conditional_Operator": { + "modified": "2020-03-12T19:39:26.164Z", "contributors": [ - "MarcosNakamine", - "gabiduarte" + "monnacs", + "flaviomicheletti", + "SphinxKnight" ] }, - "Web/SVG/Attribute/stroke-dashoffset": { - "modified": "2019-03-23T22:07:45.957Z", + "Web/JavaScript/Reference/Operators/Nullish_coalescing_operator": { + "modified": "2020-10-15T22:27:35.360Z", "contributors": [ - "brunoalv-s" + "mateusvelleda", + "yagoag", + "marlonveiga-santos" ] }, - "Web/SVG/Attribute/style": { - "modified": "2019-03-23T22:58:27.562Z", + "Web/JavaScript/Reference/Operators/Comma_Operator": { + "modified": "2020-03-12T19:39:21.823Z", "contributors": [ - "caio" + "SphinxKnight", + "haskellcamargo", + "teoli" ] }, - "Web/SVG/Attribute/version": { - "modified": "2020-10-15T22:29:15.866Z", + "Web/JavaScript/Reference/Statements/async_function": { + "modified": "2020-10-15T21:52:41.900Z", "contributors": [ - "MarcosNakamine" + "mateusvelleda", + "alisonbento", + "pedroaugusto19", + "zscaiosi", + "byxande", + "trestini", + "feserafim", + "VPagani" ] }, - "Web/SVG/Attribute/viewBox": { - "modified": "2020-04-16T18:40:16.127Z", + "Web/JavaScript/Reference/Template_literals": { + "modified": "2020-10-15T21:30:13.673Z", "contributors": [ - "MarcosNakamine" + "devgabrieldejesus", + "GuilhermePiovesan", + "mgumiero9", + "SphinxKnight", + "frega", + "GabrielAmazonas", + "edkf", + "kdex", + "LawfulHacker", + "trestini", + "lucasmedeiros" ] }, - "Web/SVG/Attribute/width": { - "modified": "2019-03-23T22:12:36.682Z", + "Web/MathML/Examples": { + "modified": "2019-03-23T23:19:30.922Z", "contributors": [ - "webmasterdro" + "raniere" ] }, - "Web/SVG/Compatibility_sources": { - "modified": "2019-03-23T22:45:22.788Z", + "Web/Performance/Critical_rendering_path": { + "modified": "2020-01-02T12:25:48.732Z", "contributors": [ - "takahan" + "Lukas1013" ] }, - "Web/SVG/Content_type": { - "modified": "2019-03-23T22:58:44.489Z", + "Web/Progressive_web_apps/Introduction": { + "modified": "2019-03-18T20:52:09.829Z", "contributors": [ - "caio" + "chrisdavidmills", + "rodolfo.ghiggi" ] }, - "Web/SVG/Element": { - "modified": "2019-06-18T23:26:07.906Z", + "orphaned/Web/Security/Information_Security_Basics": { + "modified": "2019-03-23T22:21:46.780Z", "contributors": [ - "wcqueiroz", - "caio", - "teoli", - "ethertank" + "julio-elipse", + "cassiodeveloper", + "trombini77" ] }, - "Web/SVG/Element/a": { - "modified": "2020-10-15T21:34:48.646Z", + "Web/SVG/Namespaces_Crash_Course": { + "modified": "2019-03-18T21:37:37.311Z", "contributors": [ - "MarcosNakamine", - "Sebastianz", - "caio" + "coloringa" ] }, - "Web/SVG/Element/altGlyph": { - "modified": "2019-03-23T22:57:23.875Z", + "Web/Tutorials": { + "modified": "2019-09-04T15:11:38.918Z", "contributors": [ - "Sebastianz", - "caio" + "brasmon8351", + "wcqueiroz", + "G_Nascimento", + "italorangel", + "julio-elipse", + "rakiraota", + "rejunges", + "duduindo", + "vasconcelos", + "jcjesus", + "MarceloBRN", + "macalha", + "rbrandao", + "teoli", + "MatCAlv" ] }, - "Web/SVG/Element/altGlyphDef": { - "modified": "2019-03-23T22:57:26.729Z", + "Web/Web_Components/Using_custom_elements": { + "modified": "2020-08-16T18:27:57.469Z", "contributors": [ - "Sebastianz", - "caio" + "GuilhermePiovesan" ] }, - "Web/SVG/Element/altGlyphItem": { - "modified": "2019-03-23T22:57:25.735Z", + "Web/API/Battery_Status_API": { + "modified": "2019-03-23T23:17:01.638Z", "contributors": [ - "Sebastianz", - "caio" + "mariozuany", + "eliezerb", + "rbrandao" ] }, - "Web/SVG/Element/animate": { - "modified": "2020-10-15T21:34:48.794Z", + "Web/API/Network_Information_API": { + "modified": "2019-03-23T23:21:58.235Z", "contributors": [ - "MarcosNakamine", - "wbamberg", - "Sebastianz", - "caio" + "gabrieltobi", + "jlamim", + "Fabio.Magnoni" ] }, - "Web/SVG/Element/animateColor": { - "modified": "2019-03-23T22:57:25.579Z", + "WebAssembly/Understanding_the_text_format": { + "modified": "2019-03-23T22:10:32.734Z", "contributors": [ - "wbamberg", - "Sebastianz", - "caio" + "gabrielcarneiro97", + "AlanCezarAraujo" ] }, - "Web/SVG/Element/animateMotion": { - "modified": "2019-03-23T22:57:26.608Z", + "WebAssembly/Using_the_JavaScript_API": { + "modified": "2019-05-16T10:09:22.456Z", "contributors": [ - "wbamberg", - "Sebastianz", - "caio" + "alexalannunes", + "AlanCezarAraujo" ] }, - "Web/SVG/Element/animateTransform": { - "modified": "2019-03-23T22:57:23.127Z", + "Web/API/WebSockets_API/Writing_WebSocket_client_applications": { + "modified": "2020-11-10T12:00:26.972Z", "contributors": [ - "Sebastianz", - "caio" + "botogoske", + "manoelbjr", + "adrianowead" ] }, - "Web/SVG/Element/circle": { - "modified": "2019-03-23T22:57:10.633Z", + "Web/API/WebSockets_API": { + "modified": "2020-08-25T09:26:59.941Z", "contributors": [ - "wbamberg", - "Sebastianz", - "caio" + "manoelbjr", + "marcosvexter", + "Fernandolrs", + "hdvianna" ] }, - "Web/SVG/Element/color-profile": { - "modified": "2019-03-23T22:57:13.667Z", + "Web/API/WebSockets_API/Writing_WebSocket_server": { + "modified": "2019-03-23T22:48:53.915Z", "contributors": [ - "Sebastianz", - "caio" + "CbarretoSUD", + "rufinorenato", + "Renancp01", + "philippesilva" ] }, - "Web/SVG/Element/defs": { - "modified": "2019-03-23T22:58:41.965Z", + "Web/API/WebSockets_API/Writing_WebSocket_servers": { + "modified": "2020-02-08T13:08:26.204Z", "contributors": [ - "Sebastianz", - "caio" + "Lukas1013", + "willian.zilli", + "jhserodio", + "Martinho9818", + "UzumakiArtanis", + "wallacemaxters" ] }, - "Web/SVG/Element/desc": { - "modified": "2019-03-23T23:34:02.707Z", + "Glossary/XHTML": { + "modified": "2019-03-23T23:39:12.153Z", "contributors": [ - "Sebastianz", - "caio", - "fscholz", - "teoli", - "pedrofsn" + "-", + "LeonardoPacheco", + "fvargaspf@gmail.com" ] }, - "Web/SVG/Element/ellipse": { - "modified": "2019-03-23T22:57:25.451Z", + "conflicting/Mozilla/Add-ons": { + "modified": "2019-03-23T23:05:15.518Z", "contributors": [ - "wbamberg", - "Sebastianz", - "caio" + "rodrigopadula" ] }, - "Web/SVG/Element/filter": { - "modified": "2019-03-23T22:57:12.383Z", + "conflicting/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox": { + "modified": "2019-09-08T09:50:19.292Z", "contributors": [ - "Sebastianz", - "caio" + "emaia", + "gabrielbarros28", + "FernandaBernardo", + "rvNN", + "trestini", + "afonsopacifer", + "brunoqueiros", + "deaballe" ] }, - "Web/SVG/Element/g": { - "modified": "2020-10-15T21:34:51.514Z", + "conflicting/Web/Guide": { + "modified": "2019-03-23T23:28:22.836Z", "contributors": [ - "MarcosNakamine", - "Sebastianz", - "teoli", - "caio" + "talitagoulart" ] }, - "Web/SVG/Element/glyph": { - "modified": "2019-03-23T22:51:14.283Z", + "conflicting/Web/API/Document_Object_Model": { + "modified": "2019-03-23T23:35:40.503Z", "contributors": [ - "Sebastianz", - "caio" + "teoli" ] }, - "Web/SVG/Element/glyphRef": { - "modified": "2019-03-23T22:51:12.926Z", + "conflicting/Web/API/HTML_Drag_and_Drop_API": { + "modified": "2019-03-23T23:34:35.791Z", "contributors": [ - "Sebastianz", - "caio" + "drewp" ] }, - "Web/SVG/Element/hkern": { - "modified": "2019-03-23T22:51:14.130Z", + "orphaned/Mozilla/Add-ons/WebExtensions/Temporary_Installation_in_Firefox": { + "modified": "2019-03-18T21:15:50.836Z", "contributors": [ - "Sebastianz", - "caio" + "lubarino" ] }, - "Web/SVG/Element/image": { - "modified": "2020-10-15T21:34:49.162Z", + "conflicting/MDN/Contribute/Getting_started": { + "modified": "2019-03-23T23:38:18.895Z", "contributors": [ - "MarcosNakamine", - "Sebastianz", + "hlays", + "wbamberg", "teoli", - "caio" + "jaydson", + "jswisher" ] }, - "Web/SVG/Element/line": { - "modified": "2019-03-23T22:57:18.810Z", + "Tools/Debugger/How_to/Set_Watch_Expressions": { + "modified": "2020-07-16T22:35:13.183Z", "contributors": [ "wbamberg", - "Sebastianz", - "caio" + "mak213k" ] }, - "Web/SVG/Element/linearGradient": { - "modified": "2019-03-23T23:12:58.688Z", + "conflicting/Mozilla/Firefox/Releases": { + "modified": "2020-07-16T22:35:56.858Z", "contributors": [ "wbamberg", - "Sebastianz", - "caio", - "eltonmesquita" + "fabianosantos.net", + "-" ] }, - "Web/SVG/Element/marker": { - "modified": "2019-03-23T22:51:15.955Z", + "conflicting/Web/Progressive_web_apps": { + "modified": "2020-08-27T09:35:40.497Z", "contributors": [ - "wbamberg", - "Sebastianz", - "caio" + "bermarques", + "clebermatheus1" ] }, - "Web/SVG/Element/mask": { - "modified": "2019-03-23T22:51:15.170Z", + "conflicting/Web/Guide/Mobile": { + "modified": "2019-03-23T23:28:19.402Z", "contributors": [ - "wbamberg", - "Sebastianz", - "caio" + "clebermatheus1", + "wbamberg" ] }, - "Web/SVG/Element/metadata": { - "modified": "2019-03-23T22:51:15.500Z", + "conflicting/Web/Accessibility": { + "modified": "2019-03-23T22:45:20.334Z", "contributors": [ - "Sebastianz", - "caio" + "Aschlla", + "takahan" ] }, - "Web/SVG/Element/missing-glyph": { - "modified": "2019-03-23T22:50:49.615Z", + "conflicting/Web/API/CryptoKey": { + "modified": "2019-03-23T22:02:41.629Z", "contributors": [ - "Sebastianz", - "caio" + "Hikashii" ] }, - "Web/SVG/Element/mpath": { - "modified": "2019-03-23T22:57:24.178Z", + "conflicting/Web/API/CryptoKey_53ae81677f4d9298717f2f245ae4da0d": { + "modified": "2019-03-23T22:02:42.520Z", "contributors": [ - "Sebastianz", - "caio" + "Hikashii" ] }, - "Web/SVG/Element/path": { - "modified": "2019-03-23T22:58:43.505Z", + "conflicting/Web/API/CryptoKey_33bd21ca8f20b4cd8c7b8c762e2fc597": { + "modified": "2019-03-23T22:02:48.076Z", "contributors": [ - "Sebastianz", - "reebr", - "caio" + "Hikashii" ] }, - "Web/SVG/Element/pattern": { - "modified": "2019-03-23T22:50:49.027Z", + "conflicting/Web/API/CryptoKey_f39d256ef7fbd1cf0a1f26de1e887ae7": { + "modified": "2019-03-23T22:02:45.135Z", "contributors": [ - "wbamberg", - "Sebastianz", - "caio" + "Hikashii" ] }, - "Web/SVG/Element/polygon": { - "modified": "2019-03-23T22:57:10.306Z", + "Web/API/DeviceMotionEventAcceleration": { + "modified": "2019-03-23T22:09:29.028Z", "contributors": [ - "wbamberg", - "Sebastianz", - "caio" + "Fernandolrs" ] }, - "Web/SVG/Element/polyline": { - "modified": "2019-03-23T22:57:19.114Z", + "Web/API/DeviceMotionEventRotationRate": { + "modified": "2019-03-23T22:09:26.114Z", "contributors": [ - "wbamberg", - "Sebastianz", - "caio" + "Fernandolrs" ] }, - "Web/SVG/Element/radialGradient": { - "modified": "2019-03-23T22:51:15.349Z", + "Web/API/DocumentOrShadowRoot/activeElement": { + "modified": "2019-03-23T22:24:43.471Z", "contributors": [ "wbamberg", - "Sebastianz", - "caio" + "fscholz", + "fernandosavio", + "DiegoYungh" ] }, - "Web/SVG/Element/rect": { - "modified": "2020-10-15T21:34:48.350Z", + "Web/API/DocumentOrShadowRoot/elementFromPoint": { + "modified": "2019-03-23T22:29:17.399Z", "contributors": [ - "MarcosNakamine", - "wbamberg", - "Sebastianz", - "caio" + "cezaraugusto" ] }, - "Web/SVG/Element/script": { - "modified": "2019-03-23T22:51:13.840Z", + "Web/API/DocumentOrShadowRoot/getSelection": { + "modified": "2019-03-23T22:54:15.369Z", "contributors": [ - "Sebastianz", - "caio" + "expalmer" ] }, - "Web/SVG/Element/set": { - "modified": "2019-03-18T21:15:52.031Z", + "Web/API/HTMLElement/accessKey": { + "modified": "2019-03-23T22:27:15.059Z", "contributors": [ - "Sebastianz", - "caio" + "DiasNetoJ" ] }, - "Web/SVG/Element/stop": { - "modified": "2019-03-18T21:15:53.395Z", + "conflicting/Web/API": { + "modified": "2019-03-23T22:18:12.202Z", "contributors": [ - "Sebastianz", - "caio" + "RafaelGiordanno" ] }, - "Web/SVG/Element/style": { - "modified": "2019-03-23T22:58:43.006Z", + "conflicting/Web/API/Crypto/getRandomValues": { + "modified": "2019-03-23T22:43:17.216Z", "contributors": [ - "Sebastianz", - "caio" + "Hikashii", + "Jeremie" ] }, - "Web/SVG/Element/svg": { - "modified": "2020-10-15T21:28:10.159Z", + "Web/API/SVGAElement/target": { + "modified": "2019-03-18T21:38:17.281Z", + "contributors": [ + "Shadowlast14" + ] + }, + "conflicting/Web/API/GlobalEventHandlers/onscroll": { + "modified": "2019-03-23T23:31:45.467Z", "contributors": [ - "MarcosNakamine", - "Sebastianz", - "caio", "teoli", - "Haroldohc" + "khalid32", + "Leeehandro" ] }, - "Web/SVG/Element/switch": { - "modified": "2019-03-23T22:50:51.303Z", + "conflicting/Web/API/URL": { + "modified": "2019-03-23T22:04:44.414Z", "contributors": [ - "Sebastianz", - "caio" + "jika" ] }, - "Web/SVG/Element/symbol": { - "modified": "2019-03-23T22:52:08.134Z", + "conflicting/Web/API/WindowOrWorkerGlobalScope": { + "modified": "2019-03-23T22:33:40.909Z", "contributors": [ - "Sebastianz", - "caio", - "dayanyrec" + "teoli" ] }, - "Web/SVG/Element/text": { - "modified": "2020-10-15T21:27:11.261Z", + "conflicting/Web/API/WindowOrWorkerGlobalScope_e2691f7ad05781a30c5fc5bb3b3f633a": { + "modified": "2019-03-23T23:01:45.978Z", "contributors": [ - "MarcosNakamine", - "Sebastianz", - "teoli", - "caio", - "unreleasedmix" + "teoli" ] }, - "Web/SVG/Element/textPath": { - "modified": "2019-03-23T22:50:48.585Z", + "Web/CSS/box-ordinal-group": { + "modified": "2019-03-18T21:20:02.652Z", "contributors": [ - "Sebastianz", - "caio" + "dekxside" ] }, - "Web/SVG/Element/title": { - "modified": "2019-03-18T21:25:13.519Z", + "conflicting/Web/CSS/cursor": { + "modified": "2019-03-18T21:15:19.786Z", "contributors": [ - "Sebastianz", - "caio" + "dekxside" ] }, - "Web/SVG/Element/tref": { - "modified": "2019-03-23T22:57:16.290Z", + "Web/CSS/CSS_Backgrounds_and_Borders": { + "modified": "2019-03-23T22:44:11.690Z", "contributors": [ - "Sebastianz", - "caio" + "teoli" ] }, - "Web/SVG/Element/tspan": { - "modified": "2020-10-15T21:34:49.043Z", + "Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds": { + "modified": "2019-03-23T23:39:08.214Z", "contributors": [ - "MarcosNakamine", - "wbamberg", - "Sebastianz", - "caio" + "teoli", + "Aleuck" ] }, - "Web/SVG/Element/use": { - "modified": "2019-03-23T22:57:25.260Z", + "conflicting/Learn/CSS/Building_blocks/Cascade_and_inheritance": { + "modified": "2019-03-23T22:55:03.103Z", "contributors": [ - "ed1nh0", - "Sebastianz", - "caio" + "agathasilva28", + "RafaelRNunes", + "Gregory", + "dhaack" ] }, - "Web/SVG/Element/view": { - "modified": "2020-10-15T21:34:47.580Z", + "conflicting/Learn/CSS/First_steps/How_CSS_works": { + "modified": "2019-03-23T22:58:47.568Z", "contributors": [ - "MarcosNakamine", - "Sebastianz", - "caio" + "RafaelRNunes", + "Gregory", + "Hudson_Lima" ] }, - "Web/SVG/Element/vkern": { - "modified": "2019-03-23T22:51:15.049Z", + "conflicting/Learn/CSS/First_steps": { + "modified": "2019-03-23T23:39:06.753Z", "contributors": [ - "Sebastianz", - "caio" + "julio-elipse", + "agathasilva28", + "Hudson_Lima", + "teoli", + "ethertank", + "netfuzzer55", + "eduardocastro" ] }, - "Web/SVG/Intensivo_de_Namespaces": { - "modified": "2019-03-18T21:37:37.311Z", + "Learn/JavaScript/Client-side_web_APIs/Manipulating_documents": { + "modified": "2019-03-23T23:28:40.266Z", "contributors": [ - "coloringa" + "teoli", + "nah_luquiari" ] }, - "Web/SVG/Tutorial": { - "modified": "2020-05-06T15:49:36.834Z", + "Learn/CSS/Styling_text/Styling_lists": { + "modified": "2019-03-23T22:45:33.735Z", "contributors": [ - "gilmargn", - "mauriciosoares01", - "rogeralbinoi" + "Gregory", + "teoli", + "jorgeclesio" ] }, - "Web/SVG/Tutorial/Introduction": { - "modified": "2019-03-18T20:34:25.046Z", + "conflicting/Learn/CSS/First_steps/How_CSS_works_199dae2aa1447fa94457a213c989744d": { + "modified": "2019-03-23T23:29:17.129Z", "contributors": [ - "kafnjr", - "mauriciosoares01", - "Anizio", - "FelipeAlvim" + "agathasilva28", + "rogeralbinoi", + "teoli", + "nickollas.coelho" ] }, - "Web/Security": { - "modified": "2019-09-10T16:44:48.056Z", + "conflicting/Learn/CSS/First_steps/How_CSS_works_61240ddc35a4ddd533ea33cc8ccf1c87": { + "modified": "2019-03-23T22:59:16.068Z", "contributors": [ - "SphinxKnight", - "julio-elipse", - "ygormaximo", - "takahan", - "Fulanodigital" + "rogeralbinoi" ] }, - "Web/Security/Básico_de_Segurança_da_Informação": { - "modified": "2019-03-23T22:21:46.780Z", + "conflicting/Learn/CSS/Building_blocks/Selectors": { + "modified": "2019-11-18T18:22:11.556Z", "contributors": [ - "julio-elipse", - "cassiodeveloper", - "trombini77" + "Ericsson-Araujo", + "onsistec", + "dehmirandac2", + "c0elha", + "RafaelRNunes", + "Gregory", + "macarena", + "agathasilva28" ] }, - "Web/Security/Securing_your_site": { - "modified": "2019-03-23T22:41:54.591Z", + "Web/API/HTMLMediaElement/abort_event": { + "modified": "2019-04-30T14:23:25.544Z", "contributors": [ - "julio-elipse", - "ygormaximo", - "marumari" + "wbamberg", + "KaykyB", + "tinogomes" ] }, - "Web/Security/Securing_your_site/Turning_off_form_autocompletion": { - "modified": "2019-03-23T22:41:55.986Z", + "Web/CSS/CSS_Backgrounds_and_Borders/Resizing_background_images": { + "modified": "2019-03-23T22:59:50.758Z", "contributors": [ - "VitorTakara", - "allanfoppa", - "cloudcon", - "Jerffersonferreira", - "iversonfariascosta", - "mfelippi", - "marcoiai" + "mrstork", + "MarcosNakamine" ] }, - "Web/Tutoriais": { - "modified": "2019-09-04T15:11:38.918Z", + "Web/HTML/Global_attributes/spellcheck": { + "modified": "2019-03-23T22:27:29.620Z", "contributors": [ - "brasmon8351", - "wcqueiroz", - "G_Nascimento", - "italorangel", - "julio-elipse", - "rakiraota", - "rejunges", - "duduindo", - "vasconcelos", - "jcjesus", - "MarceloBRN", - "macalha", - "rbrandao", - "teoli", - "MatCAlv" + "sheldonled" ] }, - "Web/Web_Components": { - "modified": "2020-08-16T18:35:27.844Z", + "Web/Media/Formats": { + "modified": "2019-03-23T22:44:08.372Z", "contributors": [ - "GuilhermePiovesan", - "alexongarato", - "burn-c", - "luan0ap", - "cristiano-soares" + "MarceloBonifazio", + "yuriploc", + "brunoeduardo" ] }, - "Web/Web_Components/Usando_custom_elements": { - "modified": "2020-08-16T18:27:57.469Z", + "conflicting/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content": { + "modified": "2019-03-23T23:39:05.441Z", "contributors": [ - "GuilhermePiovesan" + "diogocezar", + "rubensnovaes", + "teoli", + "just_peter", + "Junior201313", + "eduardodx", + "LeonardoPacheco" ] }, - "Web/XSLT": { - "modified": "2019-03-23T22:02:56.256Z", + "conflicting/Web/HTTP/CORS": { + "modified": "2020-04-19T11:26:06.291Z", "contributors": [ - "lfaraone" + "marcio1002" ] }, - "WebAPI": { - "modified": "2019-03-23T23:26:12.246Z", + "conflicting/Web/JavaScript/Equality_comparisons_and_sameness": { + "modified": "2019-03-23T23:25:15.038Z", "contributors": [ - "wbamberg", - "fscholz", - "etc_william", - "Fabio.Magnoni", - "EvandroZanatta", - "ccarruitero" + "teoli", + "fernando.karpinski" ] }, - "WebAPI/Battery_Status": { - "modified": "2019-03-23T23:17:01.638Z", + "conflicting/Learn/JavaScript/Objects": { + "modified": "2020-06-07T23:51:22.220Z", "contributors": [ - "mariozuany", - "eliezerb", - "rbrandao" + "thalesruan", + "lucasinocente", + "Janjos", + "mensonones", + "lourencoccc", + "victormaestri", + "caio_araujo", + "raphaellima8", + "leandroruel", + "filipetorres", + "filipeluiz", + "dragonares5", + "marvin52", + "caioguedes", + "ronybezerra", + "GabrielLidenor", + "pabloff9", + "ti.marcosdias", + "Webysther", + "brunoeduardo", + "DolbyCpp", + "RebeloX", + "mateusleon", + "ewertonorg", + "phillippimenta", + "masimao", + "lucaspedroza", + "teoli", + "acaua", + "FilipeLinhares", + "augustowebd" ] }, - "WebAPI/Network_Information": { - "modified": "2019-03-23T23:21:58.235Z", + "conflicting/Web/JavaScript/Reference/Global_Objects/Boolean": { + "modified": "2019-03-23T22:47:24.930Z", "contributors": [ - "gabrieltobi", - "jlamim", - "Fabio.Magnoni" + "raduq" ] }, - "WebAssembly": { - "modified": "2019-03-23T22:13:27.780Z", + "conflicting/Web/JavaScript/Reference/Global_Objects/Function": { + "modified": "2020-10-15T22:06:36.377Z", "contributors": [ - "cstipkovic", - "Fernandolrs", - "AlanCezarAraujo" + "GuilhermeVazz", + "leo-ls" ] }, - "WebAssembly/Concepts": { - "modified": "2020-06-28T19:04:25.686Z", + "conflicting/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat": { + "modified": "2020-04-21T09:08:10.648Z", "contributors": [ - "VictorGom3s", - "jhserodio", - "luan0ap", - "thiagosaife" + "fscholz", + "marcelobonatto" ] }, - "WebAssembly/Entendendo_o_formato_textual_do_WebAssembly": { - "modified": "2019-03-23T22:10:32.734Z", + "conflicting/Web/JavaScript/Reference/Global_Objects/Map": { + "modified": "2019-03-23T22:13:49.481Z", "contributors": [ - "gabrielcarneiro97", - "AlanCezarAraujo" + "renatoluna" ] }, - "WebAssembly/Usando_a_API_JavaScript_do_WebAssembly": { - "modified": "2019-05-16T10:09:22.456Z", + "conflicting/Web/JavaScript/Reference/Global_Objects/Number": { + "modified": "2019-03-23T22:11:17.514Z", "contributors": [ - "alexalannunes", - "AlanCezarAraujo" + "matAlmeida", + "gutoribeiro" ] }, - "WebRTC": { - "modified": "2019-03-23T23:30:19.566Z", + "conflicting/Web/JavaScript/Reference/Global_Objects/Object": { + "modified": "2019-03-23T23:02:44.390Z", "contributors": [ - "Fernandolrs", - "Sheppy" + "runys", + "viniciuslacerda", + "melostbr", + "dafnk", + "gabefurlan", + "igorapa" ] }, - "WebSockets": { - "modified": "2020-08-25T09:26:59.941Z", + "conflicting/Web/JavaScript/Reference/Global_Objects/Promise": { + "modified": "2019-03-23T23:07:56.583Z", "contributors": [ - "manoelbjr", - "marcosvexter", - "Fernandolrs", - "hdvianna" + "SphinxKnight", + "dowgssss", + "BrOrlandi", + "keuller" ] }, - "WebSockets/Escrevendo_aplicacoes_cliente_WebSocket": { - "modified": "2020-11-10T12:00:26.972Z", + "conflicting/Web/JavaScript/Reference/Global_Objects/Set": { + "modified": "2020-10-15T21:58:44.990Z", "contributors": [ - "botogoske", - "manoelbjr", - "adrianowead" + "thayssn" ] }, - "WebSockets/Writing_WebSocket_server": { - "modified": "2019-03-23T22:48:53.915Z", + "conflicting/Web/JavaScript/Reference/Global_Objects/String": { + "modified": "2020-10-15T21:58:05.452Z", "contributors": [ - "CbarretoSUD", - "rufinorenato", - "Renancp01", - "philippesilva" + "akinncar", + "coloringa", + "Perrottacooking", + "brunopulis" ] }, - "WebSockets/Writing_WebSocket_servers": { - "modified": "2020-02-08T13:08:26.204Z", + "conflicting/Web/JavaScript/Reference/Global_Objects/WeakMap": { + "modified": "2019-03-23T23:15:16.502Z", "contributors": [ - "Lukas1013", - "willian.zilli", - "jhserodio", - "Martinho9818", - "UzumakiArtanis", - "wallacemaxters" + "SphinxKnight", + "teoli", + "gabrielrubens" ] }, - "Web_Development/Mobile": { - "modified": "2019-03-23T23:28:19.402Z", + "conflicting/Web/JavaScript/Reference/Operators": { + "modified": "2020-03-12T19:42:07.718Z", "contributors": [ - "clebermatheus1", - "wbamberg" + "FernandaBernardo", + "AdeilsonSilva" ] }, - "Web_Development/Mobile/Design_responsivo": { - "modified": "2020-08-27T09:35:40.497Z", + "conflicting/Web/JavaScript/Reference/Operators_7c8eb9475d97a4a734c5991857698560": { + "modified": "2020-10-15T22:16:59.619Z", "contributors": [ - "bermarques", - "clebermatheus1" + "vanilsonbr", + "mak213k" ] }, - "Web_Development/Mobile/Mobile-friendliness": { - "modified": "2019-03-23T23:28:21.815Z", + "conflicting/Web/JavaScript/Reference/Operators_0d2e4b8154642b5a9dbd76a2a48cf96a": { + "modified": "2020-10-19T13:25:39.993Z", "contributors": [ - "clebermatheus1" + "lucas-andre", + "GeloSeco", + "adrianovictor" ] }, - "Web_Development/Mobile/Sites_separados": { - "modified": "2019-03-23T23:28:15.359Z", + "conflicting/Web/JavaScript/Reference/Operators_8fa8b34b0547a749514637a15d386886": { + "modified": "2020-03-12T19:39:41.335Z", "contributors": [ - "clebermatheus1" + "raphaelhenrique", + "Julyemerson", + "raulfernando", + "bugal", + "edumsilveira", + "atjoelson", + "SphinxKnight", + "eduardo_neto" ] }, - "XHTML": { - "modified": "2019-03-23T23:39:12.153Z", + "conflicting/Web/JavaScript/Reference/Operators/Spread_syntax": { + "modified": "2020-03-12T19:42:48.466Z", "contributors": [ - "-", - "LeonardoPacheco", - "fvargaspf@gmail.com" + "maniero", + "danvitoriano", + "kdex", + "cassioscabral" ] }, - "desenvolvimento_web": { - "modified": "2019-03-23T23:28:22.836Z", + "conflicting/Web/JavaScript/Reference/Statements/switch": { + "modified": "2020-03-12T19:46:41.506Z", "contributors": [ - "talitagoulart" + "alefesouza" ] }, - "dez_anos_de_MDN": { - "modified": "2019-03-23T22:47:39.647Z", + "conflicting/Web/API_dd04ca1265cb79b990b8120e5f5070d3": { + "modified": "2019-03-23T23:26:12.246Z", "contributors": [ - "meldenne" + "wbamberg", + "fscholz", + "etc_william", + "Fabio.Magnoni", + "EvandroZanatta", + "ccarruitero" ] }, - "mask": { - "modified": "2019-03-23T22:47:38.213Z", + "conflicting/Web/API/WebRTC_API": { + "modified": "2019-03-23T23:30:19.566Z", "contributors": [ - "teoli", - "Sebastianz", - "yagosrocha" + "Fernandolrs", + "Sheppy" ] } } \ No newline at end of file diff --git a/files/pt-br/conflicting/learn/css/building_blocks/cascade_and_inheritance/index.html b/files/pt-br/conflicting/learn/css/building_blocks/cascade_and_inheritance/index.html index 7880e00f6d..24d7a8a170 100644 --- a/files/pt-br/conflicting/learn/css/building_blocks/cascade_and_inheritance/index.html +++ b/files/pt-br/conflicting/learn/css/building_blocks/cascade_and_inheritance/index.html @@ -1,11 +1,12 @@ --- title: Cascata e herança -slug: Web/CSS/Getting_Started/Cascading_and_inheritance +slug: conflicting/Learn/CSS/Building_blocks/Cascade_and_inheritance tags: - Guía - Iniciante translation_of: Learn/CSS/Building_blocks/Cascade_and_inheritance translation_of_original: Web/Guide/CSS/Getting_started/Cascading_and_inheritance +original_slug: Web/CSS/Getting_Started/Cascading_and_inheritance ---

{{ CSSTutorialTOC() }}

diff --git a/files/pt-br/conflicting/learn/css/building_blocks/selectors/index.html b/files/pt-br/conflicting/learn/css/building_blocks/selectors/index.html index 3870c68936..a04b285c4e 100644 --- a/files/pt-br/conflicting/learn/css/building_blocks/selectors/index.html +++ b/files/pt-br/conflicting/learn/css/building_blocks/selectors/index.html @@ -1,8 +1,9 @@ --- title: Seletores -slug: Web/CSS/Getting_Started/Seletores +slug: conflicting/Learn/CSS/Building_blocks/Selectors translation_of: Learn/CSS/Building_blocks/Selectors translation_of_original: Web/Guide/CSS/Getting_started/Selectors +original_slug: Web/CSS/Getting_Started/Seletores ---

{{ CSSTutorialTOC() }}

diff --git a/files/pt-br/conflicting/learn/css/first_steps/how_css_works/index.html b/files/pt-br/conflicting/learn/css/first_steps/how_css_works/index.html index 2ead5ccae7..6a66017083 100644 --- a/files/pt-br/conflicting/learn/css/first_steps/how_css_works/index.html +++ b/files/pt-br/conflicting/learn/css/first_steps/how_css_works/index.html @@ -1,13 +1,14 @@ --- title: Como o CSS funciona -slug: Web/CSS/Getting_Started/Como_CSS_funciona +slug: conflicting/Learn/CSS/First_steps/How_CSS_works tags: - - 'CSS:PrimeirosPassos' + - CSS:PrimeirosPassos - Guía - Iniciante - Web translation_of: Learn/CSS/First_steps/How_CSS_works translation_of_original: Web/Guide/CSS/Getting_started/How_CSS_works +original_slug: Web/CSS/Getting_Started/Como_CSS_funciona ---

{{ CSSTutorialTOC() }}

diff --git a/files/pt-br/conflicting/learn/css/first_steps/how_css_works_199dae2aa1447fa94457a213c989744d/index.html b/files/pt-br/conflicting/learn/css/first_steps/how_css_works_199dae2aa1447fa94457a213c989744d/index.html index 1ccc04f0ce..8050022bae 100644 --- a/files/pt-br/conflicting/learn/css/first_steps/how_css_works_199dae2aa1447fa94457a213c989744d/index.html +++ b/files/pt-br/conflicting/learn/css/first_steps/how_css_works_199dae2aa1447fa94457a213c989744d/index.html @@ -1,8 +1,10 @@ --- title: O que é CSS -slug: Web/CSS/Getting_Started/Oque_é_CSS +slug: >- + conflicting/Learn/CSS/First_steps/How_CSS_works_199dae2aa1447fa94457a213c989744d translation_of: Learn/CSS/First_steps/How_CSS_works translation_of_original: Web/Guide/CSS/Getting_started/What_is_CSS +original_slug: Web/CSS/Getting_Started/Oque_é_CSS ---

{{ CSSTutorialTOC() }}

diff --git a/files/pt-br/conflicting/learn/css/first_steps/how_css_works_61240ddc35a4ddd533ea33cc8ccf1c87/index.html b/files/pt-br/conflicting/learn/css/first_steps/how_css_works_61240ddc35a4ddd533ea33cc8ccf1c87/index.html index 453aa4c966..cf66eb6b51 100644 --- a/files/pt-br/conflicting/learn/css/first_steps/how_css_works_61240ddc35a4ddd533ea33cc8ccf1c87/index.html +++ b/files/pt-br/conflicting/learn/css/first_steps/how_css_works_61240ddc35a4ddd533ea33cc8ccf1c87/index.html @@ -1,8 +1,10 @@ --- title: Por que usar CSS? -slug: Web/CSS/Getting_Started/Porque_usar_CSS +slug: >- + conflicting/Learn/CSS/First_steps/How_CSS_works_61240ddc35a4ddd533ea33cc8ccf1c87 translation_of: Learn/CSS/First_steps/How_CSS_works translation_of_original: Web/Guide/CSS/Getting_started/Why_use_CSS +original_slug: Web/CSS/Getting_Started/Porque_usar_CSS ---

{{ CSSTutorialTOC() }}

diff --git a/files/pt-br/conflicting/learn/css/first_steps/index.html b/files/pt-br/conflicting/learn/css/first_steps/index.html index 389962ab07..c5d5ad680c 100644 --- a/files/pt-br/conflicting/learn/css/first_steps/index.html +++ b/files/pt-br/conflicting/learn/css/first_steps/index.html @@ -1,6 +1,6 @@ --- title: Iniciando com o CSS -slug: Web/CSS/Getting_Started +slug: conflicting/Learn/CSS/First_steps tags: - CSS - Guia(2) @@ -9,6 +9,7 @@ tags: - Web translation_of: Learn/CSS/First_steps translation_of_original: Web/Guide/CSS/Getting_started +original_slug: Web/CSS/Getting_Started ---

 

diff --git a/files/pt-br/conflicting/learn/html/multimedia_and_embedding/video_and_audio_content/index.html b/files/pt-br/conflicting/learn/html/multimedia_and_embedding/video_and_audio_content/index.html index 4577341105..6b1c4dcec9 100644 --- a/files/pt-br/conflicting/learn/html/multimedia_and_embedding/video_and_audio_content/index.html +++ b/files/pt-br/conflicting/learn/html/multimedia_and_embedding/video_and_audio_content/index.html @@ -1,8 +1,9 @@ --- title: Utilizando áudio e vídeo com HTML5 -slug: Web/HTML/Using_HTML5_audio_and_video +slug: conflicting/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content translation_of: Learn/HTML/Multimedia_and_embedding/Video_and_audio_content translation_of_original: Web/Guide/HTML/Using_HTML5_audio_and_video +original_slug: Web/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/conflicting/learn/javascript/objects/index.html b/files/pt-br/conflicting/learn/javascript/objects/index.html index aaab9150b3..76ab6bff3d 100644 --- a/files/pt-br/conflicting/learn/javascript/objects/index.html +++ b/files/pt-br/conflicting/learn/javascript/objects/index.html @@ -1,6 +1,6 @@ --- title: Introdução ao JavaScript Orientado a Objeto -slug: Web/JavaScript/Introduction_to_Object-Oriented_JavaScript +slug: conflicting/Learn/JavaScript/Objects tags: - Construtor - Encapsular @@ -12,6 +12,7 @@ tags: - POO translation_of: Learn/JavaScript/Objects translation_of_original: Web/JavaScript/Introduction_to_Object-Oriented_JavaScript +original_slug: 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/conflicting/mdn/contribute/getting_started/index.html b/files/pt-br/conflicting/mdn/contribute/getting_started/index.html index 26ae1e7a9a..da98995df7 100644 --- a/files/pt-br/conflicting/mdn/contribute/getting_started/index.html +++ b/files/pt-br/conflicting/mdn/contribute/getting_started/index.html @@ -1,8 +1,9 @@ --- title: Como ajudar a MDN -slug: 'Projeto:Como_ajudar_com_MDN' +slug: conflicting/MDN/Contribute/Getting_started translation_of: MDN/Contribute/Getting_started translation_of_original: MDN/Contribute/Tasks +original_slug: Projeto:Como_ajudar_com_MDN ---
{{MDNSidebar}}
diff --git a/files/pt-br/conflicting/mozilla/add-ons/index.html b/files/pt-br/conflicting/mozilla/add-ons/index.html index 9661e309ae..7cce58b45b 100644 --- a/files/pt-br/conflicting/mozilla/add-ons/index.html +++ b/files/pt-br/conflicting/mozilla/add-ons/index.html @@ -1,12 +1,13 @@ --- title: Construindo um complemento -slug: Construindo_um_complemento +slug: conflicting/Mozilla/Add-ons tags: - Add-ons - Complementos - Tutorial translation_of: Mozilla/Add-ons translation_of_original: Building_an_Extension +original_slug: Construindo_um_complemento ---

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/conflicting/mozilla/firefox/releases/index.html b/files/pt-br/conflicting/mozilla/firefox/releases/index.html index c74b2f5b90..91ec12dec7 100644 --- a/files/pt-br/conflicting/mozilla/firefox/releases/index.html +++ b/files/pt-br/conflicting/mozilla/firefox/releases/index.html @@ -1,10 +1,11 @@ --- title: Notas de lançamento -slug: Tools/Notas_de_lancamento +slug: conflicting/Mozilla/Firefox/Releases tags: - Notas de lançamento translation_of: Mozilla/Firefox/Releases translation_of_original: Tools/Release_notes +original_slug: Tools/Notas_de_lancamento ---
{{ToolsSidebar}}

Firefox 53

diff --git a/files/pt-br/conflicting/web/accessibility/index.html b/files/pt-br/conflicting/web/accessibility/index.html index 51a4ad7843..98cab87efa 100644 --- a/files/pt-br/conflicting/web/accessibility/index.html +++ b/files/pt-br/conflicting/web/accessibility/index.html @@ -1,6 +1,6 @@ --- title: Desenvolvimento Web -slug: Web/Acessibilidade/Desenvolvimento_Web +slug: conflicting/Web/Accessibility tags: - ARIA - Accessibility @@ -12,6 +12,7 @@ tags: - XUL translation_of: Web/Accessibility translation_of_original: Web/Accessibility/Web_Development +original_slug: Web/Acessibilidade/Desenvolvimento_Web ---

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

diff --git a/files/pt-br/conflicting/web/api/crypto/getrandomvalues/index.html b/files/pt-br/conflicting/web/api/crypto/getrandomvalues/index.html index e0dbd0a970..77f6ade2cc 100644 --- a/files/pt-br/conflicting/web/api/crypto/getrandomvalues/index.html +++ b/files/pt-br/conflicting/web/api/crypto/getrandomvalues/index.html @@ -1,6 +1,6 @@ --- title: RandomSource -slug: Web/API/RandomSource +slug: conflicting/Web/API/Crypto/getRandomValues tags: - API - Interface @@ -9,6 +9,7 @@ tags: - Web Crypto API translation_of: Web/API/Crypto/getRandomValues translation_of_original: Web/API/RandomSource +original_slug: Web/API/RandomSource ---

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

diff --git a/files/pt-br/conflicting/web/api/cryptokey/index.html b/files/pt-br/conflicting/web/api/cryptokey/index.html index d80199a4ed..c3357ad127 100644 --- a/files/pt-br/conflicting/web/api/cryptokey/index.html +++ b/files/pt-br/conflicting/web/api/cryptokey/index.html @@ -1,6 +1,6 @@ --- title: CryptoKey.algorithm -slug: Web/API/CryptoKey/algorithm +slug: conflicting/Web/API/CryptoKey tags: - API - CryptoKey @@ -10,6 +10,7 @@ tags: - Web Crypto API translation_of: Web/API/CryptoKey translation_of_original: Web/API/CryptoKey/algorithm +original_slug: Web/API/CryptoKey/algorithm ---

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

diff --git a/files/pt-br/conflicting/web/api/cryptokey_33bd21ca8f20b4cd8c7b8c762e2fc597/index.html b/files/pt-br/conflicting/web/api/cryptokey_33bd21ca8f20b4cd8c7b8c762e2fc597/index.html index 666de87d23..aa0e144712 100644 --- a/files/pt-br/conflicting/web/api/cryptokey_33bd21ca8f20b4cd8c7b8c762e2fc597/index.html +++ b/files/pt-br/conflicting/web/api/cryptokey_33bd21ca8f20b4cd8c7b8c762e2fc597/index.html @@ -1,6 +1,6 @@ --- title: CryptoKey.type -slug: Web/API/CryptoKey/type +slug: conflicting/Web/API/CryptoKey_33bd21ca8f20b4cd8c7b8c762e2fc597 tags: - API - Apenas Leitura @@ -10,6 +10,7 @@ tags: - Web Crypto API translation_of: Web/API/CryptoKey translation_of_original: Web/API/CryptoKey/type +original_slug: Web/API/CryptoKey/type ---

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

diff --git a/files/pt-br/conflicting/web/api/cryptokey_53ae81677f4d9298717f2f245ae4da0d/index.html b/files/pt-br/conflicting/web/api/cryptokey_53ae81677f4d9298717f2f245ae4da0d/index.html index 4fe2885cbc..ef55c0bd81 100644 --- a/files/pt-br/conflicting/web/api/cryptokey_53ae81677f4d9298717f2f245ae4da0d/index.html +++ b/files/pt-br/conflicting/web/api/cryptokey_53ae81677f4d9298717f2f245ae4da0d/index.html @@ -1,6 +1,6 @@ --- title: CryptoKey.extractable -slug: Web/API/CryptoKey/extractable +slug: conflicting/Web/API/CryptoKey_53ae81677f4d9298717f2f245ae4da0d tags: - API - CryptoKey @@ -10,6 +10,7 @@ tags: - Web Crypto API translation_of: Web/API/CryptoKey translation_of_original: Web/API/CryptoKey/extractable +original_slug: Web/API/CryptoKey/extractable ---

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

diff --git a/files/pt-br/conflicting/web/api/cryptokey_f39d256ef7fbd1cf0a1f26de1e887ae7/index.html b/files/pt-br/conflicting/web/api/cryptokey_f39d256ef7fbd1cf0a1f26de1e887ae7/index.html index c74a658a32..af426c976c 100644 --- a/files/pt-br/conflicting/web/api/cryptokey_f39d256ef7fbd1cf0a1f26de1e887ae7/index.html +++ b/files/pt-br/conflicting/web/api/cryptokey_f39d256ef7fbd1cf0a1f26de1e887ae7/index.html @@ -1,6 +1,6 @@ --- title: CryptoKey.usages -slug: Web/API/CryptoKey/usages +slug: conflicting/Web/API/CryptoKey_f39d256ef7fbd1cf0a1f26de1e887ae7 tags: - API - CryptoKey @@ -10,6 +10,7 @@ tags: - Web Crypto API translation_of: Web/API/CryptoKey translation_of_original: Web/API/CryptoKey/usages +original_slug: Web/API/CryptoKey/usages ---

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

diff --git a/files/pt-br/conflicting/web/api/document_object_model/index.html b/files/pt-br/conflicting/web/api/document_object_model/index.html index 4b8372f55d..ef2930bbcb 100644 --- a/files/pt-br/conflicting/web/api/document_object_model/index.html +++ b/files/pt-br/conflicting/web/api/document_object_model/index.html @@ -1,6 +1,6 @@ --- title: Document Object Model (DOM) -slug: DOM +slug: conflicting/Web/API/Document_Object_Model tags: - DOM - NeedsTranslation @@ -8,6 +8,7 @@ tags: - TopicStub translation_of: Web/API/Document_Object_Model translation_of_original: DOM +original_slug: DOM ---
Using the W3C DOM Level 1 Core
diff --git a/files/pt-br/conflicting/web/api/globaleventhandlers/onscroll/index.html b/files/pt-br/conflicting/web/api/globaleventhandlers/onscroll/index.html index e5e756482a..03eb4f79de 100644 --- a/files/pt-br/conflicting/web/api/globaleventhandlers/onscroll/index.html +++ b/files/pt-br/conflicting/web/api/globaleventhandlers/onscroll/index.html @@ -1,8 +1,9 @@ --- title: window.onscroll -slug: Web/API/Window/onscroll +slug: conflicting/Web/API/GlobalEventHandlers/onscroll translation_of: Web/API/GlobalEventHandlers/onscroll translation_of_original: Web/API/Window/onscroll +original_slug: Web/API/Window/onscroll ---

{{ ApiRef() }}

Sumário

diff --git a/files/pt-br/conflicting/web/api/html_drag_and_drop_api/index.html b/files/pt-br/conflicting/web/api/html_drag_and_drop_api/index.html index 292b860888..e8dd96166b 100644 --- a/files/pt-br/conflicting/web/api/html_drag_and_drop_api/index.html +++ b/files/pt-br/conflicting/web/api/html_drag_and_drop_api/index.html @@ -1,11 +1,12 @@ --- title: DragDrop -slug: DragDrop +slug: conflicting/Web/API/HTML_Drag_and_Drop_API tags: - NeedsTranslation - TopicStub translation_of: Web/API/HTML_Drag_and_Drop_API translation_of_original: DragDrop +original_slug: DragDrop ---

 

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

diff --git a/files/pt-br/conflicting/web/api/index.html b/files/pt-br/conflicting/web/api/index.html index 93f5faee9a..0755dab0cf 100644 --- a/files/pt-br/conflicting/web/api/index.html +++ b/files/pt-br/conflicting/web/api/index.html @@ -1,6 +1,6 @@ --- title: Element.name -slug: Web/API/Element/name +slug: conflicting/Web/API tags: - API - DOM @@ -12,6 +12,7 @@ tags: - Web translation_of: Web/API translation_of_original: Web/API/Element/name +original_slug: Web/API/Element/name ---

{{ APIRef("DOM") }}

diff --git a/files/pt-br/conflicting/web/api/url/index.html b/files/pt-br/conflicting/web/api/url/index.html index 1dec25bd24..a4ffb566f8 100644 --- a/files/pt-br/conflicting/web/api/url/index.html +++ b/files/pt-br/conflicting/web/api/url/index.html @@ -1,8 +1,9 @@ --- title: Window.URL -slug: Web/API/Window/URL +slug: conflicting/Web/API/URL translation_of: Web/API/URL translation_of_original: Web/API/Window/URL +original_slug: Web/API/Window/URL ---

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

diff --git a/files/pt-br/conflicting/web/api/webrtc_api/index.html b/files/pt-br/conflicting/web/api/webrtc_api/index.html index 9b1cff261d..5f6c532f3a 100644 --- a/files/pt-br/conflicting/web/api/webrtc_api/index.html +++ b/files/pt-br/conflicting/web/api/webrtc_api/index.html @@ -1,6 +1,6 @@ --- title: WebRTC -slug: WebRTC +slug: conflicting/Web/API/WebRTC_API tags: - Media - NeedsContent @@ -9,6 +9,7 @@ tags: - WebRTC translation_of: Web/API/WebRTC_API translation_of_original: WebRTC +original_slug: 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.

diff --git a/files/pt-br/conflicting/web/api/windoworworkerglobalscope/index.html b/files/pt-br/conflicting/web/api/windoworworkerglobalscope/index.html index f51b72c102..69bc73a64f 100644 --- a/files/pt-br/conflicting/web/api/windoworworkerglobalscope/index.html +++ b/files/pt-br/conflicting/web/api/windoworworkerglobalscope/index.html @@ -1,6 +1,6 @@ --- title: WindowBase64 -slug: Web/API/WindowBase64 +slug: conflicting/Web/API/WindowOrWorkerGlobalScope tags: - API - HTML-DOM @@ -10,6 +10,7 @@ tags: - WindowBase64 translation_of: Web/API/WindowOrWorkerGlobalScope translation_of_original: Web/API/WindowBase64 +original_slug: Web/API/WindowBase64 ---

{{APIRef("HTML DOM")}}

diff --git a/files/pt-br/conflicting/web/api/windoworworkerglobalscope_e2691f7ad05781a30c5fc5bb3b3f633a/index.html b/files/pt-br/conflicting/web/api/windoworworkerglobalscope_e2691f7ad05781a30c5fc5bb3b3f633a/index.html index 8be6ca7e8b..4fbad68ef6 100644 --- a/files/pt-br/conflicting/web/api/windoworworkerglobalscope_e2691f7ad05781a30c5fc5bb3b3f633a/index.html +++ b/files/pt-br/conflicting/web/api/windoworworkerglobalscope_e2691f7ad05781a30c5fc5bb3b3f633a/index.html @@ -1,8 +1,9 @@ --- title: WindowTimers -slug: Web/API/WindowTimers +slug: conflicting/Web/API/WindowOrWorkerGlobalScope_e2691f7ad05781a30c5fc5bb3b3f633a translation_of: Web/API/WindowOrWorkerGlobalScope translation_of_original: Web/API/WindowTimers +original_slug: Web/API/WindowTimers ---
{{APIRef("HTML DOM")}}
diff --git a/files/pt-br/conflicting/web/api_dd04ca1265cb79b990b8120e5f5070d3/index.html b/files/pt-br/conflicting/web/api_dd04ca1265cb79b990b8120e5f5070d3/index.html index c7eb86d426..f8041d40bb 100644 --- a/files/pt-br/conflicting/web/api_dd04ca1265cb79b990b8120e5f5070d3/index.html +++ b/files/pt-br/conflicting/web/api_dd04ca1265cb79b990b8120e5f5070d3/index.html @@ -1,6 +1,6 @@ --- title: WebAPI -slug: WebAPI +slug: conflicting/Web/API_dd04ca1265cb79b990b8120e5f5070d3 tags: - Apps - DOM @@ -8,6 +8,7 @@ tags: - Mobile translation_of: Web/API translation_of_original: WebAPI +original_slug: 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/conflicting/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html b/files/pt-br/conflicting/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html index 00dbf6fca6..48fdec5b1a 100644 --- a/files/pt-br/conflicting/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html +++ b/files/pt-br/conflicting/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html @@ -1,8 +1,9 @@ --- title: Usando CSS flexible boxes (Caixas Flexíveis) -slug: CSS/Usando_caixas_flexiveis_css +slug: conflicting/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox 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 +original_slug: CSS/Usando_caixas_flexiveis_css ---

{{ SeeCompatTable() }}

diff --git a/files/pt-br/conflicting/web/css/cursor/index.html b/files/pt-br/conflicting/web/css/cursor/index.html index 6e5b44d286..868643493e 100644 --- a/files/pt-br/conflicting/web/css/cursor/index.html +++ b/files/pt-br/conflicting/web/css/cursor/index.html @@ -1,8 +1,9 @@ --- title: '-moz-cell' -slug: Web/CSS/-moz-cell +slug: conflicting/Web/CSS/cursor translation_of: Web/CSS/cursor translation_of_original: Web/CSS/-moz-cell +original_slug: Web/CSS/-moz-cell ---
{{CSSRef}} {{deprecated_header}}
diff --git a/files/pt-br/conflicting/web/guide/index.html b/files/pt-br/conflicting/web/guide/index.html index b98429a656..946da629f5 100644 --- a/files/pt-br/conflicting/web/guide/index.html +++ b/files/pt-br/conflicting/web/guide/index.html @@ -1,8 +1,9 @@ --- title: Desenvolvimento Web -slug: desenvolvimento_web +slug: conflicting/Web/Guide translation_of: Web/Guide translation_of_original: Web_Development +original_slug: desenvolvimento_web ---

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/conflicting/web/guide/mobile/index.html b/files/pt-br/conflicting/web/guide/mobile/index.html index 6a651575dc..9396f67ed5 100644 --- a/files/pt-br/conflicting/web/guide/mobile/index.html +++ b/files/pt-br/conflicting/web/guide/mobile/index.html @@ -1,12 +1,13 @@ --- title: Desenvolvimento Web móvel -slug: Web_Development/Mobile +slug: conflicting/Web/Guide/Mobile tags: - Mobile - TopicStub - Web Development translation_of: Web/Guide/Mobile translation_of_original: Web_Development/Mobile +original_slug: 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/conflicting/web/http/cors/index.html b/files/pt-br/conflicting/web/http/cors/index.html index b1cb255383..a0062279d9 100644 --- a/files/pt-br/conflicting/web/http/cors/index.html +++ b/files/pt-br/conflicting/web/http/cors/index.html @@ -1,8 +1,9 @@ --- title: Controle de Acesso do lado do servidor (CORS) -slug: Web/HTTP/Server-Side_Access_Control +slug: conflicting/Web/HTTP/CORS translation_of: Web/HTTP/CORS translation_of_original: Web/HTTP/Server-Side_Access_Control +original_slug: 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/conflicting/web/javascript/equality_comparisons_and_sameness/index.html b/files/pt-br/conflicting/web/javascript/equality_comparisons_and_sameness/index.html index 57f1c2fdcc..6248d01153 100644 --- a/files/pt-br/conflicting/web/javascript/equality_comparisons_and_sameness/index.html +++ b/files/pt-br/conflicting/web/javascript/equality_comparisons_and_sameness/index.html @@ -1,8 +1,9 @@ --- title: Igualdade em JavaScript -slug: Web/JavaScript/Guide/Igualdade +slug: conflicting/Web/JavaScript/Equality_comparisons_and_sameness translation_of: Web/JavaScript/Equality_comparisons_and_sameness translation_of_original: Web/JavaScript/Guide/Sameness +original_slug: Web/JavaScript/Guide/Igualdade ---

    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/conflicting/web/javascript/reference/global_objects/boolean/index.html b/files/pt-br/conflicting/web/javascript/reference/global_objects/boolean/index.html index 99603a019f..7a36613082 100644 --- a/files/pt-br/conflicting/web/javascript/reference/global_objects/boolean/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/global_objects/boolean/index.html @@ -1,8 +1,9 @@ --- title: Boolean.prototype -slug: Web/JavaScript/Reference/Global_Objects/Boolean/prototype +slug: conflicting/Web/JavaScript/Reference/Global_Objects/Boolean translation_of: Web/JavaScript/Reference/Global_Objects/Boolean translation_of_original: Web/JavaScript/Reference/Global_Objects/Boolean/prototype +original_slug: Web/JavaScript/Reference/Global_Objects/Boolean/prototype ---
    {{JSRef}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/global_objects/function/index.html b/files/pt-br/conflicting/web/javascript/reference/global_objects/function/index.html index 3b45ee5fe2..5e125e3e0b 100644 --- a/files/pt-br/conflicting/web/javascript/reference/global_objects/function/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/global_objects/function/index.html @@ -1,8 +1,9 @@ --- title: Function.prototype -slug: Web/JavaScript/Reference/Global_Objects/Function/prototype +slug: conflicting/Web/JavaScript/Reference/Global_Objects/Function translation_of: Web/JavaScript/Reference/Global_Objects/Function translation_of_original: Web/JavaScript/Reference/Global_Objects/Function/prototype +original_slug: Web/JavaScript/Reference/Global_Objects/Function/prototype ---
    {{JSRef}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/global_objects/intl/numberformat/index.html b/files/pt-br/conflicting/web/javascript/reference/global_objects/intl/numberformat/index.html index dce89ef41e..50ffddd6b3 100644 --- a/files/pt-br/conflicting/web/javascript/reference/global_objects/intl/numberformat/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/global_objects/intl/numberformat/index.html @@ -1,6 +1,6 @@ --- title: Intl.NumberFormat.prototype -slug: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/prototype +slug: conflicting/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat tags: - Internacionalização - JavaScript @@ -11,6 +11,7 @@ tags: - Prototype translation_of: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat translation_of_original: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/prototype +original_slug: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/prototype ---
    {{JSRef}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/global_objects/map/index.html b/files/pt-br/conflicting/web/javascript/reference/global_objects/map/index.html index b20baf56cc..66e5c4d1c4 100644 --- a/files/pt-br/conflicting/web/javascript/reference/global_objects/map/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/global_objects/map/index.html @@ -1,6 +1,6 @@ --- title: Map.prototype -slug: Web/JavaScript/Reference/Global_Objects/Map/prototype +slug: conflicting/Web/JavaScript/Reference/Global_Objects/Map tags: - ECMAScript 2015 - JavaScript @@ -8,6 +8,7 @@ tags: - Propriedade translation_of: Web/JavaScript/Reference/Global_Objects/Map translation_of_original: Web/JavaScript/Reference/Global_Objects/Map/prototype +original_slug: Web/JavaScript/Reference/Global_Objects/Map/prototype ---
    {{JSRef}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/global_objects/number/index.html b/files/pt-br/conflicting/web/javascript/reference/global_objects/number/index.html index 9dd96bc9b3..d034d79336 100644 --- a/files/pt-br/conflicting/web/javascript/reference/global_objects/number/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/global_objects/number/index.html @@ -1,6 +1,6 @@ --- title: Number.prototype -slug: Web/JavaScript/Reference/Global_Objects/Number/prototype +slug: conflicting/Web/JavaScript/Reference/Global_Objects/Number tags: - JavaScript - Número @@ -8,6 +8,7 @@ tags: - Prototipo translation_of: Web/JavaScript/Reference/Global_Objects/Number translation_of_original: Web/JavaScript/Reference/Global_Objects/Number/prototype +original_slug: Web/JavaScript/Reference/Global_Objects/Number/prototype ---
    {{JSRef}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/global_objects/object/index.html b/files/pt-br/conflicting/web/javascript/reference/global_objects/object/index.html index d0c07076a0..d71b6247e2 100644 --- a/files/pt-br/conflicting/web/javascript/reference/global_objects/object/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/global_objects/object/index.html @@ -1,12 +1,13 @@ --- title: Object.prototype -slug: Web/JavaScript/Reference/Global_Objects/Object/prototype +slug: conflicting/Web/JavaScript/Reference/Global_Objects/Object tags: - JavaScript - Objeto - Propriedade translation_of: Web/JavaScript/Reference/Global_Objects/Object translation_of_original: Web/JavaScript/Reference/Global_Objects/Object/prototype +original_slug: Web/JavaScript/Reference/Global_Objects/Object/prototype ---
    {{JSRef("Global_Objects", "Object")}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/global_objects/promise/index.html b/files/pt-br/conflicting/web/javascript/reference/global_objects/promise/index.html index d0be3d870c..4a914e3e34 100644 --- a/files/pt-br/conflicting/web/javascript/reference/global_objects/promise/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/global_objects/promise/index.html @@ -1,8 +1,9 @@ --- title: Promise.prototype -slug: Web/JavaScript/Reference/Global_Objects/Promise/prototype +slug: conflicting/Web/JavaScript/Reference/Global_Objects/Promise translation_of: Web/JavaScript/Reference/Global_Objects/Promise translation_of_original: Web/JavaScript/Reference/Global_Objects/Promise/prototype +original_slug: Web/JavaScript/Reference/Global_Objects/Promise/prototype ---
    {{JSRef("Global_Objects", "Promise")}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/global_objects/set/index.html b/files/pt-br/conflicting/web/javascript/reference/global_objects/set/index.html index 1f2ca2c70b..955b187c6f 100644 --- a/files/pt-br/conflicting/web/javascript/reference/global_objects/set/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/global_objects/set/index.html @@ -1,12 +1,13 @@ --- title: Set.prototype -slug: Web/JavaScript/Reference/Global_Objects/Set/prototype +slug: conflicting/Web/JavaScript/Reference/Global_Objects/Set tags: - Propriedade - Prototipo - set translation_of: Web/JavaScript/Reference/Global_Objects/Set translation_of_original: Web/JavaScript/Reference/Global_Objects/Set/prototype +original_slug: Web/JavaScript/Reference/Global_Objects/Set/prototype ---
    {{JSRef}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/global_objects/string/index.html b/files/pt-br/conflicting/web/javascript/reference/global_objects/string/index.html index a0df7b93ea..3426467889 100644 --- a/files/pt-br/conflicting/web/javascript/reference/global_objects/string/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/global_objects/string/index.html @@ -1,8 +1,9 @@ --- title: String.prototype -slug: Web/JavaScript/Reference/Global_Objects/String/prototype +slug: conflicting/Web/JavaScript/Reference/Global_Objects/String translation_of: Web/JavaScript/Reference/Global_Objects/String translation_of_original: Web/JavaScript/Reference/Global_Objects/String/prototype +original_slug: Web/JavaScript/Reference/Global_Objects/String/prototype ---
    {{JSRef}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/global_objects/weakmap/index.html b/files/pt-br/conflicting/web/javascript/reference/global_objects/weakmap/index.html index c3e0334a3b..a6d5051c36 100644 --- a/files/pt-br/conflicting/web/javascript/reference/global_objects/weakmap/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/global_objects/weakmap/index.html @@ -1,8 +1,9 @@ --- title: WeakMap.prototype -slug: Web/JavaScript/Reference/Global_Objects/WeakMap/prototype +slug: conflicting/Web/JavaScript/Reference/Global_Objects/WeakMap translation_of: Web/JavaScript/Reference/Global_Objects/WeakMap translation_of_original: Web/JavaScript/Reference/Global_Objects/WeakMap/prototype +original_slug: Web/JavaScript/Reference/Global_Objects/WeakMap/prototype ---
    {{JSRef("Global_Objects", "WeakMap")}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/operators/index.html b/files/pt-br/conflicting/web/javascript/reference/operators/index.html index 4ca87eaddd..d34dd06a28 100644 --- a/files/pt-br/conflicting/web/javascript/reference/operators/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/operators/index.html @@ -1,11 +1,12 @@ --- title: Arithmetic operators -slug: Web/JavaScript/Reference/Operators/Arithmetic_Operators +slug: conflicting/Web/JavaScript/Reference/Operators tags: - JavaScript - Operadores translation_of: Web/JavaScript/Reference/Operators translation_of_original: Web/JavaScript/Reference/Operators/Arithmetic_Operators +original_slug: Web/JavaScript/Reference/Operators/Arithmetic_Operators ---
    {{jsSidebar("Operadores")}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/operators/spread_syntax/index.html b/files/pt-br/conflicting/web/javascript/reference/operators/spread_syntax/index.html index a877d131bc..dd25a185a7 100644 --- a/files/pt-br/conflicting/web/javascript/reference/operators/spread_syntax/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/operators/spread_syntax/index.html @@ -1,11 +1,12 @@ --- title: Spread operator -slug: Web/JavaScript/Reference/Operators/Spread_operator +slug: conflicting/Web/JavaScript/Reference/Operators/Spread_syntax tags: - JavaScript - Operador translation_of: Web/JavaScript/Reference/Operators/Spread_syntax translation_of_original: Web/JavaScript/Reference/Operators/Spread_operator +original_slug: Web/JavaScript/Reference/Operators/Spread_operator ---
    {{jsSidebar("Operators")}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/operators_0d2e4b8154642b5a9dbd76a2a48cf96a/index.html b/files/pt-br/conflicting/web/javascript/reference/operators_0d2e4b8154642b5a9dbd76a2a48cf96a/index.html index d5e946a438..9069111aed 100644 --- a/files/pt-br/conflicting/web/javascript/reference/operators_0d2e4b8154642b5a9dbd76a2a48cf96a/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/operators_0d2e4b8154642b5a9dbd76a2a48cf96a/index.html @@ -1,6 +1,7 @@ --- title: Operadores de comparação -slug: Web/JavaScript/Reference/Operators/Operadores_de_comparação +slug: >- + conflicting/Web/JavaScript/Reference/Operators_0d2e4b8154642b5a9dbd76a2a48cf96a tags: - Comparando String - Comparação @@ -9,6 +10,7 @@ tags: - Relacionais translation_of: Web/JavaScript/Reference/Operators translation_of_original: Web/JavaScript/Reference/Operators/Comparison_Operators +original_slug: Web/JavaScript/Reference/Operators/Operadores_de_comparação ---
    {{jsSidebar("Operators")}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/operators_7c8eb9475d97a4a734c5991857698560/index.html b/files/pt-br/conflicting/web/javascript/reference/operators_7c8eb9475d97a4a734c5991857698560/index.html index b8b2e654c4..dbffba6e21 100644 --- a/files/pt-br/conflicting/web/javascript/reference/operators_7c8eb9475d97a4a734c5991857698560/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/operators_7c8eb9475d97a4a734c5991857698560/index.html @@ -1,8 +1,10 @@ --- title: Bitwise operators -slug: Web/JavaScript/Reference/Operators/Bitwise_Operators +slug: >- + conflicting/Web/JavaScript/Reference/Operators_7c8eb9475d97a4a734c5991857698560 translation_of: Web/JavaScript/Reference/Operators translation_of_original: Web/JavaScript/Reference/Operators/Bitwise_Operators +original_slug: Web/JavaScript/Reference/Operators/Bitwise_Operators ---
    {{jsSidebar("Operators")}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/operators_8fa8b34b0547a749514637a15d386886/index.html b/files/pt-br/conflicting/web/javascript/reference/operators_8fa8b34b0547a749514637a15d386886/index.html index e3a3ee6e8c..dd222f5285 100644 --- a/files/pt-br/conflicting/web/javascript/reference/operators_8fa8b34b0547a749514637a15d386886/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/operators_8fa8b34b0547a749514637a15d386886/index.html @@ -1,6 +1,7 @@ --- title: Operadores Lógicos -slug: Web/JavaScript/Reference/Operators/Operadores_Logicos +slug: >- + conflicting/Web/JavaScript/Reference/Operators_8fa8b34b0547a749514637a15d386886 tags: - Operador - Operadores lógicos @@ -10,6 +11,7 @@ tags: - ou translation_of: Web/JavaScript/Reference/Operators translation_of_original: Web/JavaScript/Reference/Operators/Logical_Operators +original_slug: Web/JavaScript/Reference/Operators/Operadores_Logicos ---
    {{jsSidebar("Operators")}}
    diff --git a/files/pt-br/conflicting/web/javascript/reference/statements/switch/index.html b/files/pt-br/conflicting/web/javascript/reference/statements/switch/index.html index 8e0fb07927..769a86e29f 100644 --- a/files/pt-br/conflicting/web/javascript/reference/statements/switch/index.html +++ b/files/pt-br/conflicting/web/javascript/reference/statements/switch/index.html @@ -1,12 +1,13 @@ --- title: default -slug: Web/JavaScript/Reference/Statements/default +slug: conflicting/Web/JavaScript/Reference/Statements/switch tags: - JavaScript - Keyword - Palavra-chave translation_of: Web/JavaScript/Reference/Statements/switch translation_of_original: Web/JavaScript/Reference/Statements/default +original_slug: Web/JavaScript/Reference/Statements/default ---
    {{jsSidebar("Statements")}}
    diff --git a/files/pt-br/conflicting/web/progressive_web_apps/index.html b/files/pt-br/conflicting/web/progressive_web_apps/index.html index f379b2647a..43a6e52cbd 100644 --- a/files/pt-br/conflicting/web/progressive_web_apps/index.html +++ b/files/pt-br/conflicting/web/progressive_web_apps/index.html @@ -1,8 +1,9 @@ --- title: Design Responsivo -slug: Web_Development/Mobile/Design_responsivo +slug: conflicting/Web/Progressive_web_apps translation_of: Web/Progressive_web_apps translation_of_original: Web/Guide/Responsive_design +original_slug: Web_Development/Mobile/Design_responsivo ---

    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/games/introduction_to_html5_game_development/index.html b/files/pt-br/games/introduction_to_html5_game_development/index.html index 4401455ab9..316b42667f 100644 --- a/files/pt-br/games/introduction_to_html5_game_development/index.html +++ b/files/pt-br/games/introduction_to_html5_game_development/index.html @@ -1,6 +1,6 @@ --- title: Introduction to HTML5 Game Development (summary) -slug: Games/Introduction_to_HTML5_Game_Gevelopment_(summary) +slug: Games/Introduction_to_HTML5_Game_Development tags: - API - Desenvolvimento Web @@ -10,6 +10,7 @@ tags: - JavaScript - Jogos translation_of: Games/Introduction_to_HTML5_Game_Development_(summary) +original_slug: Games/Introduction_to_HTML5_Game_Gevelopment_(summary) ---
    {{GamesSidebar}}
    diff --git a/files/pt-br/glossary/404/index.html b/files/pt-br/glossary/404/index.html index bb287ab6ea..c7b791c307 100644 --- a/files/pt-br/glossary/404/index.html +++ b/files/pt-br/glossary/404/index.html @@ -1,12 +1,13 @@ --- title: '404' -slug: Glossario/404 +slug: Glossary/404 tags: - Erros HTTP - Glossário - Infraestrutura - Navegação translation_of: Glossary/404 +original_slug: Glossario/404 ---

    O 404 é um código de resposta padrão que significa que o {{Glossary("Server", "server")}} não consegue encontrar o recurso solicitado.

    diff --git a/files/pt-br/glossary/502/index.html b/files/pt-br/glossary/502/index.html index f2590b71fe..552a89f052 100644 --- a/files/pt-br/glossary/502/index.html +++ b/files/pt-br/glossary/502/index.html @@ -1,7 +1,8 @@ --- title: '502' -slug: Glossario/502 +slug: Glossary/502 translation_of: Glossary/502 +original_slug: Glossario/502 ---

    Um erro {{Glossary("HTTP")}}  que significa "Bad Gateway".

    diff --git a/files/pt-br/glossary/abstraction/index.html b/files/pt-br/glossary/abstraction/index.html index dc3b2df79e..5f8bbe720e 100644 --- a/files/pt-br/glossary/abstraction/index.html +++ b/files/pt-br/glossary/abstraction/index.html @@ -1,12 +1,13 @@ --- title: Abstração -slug: Glossario/Abstração +slug: Glossary/Abstraction tags: - Abstração - Glossário - Linguagem de Programação - Programação translation_of: Glossary/Abstraction +original_slug: Glossario/Abstração ---

    Abstração em {{Glossary("programação de computadores")}} é uma forma de reduzir a complexidade e tornar o projeto e a implementação mais eficientes em sistemas complexos de software. Ela esconde a complexidade técnica de um sistema por trás de uma {{Glossary("API", "APIs")}} mais simples.

    diff --git a/files/pt-br/glossary/accessibility/index.html b/files/pt-br/glossary/accessibility/index.html index 053c6be755..a53a3aec24 100644 --- a/files/pt-br/glossary/accessibility/index.html +++ b/files/pt-br/glossary/accessibility/index.html @@ -1,10 +1,11 @@ --- title: Acessibilidade -slug: Glossario/Acessibilidade +slug: Glossary/Accessibility tags: - Acessibilidade - Glossário translation_of: Glossary/Accessibility +original_slug: Glossario/Acessibilidade ---

    Acessibilidade na Web (Web Accessibility) (A11Y) refere-se às melhores práticas para manter um site útil, apesar das restrições físicas e técnicas. A acessibilidade da Web é formalmente definida e discutida no {{Glossary("W3C")}} através de {{Glossary("WAI","Web Accessibility Initiative")}} (WAI).

    diff --git a/files/pt-br/glossary/accessibility_tree/index.html b/files/pt-br/glossary/accessibility_tree/index.html index f05c237cf1..a177742c3c 100644 --- a/files/pt-br/glossary/accessibility_tree/index.html +++ b/files/pt-br/glossary/accessibility_tree/index.html @@ -1,6 +1,6 @@ --- title: Árvore de Acessibilidade -slug: Glossario/arvore_de_acessibilidade +slug: Glossary/Accessibility_tree tags: - AOM - Acessibilidade @@ -8,6 +8,7 @@ tags: - Glossário - Referencia translation_of: Glossary/Accessibility_tree +original_slug: Glossario/arvore_de_acessibilidade ---

    A árvore de acessibilidade contém informação relacionada à {{Glossary("accessibility", "acessibilidade")}} para a maioria dos elementos HTML.

    diff --git a/files/pt-br/glossary/adobe_flash/index.html b/files/pt-br/glossary/adobe_flash/index.html index 5699633794..a4906ed8a7 100644 --- a/files/pt-br/glossary/adobe_flash/index.html +++ b/files/pt-br/glossary/adobe_flash/index.html @@ -1,11 +1,12 @@ --- title: Adobe Flash -slug: Glossario/Adobe_Flash +slug: Glossary/Adobe_Flash tags: - Flash - Glossário - Infraestrutura translation_of: Glossary/Adobe_Flash +original_slug: Glossario/Adobe_Flash ---

    Flash é uma tecnologia obsolescente desenvolvida pela Adobe que possibilita aplicativos Web, gráficos de vetor e multimídia. Você precisa instalar o plugin certo para usar o Flash dentro de um {{Glossary("Navegador","navegador web")}}.

    diff --git a/files/pt-br/glossary/ajax/index.html b/files/pt-br/glossary/ajax/index.html index e83a091e72..128d2c2703 100644 --- a/files/pt-br/glossary/ajax/index.html +++ b/files/pt-br/glossary/ajax/index.html @@ -1,6 +1,6 @@ --- title: AJAX -slug: Glossario/AJAX +slug: Glossary/AJAX tags: - AJAX - Glossário @@ -8,6 +8,7 @@ tags: - Intro - Introdução translation_of: Glossary/AJAX +original_slug: Glossario/AJAX ---

    AJAX (Asynchronous {{glossary("JavaScript")}} e {{glossary("XML")}}) é uma prática de programação da combinação de {{glossary("HTML")}}, {{glossary("CSS")}}, JavaScript, o {{glossary("DOM")}}, e o XMLHttpRequest {{glossary("object")}} para a construção de páginas web mais complexas.

    diff --git a/files/pt-br/glossary/algorithm/index.html b/files/pt-br/glossary/algorithm/index.html index ed80819f54..c42c7be573 100644 --- a/files/pt-br/glossary/algorithm/index.html +++ b/files/pt-br/glossary/algorithm/index.html @@ -1,10 +1,11 @@ --- title: Algoritmo -slug: Glossario/Algoritmo +slug: Glossary/Algorithm tags: - CodingScripting - Glossário - Programação translation_of: Glossary/Algorithm +original_slug: Glossario/Algoritmo ---

    Um algoritmo é uma série de instruções independentes que executam uma função.

    diff --git a/files/pt-br/glossary/alignment_container/index.html b/files/pt-br/glossary/alignment_container/index.html index e181c3a0ca..1ca114a2d1 100644 --- a/files/pt-br/glossary/alignment_container/index.html +++ b/files/pt-br/glossary/alignment_container/index.html @@ -1,12 +1,13 @@ --- title: Contêiner de Alinhamento -slug: Glossario/conteiner_de_alinhamento +slug: Glossary/Alignment_Container tags: - Alinhamento de contêiner - CSS - Glossário - alinhamento translation_of: Glossary/Alignment_Container +original_slug: Glossario/conteiner_de_alinhamento ---

    O contêiner de alinhamento é um retângulo dentro do qual os tópicos de alinhamento são alinhados, isto é, definidos. Isso é definido pelo modelo de layout; geralmente é o bloco que contém o tópico de alinhamento, e assume o modo de escrita do box estabelecendo o bloco de conteúdo.

    diff --git a/files/pt-br/glossary/alignment_subject/index.html b/files/pt-br/glossary/alignment_subject/index.html index cfaebfb6ce..24c016f244 100644 --- a/files/pt-br/glossary/alignment_subject/index.html +++ b/files/pt-br/glossary/alignment_subject/index.html @@ -1,6 +1,6 @@ --- title: Tópico de Alinhamento -slug: Glossario/topico_de_alinhamento +slug: Glossary/Alignment_Subject tags: - CSS - Glossário @@ -8,6 +8,7 @@ tags: - assunto de alinhamento - tópico de alinhamento translation_of: Glossary/Alignment_Subject +original_slug: Glossario/topico_de_alinhamento ---

    No Alinhamento de Box do CSS, o tópico (assunto) de alinhamento é a coisa (ou coisas) que está sendo alinhada pelas propriedades.

    diff --git a/files/pt-br/glossary/alpha/index.html b/files/pt-br/glossary/alpha/index.html index 53b1e183ff..405f22c540 100644 --- a/files/pt-br/glossary/alpha/index.html +++ b/files/pt-br/glossary/alpha/index.html @@ -1,6 +1,6 @@ --- title: Alpha (canal alfa) -slug: Glossario/Alpha +slug: Glossary/Alpha tags: - Alfa - Canal Alfa @@ -17,6 +17,7 @@ tags: - graficos - pixel translation_of: Glossary/Alpha +original_slug: Glossario/Alpha ---

    Cores são representadas no formato digital como uma coleção de números, cada qual sinalizando o nível de força ou intensidade de dado componente da cor. Cada um desses componententes é chamado de canal. Num típico arquivo de imagem, o canais de cores descritos devem ser vermelho, verde e azul, que serão usados para definir a cor final. Para representar uma cor que através dela um plano de fundo possa ser visto, um quarto canal é adicionado a ela: o canal alfa. O canal alfa define o nível de opacidade da cor.

    diff --git a/files/pt-br/glossary/api/index.html b/files/pt-br/glossary/api/index.html index c964801e48..c490a4198a 100644 --- a/files/pt-br/glossary/api/index.html +++ b/files/pt-br/glossary/api/index.html @@ -1,9 +1,10 @@ --- title: API -slug: Glossario/API +slug: Glossary/API tags: - Glossario(2) translation_of: Glossary/API +original_slug: Glossario/API ---

    Uma API (Application Programming Interface) é um conjunto de características e regras existentes em uma aplicação que possibilitam interações com essa através de um software - ao contrário de uma interface de usuário humana. A API pode ser entendida como um simples contrato entre a aplicação que a fornece e outros itens, como outros componentes do software, ou software de terceiros.

    diff --git a/files/pt-br/glossary/apple_safari/index.html b/files/pt-br/glossary/apple_safari/index.html index d32aa243b2..750bdc49e6 100644 --- a/files/pt-br/glossary/apple_safari/index.html +++ b/files/pt-br/glossary/apple_safari/index.html @@ -1,11 +1,12 @@ --- title: Apple Safari -slug: Glossario/Apple_Safari +slug: Glossary/Apple_Safari tags: - Glossário - Mecanismos Web - Navegação translation_of: Glossary/Apple_Safari +original_slug: Glossario/Apple_Safari ---

    Safari é um {{Glossary("navegador","navegador Web")}} desenvolvido pela Apple e fornecido com ambos Mac OS X e iOS. Baseia-se com o mecanismo de código aberto WebKit.

    diff --git a/files/pt-br/glossary/argument/index.html b/files/pt-br/glossary/argument/index.html index 72e470fba0..43660669cf 100644 --- a/files/pt-br/glossary/argument/index.html +++ b/files/pt-br/glossary/argument/index.html @@ -1,11 +1,12 @@ --- title: Argumento -slug: Glossario/Argument +slug: Glossary/Argument tags: - EntendendoJS - Glossário - JavaScript translation_of: Glossary/Argument +original_slug: Glossario/Argument ---

    Um argumento é um {{glossary("valor")}} ({{Glossary("primitivo")}} ou um {{Glossary("objeto")}})  passado como um input (entrada) para uma {{Glossary("função")}}.

    diff --git a/files/pt-br/glossary/arpanet/index.html b/files/pt-br/glossary/arpanet/index.html index 19e9b45df4..ed3be5b10a 100644 --- a/files/pt-br/glossary/arpanet/index.html +++ b/files/pt-br/glossary/arpanet/index.html @@ -1,10 +1,11 @@ --- title: Arpanet -slug: Glossario/Arpanet +slug: Glossary/Arpanet tags: - Glossário - Infraestrutura translation_of: Glossary/Arpanet +original_slug: Glossario/Arpanet ---

    A ARPAnet (Advanced Research Projects Agency Network, em português, Rede da Agência de Pesquisas em Projetos Avançados) foi a primeira rede de computadores, construída em 1969 como um meio robusto para transmitir dados militares sigilosos e para interligar os departamentos de pesquisa por todo os Estados Unidos. ARPAnet primeiro executou NCP (Network Control Protocol, em português, Protocolo de Controle de Rede) e posteriormente a primeira versão do protocolo de internet ou o conjunto de protocolos {{glossary("TCP")}}/{{glossary("IPv6","IP")}} (Transmission Control Protocol/Internet Protocol, em português, Protocolo de Controle de Transmissão/Protocolo de Internet), fazendo da ARPAnet uma parte proeminente da nascente {{glossary("Internet")}}. ARPAnet foi fechado no início de 1990.

    diff --git a/files/pt-br/glossary/array/index.html b/files/pt-br/glossary/array/index.html index 4d1f3cf866..e4ba5d16f2 100644 --- a/files/pt-br/glossary/array/index.html +++ b/files/pt-br/glossary/array/index.html @@ -1,10 +1,11 @@ --- title: Array -slug: Glossario/array +slug: Glossary/array tags: - Iniciante - JavaScript translation_of: Glossary/array +original_slug: Glossario/array ---

    Um array (arranjo ou vetor) é um conjunto de dados (que pode assumir os mais diversos tipos, desde do tipo {{Glossary("primitivo")}}, a {{Glossary("objeto")}} dependendo da linguagem de programação). Arrays são utilizados para armazenar mais de um valor em uma única variável. Isso é comparável a uma variável que pode armazenar apenas um valor.

    diff --git a/files/pt-br/glossary/ascii/index.html b/files/pt-br/glossary/ascii/index.html index eee1f0d2c3..7ad4110f05 100644 --- a/files/pt-br/glossary/ascii/index.html +++ b/files/pt-br/glossary/ascii/index.html @@ -1,6 +1,6 @@ --- title: ASCII -slug: Glossario/ASCII +slug: Glossary/ASCII tags: - ASCII - Caracteres ASCII @@ -8,6 +8,7 @@ tags: - Padrão de codificação - Símbolos ASCII translation_of: Glossary/ASCII +original_slug: Glossario/ASCII ---

    ASCII (Código Padrão Americano para o Intercâmbio de Informação) é um dos mais populares métodos de codificação usado por computadores para converter letras, números, pontuações e códigos de controle dentro do formato digital. Desde 2007, UTF-8 substituiu-o na web.

    diff --git a/files/pt-br/glossary/asynchronous/index.html b/files/pt-br/glossary/asynchronous/index.html index 5fdc23acfc..2b6cef7278 100644 --- a/files/pt-br/glossary/asynchronous/index.html +++ b/files/pt-br/glossary/asynchronous/index.html @@ -1,11 +1,12 @@ --- title: Assíncrono -slug: Glossario/Assincrono +slug: Glossary/Asynchronous tags: - Glossário - Mecanismos Web - Web translation_of: Glossary/Asynchronous +original_slug: Glossario/Assincrono ---

    Assíncrono refere-se a um ambiente de comunicação onde cada parte recebe e processa mensagens quando for conveniente ou possível em vez de imediatamente.

    diff --git a/files/pt-br/glossary/attribute/index.html b/files/pt-br/glossary/attribute/index.html index f36e6f7fed..68d376eaeb 100644 --- a/files/pt-br/glossary/attribute/index.html +++ b/files/pt-br/glossary/attribute/index.html @@ -1,12 +1,13 @@ --- title: Atributo HTML -slug: Glossario/Atributo +slug: Glossary/Attribute tags: - Atributos - Glossário - HTML - Tags translation_of: Glossary/Attribute +original_slug: Glossario/Atributo ---

    Atributos estendem uma {{Glossary("tag")}} ("etiqueta"), modificando o comportamento dela ou fornecendo meta dados.
    Um atributo sempre tem a forma nome=valor (especificando o identificador do atributo e o valor associado a ele).

    diff --git a/files/pt-br/glossary/bandwidth/index.html b/files/pt-br/glossary/bandwidth/index.html index e986f11f4a..b9d2b3bf67 100644 --- a/files/pt-br/glossary/bandwidth/index.html +++ b/files/pt-br/glossary/bandwidth/index.html @@ -1,7 +1,8 @@ --- title: Bandwidth -slug: Glossario/Bandwidth +slug: Glossary/Bandwidth translation_of: Glossary/Bandwidth +original_slug: Glossario/Bandwidth ---

    Largura de banda é a medida de quanta informação pode trafegar através de uma conexão de dados, em um determinado espaço de tempo. É geralmente medida em multiplos de bits por segundo (bps),  por exemplo megabits por segundo (Mbps) ou gigabits por segundo (Gbps).

    diff --git a/files/pt-br/glossary/bigint/index.html b/files/pt-br/glossary/bigint/index.html index 004b5a3b80..73d25fc463 100644 --- a/files/pt-br/glossary/bigint/index.html +++ b/files/pt-br/glossary/bigint/index.html @@ -1,7 +1,8 @@ --- title: BigInt -slug: Glossario/BigInt +slug: Glossary/BigInt translation_of: Glossary/BigInt +original_slug: Glossario/BigInt ---

    No {{Glossary("JavaScript")}}, BigInt é um tipo de dado numérico que representa inteiros no formato de precisão arbritrária. Em outras linguagens de programação existem tipos numéricos diferentes, como por exemplo: Integers, Floats, Doubles ou Bignums.

    diff --git a/files/pt-br/glossary/boolean/index.html b/files/pt-br/glossary/boolean/index.html index f1b5a80c38..208c29c4e5 100644 --- a/files/pt-br/glossary/boolean/index.html +++ b/files/pt-br/glossary/boolean/index.html @@ -1,7 +1,8 @@ --- title: Booleano -slug: Glossario/Booleano +slug: Glossary/Boolean translation_of: Glossary/Boolean +original_slug: Glossario/Booleano ---

    Um booleano, em ciência da computação, é um tipo de dado lógico que pode ter apenas um de dois valores possíveis: verdadeiro ou falso. Por exemplo, em JavaScript, condicionais booleanas são usadas para decidir quais trechos do cógigo serão executados ou repetidas.

    diff --git a/files/pt-br/glossary/browser/index.html b/files/pt-br/glossary/browser/index.html index 7fa7f3cbaa..f431ce5bad 100644 --- a/files/pt-br/glossary/browser/index.html +++ b/files/pt-br/glossary/browser/index.html @@ -1,10 +1,11 @@ --- title: Navegador -slug: Glossario/Navegador +slug: Glossary/Browser tags: - Glossário - Navegação translation_of: Glossary/Browser +original_slug: Glossario/Navegador ---

    Um navegador Web é um programa que obtém e exibe páginas da {{Glossary("World Wide Web","Web")}}, e permite que os usuários acessem outras páginas através de {{Glossary("hyperlink","hyperlinks")}}.

    diff --git a/files/pt-br/glossary/cache/index.html b/files/pt-br/glossary/cache/index.html index 69fc7caf49..a4fca873d6 100644 --- a/files/pt-br/glossary/cache/index.html +++ b/files/pt-br/glossary/cache/index.html @@ -1,12 +1,13 @@ --- title: Cache -slug: Glossario/Cache +slug: Glossary/Cache tags: - Cache - Glossário - HTTP - web cache translation_of: Glossary/Cache +original_slug: Glossario/Cache ---

    O cache (web cache ou HTTP cache) é uma forma de armazenar dados que foram recebidos por respostas HTTP temporariamente para que possam ser usados em requisições HTTP subsequentes enquanto as condições de seu uso forem satisfeitas.

    diff --git a/files/pt-br/glossary/call_stack/index.html b/files/pt-br/glossary/call_stack/index.html index 73e99316be..772871f93d 100644 --- a/files/pt-br/glossary/call_stack/index.html +++ b/files/pt-br/glossary/call_stack/index.html @@ -1,7 +1,8 @@ --- title: Call stack (Pilha de chamadas) -slug: Glossario/Call_stack +slug: Glossary/Call_stack translation_of: Glossary/Call_stack +original_slug: Glossario/Call_stack ---

    A pilha de chamadas (call stack) é um mecanismo do interpretador de uma linguagem que organiza o funcionamento do script quando são chamadas muitas funções, qual função está sendo executada no momento, e quais serão chamadas dentro de alguma função, etc.

    diff --git a/files/pt-br/glossary/callback_function/index.html b/files/pt-br/glossary/callback_function/index.html index 42e67bcde6..277028662c 100644 --- a/files/pt-br/glossary/callback_function/index.html +++ b/files/pt-br/glossary/callback_function/index.html @@ -1,7 +1,8 @@ --- title: Função Callback -slug: Glossario/Callback_function +slug: Glossary/Callback_function translation_of: Glossary/Callback_function +original_slug: Glossario/Callback_function ---

    Uma função callback é uma função passada a outra função como argumento, que é então invocado dentro da função externa para completar algum tipo de rotina ou ação.

    diff --git a/files/pt-br/glossary/caret/index.html b/files/pt-br/glossary/caret/index.html index 584a1ae8f1..3dc4771fb5 100644 --- a/files/pt-br/glossary/caret/index.html +++ b/files/pt-br/glossary/caret/index.html @@ -1,7 +1,8 @@ --- title: caret -slug: Glossario/caret +slug: Glossary/caret translation_of: Glossary/caret +original_slug: Glossario/caret ---

    Um caret (às vezes chamado de "cursor de texto") é um indicador exibido na tela para indicar onde a entrada de texto será inserida. A maioria das interfaces de usuário representam o caret usando uma linha vertical fina ou uma caixa do tamanho de um caractere que pisca, mas isso pode variar. Este ponto do texto é chamado de ponto de inserção. A palavra "careta" diferencia o ponto de inserção de texto do cursor do mouse.

    diff --git a/files/pt-br/glossary/cdn/index.html b/files/pt-br/glossary/cdn/index.html index e539a279ae..b7611d6dbe 100644 --- a/files/pt-br/glossary/cdn/index.html +++ b/files/pt-br/glossary/cdn/index.html @@ -1,11 +1,12 @@ --- title: CDN -slug: Glossario/CDN +slug: Glossary/CDN tags: - Glossario(2) - Infraestrutura - Rede de fornecimento de conteúdo - cdn translation_of: Glossary/CDN +original_slug: Glossario/CDN ---

    CDN é a sigla para (Content Delivery Network) ou seja, Rede de Fornecimento de Conteúdo na tradução livre. É um grupo de servidores espalhados em muitos locais. Esses servidores armazenam cópias duplicadas de dados para que os servidores possam atender às solicitações de dados com base nos quais servidores estão mais próximos dos respectivos usuários finais. CDNs deixa os servidores menos sobrecarregados quando possuem alto tráfego de dados.

    diff --git a/files/pt-br/glossary/character/index.html b/files/pt-br/glossary/character/index.html index 7ce3a97b55..9a9de583a4 100644 --- a/files/pt-br/glossary/character/index.html +++ b/files/pt-br/glossary/character/index.html @@ -1,11 +1,12 @@ --- title: Caractere -slug: Glossario/Caractere +slug: Glossary/Character tags: - CodingScripting - Glossário - strings translation_of: Glossary/Character +original_slug: Glossario/Caractere ---

    Um caractere é um símbolo (letras, números, pontuação)  ou de controle não imprimível (por exemplo, carriage return ou hífen). {{glossary ("UTF-8")}} é o conjunto de caracteres mais comum e inclui os grafemas dos idiomas humanos mais populares.

    diff --git a/files/pt-br/glossary/character_encoding/index.html b/files/pt-br/glossary/character_encoding/index.html index b1748642cf..bc14288cbf 100644 --- a/files/pt-br/glossary/character_encoding/index.html +++ b/files/pt-br/glossary/character_encoding/index.html @@ -1,7 +1,8 @@ --- title: Character encoding -slug: Glossario/character_encoding +slug: Glossary/character_encoding translation_of: Glossary/character_encoding +original_slug: Glossario/character_encoding ---

    Uma codificação define um mapeamento entre bytes e texto. Uma sequência de bytes permite diferentes interpretações textuais. Ao especificar uma codificação específica (como UTF-8), especificamos como a sequência de bytes deve ser interpretada.

    diff --git a/files/pt-br/glossary/chrome/index.html b/files/pt-br/glossary/chrome/index.html index d16366cc3d..3f36d6d207 100644 --- a/files/pt-br/glossary/chrome/index.html +++ b/files/pt-br/glossary/chrome/index.html @@ -1,11 +1,12 @@ --- title: Chrome -slug: Glossario/Chrome +slug: Glossary/Chrome tags: - Chrome - Glossário - Navegador translation_of: Glossary/Chrome +original_slug: Glossario/Chrome ---

    Em um navegador, o chrome é qualquer aspecto visível do navegador aparte das páginas web (ex., barra de ferramentas, menus, abas). Não deve ser confundido com o {{glossary("Google Chrome")}} navegador.

    diff --git a/files/pt-br/glossary/class/index.html b/files/pt-br/glossary/class/index.html index 688df4d764..8bfd8005b6 100644 --- a/files/pt-br/glossary/class/index.html +++ b/files/pt-br/glossary/class/index.html @@ -1,10 +1,11 @@ --- title: Class -slug: Glossario/Class +slug: Glossary/Class tags: - Classe - Glossário translation_of: Glossary/Class +original_slug: Glossario/Class ---

    Em {{glossary("OOP","programação orientada a objeto")}}, uma classe define as características de um {{glossary("object","objecto")}}. A classe é uma definição de  modelo de {{glossary("property","propriedades")}} e {{glossary("method","metódos")}} de um objeto, o "projeto" a partir do qual outras instâncias mais específicas do objeto são desenhados.

    diff --git a/files/pt-br/glossary/cms/index.html b/files/pt-br/glossary/cms/index.html index e0501a2bbc..7c3944fcb6 100644 --- a/files/pt-br/glossary/cms/index.html +++ b/files/pt-br/glossary/cms/index.html @@ -1,11 +1,12 @@ --- title: CMS -slug: Glossario/CMS +slug: Glossary/CMS tags: - CMS - Glossário - Sistema de gerenciamento de conteúdo translation_of: Glossary/CMS +original_slug: Glossario/CMS ---

    O CMS da sigla em inglês( Content Management System) ou seja, Sistema de Gerenciamento de Conteúdo, é um software que permite usuários publicar, organizar, mudar ou remover vários tipos de conteúdo, não apenas textos mas também incorporação de imagens, vídeos , aúdios e códigos interativos

    diff --git a/files/pt-br/glossary/computer_programming/index.html b/files/pt-br/glossary/computer_programming/index.html index 34dff2ed11..5ee9bee417 100644 --- a/files/pt-br/glossary/computer_programming/index.html +++ b/files/pt-br/glossary/computer_programming/index.html @@ -1,11 +1,12 @@ --- title: Programação de Computadores -slug: Glossario/Programação_de_Computadores +slug: Glossary/Computer_Programming tags: - Linguagem de Programação - Programação - Programação de Computadores translation_of: Glossary/Computer_Programming +original_slug: Glossario/Programação_de_Computadores ---

    Programação é o processo que formula a solução de um problema computacional ou automatiza uma tarefa repetitiva na forma de uma série de instruções sequenciais em um programa executável.

    diff --git a/files/pt-br/glossary/cors/index.html b/files/pt-br/glossary/cors/index.html index 3fbec520a7..fdd042ce6b 100644 --- a/files/pt-br/glossary/cors/index.html +++ b/files/pt-br/glossary/cors/index.html @@ -1,6 +1,6 @@ --- title: CORS -slug: Glossario/CORS +slug: Glossary/CORS tags: - Glossary - Glossário @@ -9,6 +9,7 @@ tags: - Security - Segurança translation_of: Glossary/CORS +original_slug: Glossario/CORS ---

    CORS (Cross-Origin Resource Sharing) é um sistema que consiste na transmissão de {{Glossary("Header", "HTTP headers")}}, que determina se navegadores vão bloquear código JavaScript de acessarem respostas provindas de requisições entre origens.

    diff --git a/files/pt-br/glossary/crud/index.html b/files/pt-br/glossary/crud/index.html index 5a5ab4e30d..f241eaabac 100644 --- a/files/pt-br/glossary/crud/index.html +++ b/files/pt-br/glossary/crud/index.html @@ -1,10 +1,11 @@ --- title: CRUD -slug: Glossario/CRUD +slug: Glossary/CRUD tags: - Glossário - Infraestrutura translation_of: Glossary/CRUD +original_slug: Glossario/CRUD ---

    CRUD (Create, Read, Update, Delete) é um acrônimo para as maneiras de se operar em informação armazenada. É um mnemônico para as quatro operações básicas de armazenamento persistente. CRUD tipicamente refere-se a operações perfomadas em um banco de dados ou base de dados, mas também pode aplicar-se para funções de alto nível de uma aplicação, como exclusões reversíveis, onde a informação não é realmente deletada, mas é marcada como deletada via status.

    diff --git a/files/pt-br/glossary/css/index.html b/files/pt-br/glossary/css/index.html index f3efc39ca6..1914b79bc5 100644 --- a/files/pt-br/glossary/css/index.html +++ b/files/pt-br/glossary/css/index.html @@ -1,11 +1,12 @@ --- title: CSS -slug: Glossario/CSS +slug: Glossary/CSS tags: - CSS - Glossário - Web translation_of: Glossary/CSS +original_slug: Glossario/CSS ---

    CSS (Cascading Style Sheets) é uma linguagem declarativa que controla a apresentação visual de páginas web em um {{glossary("browser","navegador")}}. O navegador aplica as declarações de estilo CSS aos elementos selecionados para exibi-los apropriadamente. Uma declaração de estilo contem as propriedades e seus valores, que determinam a aparência de uma página web.

    diff --git a/files/pt-br/glossary/css_pixel/index.html b/files/pt-br/glossary/css_pixel/index.html index 327c7e0147..ddf101fec6 100644 --- a/files/pt-br/glossary/css_pixel/index.html +++ b/files/pt-br/glossary/css_pixel/index.html @@ -1,6 +1,6 @@ --- title: Pixel CSS -slug: Glossario/CSS_pixel +slug: Glossary/CSS_pixel tags: - CSS - Glossário @@ -12,6 +12,7 @@ tags: - tamanho - unidade translation_of: Glossary/CSS_pixel +original_slug: Glossario/CSS_pixel ---

    O Pixel CSS - denotado no {{Glossary("CSS")}} pelo sufixo px - é uma unidade de comprimento que corresponde aproximadamente a largura ou altura de um ponto único que pode ser confortavelmente visto pelos olhos humanos sem esforço, mas é o menor possível. Por definição, esse é o tamanho físico de um único píxel em uma densidade de 96 DPI, situado a um braço de distância dos olhos do observador.

    diff --git a/files/pt-br/glossary/css_preprocessor/index.html b/files/pt-br/glossary/css_preprocessor/index.html index d41fb8f1a5..2663a70f15 100644 --- a/files/pt-br/glossary/css_preprocessor/index.html +++ b/files/pt-br/glossary/css_preprocessor/index.html @@ -1,10 +1,11 @@ --- title: Pré-processador CSS -slug: Glossario/CSS_preprocessor +slug: Glossary/CSS_preprocessor tags: - CSS - Glossário translation_of: Glossary/CSS_preprocessor +original_slug: Glossario/CSS_preprocessor ---

    Um pré-processador CSS é um programa que permite você gerar {{Glossary("CSS")}} a partir de uma {{Glossary("syntax", "sintaxe")}} única desse pré-processador. Existem muitos pré-processadores CSS para escolha, no entanto, a maioria deles irá adicionar algumas funcionalidades extras que não existem no CSS puro, como um mixin, seletores aninhados, herança de seletores, e assim por diante. Essas funcionalidades fazem a estrutura do CSS mais legível e fácil de manter.

    diff --git a/files/pt-br/glossary/css_selector/index.html b/files/pt-br/glossary/css_selector/index.html index b45e0cdc77..e724bc1942 100644 --- a/files/pt-br/glossary/css_selector/index.html +++ b/files/pt-br/glossary/css_selector/index.html @@ -1,7 +1,8 @@ --- title: Selector (CSS) -slug: Glossario/CSS_Selector +slug: Glossary/CSS_Selector translation_of: Glossary/CSS_Selector +original_slug: Glossario/CSS_Selector ---

    O seletor CSS é parte da regra do CSS que lhe permite selecionar qual elemento(s) vai receber o estilo pela regra. Por exemplo:

    diff --git a/files/pt-br/glossary/cssom/index.html b/files/pt-br/glossary/cssom/index.html index 834f607810..6685d1a3f4 100644 --- a/files/pt-br/glossary/cssom/index.html +++ b/files/pt-br/glossary/cssom/index.html @@ -1,6 +1,6 @@ --- title: Modelo de Objeto CSS (CSSOM) -slug: Glossario/CSSOM +slug: Glossary/CSSOM tags: - CSS - CSSOM @@ -8,6 +8,7 @@ tags: - Glossário - Performance Web translation_of: Glossary/CSSOM +original_slug: Glossario/CSSOM ---

    O Modelo de Objeto CSS (CSSOM) é um mapeamento de todos os seletores CSS e propriedades relevantes para cada seletor no formato de árvore, com um nó raiz, irmão, descendente, filho e outro relacionamento. O CSSOM é muito similar ao {{glossary('DOM', 'Modelo de Objeto de Documento (DOM)')}}. Ambos são parte do caminho de renderização crítica, o qual é uma série de etapas que devem acontecer para renderizar o site corretamente.

    diff --git a/files/pt-br/glossary/doctype/index.html b/files/pt-br/glossary/doctype/index.html index f21ccfd7fd..550dd1f397 100644 --- a/files/pt-br/glossary/doctype/index.html +++ b/files/pt-br/glossary/doctype/index.html @@ -1,7 +1,8 @@ --- title: Doctype -slug: Glossario/Doctype +slug: Glossary/Doctype translation_of: Glossary/Doctype +original_slug: Glossario/Doctype ---

    No {{Glossary("HTML")}}, o doctype é a introdução "<!DOCTYPE html>" encontrada no topo de todos os documentos. Seu único propósito é evitar que o {{Glossary("browser")}} mude para os chamados “quirks mode” quando renderizar um documento; isto é, o "<!DOCTYPE html>" doctype garante que o browser faça um esforço na tentativa de seguir as especificações relevantes, em vez de usar um modo de renderização diferente e que seja incompatível com algumas especificações.

    diff --git a/files/pt-br/glossary/dom/index.html b/files/pt-br/glossary/dom/index.html index 0b6954aad3..0d79e1b063 100644 --- a/files/pt-br/glossary/dom/index.html +++ b/files/pt-br/glossary/dom/index.html @@ -1,10 +1,11 @@ --- title: DOM -slug: Glossario/DOM +slug: Glossary/DOM tags: - DOM - Glossário translation_of: Glossary/DOM +original_slug: Glossario/DOM ---

    O Modelo de Objeto de Documentos (do inglês Document Object Model, DOM) é uma {{Glossary("API")}} definida pelo {{Glossary("W3C")}} para representar e interagir com qualquer documento {{Glossary("HTML")}} ou {{Glossary("XML")}}.

    diff --git a/files/pt-br/glossary/domain/index.html b/files/pt-br/glossary/domain/index.html index 11aceba517..63754a1894 100644 --- a/files/pt-br/glossary/domain/index.html +++ b/files/pt-br/glossary/domain/index.html @@ -1,6 +1,6 @@ --- title: Domínio -slug: Glossario/Domínio +slug: Glossary/Domain tags: - Domínio - Glossário @@ -8,6 +8,7 @@ tags: - Navegador - Networking translation_of: Glossary/Domain +original_slug: Glossario/Domínio ---

    Um domínio é uma autoridade na internet que controla seus próprios recursos. Seu "nome de domínio" é uma forma de endereçar essa autoridade como parte da hierarquia de uma {{Glossary("URL")}} — normalmente a parte mais memorável dela, por exemplo por ser uma marca.

    diff --git a/files/pt-br/glossary/domain_name/index.html b/files/pt-br/glossary/domain_name/index.html index 26b2366540..428124e481 100644 --- a/files/pt-br/glossary/domain_name/index.html +++ b/files/pt-br/glossary/domain_name/index.html @@ -1,12 +1,13 @@ --- title: Nome de domínio -slug: Glossario/Nome_de_domínio +slug: Glossary/Domain_name tags: - Glossário - Mecanismos Web - Nome de domínio - Protocolo translation_of: Glossary/Domain_name +original_slug: Glossario/Nome_de_domínio ---

    Um nome de domínio é um endereço de uma página na {{Glossary("Internet")}}. Nomes de domínios são usados em {{Glossary("URL","URLs")}} para identificar a qual servidor uma página específica pertence. O domínio consiste de uma sequência hierárquica de nomes (rótulo) separados por períodos (pontos) e terminando com uma {{Glossary("TLD","extensão")}}.

    diff --git a/files/pt-br/glossary/dynamic_programming_language/index.html b/files/pt-br/glossary/dynamic_programming_language/index.html index 8932c14227..db3c63df3a 100644 --- a/files/pt-br/glossary/dynamic_programming_language/index.html +++ b/files/pt-br/glossary/dynamic_programming_language/index.html @@ -1,11 +1,12 @@ --- title: Linguagem de programação dinâmica -slug: Glossario/Linguagem_de_programação_dinâmica +slug: Glossary/Dynamic_programming_language tags: - Glossário - Iniciante - ScriptingDeCodificação translation_of: Glossary/Dynamic_programming_language +original_slug: Glossario/Linguagem_de_programação_dinâmica ---

    Uma linguagem de programação dinâmica é uma linguagem de programação na qual determinadas operações podem ser feitas em tempo de execução em vez de em tempo de compilação. Por exemplo, em JavaScript é possível mudar o tipo de uma variável ou adicionar novas propriedades ou métodos a um objeto enquanto o programa está sendo executado.

    diff --git a/files/pt-br/glossary/ecma/index.html b/files/pt-br/glossary/ecma/index.html index 4e51c82b8c..3f63f51fb1 100644 --- a/files/pt-br/glossary/ecma/index.html +++ b/files/pt-br/glossary/ecma/index.html @@ -1,10 +1,11 @@ --- title: ECMA -slug: Glossario/ECMA +slug: Glossary/ECMA tags: - Glossário - Mecanismos Web translation_of: Glossary/ECMA +original_slug: Glossario/ECMA ---

    Ecma International (oficialmente Associação Européia dos Fabricantes de Computadores) é uma organização sem fins lucrativos que desenvolve os padrões para hardware de computadores, comunicações e linguagens de programação.

    diff --git a/files/pt-br/glossary/element/index.html b/files/pt-br/glossary/element/index.html index 70420db414..b010df4780 100644 --- a/files/pt-br/glossary/element/index.html +++ b/files/pt-br/glossary/element/index.html @@ -1,11 +1,12 @@ --- title: Elemento -slug: Glossario/Elemento +slug: Glossary/Element tags: - Codificação de Scripts - Glossário - HTML translation_of: Glossary/Element +original_slug: Glossario/Elemento ---

    Um elemento é parte de uma página web. Em XML e HTML, um elemento pode conter um item de dados, ou um bloco de texto, ou uma imagem, ou talvez nada. Um elemento típico inclui uma tag de abertura com alguns atributos, o conteúdo de texto incluído e uma tag de fechamento.
    Example: in <p class="nice">Hello world!</p>, '<p class="nice">' is an opening tag, 'class="nice"' is an attribute and its value, 'Hello world!' is enclosed text content, and '</p>' is a closing tag.

    diff --git a/files/pt-br/glossary/endianness/index.html b/files/pt-br/glossary/endianness/index.html index f08312ce91..60d2ba2ba6 100644 --- a/files/pt-br/glossary/endianness/index.html +++ b/files/pt-br/glossary/endianness/index.html @@ -1,11 +1,12 @@ --- title: Endianness -slug: Glossario/Endianness +slug: Glossary/Endianness tags: - Coding - CodingScripting - Glossary translation_of: Glossary/Endianness +original_slug: Glossario/Endianness ---

    "Endian" and "endianness" (ou "ordem-de-bytes") descrevem como os computadores organizam os bytes que compõem os números.

    diff --git a/files/pt-br/glossary/entity_header/index.html b/files/pt-br/glossary/entity_header/index.html index 8c49620d03..f1247aae36 100644 --- a/files/pt-br/glossary/entity_header/index.html +++ b/files/pt-br/glossary/entity_header/index.html @@ -1,7 +1,8 @@ --- title: Cabeçalho de entidade -slug: Glossario/Entity_header +slug: Glossary/Entity_header translation_of: Glossary/Entity_header +original_slug: Glossario/Entity_header ---

    Um cabeçalho de entidade é um {{glossary("header", "HTTP header")}} descrevendo o conteúdo do corpo da mensagem. Cabeçalhos da entidade são usados em ambos, respostas e requerimentos HTTP. Cabeçalhos como {{HTTPHeader("Content-Length")}}, {{HTTPHeader("Content-Language")}}, {{HTTPHeader("Content-Encoding")}} são cabeçalhos de entidade.

    diff --git a/files/pt-br/glossary/falsy/index.html b/files/pt-br/glossary/falsy/index.html index 977b819979..eb74e0e7cf 100644 --- a/files/pt-br/glossary/falsy/index.html +++ b/files/pt-br/glossary/falsy/index.html @@ -1,7 +1,8 @@ --- title: Falsy -slug: Glossario/Falsy +slug: Glossary/Falsy translation_of: Glossary/Falsy +original_slug: Glossario/Falsy ---

    Um valor falsy é um valor que se traduz em falso quando avaliado em um contexto {{Glossary("Boolean")}}.

    diff --git a/files/pt-br/glossary/first-class_function/index.html b/files/pt-br/glossary/first-class_function/index.html index 552b841dfa..b8dca95711 100644 --- a/files/pt-br/glossary/first-class_function/index.html +++ b/files/pt-br/glossary/first-class_function/index.html @@ -1,7 +1,8 @@ --- title: Função First-class -slug: Glossario/Funcao-First-class +slug: Glossary/First-class_Function translation_of: Glossary/First-class_Function +original_slug: Glossario/Funcao-First-class ---

    Entede-se que uma linguagem de programação tem Função First-class quando suas funções são tratadas como qualquer outra variável. Por exemplo, numa linguagem desse tipo, a função pode ser passada como argumento pra outras funções, ser retornada por outra função e pode ser atribuída como um valor à uma variável.

    diff --git a/files/pt-br/glossary/flex/index.html b/files/pt-br/glossary/flex/index.html index 08bd53ec1a..bbbce501cd 100644 --- a/files/pt-br/glossary/flex/index.html +++ b/files/pt-br/glossary/flex/index.html @@ -1,7 +1,8 @@ --- title: Flex -slug: Glossario/Flex +slug: Glossary/Flex translation_of: Glossary/Flex +original_slug: Glossario/Flex ---

    flex é um novo valor adicionado à propriedade {{cssxref("display")}}. Junto com o inline-flex, este valor faz com que o elemento aplicado seja um {{glossary("flex container")}}, e seus filhos se transformem então em {{glossary("flex item")}}.Os itens então farão parte de um layout flex, e todas as propriedades definidas no CSS Flexbox poderão ser aplicadas.

    diff --git a/files/pt-br/glossary/forbidden_header_name/index.html b/files/pt-br/glossary/forbidden_header_name/index.html index 0eef8a148a..3536cbc76a 100644 --- a/files/pt-br/glossary/forbidden_header_name/index.html +++ b/files/pt-br/glossary/forbidden_header_name/index.html @@ -1,7 +1,8 @@ --- title: Nome de cabeçalho proibido -slug: Glossario/Forbidden_header_name +slug: Glossary/Forbidden_header_name translation_of: Glossary/Forbidden_header_name +original_slug: Glossario/Forbidden_header_name ---

    Um nome de cabeçalho proibido é o nome de qualquer cabeçalho HTTP que não pode ser modificado programaticamente; especificamente, um nome de cabeçalho de solicitação HTTP (em contraste com um {{Glossary("Forbidden response header name")}}).

    diff --git a/files/pt-br/glossary/forbidden_response_header_name/index.html b/files/pt-br/glossary/forbidden_response_header_name/index.html index 4acb9a5835..3d92d900ac 100644 --- a/files/pt-br/glossary/forbidden_response_header_name/index.html +++ b/files/pt-br/glossary/forbidden_response_header_name/index.html @@ -1,12 +1,13 @@ --- title: Forbidden response header name -slug: Glossario/Forbidden_response_header_name +slug: Glossary/Forbidden_response_header_name tags: - Glossário - HTTP - Response - forbidden translation_of: Glossary/Forbidden_response_header_name +original_slug: Glossario/Forbidden_response_header_name ---

    Um nome de cabeçalho de resposta proibido é um  nome de cabeçalho HTTP  (ou `Set-Cookie` ou ` Set-Cookie2`) que não pode ser modificado programaticamente.

    diff --git a/files/pt-br/glossary/function/index.html b/files/pt-br/glossary/function/index.html index e3a195cabd..ce23a6d719 100644 --- a/files/pt-br/glossary/function/index.html +++ b/files/pt-br/glossary/function/index.html @@ -1,12 +1,13 @@ --- title: Função -slug: Glossario/Função +slug: Glossary/Function tags: - Glossário - Iniciante - Intro - JavaScript translation_of: Glossary/Function +original_slug: Glossario/Função ---

     

    diff --git a/files/pt-br/glossary/fuzzing/index.html b/files/pt-br/glossary/fuzzing/index.html index 6d6a97581a..3c57581b4e 100644 --- a/files/pt-br/glossary/fuzzing/index.html +++ b/files/pt-br/glossary/fuzzing/index.html @@ -1,6 +1,6 @@ --- title: Teste de Fuzzing -slug: Glossario/Fuzzing +slug: Glossary/Fuzzing tags: - Firefox - Fuzzing @@ -9,6 +9,7 @@ tags: - Segurança - Teste translation_of: Glossary/Fuzzing +original_slug: Glossario/Fuzzing ---

    O Fuzzing é uma técnica para testar o software usando ferramentas automáticas para fornecer entradas inválidas ou inesperadas para um programa ou função em um programa, logo verificando os resultados para ver se o programa falha ou age de forma inapropriada. Essa é uma forma importante para garantir que o software está estável, confiável e seguro, e nós usamos muito o fuzzing no Mozilla.

    diff --git a/files/pt-br/glossary/gecko/index.html b/files/pt-br/glossary/gecko/index.html index 4de4954dda..02c23e836b 100644 --- a/files/pt-br/glossary/gecko/index.html +++ b/files/pt-br/glossary/gecko/index.html @@ -1,6 +1,6 @@ --- title: Gecko -slug: Glossario/Gecko +slug: Glossary/Gecko tags: - Firefox OS - Gecko @@ -9,6 +9,7 @@ tags: - Intro - Mozilla translation_of: Glossary/Gecko +original_slug: Glossario/Gecko ---

    Gecko é um motor de layout desenvolvido pela Mozilla Project e utilizado em vários apps/dispositivos, incluindo {{glossary("Mozilla Firefox","Firefox")}} e {{glossary("Firefox OS")}}.

    diff --git a/files/pt-br/glossary/general_header/index.html b/files/pt-br/glossary/general_header/index.html index c86f962300..cc21ec5dc5 100644 --- a/files/pt-br/glossary/general_header/index.html +++ b/files/pt-br/glossary/general_header/index.html @@ -1,7 +1,8 @@ --- title: Cabeçalho Genérico -slug: Glossario/General_header +slug: Glossary/General_header translation_of: Glossary/General_header +original_slug: Glossario/General_header ---

    Um cabeçalho genérico  é um {{glossary('Header', ' cabeçalho HTTP')}} que pode ser de mensagens de solicitação e resposta, mas isso não é aplicado ao seu conteúdo. De acordo com o contexto em que são usados, podem ser cabeçalho de {{glossary("Response header", "resposta")}} ou de {{glossary("request header", "Requisição")}}. Entranto, não são {{glossary("entity header", "cabeçalhos de entidade")}}.

    diff --git a/files/pt-br/glossary/global_object/index.html b/files/pt-br/glossary/global_object/index.html index 85302bf2cc..9d262a0d16 100644 --- a/files/pt-br/glossary/global_object/index.html +++ b/files/pt-br/glossary/global_object/index.html @@ -1,7 +1,8 @@ --- title: Global object -slug: Glossario/Global_object +slug: Glossary/Global_object translation_of: Glossary/Global_object +original_slug: Glossario/Global_object ---

    Um objeto global é um {{Glossary("objeto")}} que sempre está definido no {{Glossary("escopo global")}}.

    diff --git a/files/pt-br/glossary/graceful_degradation/index.html b/files/pt-br/glossary/graceful_degradation/index.html index 42655ffe1e..ec0a588454 100644 --- a/files/pt-br/glossary/graceful_degradation/index.html +++ b/files/pt-br/glossary/graceful_degradation/index.html @@ -1,7 +1,8 @@ --- title: Degradação graciosa -slug: Glossario/degradação_graciosa +slug: Glossary/Graceful_degradation translation_of: Glossary/Graceful_degradation +original_slug: Glossario/degradação_graciosa ---

    Degradação graciosa é uma filosofia de design centrada na tentativa de criar um site/aplicativo moderno que funcione nos navegadores mais recentes, mas recorre a uma experiência que, embora não tão boa, ainda oferece conteúdo e funcionalidade essenciais para os navegadores antigos.

    diff --git a/files/pt-br/glossary/grid/index.html b/files/pt-br/glossary/grid/index.html index ee60bf19a9..a34050d2e4 100644 --- a/files/pt-br/glossary/grid/index.html +++ b/files/pt-br/glossary/grid/index.html @@ -1,7 +1,8 @@ --- title: Grade -slug: Glossario/Grade +slug: Glossary/Grid translation_of: Glossary/Grid +original_slug: Glossario/Grade ---

    Uma grade no CSS é definida usando o valor grid da propriedade {{cssxref("display")}}; você pode definir colunas e linhas na sua grade usando as propridades {{cssxref("grid-template-rows")}} e {{cssxref("grid-template-columns")}}.

    diff --git a/files/pt-br/glossary/grid_areas/index.html b/files/pt-br/glossary/grid_areas/index.html index 0e9969dd3d..54cb138df8 100644 --- a/files/pt-br/glossary/grid_areas/index.html +++ b/files/pt-br/glossary/grid_areas/index.html @@ -1,7 +1,8 @@ --- title: Grid Areas -slug: Glossario/Grid_Areas +slug: Glossary/Grid_Areas translation_of: Glossary/Grid_Areas +original_slug: Glossario/Grid_Areas ---

    Um  grid area  é um ou mais {{glossary("grid cell", "grid cells")}} que compõem uma área retangular do grid.  As Grid Areas quando se coloca um item  usando line-based placement (posicionamento baseado em colunas e linha)ou quando define áreas usando named grid areas(substituindo o nome).

    diff --git a/files/pt-br/glossary/hoisting/index.html b/files/pt-br/glossary/hoisting/index.html index a60854cad1..74d818ea26 100644 --- a/files/pt-br/glossary/hoisting/index.html +++ b/files/pt-br/glossary/hoisting/index.html @@ -1,7 +1,8 @@ --- title: Hoisting -slug: Glossario/Hoisting +slug: Glossary/Hoisting translation_of: Glossary/Hoisting +original_slug: Glossario/Hoisting ---

    Hoisting (içamento, em português) é um termo que você não encontrará usado em nenhuma prosa de especificação normativa antes da especificação de idioma do ECMAScript® 2015. Hoisting foi pensado como uma maneira geral de pensar sobre como os contextos de execução (especificamente as fases de criação e execução) funcionam em JavaScript. No entanto, o conceito pode ser um pouco confuso a princípio.

    diff --git a/files/pt-br/glossary/hsts/index.html b/files/pt-br/glossary/hsts/index.html index 0ea7646bd3..c959425c1b 100644 --- a/files/pt-br/glossary/hsts/index.html +++ b/files/pt-br/glossary/hsts/index.html @@ -1,11 +1,12 @@ --- title: HSTS -slug: Glossario/HSTS +slug: Glossary/HSTS tags: - HSTS - HTTP - Segurança translation_of: Glossary/HSTS +original_slug: Glossario/HSTS ---

    O HTTP Strict Transport Security permite que um site informe ao navegador que ele nunca deve carregar o site usando HTTP e deve converter automaticamente todas as tentativas de acessar o site usando HTTP para solicitações HTTPS. Consiste em um cabeçalho HTTP Strict-Transport-Security, enviado de volta pelo servidor com o recurso.

    diff --git a/files/pt-br/glossary/html/index.html b/files/pt-br/glossary/html/index.html index ed6e0dfc0d..6526123fb7 100644 --- a/files/pt-br/glossary/html/index.html +++ b/files/pt-br/glossary/html/index.html @@ -1,12 +1,13 @@ --- title: HTML -slug: Glossario/HTML +slug: Glossary/HTML tags: - Glossário - HTML - Web - scripts translation_of: Glossary/HTML +original_slug: Glossario/HTML ---

    HTML (HyperText Markup Language) é uma linguagem descritiva que especifica a estrutura de uma página web.

    diff --git a/files/pt-br/glossary/http/index.html b/files/pt-br/glossary/http/index.html index 6e3ea45f9c..c9f926c680 100644 --- a/files/pt-br/glossary/http/index.html +++ b/files/pt-br/glossary/http/index.html @@ -1,6 +1,6 @@ --- title: HTTP -slug: Glossario/HTTP +slug: Glossary/HTTP tags: - Glossário - HTTP @@ -8,6 +8,7 @@ tags: - Iniciante - Protocolos translation_of: Glossary/HTTP +original_slug: Glossario/HTTP ---

     

    diff --git a/files/pt-br/glossary/http_2/index.html b/files/pt-br/glossary/http_2/index.html index d1884d16d3..49063fa674 100644 --- a/files/pt-br/glossary/http_2/index.html +++ b/files/pt-br/glossary/http_2/index.html @@ -1,14 +1,15 @@ --- title: HTTP/2 -slug: Glossario/HTTP_2 +slug: Glossary/HTTP_2 tags: - Glossário - HTTP - Infraestrutura - Performance na Web - Referencia - - 'l10n:prioridade' + - l10n:prioridade translation_of: Glossary/HTTP_2 +original_slug: Glossario/HTTP_2 ---

    HTTP/2 é a principal revisão do protocolo de rede HTTP. Os princiais objetivos do HTTP/2 são reduzir a latência, permitindo a multiplexação total das requisições e respostas, minimizar a sobrecarga do protocolo por meio da compactação eficiente dos campos do cabeçalho HTTP e adicionar suporte para priorização de requisições e notificações dos servidores.

    diff --git a/files/pt-br/glossary/http_header/index.html b/files/pt-br/glossary/http_header/index.html index 24bbb51bb6..ba2fc63046 100644 --- a/files/pt-br/glossary/http_header/index.html +++ b/files/pt-br/glossary/http_header/index.html @@ -1,6 +1,6 @@ --- title: Cabeçalho HTTP -slug: Glossario/Cabecalho_HTTP +slug: Glossary/HTTP_header tags: - Cabeçalho HTTP - Glossary @@ -9,6 +9,7 @@ tags: - Mecânicas da Web - WebMechanics translation_of: Glossary/HTTP_header +original_slug: Glossario/Cabecalho_HTTP ---

    Um Cabeçalho HTTP é um campo de uma requisição ou resposta HTTP que passa informações adicionais, alterando ou melhorando a precisão da semântica da mensagem ou do corpo. Cabeçalhos são case-insensitive, iniciam-se no começo da linha e são seguidos imediamente por um ':' e um valor dependendo do cabeçalho em si. O valor termina no próximo CRLF ou no fim da mensagem.

    diff --git a/files/pt-br/glossary/https/index.html b/files/pt-br/glossary/https/index.html index 577c1d37c8..31ac2fcad2 100644 --- a/files/pt-br/glossary/https/index.html +++ b/files/pt-br/glossary/https/index.html @@ -1,12 +1,13 @@ --- title: HTTPS -slug: Glossario/https +slug: Glossary/https tags: - Glossário - HTTPS - Infraestrutura - Segurança translation_of: Glossary/https +original_slug: Glossario/https ---

    HTTPS (HTTP Secure) é uma versão do protocolo {{Glossary("HTTP")}} criptografado. É normalmente usado {{Glossary("SSL")}} ou {{Glossary("TLS")}} para criptografar toda a comunicação entre um cliente e um servidor. Essa conexão segura permite aos clientes trocar com segurança dados confidenciais com o servidor, por exemplo, para atividades bancárias ou compras online.

    diff --git a/files/pt-br/glossary/idempotent/index.html b/files/pt-br/glossary/idempotent/index.html index 8966157c34..8a23e78e11 100644 --- a/files/pt-br/glossary/idempotent/index.html +++ b/files/pt-br/glossary/idempotent/index.html @@ -1,12 +1,13 @@ --- title: Idempotente -slug: Glossario/Idempotente +slug: Glossary/Idempotent tags: - Glossary - Glossário - Mecânicas da Web - WebMechanics translation_of: Glossary/Idempotent +original_slug: Glossario/Idempotente ---

    Um método HTTP é idempotente se uma requisição idêntica pode ser feita uma ou mais vezes em sequência com o mesmo efeito enquanto deixa o servidor no mesmo estado. Em outras palavras, um método idempotente não deveria possuir nenhum efeito colateral (exceto para manter estatísticas). Implementados corretamente, o {{HTTPMethod("GET")}}, {{HTTPMethod("HEAD")}}, {{HTTPMethod("PUT")}}, e {{HTTPMethod("DELETE")}} são métodos idempotentes, mas não o método {{HTTPMethod("POST")}}. Todos os métodos  {{glossary("seguro")}}s também são idempotentes.

    diff --git a/files/pt-br/glossary/identifier/index.html b/files/pt-br/glossary/identifier/index.html index a94516e145..fa293979da 100644 --- a/files/pt-br/glossary/identifier/index.html +++ b/files/pt-br/glossary/identifier/index.html @@ -1,11 +1,12 @@ --- title: Identificador (Identifier) -slug: Glossario/Identificador +slug: Glossary/Identifier tags: - Compatilhando - Glossário - Iniciante translation_of: Glossary/Identifier +original_slug: Glossario/Identificador ---

    Uma sequência de caracteres no código, que identifica uma {{glossary("variável")}}, {{glossary("função")}}, ou {{glossary("propriedade")}}.

    diff --git a/files/pt-br/glossary/iife/index.html b/files/pt-br/glossary/iife/index.html index cff1519346..1a50dae6c9 100644 --- a/files/pt-br/glossary/iife/index.html +++ b/files/pt-br/glossary/iife/index.html @@ -1,11 +1,12 @@ --- title: IIFE -slug: Glossario/IIFE +slug: Glossary/IIFE tags: - DesignPattern - Glossário - JavaScript translation_of: Glossary/IIFE +original_slug: Glossario/IIFE ---

    IIFE (Immediately Invoked Function Expression) é uma função em {{glossary("JavaScript")}} que é executada assim que definida.

    diff --git a/files/pt-br/glossary/index.html b/files/pt-br/glossary/index.html index 48bbbd527d..7d40a959c8 100644 --- a/files/pt-br/glossary/index.html +++ b/files/pt-br/glossary/index.html @@ -1,10 +1,11 @@ --- title: Glossário -slug: Glossario +slug: Glossary tags: - Glossário - Iniciante translation_of: Glossary +original_slug: Glossario ---
    {{LearnBox({"title":"Aprenda um novo termo:"})}}
    diff --git a/files/pt-br/glossary/indexeddb/index.html b/files/pt-br/glossary/indexeddb/index.html index 94bd23015a..7e81f4ecae 100644 --- a/files/pt-br/glossary/indexeddb/index.html +++ b/files/pt-br/glossary/indexeddb/index.html @@ -1,12 +1,13 @@ --- title: IndexedDB -slug: Glossario/IndexedDB +slug: Glossary/IndexedDB tags: - API - Banco de Dados - Glossário - Sql translation_of: Glossary/IndexedDB +original_slug: Glossario/IndexedDB ---

    IndexedDB é uma {{glossary("API")}} de web para armazenar volumosas estruturas de dados dentro dos navegadores e indexá-los para buscas de alta performance. Sendo um RDBMS baseado em {{glossary("SQL")}}, IndexedDB é um sistema de banco de dados transacionais. Porém ele usa objetos {{glossary("JavaScript")}} ao invés de tabelas em colunas fixas para armazenar os dados.

    diff --git a/files/pt-br/glossary/internet/index.html b/files/pt-br/glossary/internet/index.html index c03661d276..bc6ccd4c9e 100644 --- a/files/pt-br/glossary/internet/index.html +++ b/files/pt-br/glossary/internet/index.html @@ -1,6 +1,6 @@ --- title: Internet -slug: Glossario/Internet +slug: Glossary/Internet tags: - Glossário - Guía @@ -11,6 +11,7 @@ tags: - Tutorial - Web translation_of: Glossary/Internet +original_slug: Glossario/Internet ---

    A Internet é a rede mundial de redes que utiliza o conjunto de protocolos da Internet (também chamado {{glossary("TCP")}}/{{glossary("IPv6","IP")}} dos seus dois mais importantes {{glossary("protocol","protocolos")}}).

    diff --git a/files/pt-br/glossary/ip_address/index.html b/files/pt-br/glossary/ip_address/index.html index a6d7fb91c1..004f8a0b01 100644 --- a/files/pt-br/glossary/ip_address/index.html +++ b/files/pt-br/glossary/ip_address/index.html @@ -1,12 +1,13 @@ --- title: Endereço IP -slug: Glossario/Endereco_IP +slug: Glossary/IP_Address tags: - Glossário - Infraestrutura - Iniciante - Web translation_of: Glossary/IP_Address +original_slug: Glossario/Endereco_IP ---

    Um endereço IP é um número atribuído a cada dispositivo conectado a uma rede que usa o protocolo de Internet.

    diff --git a/files/pt-br/glossary/ipv4/index.html b/files/pt-br/glossary/ipv4/index.html index 909b8fe17d..79ab6668db 100644 --- a/files/pt-br/glossary/ipv4/index.html +++ b/files/pt-br/glossary/ipv4/index.html @@ -1,6 +1,6 @@ --- title: IPv4 -slug: Glossario/IPv4 +slug: Glossary/IPv4 tags: - Glossário - IPv4 @@ -8,6 +8,7 @@ tags: - Protocolo - Protocolo de Internet translation_of: Glossary/IPv4 +original_slug: Glossario/IPv4 ---

    IPv4 é a quarta versão do {{Glossary("protocolo")}} de comunicação subjacente à {{glossary("Internet")}} e a primeira versão a ser amplamente implantada.

    diff --git a/files/pt-br/glossary/ipv6/index.html b/files/pt-br/glossary/ipv6/index.html index a301ed653e..0a754ba147 100644 --- a/files/pt-br/glossary/ipv6/index.html +++ b/files/pt-br/glossary/ipv6/index.html @@ -1,6 +1,6 @@ --- title: IPv6 -slug: Glossario/IPv6 +slug: Glossary/IPv6 tags: - Glossário - IPv6 @@ -9,6 +9,7 @@ tags: - Web - WebMechanics translation_of: Glossary/IPv6 +original_slug: Glossario/IPv6 ---

    IPv6 é a versão mais atual do {{glossary("protocol","protocolo")}} de comunicação subjacente da {{glossary("Internet")}}. Lentamente o IPv6 está substituindo o {{Glossary("IPv4")}}, dentre outras razões porque o IPv6 permite vários {{Glossary("Endereço IP","endereços IPs")}} diferentes.

    diff --git a/files/pt-br/glossary/irc/index.html b/files/pt-br/glossary/irc/index.html index 6cf5f86f06..d3ae9cb1a5 100644 --- a/files/pt-br/glossary/irc/index.html +++ b/files/pt-br/glossary/irc/index.html @@ -1,6 +1,6 @@ --- title: IRC -slug: Glossario/IRC +slug: Glossary/IRC tags: - Glossário - Infraestrutura @@ -8,6 +8,7 @@ tags: - Sistema de Chat - irc translation_of: Glossary/IRC +original_slug: Glossario/IRC ---

    O IRC (Internet Relay Chat) é um sistema de chat mundial que requer uma conexão à Internet e um cliente de IRC, que envia e recebe mensagens através do servidor de IRC.

    diff --git a/files/pt-br/glossary/iso/index.html b/files/pt-br/glossary/iso/index.html index 7781a2109f..17df4a5123 100644 --- a/files/pt-br/glossary/iso/index.html +++ b/files/pt-br/glossary/iso/index.html @@ -1,11 +1,12 @@ --- title: ISO -slug: Glossario/ISO +slug: Glossary/ISO tags: - ISO - Normas - padrões translation_of: Glossary/ISO +original_slug: Glossario/ISO ---

    A Organização Internacional de Padronização, popularmente conhecida como ISO (em inglês: International Organization for Standardization), é uma organização internacional que cria padrões/normas para cada tipo de indústria, visando uma melhor coordenação e união internacional. Atualmente 164 países fazem parte da ISO.

    diff --git a/files/pt-br/glossary/jank/index.html b/files/pt-br/glossary/jank/index.html index 0b52d83572..808e87e327 100644 --- a/files/pt-br/glossary/jank/index.html +++ b/files/pt-br/glossary/jank/index.html @@ -1,10 +1,11 @@ --- title: Jank -slug: Glossario/Jank +slug: Glossary/Jank tags: - CodingScripting - Glosário(2) - Performance translation_of: Glossary/Jank +original_slug: Glossario/Jank ---

    Jank se refere à lentidão em uma interface de usuário, geralmente causado por execução de tarefas longas na Thread principal, o bloqueio de renderização, ou esforço demais do processador com processos em segundo plano.

    diff --git a/files/pt-br/glossary/javascript/index.html b/files/pt-br/glossary/javascript/index.html index de5987ece0..38af9394c7 100644 --- a/files/pt-br/glossary/javascript/index.html +++ b/files/pt-br/glossary/javascript/index.html @@ -1,6 +1,6 @@ --- title: JavaScript -slug: Glossario/JavaScript +slug: Glossary/JavaScript tags: - ECMAScript6 - Glossario(2) @@ -10,6 +10,7 @@ tags: - JavaScript - scripts translation_of: Glossary/JavaScript +original_slug: Glossario/JavaScript ---

    Sumário

    diff --git a/files/pt-br/glossary/jpeg/index.html b/files/pt-br/glossary/jpeg/index.html index b875385242..42e8799186 100644 --- a/files/pt-br/glossary/jpeg/index.html +++ b/files/pt-br/glossary/jpeg/index.html @@ -1,11 +1,12 @@ --- title: JPEG -slug: Glossario/JPEG +slug: Glossary/jpeg tags: - Glossário - Iniciante - JPEG translation_of: Glossary/jpeg +original_slug: Glossario/JPEG ---

    JPEG (Joint Photographic Experts Group) é um método de compreensão com perda geralmente usado para imagens digitais.

    diff --git a/files/pt-br/glossary/jquery/index.html b/files/pt-br/glossary/jquery/index.html index 8eb1ccaffb..cf8e0427f9 100644 --- a/files/pt-br/glossary/jquery/index.html +++ b/files/pt-br/glossary/jquery/index.html @@ -1,9 +1,10 @@ --- title: jQuery -slug: Glossario/jQuery +slug: Glossary/jQuery tags: - Jquery em português translation_of: Glossary/jQuery +original_slug: Glossario/jQuery ---

    jQuery é uma {{Glossary("Biblioteca")}} {{Glossary("JavaScript")}} que visa a simplificação na manipulação do {{Glossary("DOM")}} , nas chamadas de {{Glossary("AJAX")}} e no gerenciamento de {{Glossary("Eventos")}} . É muito utilizado por desenvolvedores de Javascript.

    diff --git a/files/pt-br/glossary/json/index.html b/files/pt-br/glossary/json/index.html index 5212f7c589..33dc530de0 100644 --- a/files/pt-br/glossary/json/index.html +++ b/files/pt-br/glossary/json/index.html @@ -1,7 +1,8 @@ --- title: JSON -slug: JSON +slug: Glossary/JSON translation_of: Glossary/JSON +original_slug: JSON ---

    JSON (Notação de Objetos JavaScript) e um formato de dados permutável. Ele assemelha - se próximo a um sub tipo da sintaxe do JavaScript, mas ele não é um tipo de script. (Veja JSON em Referências JavaScript para todos os detalhes). Isto é útil quando escrevemos qualquer tipo de aplicação baseada em JavaScript, incluindo web sites e extensões de navegadores. Por exemplo, você pode armazenar informações no formato em JSON no formato de cookies, ou você pode armazenar as preferências de extensões em JSON como valor de texto nas preferências do navegador.

    JSON e capaz de representar números, booleanos, textos, vazios, e listas (sequência ordenada de valores) e objetos (mapeamento de valores de texto) composto por estes valores (ou por outras listas e objetos). Ele não representa nativamente tipos complexos de dados como funções, expressões regulares, datas, e muito mais. (Objetos de dados por padrão inicializam como texto contendo os dados no formato ISO, enquanto eles não mudam, a informação não é completamente perdida.) Se você precisa preservar muitos valores, você pode transformar valores como eles são inicializados, ou prioritariamente descontinuados, para habilitar JSON para representar tipos de dados adicionais.

    diff --git a/files/pt-br/glossary/key/index.html b/files/pt-br/glossary/key/index.html index d4c5a998d0..13a98eae44 100644 --- a/files/pt-br/glossary/key/index.html +++ b/files/pt-br/glossary/key/index.html @@ -1,11 +1,12 @@ --- title: Key -slug: Glossario/Key +slug: Glossary/Key tags: - Criptografía - Glossário - Segurança translation_of: Glossary/Key +original_slug: Glossario/Key ---

    Uma key é uma parte de informação utilizada por um {{Glossary("cipher")}} para {{Glossary("encryption")}} e/ou {{Glossary("decryption")}}.Mensagens criptografadas devem permanecer seguras mesmo se tudo envolvendo o {{Glossary("cryptosystem")}}, com exceção da key, for de caráter público.

    diff --git a/files/pt-br/glossary/keyword/index.html b/files/pt-br/glossary/keyword/index.html index d50fe81350..f268acbdcb 100644 --- a/files/pt-br/glossary/keyword/index.html +++ b/files/pt-br/glossary/keyword/index.html @@ -1,6 +1,6 @@ --- title: Palavra-chave -slug: Glossario/Palavra-chave +slug: Glossary/Keyword tags: - Busca palavra-chave - Glossário @@ -8,6 +8,7 @@ tags: - Search - busca translation_of: Glossary/Keyword +original_slug: Glossario/Palavra-chave ---

    Uma palavra-chave é a palavra ou a frase que descreve conteúdo. Palavras-chave on-line são utilizadas como pistas para buscadores ou como um conjunto de palavras que identifica e sintetiza o conteúdo dos sites.

    diff --git a/files/pt-br/glossary/localization/index.html b/files/pt-br/glossary/localization/index.html index 42a6f72865..86322fb27e 100644 --- a/files/pt-br/glossary/localization/index.html +++ b/files/pt-br/glossary/localization/index.html @@ -1,7 +1,8 @@ --- title: Localização -slug: Localização +slug: Glossary/Localization translation_of: Glossary/Localization +original_slug: Localização ---

    Localização (L10n) é o processo de tradução de interfaces de software a partir de uma língua para outra e adaptá-lo para atender a uma cultura estrangeira. Esses recursos são para qualquer pessoa com interesse nos aspectos técnicos envolvidos na localização. Eles são para os desenvolvedores e todos os colaboradores.

    diff --git a/files/pt-br/glossary/markup/index.html b/files/pt-br/glossary/markup/index.html index aea536f5c9..53218c2a2a 100644 --- a/files/pt-br/glossary/markup/index.html +++ b/files/pt-br/glossary/markup/index.html @@ -1,11 +1,12 @@ --- title: marcação -slug: Glossario/marcação +slug: Glossary/markup tags: - Glossário - Intro - Marcação translation_of: Glossary/markup +original_slug: Glossario/marcação ---

    Uma linguagem de marcação é aquela projetada para definir e apresentar textos. diff --git a/files/pt-br/glossary/metadata/index.html b/files/pt-br/glossary/metadata/index.html index 8877d38c2e..3cd3fe5dc6 100644 --- a/files/pt-br/glossary/metadata/index.html +++ b/files/pt-br/glossary/metadata/index.html @@ -1,12 +1,13 @@ --- title: Metadata -slug: Glossario/Metadata +slug: Glossary/Metadata tags: - Glossário - HTML - Script de codificação - metadados translation_of: Glossary/Metadata +original_slug: Glossario/Metadata ---

    Os metadados são — em sua definição mais simples — dados que descrevem dados. Por exemplo, um documento {{glossary("HTML")}} é um dado, mas o HTML, também, pode conter metadados em seu elemento {{htmlelement("head")}} que descreve o documento — por exemplo, quem o escreveu e seu resumo.

    diff --git a/files/pt-br/glossary/mozilla_firefox/index.html b/files/pt-br/glossary/mozilla_firefox/index.html index 4150cbe75e..3e871acdd6 100644 --- a/files/pt-br/glossary/mozilla_firefox/index.html +++ b/files/pt-br/glossary/mozilla_firefox/index.html @@ -1,6 +1,6 @@ --- title: Mozilla Firefox -slug: Glossario/Mozilla_Firefox +slug: Glossary/Mozilla_Firefox tags: - Browser - Firefox @@ -9,6 +9,7 @@ tags: - Mozilla - Mozilla Firefox translation_of: Glossary/Mozilla_Firefox +original_slug: Glossario/Mozilla_Firefox ---

    Mozilla Firefox é um {{Glossary("browser")}} open-source cujo desenvolvimento é supervisionado pela Mozilla Corporation. Firefox roda em Windows, OS X, Linux, e Android.

    diff --git a/files/pt-br/glossary/mutable/index.html b/files/pt-br/glossary/mutable/index.html index fa45a08981..72e05a6384 100644 --- a/files/pt-br/glossary/mutable/index.html +++ b/files/pt-br/glossary/mutable/index.html @@ -1,9 +1,10 @@ --- title: Mutável -slug: Glossario/Mutavel +slug: Glossary/Mutable tags: - mutavel translation_of: Glossary/Mutable +original_slug: Glossario/Mutavel ---

    Mutável é o tipo da variável que pode ser alterada. Em {{glossary("JavaScript")}}, somente {{Glossary("Object","objetos")}} e {{Glossary("Array","arrays")}} são mutáveis, {{Glossary("primitive", "valores primitivos")}} não.

    diff --git a/files/pt-br/glossary/node.js/index.html b/files/pt-br/glossary/node.js/index.html index 647ebaa66e..415256fd49 100644 --- a/files/pt-br/glossary/node.js/index.html +++ b/files/pt-br/glossary/node.js/index.html @@ -1,12 +1,13 @@ --- title: Node.js -slug: Glossario/Node.js +slug: Glossary/Node.js tags: - Glossário - Infraestrutura - JavaScript - node.js translation_of: Glossary/Node.js +original_slug: Glossario/Node.js ---

    Node.js é um ambiente de execução multi-plataforma em {{Glossary("JavaScript")}} que permite aos desenvolvedores produzirem aplicações para rede e {{Glossary("Servidor","server-side")}} usando o JavaScript.

    diff --git a/files/pt-br/glossary/null/index.html b/files/pt-br/glossary/null/index.html index 0a0983a944..dcd7c221b6 100644 --- a/files/pt-br/glossary/null/index.html +++ b/files/pt-br/glossary/null/index.html @@ -1,7 +1,8 @@ --- title: Nulo -slug: Glossario/Nulo +slug: Glossary/Null translation_of: Glossary/Null +original_slug: Glossario/Nulo ---

    Em ciência da computação, um valor nulo representa uma referencia que aponta, geralmente de maneira intencional, para um objeto ou endereço de memória inválido ou inexistente. O significado do valor nulo varia entre as implementações das linguagens.

    diff --git a/files/pt-br/glossary/number/index.html b/files/pt-br/glossary/number/index.html index 958172fc8c..0426453ff4 100644 --- a/files/pt-br/glossary/number/index.html +++ b/files/pt-br/glossary/number/index.html @@ -1,7 +1,8 @@ --- title: Number -slug: Glossario/Número +slug: Glossary/Number translation_of: Glossary/Number +original_slug: Glossario/Número ---

    No {{Glossary("JavaScript")}}, Number é um tipo de dado numérico no double-precision 64-bit floating point format (IEEE 754). Em outras linguagens de programação diferentes tipos numéricos podem existir, por exemplo: Integers (Inteiros), Floats (Pontos Flutuantes), Doubles (Dobros), ou Bignums.

    diff --git a/files/pt-br/glossary/object/index.html b/files/pt-br/glossary/object/index.html index bf4c959e18..3ad3c17e3e 100644 --- a/files/pt-br/glossary/object/index.html +++ b/files/pt-br/glossary/object/index.html @@ -1,10 +1,11 @@ --- title: Objeto -slug: Glossario/Objeto +slug: Glossary/Object tags: - Glossário - Objeto translation_of: Glossary/Object +original_slug: Glossario/Objeto ---

    Objeto refere-se a uma estrutura de dados contendo dados e instruções para se trabalhar com estes dados. Objetos algumas vezes se referem a coisas do mundo real, por exemplo um objeto de carro ou um mapa em um jogo de corrida. {{glossary("JavaScript")}}, Java, C++, Python, e Ruby são exemplos de Linguagens orientadas à objeto ({{glossary("OOP","object-oriented programming")}}).

    diff --git a/files/pt-br/glossary/oop/index.html b/files/pt-br/glossary/oop/index.html index edfde266bf..8d931488d8 100644 --- a/files/pt-br/glossary/oop/index.html +++ b/files/pt-br/glossary/oop/index.html @@ -1,7 +1,8 @@ --- title: OOP -slug: Glossario/OOP +slug: Glossary/OOP translation_of: Glossary/OOP +original_slug: Glossario/OOP ---

    OOP (Object-Oriented Programming) é uma abordagem na programação em qual os dados são encapsulados em {{glossary("object","objects")}} e o proprio objeto é operado, em vez de suas partes componentes.

    diff --git a/files/pt-br/glossary/opengl/index.html b/files/pt-br/glossary/opengl/index.html index 91bea9c670..3c7190cf4b 100644 --- a/files/pt-br/glossary/opengl/index.html +++ b/files/pt-br/glossary/opengl/index.html @@ -1,10 +1,11 @@ --- title: OpenGL -slug: Glossario/OpenGL +slug: Glossary/OpenGL tags: - Glossário - OpenGL translation_of: Glossary/OpenGL +original_slug: Glossario/OpenGL ---

    OpenGL (Open Graphics Library) é uma API (Application Programming Interface) multiplataforma e multilíngue para renderizar gráficos vetoriais 2D e 3D. A API é normalmente usada para interagir com uma GPU (Graphics Processing Unit) para obter renderização acelerada por hardware.

    diff --git a/files/pt-br/glossary/opera_browser/index.html b/files/pt-br/glossary/opera_browser/index.html index 7d90528cb8..9a7c20e956 100644 --- a/files/pt-br/glossary/opera_browser/index.html +++ b/files/pt-br/glossary/opera_browser/index.html @@ -1,6 +1,6 @@ --- title: Navegador Opera -slug: Glossario/Navegador_Opera +slug: Glossary/Opera_Browser tags: - Glossário - Navegador @@ -8,6 +8,7 @@ tags: - Navegação - Opera translation_of: Glossary/Opera_Browser +original_slug: Glossario/Navegador_Opera ---

    Opera é o quinto {{glossary("navegador")}} web mais usado, publicamente lançado em 1996 e inicialmente executando somente em Windows. Opera usa {{glossary("Blink")}} como seu mecanismo de layout desde 2013 (antes disso, {{glossary("Presto")}}). Opera também existe nas versões móveis e tablets.

    diff --git a/files/pt-br/glossary/operand/index.html b/files/pt-br/glossary/operand/index.html index 9f460ea876..b25318d0d7 100644 --- a/files/pt-br/glossary/operand/index.html +++ b/files/pt-br/glossary/operand/index.html @@ -1,7 +1,8 @@ --- title: Operando -slug: Glossario/Operando +slug: Glossary/Operand translation_of: Glossary/Operand +original_slug: Glossario/Operando ---

    An operand is the part of an instruction representing the data manipulated by the {{glossary("operator")}}. For example, when you add two numbers, the numbers are the operand and "+" is the operator.

    diff --git a/files/pt-br/glossary/operator/index.html b/files/pt-br/glossary/operator/index.html index 77d2d7c306..35967097a7 100644 --- a/files/pt-br/glossary/operator/index.html +++ b/files/pt-br/glossary/operator/index.html @@ -1,10 +1,11 @@ --- title: Operador -slug: Glossario/Operador +slug: Glossary/Operator tags: - Codificação de Scripts - Glossário translation_of: Glossary/Operator +original_slug: Glossario/Operador ---

    Sintaxe reservada que consiste em pontuação ou caracteres alfanuméricos que executam a funcionalidade incorporada. Por exemplo, em JavaScript, o operador de adição ("+") soma números juntos e concatena strings, enquanto o operador "não" ("!") nega uma expressão — por exemplo, fazendo uma declaração verdadeira retornar falso.

    diff --git a/files/pt-br/glossary/origin/index.html b/files/pt-br/glossary/origin/index.html index f1aae2640b..b8dedcea0a 100644 --- a/files/pt-br/glossary/origin/index.html +++ b/files/pt-br/glossary/origin/index.html @@ -1,6 +1,6 @@ --- title: Origem -slug: Glossario/Origem +slug: Glossary/Origin tags: - Glossary - Glossário @@ -10,6 +10,7 @@ tags: - WebMechanics - origin translation_of: Glossary/Origin +original_slug: Glossario/Origem ---

    O conteúdo de origem é definido pelo esquema (protocolo), host (domínio), e porta da {{Glossary("URL")}} usada para acessá-lo. Dois objetos tem a mesma origem somente quando o esquema, host, e porta batem.

    diff --git a/files/pt-br/glossary/ota/index.html b/files/pt-br/glossary/ota/index.html index a8680d0871..a602c5e365 100644 --- a/files/pt-br/glossary/ota/index.html +++ b/files/pt-br/glossary/ota/index.html @@ -1,6 +1,6 @@ --- title: OTA -slug: Glossario/OTA +slug: Glossary/OTA tags: - Glossário - Infraestrutura @@ -8,6 +8,7 @@ tags: - Wireless - updates translation_of: Glossary/OTA +original_slug: Glossario/OTA ---

    Over-The-Air (OTA ou "Pelo-Ar") refere-se à atualização automática de programas de dispositivos conectados a partir de um servidor central. Todos os proprietários de dispositivos recebendo um determinado conjunto de atualizações estão sob o mesmo "canal"; e cada dispositivo pode amiúde acessar vários canais (e.g. para "builds" de produção ou engenharia).

    diff --git a/files/pt-br/glossary/php/index.html b/files/pt-br/glossary/php/index.html index 19370528dc..9716d08604 100644 --- a/files/pt-br/glossary/php/index.html +++ b/files/pt-br/glossary/php/index.html @@ -1,12 +1,13 @@ --- title: PHP -slug: Glossario/PHP +slug: Glossary/PHP tags: - Back End - Iniciante - Introdução - PHP translation_of: Glossary/PHP +original_slug: Glossario/PHP ---

    PHP (um inicialismo recursivo para PHP: Hypertext Preprocessor) é uma linguagem de script do lado do servidor de código aberto que pode ser ultilizada junto com HTML para construir aplicações web e sites dinâmicos.

    diff --git a/files/pt-br/glossary/pixel/index.html b/files/pt-br/glossary/pixel/index.html index 4940fb76fb..0f871c955d 100644 --- a/files/pt-br/glossary/pixel/index.html +++ b/files/pt-br/glossary/pixel/index.html @@ -1,9 +1,10 @@ --- title: Pixel -slug: Glossario/Pixel +slug: Glossary/Pixel tags: - Glossário translation_of: Glossary/Pixel +original_slug: Glossario/Pixel ---

    Um pixel é o menor elemento de um dispositivo de exibição como, por exemplo, um monitor.

    diff --git a/files/pt-br/glossary/polyfill/index.html b/files/pt-br/glossary/polyfill/index.html index 706abd976c..536c7e54f8 100644 --- a/files/pt-br/glossary/polyfill/index.html +++ b/files/pt-br/glossary/polyfill/index.html @@ -1,10 +1,11 @@ --- title: Polyfill -slug: Glossario/Polyfill +slug: Glossary/Polyfill tags: - ECMAScript6 - polyfill translation_of: Glossary/Polyfill +original_slug: Glossario/Polyfill ---

    Um polyfill é um pedaço de código (geralmente JavaScript na Web) usado para fornecer funcionalidades modernas em navegadores mais antigos que não o suportam nativamente.

    diff --git a/files/pt-br/glossary/port/index.html b/files/pt-br/glossary/port/index.html index cc28a9ebae..b543559255 100644 --- a/files/pt-br/glossary/port/index.html +++ b/files/pt-br/glossary/port/index.html @@ -1,11 +1,12 @@ --- title: Port -slug: Glossario/Port +slug: Glossary/Port tags: - porta - porta segura - portas de comunicação translation_of: Glossary/Port +original_slug: Glossario/Port ---

    Porta

    diff --git a/files/pt-br/glossary/preflight_request/index.html b/files/pt-br/glossary/preflight_request/index.html index 4e70aced76..2d9717b2ce 100644 --- a/files/pt-br/glossary/preflight_request/index.html +++ b/files/pt-br/glossary/preflight_request/index.html @@ -1,6 +1,6 @@ --- title: Requisição Preflight -slug: Glossario/Preflight_request +slug: Glossary/Preflight_request tags: - CORS - Glossário @@ -8,6 +8,7 @@ tags: - Preflight - requisição translation_of: Glossary/Preflight_request +original_slug: Glossario/Preflight_request ---

    Uma requisição preflight de CORS é uma requisição de {{Glossary ("CORS")}} que verifica se o protocolo {{Glossary ("CORS")}} é entendido e se o servidor aguarda o método e cabeçalhos('headers') especificados.

    diff --git a/files/pt-br/glossary/primitive/index.html b/files/pt-br/glossary/primitive/index.html index 0ae1f362d5..88a842d809 100644 --- a/files/pt-br/glossary/primitive/index.html +++ b/files/pt-br/glossary/primitive/index.html @@ -1,7 +1,8 @@ --- title: Primitivo -slug: Glossario/Primitivo +slug: Glossary/Primitive translation_of: Glossary/Primitive +original_slug: Glossario/Primitivo ---

    Resumo

    diff --git a/files/pt-br/glossary/progressive_web_apps/index.html b/files/pt-br/glossary/progressive_web_apps/index.html index 93105b3b30..c4dd7ffbb7 100644 --- a/files/pt-br/glossary/progressive_web_apps/index.html +++ b/files/pt-br/glossary/progressive_web_apps/index.html @@ -1,11 +1,12 @@ --- title: Progressive web apps -slug: Glossario/Progressive_web_apps +slug: Glossary/Progressive_web_apps tags: - Composição - Glossário - Progressive web apps translation_of: Glossary/Progressive_web_apps +original_slug: Glossario/Progressive_web_apps ---

    Progressive web apps é um termo usado para descrever o estado moderno do desenvolvimento de aplicações web. Isso envolve pegar web sites/apps que aproveitam de todas as melhores partes da Web - como descobertas por mecanismos de busca, tornando-se linkaveis via {{Glossary("URL")}}s, e trabalho em vários fatores de formas - e sobrecarregá-los com APIs modernas (como Service Works e Push) e funcionalidades que conferem outros benefícios comumente atribuídos para apps nativos.

    diff --git a/files/pt-br/glossary/property/css/index.html b/files/pt-br/glossary/property/css/index.html index 748f37002d..24b4e1b93f 100644 --- a/files/pt-br/glossary/property/css/index.html +++ b/files/pt-br/glossary/property/css/index.html @@ -1,10 +1,11 @@ --- title: Propriedade (CSS) -slug: Glossario/property/CSS +slug: Glossary/property/CSS tags: - CodingScripting - Glossário translation_of: Glossary/property/CSS +original_slug: Glossario/property/CSS ---

    Uma propriedade CSS é uma característica (como a cor) cujo valor define o aspecto de como o navegador deve exibir o elemento.

    diff --git a/files/pt-br/glossary/property/index.html b/files/pt-br/glossary/property/index.html index a837434992..990966ebd1 100644 --- a/files/pt-br/glossary/property/index.html +++ b/files/pt-br/glossary/property/index.html @@ -1,10 +1,11 @@ --- title: Propriedade -slug: Glossario/property +slug: Glossary/property tags: - Desambiguação - Glossário translation_of: Glossary/property +original_slug: Glossario/property ---

    O termo propriedade (property) pode ter diversos siginificados depenedendo do contexto. Ele pode se referir a:

    diff --git a/files/pt-br/glossary/property/javascript/index.html b/files/pt-br/glossary/property/javascript/index.html index 94cb51484f..69f314bca1 100644 --- a/files/pt-br/glossary/property/javascript/index.html +++ b/files/pt-br/glossary/property/javascript/index.html @@ -1,10 +1,11 @@ --- title: Propriedade (JavaScript) -slug: Glossario/property/JavaScript +slug: Glossary/property/JavaScript tags: - CodingScripting - Glossário translation_of: Glossary/property/JavaScript +original_slug: Glossario/property/JavaScript ---

    Uma propriedade Javascript é uma característica de um objeto, frequentemente descrita como atributos associados à uma estrutura de dados.

    diff --git a/files/pt-br/glossary/protocol/index.html b/files/pt-br/glossary/protocol/index.html index 95d78f010f..967922564a 100644 --- a/files/pt-br/glossary/protocol/index.html +++ b/files/pt-br/glossary/protocol/index.html @@ -1,10 +1,11 @@ --- title: Protocolo -slug: Glossario/Protocolo +slug: Glossary/Protocol tags: - Infraestrutura - Protocolos translation_of: Glossary/Protocol +original_slug: Glossario/Protocolo ---

    Um protocolo é um sistema de regras que define como o dado é trafegado dentro ou entre computadores. Comunicações entre dispositivos requer que estes concordem com o formato do dado que estiver sendo trafegado. O conjunto de regras que define esse formato é chamado de protocolo.

    diff --git a/files/pt-br/glossary/prototype/index.html b/files/pt-br/glossary/prototype/index.html index e2d05ee2ba..7f3e5f7625 100644 --- a/files/pt-br/glossary/prototype/index.html +++ b/files/pt-br/glossary/prototype/index.html @@ -1,7 +1,8 @@ --- title: Prototype -slug: Glossario/Prototype +slug: Glossary/Prototype translation_of: Glossary/Prototype +original_slug: Glossario/Prototype ---

    A prototype é um modelo que exibe a aparência e o comportamento de um aplicativo ou produto no início do ciclo de vida do desenvolvimento.

    diff --git a/files/pt-br/glossary/proxy_server/index.html b/files/pt-br/glossary/proxy_server/index.html index 0748080f16..7b5d1e09f9 100644 --- a/files/pt-br/glossary/proxy_server/index.html +++ b/files/pt-br/glossary/proxy_server/index.html @@ -1,7 +1,8 @@ --- title: Proxy server -slug: Glossario/Proxy_server +slug: Glossary/Proxy_server translation_of: Glossary/Proxy_server +original_slug: Glossario/Proxy_server ---

    Um servidor proxy é um computador ou programa intermediário usado ao navegar em conexões de internet diferentes. Eles facilitam o acesso ao conteúdo na rede mundial de computadores. Um proxy intercepta pedidos e exibe respostas; pode encaminhar os pedidos, ou não (por exemplo no caso de uma cache), e pode modificá-los (por exemplo alterando cabeçalhos, no limite entre duas redes)

    diff --git a/files/pt-br/glossary/pseudo-class/index.html b/files/pt-br/glossary/pseudo-class/index.html index 6221c38d62..38129e514c 100644 --- a/files/pt-br/glossary/pseudo-class/index.html +++ b/files/pt-br/glossary/pseudo-class/index.html @@ -1,12 +1,13 @@ --- title: Pseudo-class -slug: Glossario/Pseudo-class +slug: Glossary/Pseudo-class tags: - CSS - Codificação de Scripts - Glossário - Seletor translation_of: Glossary/Pseudo-class +original_slug: Glossario/Pseudo-class ---

    No CSS, um seletor do tipo pseudo-classe referencia um elemento dependendo do seu estado e não de informações da arvore do documento. Por exemplo, o seletor a{{ cssxref(":visited") }} aplica estilo somente aos links que o usuário já visitou

    diff --git a/files/pt-br/glossary/pseudo-element/index.html b/files/pt-br/glossary/pseudo-element/index.html index 6f28c4d702..9360b3e1e8 100644 --- a/files/pt-br/glossary/pseudo-element/index.html +++ b/files/pt-br/glossary/pseudo-element/index.html @@ -1,7 +1,8 @@ --- title: Pseudo-element -slug: Glossario/Pseudo-element +slug: Glossary/Pseudo-element translation_of: Glossary/Pseudo-element +original_slug: Glossario/Pseudo-element ---

    Em CSS, um seletor pseudo-element aplica estilos em partes do conteúdo do seu documento em cenários onde não há elementos HTML específicos para selecionar. Por exemplo, em vez de colocar a primeira letra para cada parágrafo em seu próprio elemento. você pode estilizá-los todos com p{{ Cssxref("::first-letter") }}.

    diff --git a/files/pt-br/glossary/python/index.html b/files/pt-br/glossary/python/index.html index e4f254553c..a56f535a98 100644 --- a/files/pt-br/glossary/python/index.html +++ b/files/pt-br/glossary/python/index.html @@ -1,6 +1,6 @@ --- title: Python -slug: Glossario/Python +slug: Glossary/Python tags: - Codificação de Scripts - Glossário @@ -8,6 +8,7 @@ tags: - Programação - Python translation_of: Glossary/Python +original_slug: Glossario/Python ---

    Python é uma linguagem de programação de alto nível e de uso geral. Ele usa uma abordagem multi-paradigma, o que significa que ele suporta procedural, orientação a objetos, e algumas construções de programação funcional.

    diff --git a/files/pt-br/glossary/recursion/index.html b/files/pt-br/glossary/recursion/index.html index eb43639f84..71188f7c77 100644 --- a/files/pt-br/glossary/recursion/index.html +++ b/files/pt-br/glossary/recursion/index.html @@ -1,11 +1,12 @@ --- title: Recursão -slug: Glossario/Recursão +slug: Glossary/Recursion tags: - Glossário - Iniciante - Programando translation_of: Glossary/Recursion +original_slug: Glossario/Recursão ---

    Um ato de uma função invocando a si mesma. A recursão é usada para resolver problemas que contêm subproblemas menores. Uma função recursiva pode receber dois inputs (entradas): um caso base (termina a recursão) ou um caso recursivo (continua a recursão).

    diff --git a/files/pt-br/glossary/reflow/index.html b/files/pt-br/glossary/reflow/index.html index 3df9513d4d..15fcc23ff3 100644 --- a/files/pt-br/glossary/reflow/index.html +++ b/files/pt-br/glossary/reflow/index.html @@ -1,7 +1,8 @@ --- title: Reflow -slug: Glossario/Reflow +slug: Glossary/Reflow translation_of: Glossary/Reflow +original_slug: Glossario/Reflow ---

    Reflow acontece quando o {{glossary("browser")}} deve processar e desenhar parte ou toda a página novamente, como após uma atualização em  um site interativo.

    diff --git a/files/pt-br/glossary/request_header/index.html b/files/pt-br/glossary/request_header/index.html index f8c72a0f4c..2a7d34e93f 100644 --- a/files/pt-br/glossary/request_header/index.html +++ b/files/pt-br/glossary/request_header/index.html @@ -1,7 +1,8 @@ --- title: Cabeçalho de Requisição -slug: Glossario/Request_header +slug: Glossary/Request_header translation_of: Glossary/Request_header +original_slug: Glossario/Request_header ---

    Um cabeçalho de requisição é um {{glossary("header", "cabeçalho HTTP")}} que pode ser utilizado em uma requisição HTTP, e não é relacionado ao conteúdo da mensagem. Cabeçalhos de requisição, como {{HTTPHeader("Accept")}}, {{HTTPHeader("Accept-Language", "Accept-*")}}, ou ainda {{HTTPHeader("If-Modified-Since", "If-*")}} permitem realizar requisições condicionais; outros como {{HTTPHeader("Cookie")}}, {{HTTPHeader("User-Agent")}} ou {{HTTPHeader("Referer")}} deixa o contexto mais preciso para que o servidor possa adaptar melhor a resposta.

    diff --git a/files/pt-br/glossary/responsive_web_design/index.html b/files/pt-br/glossary/responsive_web_design/index.html index 602e2ba05a..f9cb26f3d2 100644 --- a/files/pt-br/glossary/responsive_web_design/index.html +++ b/files/pt-br/glossary/responsive_web_design/index.html @@ -1,12 +1,13 @@ --- title: Web Design Responsivo -slug: Glossario/Responsive_web_design +slug: Glossary/Responsive_web_design tags: - Acessibilidade - Design - Glossário - Web Design Responsivo translation_of: Glossary/Responsive_web_design +original_slug: Glossario/Responsive_web_design ---

    Web Design Responsivo (RWD em Inglês) é um conceito de desenvolvimento Web focado em fazer a experiência e comportamento de websites mais otimizada para todos os dispositivos, desde o desktop até um dispositivo móvel.

    diff --git a/files/pt-br/glossary/rest/index.html b/files/pt-br/glossary/rest/index.html index 1a7346bee1..61879c59e4 100644 --- a/files/pt-br/glossary/rest/index.html +++ b/files/pt-br/glossary/rest/index.html @@ -1,6 +1,6 @@ --- title: REST -slug: Glossario/REST +slug: Glossary/REST tags: - Arquitetura - Glossário @@ -8,6 +8,7 @@ tags: - Iniciante - Rest translation_of: Glossary/REST +original_slug: Glossario/REST ---

    REST (Representational State Transfer) refere-se a um grupo de restrições de design dentro da arquitetura de software que geram sistemas distribuídos eficientes, confiáveis e escaláveis. Um sistema é denominado RESTful quando adere a todas essas restrições.

    diff --git a/files/pt-br/glossary/ruby/index.html b/files/pt-br/glossary/ruby/index.html index b247016e17..7bb2da5560 100644 --- a/files/pt-br/glossary/ruby/index.html +++ b/files/pt-br/glossary/ruby/index.html @@ -1,10 +1,11 @@ --- title: Ruby -slug: Glossario/Ruby +slug: Glossary/Ruby tags: - Glossário - Ruby translation_of: Glossary/Ruby +original_slug: Glossario/Ruby ---

    Ruby é uma linguagem de programação de código aberto. Em um contexto {{glossary("world wide web","Web")}}, Ruby é geralmente usado em servidores com o framework Ruby On Rails (ROR) para produzir websites/apps.

    diff --git a/files/pt-br/glossary/safe/index.html b/files/pt-br/glossary/safe/index.html index bb16dc429c..c9d92ea203 100644 --- a/files/pt-br/glossary/safe/index.html +++ b/files/pt-br/glossary/safe/index.html @@ -1,12 +1,13 @@ --- title: Seguro -slug: Glossario/seguro +slug: Glossary/safe tags: - Glossary - Glossário - Mecânicas da Web - WebMechanics translation_of: Glossary/safe +original_slug: Glossario/seguro ---

    Um método HTTP é seguro se ele não altera o estado do servidor. Em outras palavras, um método é seguro se ele leva a uma operação de somente leitura. Diversos métodos de HTTP são seguros: {{HTTPMethod("GET")}}, {{HTTPMethod("HEAD")}}, ou {{HTTPMethod("OPTIONS")}}. Todos os métodos seguros também são {{glossary("idempotente")}}s, mas nem todos os métodos idempotentes são seguros. Por exemplo, {{HTTPMethod("PUT")}} e {{HTTPMethod("DELETE")}} são ambos idempotentes, entretanto são inseguros.

    diff --git a/files/pt-br/glossary/scope/index.html b/files/pt-br/glossary/scope/index.html index 5dc1b896c0..aa48e43525 100644 --- a/files/pt-br/glossary/scope/index.html +++ b/files/pt-br/glossary/scope/index.html @@ -1,9 +1,10 @@ --- title: Escopo -slug: Glossario/Escopo +slug: Glossary/Scope tags: - Glossary translation_of: Glossary/Scope +original_slug: Glossario/Escopo ---

    É o contexto atual de {{glossary("execute","execução")}}, em que {{glossary("valor","valores")}} e expressões são "visíveis" ou podem ser referenciadas. Se uma variável ou outra expressão não estiver "no escopo atual", então não está disponível para uso. Os escopos também podem ser em camadas em uma hierarquia, de modo que os escopos filhos tenham acesso aos escopos pais, mas não vice-versa.

    diff --git a/files/pt-br/glossary/sdp/index.html b/files/pt-br/glossary/sdp/index.html index 71c8d86e5a..e311e3b13f 100644 --- a/files/pt-br/glossary/sdp/index.html +++ b/files/pt-br/glossary/sdp/index.html @@ -1,6 +1,6 @@ --- title: SDP -slug: Glossario/SDP +slug: Glossary/SDP tags: - Avançado - Colaborativo @@ -9,6 +9,7 @@ tags: - Ponto a ponto - Tempo Real translation_of: Glossary/SDP +original_slug: Glossario/SDP ---

    SDP (Session Description {{glossary("Protocol")}}) é o padrão que descreve uma conexão {{Glossary("P2P","ponto a ponto")}}. SDP contém o {{Glossary("codec")}}, o endereço de origem e as informações de tempo de áudio e vídeo.

    diff --git a/files/pt-br/glossary/self-executing_anonymous_function/index.html b/files/pt-br/glossary/self-executing_anonymous_function/index.html index 06f693ba9a..762dbf98b0 100644 --- a/files/pt-br/glossary/self-executing_anonymous_function/index.html +++ b/files/pt-br/glossary/self-executing_anonymous_function/index.html @@ -1,7 +1,8 @@ --- title: Self-Executing Anonymous Function -slug: Glossario/Self-Executing_Anonymous_Function +slug: Glossary/Self-Executing_Anonymous_Function translation_of: Glossary/Self-Executing_Anonymous_Function +original_slug: Glossario/Self-Executing_Anonymous_Function ---

    (Self-Executing Anonymous Function) é uma função {{glossary("JavaScript")}} que é executada assim que definida. Ela também é conhecida como IIFE (Immediately Invoked Function Expression).

    diff --git a/files/pt-br/glossary/semantics/index.html b/files/pt-br/glossary/semantics/index.html index db39cb33a2..c22d183b04 100644 --- a/files/pt-br/glossary/semantics/index.html +++ b/files/pt-br/glossary/semantics/index.html @@ -1,12 +1,13 @@ --- title: Semântica -slug: Glossario/Semantica +slug: Glossary/Semantics tags: - Codificação de Script - Glossário - HTML - semántica translation_of: Glossary/Semantics +original_slug: Glossario/Semantica ---

    Na programação, a Semântica se refere ao significado de um trecho de código — por exemplo, "que efeito tem a execução dessa linha de JavaScript?", Ou "que finalidade ou função esse elemento HTML tem" (em vez de "como ele se parece?").

    diff --git a/files/pt-br/glossary/seo/index.html b/files/pt-br/glossary/seo/index.html index bd71aa5856..a913aa26c1 100644 --- a/files/pt-br/glossary/seo/index.html +++ b/files/pt-br/glossary/seo/index.html @@ -1,6 +1,6 @@ --- title: SEO - Otimização dos Mecanismos de Buscas -slug: Glossario/SEO +slug: Glossary/SEO tags: - Beginner - Glossário @@ -10,6 +10,7 @@ tags: - Search - pesquisa translation_of: Glossary/SEO +original_slug: Glossario/SEO ---

    SEO (Search Engine Optimization - Otimização dos Mecanismos de Pesquisa) é o processo de fazer com que um sítio fique mais visível nos resultados da procura, também denominado melhoramento na classificação da busca.

    diff --git a/files/pt-br/glossary/server/index.html b/files/pt-br/glossary/server/index.html index 4275c0496c..6652818cca 100644 --- a/files/pt-br/glossary/server/index.html +++ b/files/pt-br/glossary/server/index.html @@ -1,6 +1,6 @@ --- title: Servidor -slug: Glossario/Servidor +slug: Glossary/Server tags: - Glossário - Infraestrutura @@ -8,6 +8,7 @@ tags: - Rede - Servidor translation_of: Glossary/Server +original_slug: Glossario/Servidor ---

    Um servidor hardware é um computador compartilhado em uma rede que provê serviços a clientes. Um servidor software é um programa que provê serviços a programas clientes.

    diff --git a/files/pt-br/glossary/sgml/index.html b/files/pt-br/glossary/sgml/index.html index ceca8484b7..650ba38915 100644 --- a/files/pt-br/glossary/sgml/index.html +++ b/files/pt-br/glossary/sgml/index.html @@ -1,7 +1,8 @@ --- title: SGML -slug: Glossario/SGML +slug: Glossary/SGML translation_of: Glossary/SGML +original_slug: Glossario/SGML ---

    O Standard Generalized Markup Language (SGML) é uma {{Glossary("ISO")}} especificação que veio para definir as declarações/sintaxe Linguagens de Marcação.

    diff --git a/files/pt-br/glossary/sloppy_mode/index.html b/files/pt-br/glossary/sloppy_mode/index.html index 09d9dd3dc4..d1cb31086c 100644 --- a/files/pt-br/glossary/sloppy_mode/index.html +++ b/files/pt-br/glossary/sloppy_mode/index.html @@ -1,12 +1,13 @@ --- title: Sloppy mode -slug: Glossario/Sloppy_mode +slug: Glossary/Sloppy_mode tags: - CodingScripting - Glossário - JavaScript - Sloppy translation_of: Glossary/Sloppy_mode +original_slug: Glossario/Sloppy_mode ---

    A partir do {{Glossary("ECMAScript")}} 5 é possível optar pelo novo strict mode (modo estrito), que altera a semântica do JavaScript de várias maneiras para melhorar sua resiliência e facilitar a compreensão do que está acontecendo quando há problemas.

    diff --git a/files/pt-br/glossary/speculative_parsing/index.html b/files/pt-br/glossary/speculative_parsing/index.html index 5da1c3efa2..3a6c4495ff 100644 --- a/files/pt-br/glossary/speculative_parsing/index.html +++ b/files/pt-br/glossary/speculative_parsing/index.html @@ -1,7 +1,8 @@ --- title: Optimizing your pages for speculative parsing -slug: Web/HTML/Optimizing_your_pages_for_speculative_parsing +slug: Glossary/speculative_parsing translation_of: Glossary/speculative_parsing +original_slug: Web/HTML/Optimizing_your_pages_for_speculative_parsing ---

    Traditionally in browsers the HTML parser has run on the main thread and has blocked after a </script> tag until the script has been retrieved from the network and executed. The HTML parser in Firefox 4 and later supports speculative parsing off the main thread. It parses ahead while scripts are being downloaded and executed. As in Firefox 3.5 and 3.6, the HTML parser starts speculative loads for scripts, style sheets and images it finds ahead in the stream. However, in Firefox 4 and later the HTML parser also runs the HTML tree construction algorithm speculatively. The upside is that when a speculation succeeds, there's no need to reparse the part of the incoming file that was already scanned for scripts, style sheets and images. The downside is that there's more work lost when the speculation fails.

    This document helps you avoid the kind of things that make speculation fail and slow down the loading of your page.

    diff --git a/files/pt-br/glossary/stacking_context/index.html b/files/pt-br/glossary/stacking_context/index.html index 19e5be1656..f1225cd971 100644 --- a/files/pt-br/glossary/stacking_context/index.html +++ b/files/pt-br/glossary/stacking_context/index.html @@ -1,7 +1,8 @@ --- title: Stacking context -slug: Glossario/Stacking_context +slug: Glossary/Stacking_context translation_of: Glossary/Stacking_context +original_slug: Glossario/Stacking_context ---

    Stacking context refere-se refere a como elementos de uma página se empilham sobre outros elementos, assim como você pode organizar cards em cima de sua mesa, lado a lado ou sobrepostas.

    diff --git a/files/pt-br/glossary/statement/index.html b/files/pt-br/glossary/statement/index.html index aada0eeb58..11cb4ef753 100644 --- a/files/pt-br/glossary/statement/index.html +++ b/files/pt-br/glossary/statement/index.html @@ -1,11 +1,12 @@ --- title: Declaração -slug: Glossario/Declaração +slug: Glossary/Statement tags: - Glossário - Iniciante - declarações translation_of: Glossary/Statement +original_slug: Glossario/Declaração ---

    Em uma linguagem de programação, uma declaração é uma linha de código que dá comando para execução de uma tarefa. Cada programa é composto por uma sequência de declarações.

    diff --git a/files/pt-br/glossary/string/index.html b/files/pt-br/glossary/string/index.html index d825d3a869..677c87cc4c 100644 --- a/files/pt-br/glossary/string/index.html +++ b/files/pt-br/glossary/string/index.html @@ -1,12 +1,13 @@ --- title: String -slug: Glossario/String +slug: Glossary/String tags: - CodingScript - Glossário - Iniciante - String translation_of: Glossary/String +original_slug: Glossario/String ---

    Em qualquer linguagem de programação, uma string é uma sequência de {{Glossary("character","caracteres")}} usados para representar texto

    diff --git a/files/pt-br/glossary/svg/index.html b/files/pt-br/glossary/svg/index.html index dc2c942196..36922c8135 100644 --- a/files/pt-br/glossary/svg/index.html +++ b/files/pt-br/glossary/svg/index.html @@ -1,13 +1,14 @@ --- title: SVG -slug: Glossario/SVG +slug: Glossary/SVG tags: - Glossário - Iniciante - SVG - graficos - - 'l10n:priority' + - l10n:priority translation_of: Glossary/SVG +original_slug: Glossario/SVG ---

    Scalable Vector Graphics (SVG) é um formato de imagem vetorial 2D baseado em uma sintaxe {{Glossary("XML")}}.

    diff --git a/files/pt-br/glossary/symbol/index.html b/files/pt-br/glossary/symbol/index.html index 82309a12e5..4aa071ed23 100644 --- a/files/pt-br/glossary/symbol/index.html +++ b/files/pt-br/glossary/symbol/index.html @@ -1,7 +1,8 @@ --- title: Symbol -slug: Glossario/Symbol +slug: Glossary/Symbol translation_of: Glossary/Symbol +original_slug: Glossario/Symbol ---

    Esse termo do glossário descreve tanto o tipo de dados chamado "symbol", quando a função/classe "{{jsxref("Symbol")}}()", que entre outras coisas, cria instâncias do tipo de dados symbol.

    diff --git a/files/pt-br/glossary/synchronous/index.html b/files/pt-br/glossary/synchronous/index.html index f37257d974..4689532799 100644 --- a/files/pt-br/glossary/synchronous/index.html +++ b/files/pt-br/glossary/synchronous/index.html @@ -1,11 +1,12 @@ --- title: Síncrono -slug: Glossario/Sincrono +slug: Glossary/Synchronous tags: - Glossário - Mecanismos Web - Web translation_of: Glossary/Synchronous +original_slug: Glossario/Sincrono ---

    Síncrono refere-se a comunicação em tempo real onde cada parte recebe ( e se necessário, processa e responde) mensagens instantaneamente (ou o mais próximo possível do instantâneo).

    diff --git a/files/pt-br/glossary/tag/index.html b/files/pt-br/glossary/tag/index.html index 23182eef2d..a604f08b7d 100644 --- a/files/pt-br/glossary/tag/index.html +++ b/files/pt-br/glossary/tag/index.html @@ -1,12 +1,13 @@ --- title: Tag -slug: Glossario/Tag +slug: Glossary/Tag tags: - Codificação de Scripts - Glossário - HTML - Introdução translation_of: Glossary/Tag +original_slug: Glossario/Tag ---

    Em {{Glossary("HTML")}} a tag é usada para criar um {{Glossary("element", "elemento")}}.  O nome de um elemento HTML é o nome usado entre colchetes angulares como "<p>" para criar parágrafos. Note que ao fechar uma tag ela tem uma barra antes de seu nome, "</p>" , e que em elementos vazios a tag final não é requirida e nem permitida. Se os {{Glossary("Attribute", "atributos")}} não forem mencionados, os valores padrões serão usados em cada caso.

    diff --git a/files/pt-br/glossary/tcp/index.html b/files/pt-br/glossary/tcp/index.html index 56247facce..e2a35ee7c4 100644 --- a/files/pt-br/glossary/tcp/index.html +++ b/files/pt-br/glossary/tcp/index.html @@ -1,6 +1,6 @@ --- title: TCP -slug: Glossario/TCP +slug: Glossary/TCP tags: - Glossário - Infraestrutura @@ -9,6 +9,7 @@ tags: - Transmission Control Protocol - dados translation_of: Glossary/TCP +original_slug: Glossario/TCP ---

    TCP (Transmission Control Protocol, em português, Protocolo de Controle de Transmissão) é um importante {{Glossary("protocol", "protocolo")}} de rede que permite dois hosts se conectem e troquem dados. TCP garante a entrega de dados e pacotes na mesma ordem que foram enviados. Vint Cerf e Bob Kahn, que na época eram cientistas da DARPA (Defense Advanced Research Projects Agency, em português, Agência de Pesquisas em Projetos Avançados de Defesa), projetaram TCP na década de 1970.

    diff --git a/files/pt-br/glossary/three_js/index.html b/files/pt-br/glossary/three_js/index.html index 8d3415b661..6a1419be57 100644 --- a/files/pt-br/glossary/three_js/index.html +++ b/files/pt-br/glossary/three_js/index.html @@ -1,6 +1,6 @@ --- title: Three js -slug: Glossario/Three_js +slug: Glossary/Three_js tags: - CodingScripting - JavaScript @@ -8,6 +8,7 @@ tags: - Navegador - three.js translation_of: Glossary/Three_js +original_slug: Glossario/Three_js ---

    three.js é um motor {{Glossary("WebGL")}} baseado em {{Glossary("JavaScript")}} que pode executar jogos movidos com GPU ou outros aplicativos gráficos diretamente do {{Glossary("navegador")}}. A biblioteca three.js fornece várias funções e {{Glossary("API","APIs")}} para desenhar cenas 3D em seu navegador.

    diff --git a/files/pt-br/glossary/tls/index.html b/files/pt-br/glossary/tls/index.html index 4cfbc209ee..cfa2dc0168 100644 --- a/files/pt-br/glossary/tls/index.html +++ b/files/pt-br/glossary/tls/index.html @@ -1,12 +1,13 @@ --- title: TLS -slug: Glossario/TLS +slug: Glossary/TLS tags: - Criptografía - Glossário - Infraestrutura - Segurança translation_of: Glossary/TLS +original_slug: Glossario/TLS ---

    Transport Layer Security (TLS), previamente conhecido como Secure Sockets Layer (SSL), é um {{Glossary("protocolo")}} usado por aplicativos para se comunicar de forma segura em toda a rede, evitando adulteração e espionagem no email, navegador, mensagens e outros protocolos.

    diff --git a/files/pt-br/glossary/truthy/index.html b/files/pt-br/glossary/truthy/index.html index 872e53df91..dfa1535328 100644 --- a/files/pt-br/glossary/truthy/index.html +++ b/files/pt-br/glossary/truthy/index.html @@ -1,11 +1,12 @@ --- title: Truthy -slug: Glossario/Truthy +slug: Glossary/Truthy tags: - CodingScripting - Glossário - JavaScript translation_of: Glossary/Truthy +original_slug: Glossario/Truthy ---

    Em {{Glossary("JavaScript")}}, um valor truthy é um valor que se traduz em verdadeiro quando avaliado em um contexto {{Glossary("Booleano")}}. Todos os valores são truthy a menos que eles sejam definidos como {{Glossary("Falsy", "falsy")}} (ou seja., exceto para false, 0, "", null, undefined, e NaN).

    diff --git a/files/pt-br/glossary/type_conversion/index.html b/files/pt-br/glossary/type_conversion/index.html index 7c105b70ae..cd38f69ca7 100644 --- a/files/pt-br/glossary/type_conversion/index.html +++ b/files/pt-br/glossary/type_conversion/index.html @@ -1,7 +1,8 @@ --- title: Conversão de Tipo -slug: Glossario/Conversao_de_Tipo +slug: Glossary/Type_Conversion translation_of: Glossary/Type_Conversion +original_slug: Glossario/Conversao_de_Tipo ---

    Conversão de Tipo (ou typecasting) significa transferência de dados de um tipo de dado para o outro. A conversão implícita ocorre quando o compilador atribui automaticamente os tipos de dados, mas o código fonte também pode explicitamente exigir uma conversão de tipo. Por exemplo, dada a instrução 5+2.0, o float 2.0 será implicitamente convertido para integer, mas dada a instrução Number("0x11"), a string  "0x11" será explicitamente convertida para o número 17.

    diff --git a/files/pt-br/glossary/undefined/index.html b/files/pt-br/glossary/undefined/index.html index cda7c27ea3..5e363ae334 100644 --- a/files/pt-br/glossary/undefined/index.html +++ b/files/pt-br/glossary/undefined/index.html @@ -1,7 +1,8 @@ --- title: undefined -slug: Glossario/undefined +slug: Glossary/undefined translation_of: Glossary/undefined +original_slug: Glossario/undefined ---

    Um valor  {{Glossary("primitive")}} automaticamente atribuido para variaveis que foram recentemente declaradas ou para {{Glossary("Argument","arguments")}} formais para qual não existem argumentos atualmente.

    diff --git a/files/pt-br/glossary/uri/index.html b/files/pt-br/glossary/uri/index.html index 50c9ede26d..5fc05e75d7 100644 --- a/files/pt-br/glossary/uri/index.html +++ b/files/pt-br/glossary/uri/index.html @@ -1,7 +1,8 @@ --- title: URI -slug: Glossario/URI +slug: Glossary/URI translation_of: Glossary/URI +original_slug: Glossario/URI ---

    A URI (Uniform Resource Identifier, ou Identificador Uniforme de Recursos) é uma string (sequência de caracteres) que se refere a um recurso. A mais comum é a {{Glossary("URL")}}, que identifica o recurso localizando-o na Web. {{Glossary("URN","URNs")}}, em contraste, refere-se a um recurso pelo nome, em dado namespace. Ex: o ISBN de um livro.

    diff --git a/files/pt-br/glossary/url/index.html b/files/pt-br/glossary/url/index.html index 1012b7004e..9fd0b8ec32 100644 --- a/files/pt-br/glossary/url/index.html +++ b/files/pt-br/glossary/url/index.html @@ -1,10 +1,11 @@ --- title: URL -slug: Glossario/URL +slug: Glossary/URL tags: - Glossário - Infraestrutura translation_of: Glossary/URL +original_slug: Glossario/URL ---

    Uniform Resource Locator (URL) é uma sequência de texto que especifica onde um recurso pode ser encontrado na Internet.

    diff --git a/files/pt-br/glossary/utf-8/index.html b/files/pt-br/glossary/utf-8/index.html index a056fe392a..bf2330c204 100644 --- a/files/pt-br/glossary/utf-8/index.html +++ b/files/pt-br/glossary/utf-8/index.html @@ -1,7 +1,8 @@ --- title: UTF-8 -slug: Glossario/UTF-8 +slug: Glossary/UTF-8 translation_of: Glossary/UTF-8 +original_slug: Glossario/UTF-8 ---

    UTF-8 (UCS Transformation Format 8) é a codificação de caracteres mais comum da World Wide Web. Cada caractere é representado por um a quatro bytes. UTF-8 é compatível com versões anteriores do ASCII e pode representar qualquer caractere Unicode padrão.

    diff --git a/files/pt-br/glossary/ux/index.html b/files/pt-br/glossary/ux/index.html index b2037753e6..ce53f9aff6 100644 --- a/files/pt-br/glossary/ux/index.html +++ b/files/pt-br/glossary/ux/index.html @@ -1,6 +1,6 @@ --- title: UX -slug: Glossario/UX +slug: Glossary/UX tags: - Acessibilidade - Composição @@ -8,6 +8,7 @@ tags: - Glossário - Navegação translation_of: Glossary/UX +original_slug: Glossario/UX ---

    UX é um acrônimo que significa experiência do usuário (User eXperience). É o estudo da interação entre usuários e um sistema. Seu objetivo é tornar um sistema fácil de interagir do ponto de vista do usuário.

    diff --git a/files/pt-br/glossary/value/index.html b/files/pt-br/glossary/value/index.html index b03c28a030..1a6ac583f6 100644 --- a/files/pt-br/glossary/value/index.html +++ b/files/pt-br/glossary/value/index.html @@ -1,9 +1,10 @@ --- title: Valor -slug: Glossario/Valor +slug: Glossary/Value tags: - Glossário translation_of: Glossary/Value +original_slug: Glossario/Valor ---

    No contexto de dados ou um objeto {{Glossary("Wrapper", "wrapper")}} em torno desses dados, o valor é um {{Glossary("Primitive","valor primitivo")}} que contém o wrapper do objeto. No contexto de uma {{Glossary("Variável","variável")}} ou {{Glossary("Property","propriedade")}}, o valor pode ser primitivo ou {{Glossary("Object reference","refêrencia de um objeto")}}.

    diff --git a/files/pt-br/glossary/variable/index.html b/files/pt-br/glossary/variable/index.html index 6daf0decae..5e96df11cd 100644 --- a/files/pt-br/glossary/variable/index.html +++ b/files/pt-br/glossary/variable/index.html @@ -1,10 +1,11 @@ --- title: Variável -slug: Glossario/Variável +slug: Glossary/Variable tags: - JavaScript - Programando translation_of: Glossary/Variable +original_slug: Glossario/Variável ---

    Uma variável (variable) é um local nomeado para armazenar um {{Glossary("Valor", "valor")}}. Dessa forma, um valor pode ser acessado através de um nome predeterminado.

    diff --git a/files/pt-br/glossary/vendor_prefix/index.html b/files/pt-br/glossary/vendor_prefix/index.html index d1cc0fe991..74ab03741b 100644 --- a/files/pt-br/glossary/vendor_prefix/index.html +++ b/files/pt-br/glossary/vendor_prefix/index.html @@ -1,9 +1,10 @@ --- title: Prefixos vendor -slug: Glossario/Prefixos_vendor +slug: Glossary/Vendor_Prefix tags: - Glossário translation_of: Glossary/Vendor_Prefix +original_slug: Glossario/Prefixos_vendor ---

    Os fabricantes de browsers, por vezes, adicionam prefixos às propriedades experimentais ou fora dos padrões CSS, de modo que os desenvolvedores podem experimentá-las, enquanto —em teoria— as mudanças no comportamento dos navegadores não quebrarão o código durante o processo de padonização. Os desenvolvedores devem esperar para incluir a propriedade não pré-fixada até que o comportamento do navegador seja padronizado.

    diff --git a/files/pt-br/glossary/viewport/index.html b/files/pt-br/glossary/viewport/index.html index b8a740ac92..0d7ffbc9e8 100644 --- a/files/pt-br/glossary/viewport/index.html +++ b/files/pt-br/glossary/viewport/index.html @@ -1,12 +1,13 @@ --- title: Viewport -slug: Glossario/Viewport +slug: Glossary/Viewport tags: - Glossário - Tradução - pt-br - viewport translation_of: Glossary/Viewport +original_slug: Glossario/Viewport ---

    Uma viewport representa uma área poligonal (normalmente retangular) que está sendo exibida no momento. Em termos de navegador web, se refere a parte do documento que é exibida na janela (ou tela, se o documento estiver exibido em modo tela-cheia). Conteúdos fora da viewport não são visíveis na janela/tela até que seja rolado para sua área de visualização.

    diff --git a/files/pt-br/glossary/w3c/index.html b/files/pt-br/glossary/w3c/index.html index eafc150620..1517fd1f89 100644 --- a/files/pt-br/glossary/w3c/index.html +++ b/files/pt-br/glossary/w3c/index.html @@ -1,6 +1,6 @@ --- title: W3C -slug: Glossario/W3C +slug: Glossary/W3C tags: - Comunidade - Consórcio @@ -9,6 +9,7 @@ tags: - Introdução - W3C translation_of: Glossary/W3C +original_slug: Glossario/W3C ---

    O Consórcio da Rede Mundial (tradução livre de World Wide Web Consortium), ou simplesmente W3C é uma sociedade internacional que mantém as regras e  frameworks {{Glossary("World Wide Web", "relacionadas à Web")}}

    diff --git a/files/pt-br/glossary/webp/index.html b/files/pt-br/glossary/webp/index.html index c323b6a3de..df44552265 100644 --- a/files/pt-br/glossary/webp/index.html +++ b/files/pt-br/glossary/webp/index.html @@ -1,7 +1,8 @@ --- title: WebP -slug: Glossario/webp +slug: Glossary/webp translation_of: Glossary/webp +original_slug: Glossario/webp ---

    WebP é um formato de compressão de imagem lossless e lossy desenvolvido pelo Google.

    diff --git a/files/pt-br/glossary/websockets/index.html b/files/pt-br/glossary/websockets/index.html index bb0f72368c..e423a8c15d 100644 --- a/files/pt-br/glossary/websockets/index.html +++ b/files/pt-br/glossary/websockets/index.html @@ -1,7 +1,8 @@ --- title: WebSockets -slug: Glossario/WebSockets +slug: Glossary/WebSockets translation_of: Glossary/WebSockets +original_slug: Glossario/WebSockets ---

    WebSocket é um {{Glossary("protocolo")}} que permite persistir conexões {{Glossary("TCP")}} entre o {{Glossary("servidor")}} e o cliente de modo que se possa trocar dados a qualquer momento.

    diff --git a/files/pt-br/glossary/whatwg/index.html b/files/pt-br/glossary/whatwg/index.html index e743a0543a..551b9788a0 100644 --- a/files/pt-br/glossary/whatwg/index.html +++ b/files/pt-br/glossary/whatwg/index.html @@ -1,6 +1,6 @@ --- title: WHATWG -slug: Glossario/WHATWG +slug: Glossary/WHATWG tags: - Comunidade - GRUTTAH @@ -11,6 +11,7 @@ tags: - WHATWG - Web translation_of: Glossary/WHATWG +original_slug: Glossario/WHATWG ---

    O GRUTTAH (WHATWG - sigla em inglês) (Grupo de Trabalho da Tecnologia de Aplicação Hipertexto da Web tradução livre de Web Hypertext Application Working Group) é uma organização que mantém e desenvolve o {{Glossary("HTML")}} e as {{Glossary("API", "APIs")}} para aplicações Web. Antigos funcionários da Apple, Mozilla e Opera, estabeleceram o GRUTTAH em 2004.

    diff --git a/files/pt-br/glossary/wrapper/index.html b/files/pt-br/glossary/wrapper/index.html index 1af1581d67..4fac6000df 100644 --- a/files/pt-br/glossary/wrapper/index.html +++ b/files/pt-br/glossary/wrapper/index.html @@ -1,11 +1,12 @@ --- title: Wrapper -slug: Glossario/Wrapper +slug: Glossary/Wrapper tags: - CodingScripting - Glossary - Wrapper translation_of: Glossary/Wrapper +original_slug: Glossario/Wrapper ---

    Em linguagens de programação, como o JavaScript, um wrapper é uma função destinada a chamar uma ou mais funções, às vezes diretamente por conveniência, e às vezes adaptá-las para fazer uma tarefa ligeiramente diferente no processo.

    diff --git a/files/pt-br/glossary/xhr_(xmlhttprequest)/index.html b/files/pt-br/glossary/xhr_(xmlhttprequest)/index.html index 0b39fd44f1..f949878f41 100644 --- a/files/pt-br/glossary/xhr_(xmlhttprequest)/index.html +++ b/files/pt-br/glossary/xhr_(xmlhttprequest)/index.html @@ -1,7 +1,8 @@ --- title: XHR (XMLHttpRequest) -slug: Glossario/XHR_(XMLHttpRequest) +slug: Glossary/XHR_(XMLHttpRequest) translation_of: Glossary/XHR_(XMLHttpRequest) +original_slug: Glossario/XHR_(XMLHttpRequest) ---

    {{domxref("XMLHttpRequest")}} (XHR) é uma {{Glossary("API")}} {{Glossary("JavaScript")}} para criar requisições {{Glossary("AJAX")}}. Os métodos desta API fornecem opções para enviar requisições entre o {{Glossary("browser")}} e o {{Glossary("server")}}.

    diff --git a/files/pt-br/glossary/xhtml/index.html b/files/pt-br/glossary/xhtml/index.html index 17c42549eb..875c59871c 100644 --- a/files/pt-br/glossary/xhtml/index.html +++ b/files/pt-br/glossary/xhtml/index.html @@ -1,7 +1,8 @@ --- title: XHTML -slug: XHTML +slug: Glossary/XHTML translation_of: Glossary/XHTML +original_slug: XHTML ---

    O HTML pode ser transferido através da internet para o navegador usando duas sintaxes: sintaxe HTML e sintaxe XML, também conhecido como XHTML.

    diff --git a/files/pt-br/glossary/xml/index.html b/files/pt-br/glossary/xml/index.html index 76e5938dc0..c266ccc6d5 100644 --- a/files/pt-br/glossary/xml/index.html +++ b/files/pt-br/glossary/xml/index.html @@ -1,10 +1,11 @@ --- title: XML -slug: Glossario/XML +slug: Glossary/XML tags: - Glossário - XML translation_of: Glossary/XML +original_slug: Glossario/XML ---

    eXtensible Markup Language (XML) é uma linguagem de marcação genérica especificada pela W3C. A indústria de tecnologia da informação (TI) utiliza várias linguagens baseadas em XML para descrição de dados.

    diff --git a/files/pt-br/learn/accessibility/accessibility_troubleshooting/index.html b/files/pt-br/learn/accessibility/accessibility_troubleshooting/index.html index 727433531a..69aab0c3cb 100644 --- a/files/pt-br/learn/accessibility/accessibility_troubleshooting/index.html +++ b/files/pt-br/learn/accessibility/accessibility_troubleshooting/index.html @@ -1,6 +1,6 @@ --- title: 'Avaliação: solucionando problemas de acessibilidade' -slug: Learn/Accessibility/Acessibilidade_problemas +slug: Learn/Accessibility/Accessibility_troubleshooting tags: - Acessibilidade - Avaliação @@ -12,6 +12,7 @@ tags: - WAI-ARIA - aprendizado translation_of: Learn/Accessibility/Accessibility_troubleshooting +original_slug: Learn/Accessibility/Acessibilidade_problemas ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/accessibility/css_and_javascript/index.html b/files/pt-br/learn/accessibility/css_and_javascript/index.html index f0d8a728c5..2f7d7895b1 100644 --- a/files/pt-br/learn/accessibility/css_and_javascript/index.html +++ b/files/pt-br/learn/accessibility/css_and_javascript/index.html @@ -1,6 +1,6 @@ --- title: CSS e JavaScript - melhores práticas de acessibilidade -slug: Learn/Accessibility/CSS_e_JavaScript +slug: Learn/Accessibility/CSS_and_JavaScript tags: - Acessibilidade - Artigo @@ -9,6 +9,7 @@ tags: - color - contraste translation_of: Learn/Accessibility/CSS_and_JavaScript +original_slug: Learn/Accessibility/CSS_e_JavaScript ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/common_questions/how_do_you_host_your_website_on_google_app_engine/index.html b/files/pt-br/learn/common_questions/how_do_you_host_your_website_on_google_app_engine/index.html index 762169926c..7d3ca535c1 100644 --- a/files/pt-br/learn/common_questions/how_do_you_host_your_website_on_google_app_engine/index.html +++ b/files/pt-br/learn/common_questions/how_do_you_host_your_website_on_google_app_engine/index.html @@ -1,7 +1,8 @@ --- title: Como você hospeda seu site no Google App Engine? -slug: Learn/Common_questions/Como_voce_hospeda_seu_site_Google_App_Engine +slug: Learn/Common_questions/How_do_you_host_your_website_on_Google_App_Engine translation_of: Learn/Common_questions/How_do_you_host_your_website_on_Google_App_Engine +original_slug: Learn/Common_questions/Como_voce_hospeda_seu_site_Google_App_Engine ---

    Google App Engine é uma plataforma poderosa que lhe permite construir e rodar aplicações na infraestrutura do Google —  se você precisa criar um aplicativo da web de várias camadas do zero ou hospedar um site estático. Aqui está um guia passo a passo para hospedar seu site no Google App Engine.

    diff --git a/files/pt-br/learn/common_questions/how_does_the_internet_work/index.html b/files/pt-br/learn/common_questions/how_does_the_internet_work/index.html index 6bc88ac21f..4db463d2e5 100644 --- a/files/pt-br/learn/common_questions/how_does_the_internet_work/index.html +++ b/files/pt-br/learn/common_questions/how_does_the_internet_work/index.html @@ -1,12 +1,13 @@ --- title: Como a Internet funciona? -slug: Learn/Common_questions/Como_a_internet_funciona +slug: Learn/Common_questions/How_does_the_Internet_work tags: - Iniciante - Mecanismos Web - Tutorial - Web translation_of: Learn/Common_questions/How_does_the_Internet_work +original_slug: Learn/Common_questions/Como_a_internet_funciona ---

    Este artigo discute sobre o que é e como funciona a internet.

    diff --git a/files/pt-br/learn/common_questions/how_much_does_it_cost/index.html b/files/pt-br/learn/common_questions/how_much_does_it_cost/index.html index 7c92c2fb03..360c8c4d61 100644 --- a/files/pt-br/learn/common_questions/how_much_does_it_cost/index.html +++ b/files/pt-br/learn/common_questions/how_much_does_it_cost/index.html @@ -1,7 +1,8 @@ --- title: Quanto custa fazer algo na Web? -slug: Learn/Common_questions/Quanto_custa_fazer_algo_web +slug: Learn/Common_questions/How_much_does_it_cost translation_of: Learn/Common_questions/How_much_does_it_cost +original_slug: Learn/Common_questions/Quanto_custa_fazer_algo_web ---

    Getting involved on the Web isn't as cheap as it looks. In this article we discuss how much you may have to spend, and why.

    diff --git a/files/pt-br/learn/common_questions/set_up_a_local_testing_server/index.html b/files/pt-br/learn/common_questions/set_up_a_local_testing_server/index.html index 83b4f50a41..f5f9f76913 100644 --- a/files/pt-br/learn/common_questions/set_up_a_local_testing_server/index.html +++ b/files/pt-br/learn/common_questions/set_up_a_local_testing_server/index.html @@ -1,6 +1,6 @@ --- title: Como configurar um servidor de testes local -slug: Learn/Common_questions/Como_configurar_um_servidor_de_testes_local +slug: Learn/Common_questions/set_up_a_local_testing_server tags: - Aprender - Express @@ -13,6 +13,7 @@ tags: - lamp - servidores translation_of: Learn/Common_questions/set_up_a_local_testing_server +original_slug: Learn/Common_questions/Como_configurar_um_servidor_de_testes_local ---

    Este artigo explica como configurar um simples servidor de testes local em seu computador e o básico para utiliza-lo.

    diff --git a/files/pt-br/learn/common_questions/thinking_before_coding/index.html b/files/pt-br/learn/common_questions/thinking_before_coding/index.html index 342692db46..aff4551e54 100644 --- a/files/pt-br/learn/common_questions/thinking_before_coding/index.html +++ b/files/pt-br/learn/common_questions/thinking_before_coding/index.html @@ -1,10 +1,11 @@ --- title: Como eu começo a criar meu site? -slug: Learn/Common_questions/Pensando_antes_de_codificar +slug: Learn/Common_questions/Thinking_before_coding tags: - Composição - Iniciante translation_of: Learn/Common_questions/Thinking_before_coding +original_slug: Learn/Common_questions/Pensando_antes_de_codificar ---

    Este artigo abrange o primeiro passo, muito importante, de cada projeto: definir o que você deseja realizar com ele.

    diff --git a/files/pt-br/learn/common_questions/what_are_browser_developer_tools/index.html b/files/pt-br/learn/common_questions/what_are_browser_developer_tools/index.html index 80df8f9ddf..c117e2caa8 100644 --- a/files/pt-br/learn/common_questions/what_are_browser_developer_tools/index.html +++ b/files/pt-br/learn/common_questions/what_are_browser_developer_tools/index.html @@ -1,7 +1,8 @@ --- title: O que são as ferramentas de desenvolvimento do navegador -slug: Learn/Common_questions/ferramentas_de_desenvolvimento_do_navegador +slug: Learn/Common_questions/What_are_browser_developer_tools translation_of: Learn/Common_questions/What_are_browser_developer_tools +original_slug: Learn/Common_questions/ferramentas_de_desenvolvimento_do_navegador ---
    {{IncludeSubnav("/en-US/Learn")}}
    diff --git a/files/pt-br/learn/common_questions/what_are_hyperlinks/index.html b/files/pt-br/learn/common_questions/what_are_hyperlinks/index.html index 5cfb905389..c2e2a9ca4f 100644 --- a/files/pt-br/learn/common_questions/what_are_hyperlinks/index.html +++ b/files/pt-br/learn/common_questions/what_are_hyperlinks/index.html @@ -1,7 +1,8 @@ --- title: O que são hyperlinks? -slug: Learn/Common_questions/O_que_são_hyperlinks +slug: Learn/Common_questions/What_are_hyperlinks translation_of: Learn/Common_questions/What_are_hyperlinks +original_slug: Learn/Common_questions/O_que_são_hyperlinks ---

    Neste artigo, veremos o que são hiperlinks e por que eles são importantes.

    diff --git a/files/pt-br/learn/common_questions/what_is_a_web_server/index.html b/files/pt-br/learn/common_questions/what_is_a_web_server/index.html index f963103480..2f87b0d0ae 100644 --- a/files/pt-br/learn/common_questions/what_is_a_web_server/index.html +++ b/files/pt-br/learn/common_questions/what_is_a_web_server/index.html @@ -1,12 +1,13 @@ --- title: O que é um servidor web (web server)? -slug: Learn/Common_questions/o_que_e_um_web_server +slug: Learn/Common_questions/What_is_a_web_server tags: - HTTP - Infraestrutura - Iniciante - servidor web translation_of: Learn/Common_questions/What_is_a_web_server +original_slug: Learn/Common_questions/o_que_e_um_web_server ---

    Neste artigo vamos revisar o que são web servers, como eles funcionam, e por que eles são importantes.

    diff --git a/files/pt-br/learn/common_questions/what_software_do_i_need/index.html b/files/pt-br/learn/common_questions/what_software_do_i_need/index.html index 392b7fd03a..b4fdedba95 100644 --- a/files/pt-br/learn/common_questions/what_software_do_i_need/index.html +++ b/files/pt-br/learn/common_questions/what_software_do_i_need/index.html @@ -1,9 +1,10 @@ --- title: Que software eu preciso para construir um site? -slug: Learn/Common_questions/Que_software_eu_preciso +slug: Learn/Common_questions/What_software_do_I_need tags: - Iniciante translation_of: Learn/Common_questions/What_software_do_I_need +original_slug: Learn/Common_questions/Que_software_eu_preciso ---
    diff --git a/files/pt-br/learn/css/building_blocks/cascade_and_inheritance/index.html b/files/pt-br/learn/css/building_blocks/cascade_and_inheritance/index.html index b3988ca69b..019a15c65e 100644 --- a/files/pt-br/learn/css/building_blocks/cascade_and_inheritance/index.html +++ b/files/pt-br/learn/css/building_blocks/cascade_and_inheritance/index.html @@ -1,7 +1,8 @@ --- title: Cascade and inheritance -slug: Aprender/CSS/Construindo_blocos/Cascade_and_inheritance +slug: Learn/CSS/Building_blocks/Cascade_and_inheritance translation_of: Learn/CSS/Building_blocks/Cascade_and_inheritance +original_slug: Aprender/CSS/Construindo_blocos/Cascade_and_inheritance ---
    {{LearnSidebar}}{{NextMenu("Learn/CSS/Building_blocks/Selectors", "Learn/CSS/Building_blocks")}}
    diff --git a/files/pt-br/learn/css/building_blocks/index.html b/files/pt-br/learn/css/building_blocks/index.html index b79de8baa0..ae7d8d42a7 100644 --- a/files/pt-br/learn/css/building_blocks/index.html +++ b/files/pt-br/learn/css/building_blocks/index.html @@ -1,7 +1,8 @@ --- title: Construindo blocos CSS -slug: Aprender/CSS/Construindo_blocos +slug: Learn/CSS/Building_blocks translation_of: Learn/CSS/Building_blocks +original_slug: Aprender/CSS/Construindo_blocos ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/css/building_blocks/the_box_model/index.html b/files/pt-br/learn/css/building_blocks/the_box_model/index.html index 841540a8f0..dcfe23eb84 100644 --- a/files/pt-br/learn/css/building_blocks/the_box_model/index.html +++ b/files/pt-br/learn/css/building_blocks/the_box_model/index.html @@ -1,7 +1,8 @@ --- title: The box model -slug: Aprender/CSS/Construindo_blocos/The_box_model +slug: Learn/CSS/Building_blocks/The_box_model translation_of: Learn/CSS/Building_blocks/The_box_model +original_slug: Aprender/CSS/Construindo_blocos/The_box_model ---
    {{LearnSidebar}}{{PreviousMenuNext("Learn/CSS/Building_blocks/Selectors/Combinators", "Learn/CSS/Building_blocks/Backgrounds_and_borders", "Learn/CSS/Building_blocks")}}
    diff --git a/files/pt-br/learn/css/css_layout/introduction/index.html b/files/pt-br/learn/css/css_layout/introduction/index.html index 9314e8efd3..db8e49c6ab 100644 --- a/files/pt-br/learn/css/css_layout/introduction/index.html +++ b/files/pt-br/learn/css/css_layout/introduction/index.html @@ -1,7 +1,8 @@ --- title: Introdução ao leiaute com CSS -slug: Learn/CSS/CSS_layout/Intro_leiaute_CSS +slug: Learn/CSS/CSS_layout/Introduction translation_of: Learn/CSS/CSS_layout/Introduction +original_slug: Learn/CSS/CSS_layout/Intro_leiaute_CSS ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/css/css_layout/multiple-column_layout/index.html b/files/pt-br/learn/css/css_layout/multiple-column_layout/index.html index 2605843ff4..9c1f90a5e1 100644 --- a/files/pt-br/learn/css/css_layout/multiple-column_layout/index.html +++ b/files/pt-br/learn/css/css_layout/multiple-column_layout/index.html @@ -1,7 +1,8 @@ --- title: Layout de varias colunas -slug: Learn/CSS/CSS_layout/Layout_de_varias_colunas +slug: Learn/CSS/CSS_layout/Multiple-column_Layout translation_of: Learn/CSS/CSS_layout/Multiple-column_Layout +original_slug: Learn/CSS/CSS_layout/Layout_de_varias_colunas ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/css/css_layout/normal_flow/index.html b/files/pt-br/learn/css/css_layout/normal_flow/index.html index c27a403fa7..68c838a54b 100644 --- a/files/pt-br/learn/css/css_layout/normal_flow/index.html +++ b/files/pt-br/learn/css/css_layout/normal_flow/index.html @@ -1,7 +1,8 @@ --- title: Fluxo Normal -slug: Learn/CSS/CSS_layout/Fluxo_Normal +slug: Learn/CSS/CSS_layout/Normal_Flow translation_of: Learn/CSS/CSS_layout/Normal_Flow +original_slug: Learn/CSS/CSS_layout/Fluxo_Normal ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/css/first_steps/getting_started/index.html b/files/pt-br/learn/css/first_steps/getting_started/index.html index a9a5218e98..c3ba793680 100644 --- a/files/pt-br/learn/css/first_steps/getting_started/index.html +++ b/files/pt-br/learn/css/first_steps/getting_started/index.html @@ -1,6 +1,6 @@ --- title: Iniciando com CSS -slug: Learn/CSS/First_steps/Iniciando +slug: Learn/CSS/First_steps/Getting_started tags: - Aprender - CSS @@ -11,6 +11,7 @@ tags: - Seletores - Sintaxe translation_of: Learn/CSS/First_steps/Getting_started +original_slug: Learn/CSS/First_steps/Iniciando ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/css/first_steps/how_css_is_structured/index.html b/files/pt-br/learn/css/first_steps/how_css_is_structured/index.html index 4084647920..3974af9c99 100644 --- a/files/pt-br/learn/css/first_steps/how_css_is_structured/index.html +++ b/files/pt-br/learn/css/first_steps/how_css_is_structured/index.html @@ -1,7 +1,8 @@ --- title: Como CSS é estruturado -slug: Learn/CSS/First_steps/Como_CSS_e_estruturado +slug: Learn/CSS/First_steps/How_CSS_is_structured translation_of: Learn/CSS/First_steps/How_CSS_is_structured +original_slug: Learn/CSS/First_steps/Como_CSS_e_estruturado ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/css/first_steps/what_is_css/index.html b/files/pt-br/learn/css/first_steps/what_is_css/index.html index 41980dfee6..faffe455fb 100644 --- a/files/pt-br/learn/css/first_steps/what_is_css/index.html +++ b/files/pt-br/learn/css/first_steps/what_is_css/index.html @@ -1,6 +1,6 @@ --- title: O que é CSS? -slug: Learn/CSS/First_steps/O_que_e_CSS +slug: Learn/CSS/First_steps/What_is_CSS tags: - Aprender - CSS @@ -10,6 +10,7 @@ tags: - Sintaxe - especificação translation_of: Learn/CSS/First_steps/What_is_CSS +original_slug: Learn/CSS/First_steps/O_que_e_CSS ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/css/howto/css_faq/index.html b/files/pt-br/learn/css/howto/css_faq/index.html index f3febd4637..a00f5ee395 100644 --- a/files/pt-br/learn/css/howto/css_faq/index.html +++ b/files/pt-br/learn/css/howto/css_faq/index.html @@ -1,6 +1,6 @@ --- title: CSS - Perguntas frequentes -slug: Learn/CSS/Howto/CSS_Perguntas_Frequentes +slug: Learn/CSS/Howto/CSS_FAQ tags: - CSS - Exemplo @@ -10,6 +10,7 @@ tags: - Perguntas Frequentes - Web translation_of: Learn/CSS/Howto/CSS_FAQ +original_slug: Learn/CSS/Howto/CSS_Perguntas_Frequentes ---

    Por que meu CSS, que é válido, não é renderizado corretamente?

    diff --git a/files/pt-br/learn/css/index.html b/files/pt-br/learn/css/index.html index f5004d47f3..aaaeeaec2b 100644 --- a/files/pt-br/learn/css/index.html +++ b/files/pt-br/learn/css/index.html @@ -1,12 +1,13 @@ --- title: Aprenda a estilizar HTML utilizando CSS -slug: Aprender/CSS +slug: Learn/CSS tags: - CSS - Folha de Estilos - Iniciante - especificação translation_of: Learn/CSS +original_slug: Aprender/CSS ---

    Cascading Stylesheets — ou {{glossary("CSS")}} — é a primeira tecnologia que você deve aprender após o {{glossary("HTML")}}. Enquanto o HTML é utilizado para definir a estrutura e semântica do seu conteúdo, o CSS é usado para estilizá-lo e desenhá-lo. Por exemplo, você pode usar o CSS para alterar a fonte, cor, tamanho e espaçamento do seu conteúdo, dividí-lo em multiplas colunas, ou adicionar animações e outros recursos decorativos.

    diff --git a/files/pt-br/learn/css/styling_text/index.html b/files/pt-br/learn/css/styling_text/index.html index b2eafa9f05..0a3deb1e0e 100644 --- a/files/pt-br/learn/css/styling_text/index.html +++ b/files/pt-br/learn/css/styling_text/index.html @@ -1,6 +1,6 @@ --- title: Estilizando texto -slug: Aprender/CSS/Estilizando_texto +slug: Learn/CSS/Styling_text tags: - CSS - Fontes @@ -10,6 +10,7 @@ tags: - listas - web fontes translation_of: Learn/CSS/Styling_text +original_slug: Aprender/CSS/Estilizando_texto ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/css/styling_text/styling_lists/index.html b/files/pt-br/learn/css/styling_text/styling_lists/index.html index 72dc8dc227..f62387343a 100644 --- a/files/pt-br/learn/css/styling_text/styling_lists/index.html +++ b/files/pt-br/learn/css/styling_text/styling_lists/index.html @@ -1,8 +1,9 @@ --- title: Manipulando Listas -slug: Web/CSS/Getting_Started/Lists +slug: Learn/CSS/Styling_text/Styling_lists translation_of: Learn/CSS/Styling_text/Styling_lists translation_of_original: Web/Guide/CSS/Getting_started/Lists +original_slug: Web/CSS/Getting_Started/Lists ---

    {{ CSSTutorialTOC() }}

    diff --git a/files/pt-br/learn/forms/basic_native_form_controls/index.html b/files/pt-br/learn/forms/basic_native_form_controls/index.html index ebefe55869..d0fad5e66a 100644 --- a/files/pt-br/learn/forms/basic_native_form_controls/index.html +++ b/files/pt-br/learn/forms/basic_native_form_controls/index.html @@ -1,6 +1,6 @@ --- title: Os widgets nativos -slug: Web/Guide/HTML/Forms/Os_widgets_nativos +slug: Learn/Forms/Basic_native_form_controls tags: - Aprender - Contrôles @@ -11,6 +11,7 @@ tags: - Intermediário - Web translation_of: Learn/Forms/Basic_native_form_controls +original_slug: Web/Guide/HTML/Forms/Os_widgets_nativos ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/forms/form_validation/index.html b/files/pt-br/learn/forms/form_validation/index.html index 7f9146d0a4..8cb1e2ace0 100644 --- a/files/pt-br/learn/forms/form_validation/index.html +++ b/files/pt-br/learn/forms/form_validation/index.html @@ -1,7 +1,8 @@ --- title: Form data validation -slug: Web/Guide/HTML/Forms/Form_validation +slug: Learn/Forms/Form_validation translation_of: Learn/Forms/Form_validation +original_slug: Web/Guide/HTML/Forms/Form_validation ---
    {{LearnSidebar}}{{PreviousMenuNext("Learn/HTML/Forms/Sending_and_retrieving_form_data", "Learn/HTML/Forms/How_to_build_custom_form_widgets", "Learn/HTML/Forms")}}
    diff --git a/files/pt-br/learn/forms/how_to_build_custom_form_controls/index.html b/files/pt-br/learn/forms/how_to_build_custom_form_controls/index.html index 76e202e685..0fdead0ece 100644 --- a/files/pt-br/learn/forms/how_to_build_custom_form_controls/index.html +++ b/files/pt-br/learn/forms/how_to_build_custom_form_controls/index.html @@ -1,7 +1,8 @@ --- title: How to build custom form widgets -slug: Web/Guide/HTML/Forms/How_to_build_custom_form_widgets +slug: Learn/Forms/How_to_build_custom_form_controls translation_of: Learn/Forms/How_to_build_custom_form_controls +original_slug: Web/Guide/HTML/Forms/How_to_build_custom_form_widgets ---
    {{LearnSidebar}}{{PreviousMenuNext("Learn/HTML/Forms/Form_validation", "Learn/HTML/Forms/Sending_forms_through_JavaScript", "Learn/HTML/Forms")}}
    diff --git a/files/pt-br/learn/forms/how_to_structure_a_web_form/index.html b/files/pt-br/learn/forms/how_to_structure_a_web_form/index.html index 33a562813c..2f73baf5e2 100644 --- a/files/pt-br/learn/forms/how_to_structure_a_web_form/index.html +++ b/files/pt-br/learn/forms/how_to_structure_a_web_form/index.html @@ -1,6 +1,6 @@ --- title: Como estruturar um formulário HTML -slug: Web/Guide/HTML/Forms/How_to_structure_an_HTML_form +slug: Learn/Forms/How_to_structure_a_web_form tags: - Beginner - CodingScripting @@ -12,6 +12,7 @@ tags: - Structure - Web translation_of: Learn/Forms/How_to_structure_a_web_form +original_slug: Web/Guide/HTML/Forms/How_to_structure_an_HTML_form ---

    {{LearnSidebar}}

    diff --git a/files/pt-br/learn/forms/index.html b/files/pt-br/learn/forms/index.html index 15bd243566..b7f87b52da 100644 --- a/files/pt-br/learn/forms/index.html +++ b/files/pt-br/learn/forms/index.html @@ -1,6 +1,6 @@ --- title: Formulários da Web - Trabalhando com dados do usuário -slug: Web/Guide/HTML/Forms +slug: Learn/Forms tags: - Aprender - Funcionalidades @@ -10,6 +10,7 @@ tags: - Web - formulários translation_of: Learn/Forms +original_slug: Web/Guide/HTML/Forms ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/forms/sending_and_retrieving_form_data/index.html b/files/pt-br/learn/forms/sending_and_retrieving_form_data/index.html index c6eaaee29b..6f83b45aa4 100644 --- a/files/pt-br/learn/forms/sending_and_retrieving_form_data/index.html +++ b/files/pt-br/learn/forms/sending_and_retrieving_form_data/index.html @@ -1,7 +1,8 @@ --- title: Sending form data -slug: Web/Guide/HTML/Forms/Sending_and_retrieving_form_data +slug: Learn/Forms/Sending_and_retrieving_form_data translation_of: Learn/Forms/Sending_and_retrieving_form_data +original_slug: Web/Guide/HTML/Forms/Sending_and_retrieving_form_data ---

    Em muitos casos, a finalidade de HTML Form Um é enviar dados para um servidor. O servidor processa os dados e envia uma resposta ao usuário. Isso parece simples, mas é importante manter algumas coisas em mente para garantir que os dados não danifiquem o servidor ou causem problemas para seus usuários.

    diff --git a/files/pt-br/learn/forms/your_first_form/index.html b/files/pt-br/learn/forms/your_first_form/index.html index 31ef58aa7c..8c1339a83a 100644 --- a/files/pt-br/learn/forms/your_first_form/index.html +++ b/files/pt-br/learn/forms/your_first_form/index.html @@ -1,7 +1,8 @@ --- title: Meu primeiro formulário HTML -slug: Web/Guide/HTML/Forms/Meu_primeiro_formulario_HTML +slug: Learn/Forms/Your_first_form translation_of: Learn/Forms/Your_first_form +original_slug: Web/Guide/HTML/Forms/Meu_primeiro_formulario_HTML ---

    Este é um artigo introdutório para formulários HTML. Através de um simples formulário de contato, nós veremos os requisitos básicos para construir formulários HTML. Esse artigo assume que você não sabe nada sobre formulários HTML, mas presume que você conhece o básico de HTML e CSS.

    diff --git a/files/pt-br/learn/front-end_web_developer/index.html b/files/pt-br/learn/front-end_web_developer/index.html index 67a73497ef..44b52ceb0a 100644 --- a/files/pt-br/learn/front-end_web_developer/index.html +++ b/files/pt-br/learn/front-end_web_developer/index.html @@ -1,6 +1,6 @@ --- title: Desenvolvedor Web Front-end -slug: Aprender/Front-end_web_developer +slug: Learn/Front-end_web_developer tags: - Aprender - CSS @@ -11,6 +11,7 @@ tags: - JavaScript - Padrões Web translation_of: Learn/Front-end_web_developer +original_slug: Aprender/Front-end_web_developer ---

    {{learnsidebar}}

    diff --git a/files/pt-br/learn/getting_started_with_the_web/css_basics/index.html b/files/pt-br/learn/getting_started_with_the_web/css_basics/index.html index 34d0eb95ad..a3f3c7f46c 100644 --- a/files/pt-br/learn/getting_started_with_the_web/css_basics/index.html +++ b/files/pt-br/learn/getting_started_with_the_web/css_basics/index.html @@ -1,6 +1,6 @@ --- title: CSS básico -slug: Aprender/Getting_started_with_the_web/CSS_basico +slug: Learn/Getting_started_with_the_web/CSS_basics tags: - Aprender - CSS @@ -8,8 +8,9 @@ tags: - Estilo - Iniciante - Web - - 'l10n:prioridade' + - l10n:prioridade translation_of: Learn/Getting_started_with_the_web/CSS_basics +original_slug: Aprender/Getting_started_with_the_web/CSS_basico ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/getting_started_with_the_web/dealing_with_files/index.html b/files/pt-br/learn/getting_started_with_the_web/dealing_with_files/index.html index a2d477a698..3061b41d1b 100644 --- a/files/pt-br/learn/getting_started_with_the_web/dealing_with_files/index.html +++ b/files/pt-br/learn/getting_started_with_the_web/dealing_with_files/index.html @@ -1,6 +1,6 @@ --- title: Lidando com arquivos -slug: Aprender/Getting_started_with_the_web/lidando_com_arquivos +slug: Learn/Getting_started_with_the_web/Dealing_with_files tags: - Arquivos - Codificação de Scripts @@ -8,9 +8,10 @@ tags: - HTML - Iniciante - Site - - 'l10:prioridade' + - l10:prioridade - teoria translation_of: Learn/Getting_started_with_the_web/Dealing_with_files +original_slug: Aprender/Getting_started_with_the_web/lidando_com_arquivos ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/getting_started_with_the_web/how_the_web_works/index.html b/files/pt-br/learn/getting_started_with_the_web/how_the_web_works/index.html index cf911dafc5..9589503e8a 100644 --- a/files/pt-br/learn/getting_started_with_the_web/how_the_web_works/index.html +++ b/files/pt-br/learn/getting_started_with_the_web/how_the_web_works/index.html @@ -1,6 +1,6 @@ --- title: Como a Web funciona -slug: Aprender/Getting_started_with_the_web/Como_a_Web_funciona +slug: Learn/Getting_started_with_the_web/How_the_Web_works tags: - Aprender - Cliente @@ -11,8 +11,9 @@ tags: - Iniciante - Servidor - TCP - - 'l10n:prioridade' + - l10n:prioridade translation_of: Learn/Getting_started_with_the_web/How_the_Web_works +original_slug: Aprender/Getting_started_with_the_web/Como_a_Web_funciona ---

    {{LearnSidebar}}

    diff --git a/files/pt-br/learn/getting_started_with_the_web/html_basics/index.html b/files/pt-br/learn/getting_started_with_the_web/html_basics/index.html index 534fc5b9c9..bd6ddd381b 100644 --- a/files/pt-br/learn/getting_started_with_the_web/html_basics/index.html +++ b/files/pt-br/learn/getting_started_with_the_web/html_basics/index.html @@ -1,14 +1,15 @@ --- title: HTML básico -slug: Aprender/Getting_started_with_the_web/HTML_basico +slug: Learn/Getting_started_with_the_web/HTML_basics tags: - Aprender - Codificação de Scripts - HTML - Iniciante - Web - - 'l10:prioridade' + - l10:prioridade translation_of: Learn/Getting_started_with_the_web/HTML_basics +original_slug: Aprender/Getting_started_with_the_web/HTML_basico ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/getting_started_with_the_web/index.html b/files/pt-br/learn/getting_started_with_the_web/index.html index ac40c9ed36..f752365442 100644 --- a/files/pt-br/learn/getting_started_with_the_web/index.html +++ b/files/pt-br/learn/getting_started_with_the_web/index.html @@ -1,17 +1,18 @@ --- title: Introdução à Web -slug: Aprender/Getting_started_with_the_web +slug: Learn/Getting_started_with_the_web tags: - CSS - Design - Guía - HTML - Iniciante - - 'l10:prioridade' + - l10:prioridade - publicação - teoria - Índice translation_of: Learn/Getting_started_with_the_web +original_slug: Aprender/Getting_started_with_the_web ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/getting_started_with_the_web/installing_basic_software/index.html b/files/pt-br/learn/getting_started_with_the_web/installing_basic_software/index.html index 0093c0a82d..cdb1f515f7 100644 --- a/files/pt-br/learn/getting_started_with_the_web/installing_basic_software/index.html +++ b/files/pt-br/learn/getting_started_with_the_web/installing_basic_software/index.html @@ -1,6 +1,6 @@ --- title: Instalando os programas básicos -slug: Aprender/Getting_started_with_the_web/instalando_programas_basicos +slug: Learn/Getting_started_with_the_web/Installing_basic_software tags: - Aprender - Ferramentas @@ -9,8 +9,9 @@ tags: - Navegador - configuração - editor de texto - - 'l10:prioridade' + - l10:prioridade translation_of: Learn/Getting_started_with_the_web/Installing_basic_software +original_slug: Aprender/Getting_started_with_the_web/instalando_programas_basicos ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/getting_started_with_the_web/javascript_basics/index.html b/files/pt-br/learn/getting_started_with_the_web/javascript_basics/index.html index a54cab793a..68b897a9a6 100644 --- a/files/pt-br/learn/getting_started_with_the_web/javascript_basics/index.html +++ b/files/pt-br/learn/getting_started_with_the_web/javascript_basics/index.html @@ -1,14 +1,15 @@ --- title: JavaScript básico -slug: Aprender/Getting_started_with_the_web/JavaScript_basico +slug: Learn/Getting_started_with_the_web/JavaScript_basics tags: - Aprender - Codificação de Script - Iniciante - JavaScript - Web - - 'l10:prioridade' + - l10:prioridade translation_of: Learn/Getting_started_with_the_web/JavaScript_basics +original_slug: Aprender/Getting_started_with_the_web/JavaScript_basico ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/getting_started_with_the_web/publishing_your_website/index.html b/files/pt-br/learn/getting_started_with_the_web/publishing_your_website/index.html index 7bc25089da..267dd30e49 100644 --- a/files/pt-br/learn/getting_started_with_the_web/publishing_your_website/index.html +++ b/files/pt-br/learn/getting_started_with_the_web/publishing_your_website/index.html @@ -1,6 +1,6 @@ --- title: Publicando seu site -slug: Aprender/Getting_started_with_the_web/Publicando_seu_site +slug: Learn/Getting_started_with_the_web/Publishing_your_website tags: - Codificação em Script - FTP @@ -8,10 +8,11 @@ tags: - Iniciante - Motor de Apps do Google - Web - - 'l10n:prioridade' + - l10n:prioridade - publicação - servidor web translation_of: Learn/Getting_started_with_the_web/Publishing_your_website +original_slug: Aprender/Getting_started_with_the_web/Publicando_seu_site ---

    {{LearnSidebar}}

    diff --git a/files/pt-br/learn/getting_started_with_the_web/the_web_and_web_standards/index.html b/files/pt-br/learn/getting_started_with_the_web/the_web_and_web_standards/index.html index 26de56ea06..08bcb4b64e 100644 --- a/files/pt-br/learn/getting_started_with_the_web/the_web_and_web_standards/index.html +++ b/files/pt-br/learn/getting_started_with_the_web/the_web_and_web_standards/index.html @@ -1,7 +1,8 @@ --- title: A web e seus padrões -slug: Aprender/Getting_started_with_the_web/A_web_e_seus_padrões +slug: Learn/Getting_started_with_the_web/The_web_and_web_standards translation_of: Learn/Getting_started_with_the_web/The_web_and_web_standards +original_slug: Aprender/Getting_started_with_the_web/A_web_e_seus_padrões ---

    {{learnsidebar}}

    diff --git a/files/pt-br/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html b/files/pt-br/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html index 62ad3bd27d..f6f6da8f8d 100644 --- a/files/pt-br/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html +++ b/files/pt-br/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html @@ -1,6 +1,6 @@ --- title: Com será o seu site? -slug: Aprender/Getting_started_with_the_web/com_que_seu_site_vai_parecer +slug: Learn/Getting_started_with_the_web/What_will_your_website_look_like tags: - Aprender - Ativos @@ -12,8 +12,9 @@ tags: - Iniciante - Passo a passo - Simples - - 'l10:prioridade' + - l10:prioridade translation_of: Learn/Getting_started_with_the_web/What_will_your_website_look_like +original_slug: Aprender/Getting_started_with_the_web/com_que_seu_site_vai_parecer ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html b/files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html index e693b6fed8..b5bf80270c 100644 --- a/files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html +++ b/files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html @@ -1,9 +1,10 @@ --- title: Dicas para criar páginas HTML de carregamento rápido -slug: Web/HTML/Dicas_para_criar_páginas_HTML_de_carregamento_rápido +slug: Learn/HTML/Howto/Author_fast-loading_HTML_pages tags: - Performance translation_of: Learn/HTML/Howto/Author_fast-loading_HTML_pages +original_slug: Web/HTML/Dicas_para_criar_páginas_HTML_de_carregamento_rápido ---

    Estas dicas são baseadas em conhecimento comum e experimentação.

    Uma página web otimizada não apenas provê um site mais responsivo aos visitantes, como também reduz a carga sobre os servidores e a conexão com a Internet. Isso pode ser crucial para sites de grande volume ou sites que tenham um pico de tráfego devido a circunstâncias extraordinárias, como plantões de notícias urgentes.

    diff --git a/files/pt-br/learn/html/howto/index.html b/files/pt-br/learn/html/howto/index.html index 4d64f7d792..9ddbd6516a 100644 --- a/files/pt-br/learn/html/howto/index.html +++ b/files/pt-br/learn/html/howto/index.html @@ -1,7 +1,8 @@ --- title: Use HTML para resolver problemas comuns -slug: Aprender/HTML/como-fazer +slug: Learn/HTML/Howto translation_of: Learn/HTML/Howto +original_slug: Aprender/HTML/como-fazer ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/howto/use_data_attributes/index.html b/files/pt-br/learn/html/howto/use_data_attributes/index.html index 20daf02206..d1c6154dc1 100644 --- a/files/pt-br/learn/html/howto/use_data_attributes/index.html +++ b/files/pt-br/learn/html/howto/use_data_attributes/index.html @@ -1,7 +1,8 @@ --- title: Utilizando data attributes -slug: Web/Guide/HTML/Using_data_attributes +slug: Learn/HTML/Howto/Use_data_attributes translation_of: Learn/HTML/Howto/Use_data_attributes +original_slug: Web/Guide/HTML/Using_data_attributes ---

    HTML5 foi criado pensando na extensibilidade dos dados que precisam ser associados a um determinado elemento mas não necessariamente tem um significado definido.  Atributos data-* nos permite armazenar informações extras em elementos HTML padrões e semânticos, sem a necessidades de hacks como classList, atributos fora do padrão, propriedades extras no DOM ou o método depreciado setUserData.

    diff --git a/files/pt-br/learn/html/index.html b/files/pt-br/learn/html/index.html index 498ba9ab01..64fcae245a 100644 --- a/files/pt-br/learn/html/index.html +++ b/files/pt-br/learn/html/index.html @@ -1,6 +1,6 @@ --- title: Estruturando a web com HTML -slug: Aprender/HTML +slug: Learn/HTML tags: - Aprender - Guía @@ -9,6 +9,7 @@ tags: - Introdução - Tópico translation_of: Learn/HTML +original_slug: Aprender/HTML ---

    {{LearnSidebar}}

    diff --git a/files/pt-br/learn/html/introduction_to_html/advanced_text_formatting/index.html b/files/pt-br/learn/html/introduction_to_html/advanced_text_formatting/index.html index 3b5365b074..1fbb164bd4 100644 --- a/files/pt-br/learn/html/introduction_to_html/advanced_text_formatting/index.html +++ b/files/pt-br/learn/html/introduction_to_html/advanced_text_formatting/index.html @@ -1,6 +1,6 @@ --- title: Formatação avançada de texto -slug: Aprender/HTML/Introducao_ao_HTML/Formatacao_avancada_texto +slug: Learn/HTML/Introduction_to_HTML/Advanced_text_formatting tags: - Aprender - Guía @@ -11,6 +11,7 @@ tags: - lista de descrição - semântico translation_of: Learn/HTML/Introduction_to_HTML/Advanced_text_formatting +original_slug: Aprender/HTML/Introducao_ao_HTML/Formatacao_avancada_texto ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/introduction_to_html/creating_hyperlinks/index.html b/files/pt-br/learn/html/introduction_to_html/creating_hyperlinks/index.html index 1abbfa20c4..c58175af3c 100644 --- a/files/pt-br/learn/html/introduction_to_html/creating_hyperlinks/index.html +++ b/files/pt-br/learn/html/introduction_to_html/creating_hyperlinks/index.html @@ -1,6 +1,6 @@ --- title: Criando hyperlinks -slug: Aprender/HTML/Introducao_ao_HTML/Criando_hyperlinks +slug: Learn/HTML/Introduction_to_HTML/Creating_hyperlinks tags: - Guía - HTML @@ -13,6 +13,7 @@ tags: - hyperlinks - relativo translation_of: Learn/HTML/Introduction_to_HTML/Creating_hyperlinks +original_slug: Aprender/HTML/Introducao_ao_HTML/Criando_hyperlinks ---

    {{LearnSidebar}}

    diff --git a/files/pt-br/learn/html/introduction_to_html/debugging_html/index.html b/files/pt-br/learn/html/introduction_to_html/debugging_html/index.html index 4b518454d9..e57bb8810c 100644 --- a/files/pt-br/learn/html/introduction_to_html/debugging_html/index.html +++ b/files/pt-br/learn/html/introduction_to_html/debugging_html/index.html @@ -1,7 +1,8 @@ --- title: Debugging HTML -slug: Aprender/HTML/Introducao_ao_HTML/Debugging_HTML +slug: Learn/HTML/Introduction_to_HTML/Debugging_HTML translation_of: Learn/HTML/Introduction_to_HTML/Debugging_HTML +original_slug: Aprender/HTML/Introducao_ao_HTML/Debugging_HTML ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/introduction_to_html/document_and_website_structure/index.html b/files/pt-br/learn/html/introduction_to_html/document_and_website_structure/index.html index 825d2cec6e..3987dda3a6 100644 --- a/files/pt-br/learn/html/introduction_to_html/document_and_website_structure/index.html +++ b/files/pt-br/learn/html/introduction_to_html/document_and_website_structure/index.html @@ -1,7 +1,8 @@ --- title: Estrutura de documento e sites -slug: Aprender/HTML/Introducao_ao_HTML/Estrutura_de_documento_e_sites +slug: Learn/HTML/Introduction_to_HTML/Document_and_website_structure translation_of: Learn/HTML/Introduction_to_HTML/Document_and_website_structure +original_slug: Aprender/HTML/Introducao_ao_HTML/Estrutura_de_documento_e_sites ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/introduction_to_html/getting_started/index.html b/files/pt-br/learn/html/introduction_to_html/getting_started/index.html index ed79c15034..07f6c60450 100644 --- a/files/pt-br/learn/html/introduction_to_html/getting_started/index.html +++ b/files/pt-br/learn/html/introduction_to_html/getting_started/index.html @@ -1,6 +1,6 @@ --- title: Iniciando com HTML -slug: Aprender/HTML/Introducao_ao_HTML/Getting_started +slug: Learn/HTML/Introduction_to_HTML/Getting_started tags: - Codificação de Scripts - Comentário @@ -12,6 +12,7 @@ tags: - espaço em branco - referência de entidade translation_of: Learn/HTML/Introduction_to_HTML/Getting_started +original_slug: Aprender/HTML/Introducao_ao_HTML/Getting_started ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/introduction_to_html/html_text_fundamentals/index.html b/files/pt-br/learn/html/introduction_to_html/html_text_fundamentals/index.html index 47ca918b68..261e7d9437 100644 --- a/files/pt-br/learn/html/introduction_to_html/html_text_fundamentals/index.html +++ b/files/pt-br/learn/html/introduction_to_html/html_text_fundamentals/index.html @@ -1,6 +1,6 @@ --- title: Fundamentos do texto em HTML -slug: Aprender/HTML/Introducao_ao_HTML/Fundamentos_textuais_HTML +slug: Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals tags: - Aprender - Guía @@ -12,6 +12,7 @@ tags: - parágrafo - semántica translation_of: Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals +original_slug: Aprender/HTML/Introducao_ao_HTML/Fundamentos_textuais_HTML ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/introduction_to_html/index.html b/files/pt-br/learn/html/introduction_to_html/index.html index f0e69d61d4..8112ecfab0 100644 --- a/files/pt-br/learn/html/introduction_to_html/index.html +++ b/files/pt-br/learn/html/introduction_to_html/index.html @@ -1,6 +1,6 @@ --- title: Introdução ao HTML -slug: Aprender/HTML/Introducao_ao_HTML +slug: Learn/HTML/Introduction_to_HTML tags: - Codificação de Script - Estrutura @@ -12,6 +12,7 @@ tags: - cabeçalho - semántica translation_of: Learn/HTML/Introduction_to_HTML +original_slug: Aprender/HTML/Introducao_ao_HTML ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.html b/files/pt-br/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.html index c6d49c4015..e6d0b589aa 100644 --- a/files/pt-br/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.html +++ b/files/pt-br/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.html @@ -1,13 +1,14 @@ --- title: 'Teste suas habilidades: Noções básicas de texto HTML' -slug: 'Aprender/HTML/Introducao_ao_HTML/Test_your_skills:_HTML_text_basics' +slug: Learn/HTML/Introduction_to_HTML/Test_your_skills:_HTML_text_basics tags: - HTML - Iniciante - Teste suas habilidades - Texto - aprendizado -translation_of: 'Learn/HTML/Introduction_to_HTML/Test_your_skills:_HTML_text_basics' +translation_of: Learn/HTML/Introduction_to_HTML/Test_your_skills:_HTML_text_basics +original_slug: Aprender/HTML/Introducao_ao_HTML/Test_your_skills:_HTML_text_basics ---
    {{learnsidebar}}
    diff --git a/files/pt-br/learn/html/introduction_to_html/the_head_metadata_in_html/index.html b/files/pt-br/learn/html/introduction_to_html/the_head_metadata_in_html/index.html index 66dd155c09..d0e6a90d81 100644 --- a/files/pt-br/learn/html/introduction_to_html/the_head_metadata_in_html/index.html +++ b/files/pt-br/learn/html/introduction_to_html/the_head_metadata_in_html/index.html @@ -1,6 +1,6 @@ --- title: O que está no cabeçalho? Metadados em HTML -slug: Aprender/HTML/Introducao_ao_HTML/The_head_metadata_in_HTML +slug: Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML tags: - Guía - HTML @@ -9,6 +9,7 @@ tags: - lang - metadados translation_of: Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML +original_slug: Aprender/HTML/Introducao_ao_HTML/The_head_metadata_in_HTML ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/multimedia_and_embedding/adding_vector_graphics_to_the_web/index.html b/files/pt-br/learn/html/multimedia_and_embedding/adding_vector_graphics_to_the_web/index.html index 2ebc971f42..ef64facfd5 100644 --- a/files/pt-br/learn/html/multimedia_and_embedding/adding_vector_graphics_to_the_web/index.html +++ b/files/pt-br/learn/html/multimedia_and_embedding/adding_vector_graphics_to_the_web/index.html @@ -1,7 +1,8 @@ --- title: Adicionando vetor gráfico na web -slug: Aprender/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web +slug: Learn/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web translation_of: Learn/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web +original_slug: Aprender/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/multimedia_and_embedding/images_in_html/index.html b/files/pt-br/learn/html/multimedia_and_embedding/images_in_html/index.html index 4f463148c1..9f8ed743a3 100644 --- a/files/pt-br/learn/html/multimedia_and_embedding/images_in_html/index.html +++ b/files/pt-br/learn/html/multimedia_and_embedding/images_in_html/index.html @@ -1,6 +1,6 @@ --- title: Imagens no HTML -slug: Aprender/HTML/Multimedia_and_embedding/Images_in_HTML +slug: Learn/HTML/Multimedia_and_embedding/Images_in_HTML tags: - Guía - HTML @@ -11,6 +11,7 @@ tags: - figure - img translation_of: Learn/HTML/Multimedia_and_embedding/Images_in_HTML +original_slug: Aprender/HTML/Multimedia_and_embedding/Images_in_HTML ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/multimedia_and_embedding/index.html b/files/pt-br/learn/html/multimedia_and_embedding/index.html index d644018330..e4aebc5242 100644 --- a/files/pt-br/learn/html/multimedia_and_embedding/index.html +++ b/files/pt-br/learn/html/multimedia_and_embedding/index.html @@ -1,6 +1,6 @@ --- title: Multimídia e Incorporação -slug: Aprender/HTML/Multimedia_and_embedding +slug: Learn/HTML/Multimedia_and_embedding tags: - Acesso - Aprender @@ -16,6 +16,7 @@ tags: - Vídeo(2) - iframes translation_of: Learn/HTML/Multimedia_and_embedding +original_slug: Aprender/HTML/Multimedia_and_embedding ---

    {{LearnSidebar}}

    diff --git a/files/pt-br/learn/html/multimedia_and_embedding/other_embedding_technologies/index.html b/files/pt-br/learn/html/multimedia_and_embedding/other_embedding_technologies/index.html index 80299e4f72..5fbd02739a 100644 --- a/files/pt-br/learn/html/multimedia_and_embedding/other_embedding_technologies/index.html +++ b/files/pt-br/learn/html/multimedia_and_embedding/other_embedding_technologies/index.html @@ -1,7 +1,8 @@ --- title: Do objeto ao iframe - outras tecnologias de incorporação -slug: Aprender/HTML/Multimedia_and_embedding/Other_embedding_technologies +slug: Learn/HTML/Multimedia_and_embedding/Other_embedding_technologies translation_of: Learn/HTML/Multimedia_and_embedding/Other_embedding_technologies +original_slug: Aprender/HTML/Multimedia_and_embedding/Other_embedding_technologies ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/multimedia_and_embedding/responsive_images/index.html b/files/pt-br/learn/html/multimedia_and_embedding/responsive_images/index.html index 961ec6d82e..61e644eb64 100644 --- a/files/pt-br/learn/html/multimedia_and_embedding/responsive_images/index.html +++ b/files/pt-br/learn/html/multimedia_and_embedding/responsive_images/index.html @@ -1,7 +1,8 @@ --- title: Imagens responsivas -slug: Aprender/HTML/Multimedia_and_embedding/Responsive_images +slug: Learn/HTML/Multimedia_and_embedding/Responsive_images translation_of: Learn/HTML/Multimedia_and_embedding/Responsive_images +original_slug: Aprender/HTML/Multimedia_and_embedding/Responsive_images ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/multimedia_and_embedding/video_and_audio_content/index.html b/files/pt-br/learn/html/multimedia_and_embedding/video_and_audio_content/index.html index 2a894b7fd0..ae9111133f 100644 --- a/files/pt-br/learn/html/multimedia_and_embedding/video_and_audio_content/index.html +++ b/files/pt-br/learn/html/multimedia_and_embedding/video_and_audio_content/index.html @@ -1,6 +1,6 @@ --- title: Conteúdo de vídeo e áudio -slug: Aprender/HTML/Multimedia_and_embedding/Video_and_audio_content +slug: Learn/HTML/Multimedia_and_embedding/Video_and_audio_content tags: - Artigos - Audio @@ -8,6 +8,7 @@ tags: - HTML - Video translation_of: Learn/HTML/Multimedia_and_embedding/Video_and_audio_content +original_slug: Aprender/HTML/Multimedia_and_embedding/Video_and_audio_content ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/tables/basics/index.html b/files/pt-br/learn/html/tables/basics/index.html index 36dcaebfa7..d154c5d3ef 100644 --- a/files/pt-br/learn/html/tables/basics/index.html +++ b/files/pt-br/learn/html/tables/basics/index.html @@ -1,7 +1,8 @@ --- title: HTML table basics -slug: Aprender/HTML/Tables/Basics +slug: Learn/HTML/Tables/Basics translation_of: Learn/HTML/Tables/Basics +original_slug: Aprender/HTML/Tables/Basics ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/html/tables/index.html b/files/pt-br/learn/html/tables/index.html index 990e9ad438..9cb97abd27 100644 --- a/files/pt-br/learn/html/tables/index.html +++ b/files/pt-br/learn/html/tables/index.html @@ -1,9 +1,10 @@ --- title: Tabelas em HTML -slug: Aprender/HTML/Tables +slug: Learn/HTML/Tables tags: - tabelas translation_of: Learn/HTML/Tables +original_slug: Aprender/HTML/Tables ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/index.html b/files/pt-br/learn/index.html index cef65bb9c7..9c76dd4242 100644 --- a/files/pt-br/learn/index.html +++ b/files/pt-br/learn/index.html @@ -1,6 +1,6 @@ --- title: Aprendendo desenvolvimento web -slug: Aprender +slug: Learn tags: - Aprender - CSS @@ -11,6 +11,7 @@ tags: - Novato - Web translation_of: Learn +original_slug: Aprender ---

    {{LearnSidebar}}

    diff --git a/files/pt-br/learn/javascript/asynchronous/choosing_the_right_approach/index.html b/files/pt-br/learn/javascript/asynchronous/choosing_the_right_approach/index.html index 254bc41a99..e168a76aef 100644 --- a/files/pt-br/learn/javascript/asynchronous/choosing_the_right_approach/index.html +++ b/files/pt-br/learn/javascript/asynchronous/choosing_the_right_approach/index.html @@ -1,7 +1,8 @@ --- title: Escolhendo a abordagem correta -slug: Learn/JavaScript/Asynchronous/Escolhendo_abordagem_correta +slug: Learn/JavaScript/Asynchronous/Choosing_the_right_approach translation_of: Learn/JavaScript/Asynchronous/Choosing_the_right_approach +original_slug: Learn/JavaScript/Asynchronous/Escolhendo_abordagem_correta ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/asynchronous/concepts/index.html b/files/pt-br/learn/javascript/asynchronous/concepts/index.html index f2e6759f41..f8feca0ca9 100644 --- a/files/pt-br/learn/javascript/asynchronous/concepts/index.html +++ b/files/pt-br/learn/javascript/asynchronous/concepts/index.html @@ -1,7 +1,8 @@ --- title: Conceitos gerais da programação assíncrona -slug: Learn/JavaScript/Asynchronous/Conceitos +slug: Learn/JavaScript/Asynchronous/Concepts translation_of: Learn/JavaScript/Asynchronous/Concepts +original_slug: Learn/JavaScript/Asynchronous/Conceitos ---
    {{LearnSidebar}}{{NextMenu("Learn/JavaScript/Asynchronous/Introducing", "Learn/JavaScript/Asynchronous")}}
    diff --git a/files/pt-br/learn/javascript/asynchronous/introducing/index.html b/files/pt-br/learn/javascript/asynchronous/introducing/index.html index b95a88d35c..b37b28faf4 100644 --- a/files/pt-br/learn/javascript/asynchronous/introducing/index.html +++ b/files/pt-br/learn/javascript/asynchronous/introducing/index.html @@ -1,7 +1,8 @@ --- title: Introdução ao JavaScript Async -slug: Learn/JavaScript/Asynchronous/Introdução +slug: Learn/JavaScript/Asynchronous/Introducing translation_of: Learn/JavaScript/Asynchronous/Introducing +original_slug: Learn/JavaScript/Asynchronous/Introdução ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/building_blocks/build_your_own_function/index.html b/files/pt-br/learn/javascript/building_blocks/build_your_own_function/index.html index d701a63823..80f5faf9b3 100644 --- a/files/pt-br/learn/javascript/building_blocks/build_your_own_function/index.html +++ b/files/pt-br/learn/javascript/building_blocks/build_your_own_function/index.html @@ -1,7 +1,8 @@ --- title: Construa sua própria função -slug: Aprender/JavaScript/Elementos_construtivos/Build_your_own_function +slug: Learn/JavaScript/Building_blocks/Build_your_own_function translation_of: Learn/JavaScript/Building_blocks/Build_your_own_function +original_slug: Aprender/JavaScript/Elementos_construtivos/Build_your_own_function ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/building_blocks/conditionals/index.html b/files/pt-br/learn/javascript/building_blocks/conditionals/index.html index 0fec6d40e7..6f110ad3e0 100644 --- a/files/pt-br/learn/javascript/building_blocks/conditionals/index.html +++ b/files/pt-br/learn/javascript/building_blocks/conditionals/index.html @@ -1,11 +1,12 @@ --- title: Tomando decisões no seu código — condicionais -slug: Aprender/JavaScript/Elementos_construtivos/conditionals +slug: Learn/JavaScript/Building_blocks/conditionals tags: - Artigo - Condicionais - Iniciante translation_of: Learn/JavaScript/Building_blocks/conditionals +original_slug: Aprender/JavaScript/Elementos_construtivos/conditionals ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/building_blocks/events/index.html b/files/pt-br/learn/javascript/building_blocks/events/index.html index dd6e41f674..dfc25d3d2b 100644 --- a/files/pt-br/learn/javascript/building_blocks/events/index.html +++ b/files/pt-br/learn/javascript/building_blocks/events/index.html @@ -1,6 +1,6 @@ --- title: Introdução a eventos -slug: Aprender/JavaScript/Elementos_construtivos/Events +slug: Learn/JavaScript/Building_blocks/Events tags: - Aprender - Artigo @@ -10,6 +10,7 @@ tags: - Programando - eventos translation_of: Learn/JavaScript/Building_blocks/Events +original_slug: Aprender/JavaScript/Elementos_construtivos/Events ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/building_blocks/functions/index.html b/files/pt-br/learn/javascript/building_blocks/functions/index.html index 05e9ffcfea..cea5fdcf19 100644 --- a/files/pt-br/learn/javascript/building_blocks/functions/index.html +++ b/files/pt-br/learn/javascript/building_blocks/functions/index.html @@ -1,7 +1,8 @@ --- title: Funções — blocos reutilizáveis de código -slug: Aprender/JavaScript/Elementos_construtivos/Functions +slug: Learn/JavaScript/Building_blocks/Functions translation_of: Learn/JavaScript/Building_blocks/Functions +original_slug: Aprender/JavaScript/Elementos_construtivos/Functions ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/building_blocks/image_gallery/index.html b/files/pt-br/learn/javascript/building_blocks/image_gallery/index.html index 2e4fc27c4d..5780b9b97e 100644 --- a/files/pt-br/learn/javascript/building_blocks/image_gallery/index.html +++ b/files/pt-br/learn/javascript/building_blocks/image_gallery/index.html @@ -1,7 +1,8 @@ --- title: Galeria de Imagens -slug: Aprender/JavaScript/Elementos_construtivos/Image_gallery +slug: Learn/JavaScript/Building_blocks/Image_gallery translation_of: Learn/JavaScript/Building_blocks/Image_gallery +original_slug: Aprender/JavaScript/Elementos_construtivos/Image_gallery ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/building_blocks/index.html b/files/pt-br/learn/javascript/building_blocks/index.html index cb8deab502..44ac236d12 100644 --- a/files/pt-br/learn/javascript/building_blocks/index.html +++ b/files/pt-br/learn/javascript/building_blocks/index.html @@ -1,6 +1,6 @@ --- title: Elementos construtivos do Javascript -slug: Aprender/JavaScript/Elementos_construtivos +slug: Learn/JavaScript/Building_blocks tags: - Artigo - Condicionais @@ -11,6 +11,7 @@ tags: - Loops - eventos translation_of: Learn/JavaScript/Building_blocks +original_slug: Aprender/JavaScript/Elementos_construtivos ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/building_blocks/looping_code/index.html b/files/pt-br/learn/javascript/building_blocks/looping_code/index.html index 058ce0385c..7edb5ac4cd 100644 --- a/files/pt-br/learn/javascript/building_blocks/looping_code/index.html +++ b/files/pt-br/learn/javascript/building_blocks/looping_code/index.html @@ -1,6 +1,6 @@ --- title: Código em loop -slug: Aprender/JavaScript/Elementos_construtivos/Código_em_loop +slug: Learn/JavaScript/Building_blocks/Looping_code tags: - Artigo - CodingScripting @@ -14,6 +14,7 @@ tags: - for - while translation_of: Learn/JavaScript/Building_blocks/Looping_code +original_slug: Aprender/JavaScript/Elementos_construtivos/Código_em_loop ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/building_blocks/return_values/index.html b/files/pt-br/learn/javascript/building_blocks/return_values/index.html index 39d72a1660..4c40eea381 100644 --- a/files/pt-br/learn/javascript/building_blocks/return_values/index.html +++ b/files/pt-br/learn/javascript/building_blocks/return_values/index.html @@ -1,7 +1,8 @@ --- title: Valores de retorno de função -slug: Aprender/JavaScript/Elementos_construtivos/Return_values +slug: Learn/JavaScript/Building_blocks/Return_values translation_of: Learn/JavaScript/Building_blocks/Return_values +original_slug: Aprender/JavaScript/Elementos_construtivos/Return_values ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/client-side_web_apis/client-side_storage/index.html b/files/pt-br/learn/javascript/client-side_web_apis/client-side_storage/index.html index ce4d3c2a20..ad934caa43 100644 --- a/files/pt-br/learn/javascript/client-side_web_apis/client-side_storage/index.html +++ b/files/pt-br/learn/javascript/client-side_web_apis/client-side_storage/index.html @@ -1,7 +1,8 @@ --- title: Client-side storage -slug: Aprender/JavaScript/Client-side_web_APIs/Client-side_storage +slug: Learn/JavaScript/Client-side_web_APIs/Client-side_storage translation_of: Learn/JavaScript/Client-side_web_APIs/Client-side_storage +original_slug: Aprender/JavaScript/Client-side_web_APIs/Client-side_storage ---

    {{LearnSidebar}}

    diff --git a/files/pt-br/learn/javascript/client-side_web_apis/index.html b/files/pt-br/learn/javascript/client-side_web_apis/index.html index 03477c04af..cb2fe46cd9 100644 --- a/files/pt-br/learn/javascript/client-side_web_apis/index.html +++ b/files/pt-br/learn/javascript/client-side_web_apis/index.html @@ -1,6 +1,6 @@ --- title: APIs web do lado cliente -slug: Aprender/JavaScript/Client-side_web_APIs +slug: Learn/JavaScript/Client-side_web_APIs tags: - API - Aprender @@ -13,6 +13,7 @@ tags: - graficos - modulo translation_of: Learn/JavaScript/Client-side_web_APIs +original_slug: Aprender/JavaScript/Client-side_web_APIs ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/client-side_web_apis/introduction/index.html b/files/pt-br/learn/javascript/client-side_web_apis/introduction/index.html index dfab85143b..f5c75f9447 100644 --- a/files/pt-br/learn/javascript/client-side_web_apis/introduction/index.html +++ b/files/pt-br/learn/javascript/client-side_web_apis/introduction/index.html @@ -1,7 +1,8 @@ --- title: Introdução às Web APIs -slug: Aprender/JavaScript/Client-side_web_APIs/Introdução +slug: Learn/JavaScript/Client-side_web_APIs/Introduction translation_of: Learn/JavaScript/Client-side_web_APIs/Introduction +original_slug: Aprender/JavaScript/Client-side_web_APIs/Introdução ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/client-side_web_apis/manipulating_documents/index.html b/files/pt-br/learn/javascript/client-side_web_apis/manipulating_documents/index.html index 544deb8960..64e048a158 100644 --- a/files/pt-br/learn/javascript/client-side_web_apis/manipulating_documents/index.html +++ b/files/pt-br/learn/javascript/client-side_web_apis/manipulating_documents/index.html @@ -1,8 +1,9 @@ --- title: JavaScript e CSS -slug: Web/CSS/Getting_Started/JavaScript +slug: Learn/JavaScript/Client-side_web_APIs/Manipulating_documents translation_of: Learn/JavaScript/Client-side_web_APIs/Manipulating_documents translation_of_original: Web/Guide/CSS/Getting_started/JavaScript +original_slug: Web/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/learn/javascript/first_steps/math/index.html b/files/pt-br/learn/javascript/first_steps/math/index.html index fce74528f7..7e0344a6c7 100644 --- a/files/pt-br/learn/javascript/first_steps/math/index.html +++ b/files/pt-br/learn/javascript/first_steps/math/index.html @@ -1,6 +1,6 @@ --- title: Matemática básica no JavaScript — números e operadores -slug: Learn/JavaScript/First_steps/Matematica +slug: Learn/JavaScript/First_steps/Math tags: - Artigo - Código @@ -15,6 +15,7 @@ tags: - incremento - modulo translation_of: Learn/JavaScript/First_steps/Math +original_slug: Learn/JavaScript/First_steps/Matematica ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/first_steps/silly_story_generator/index.html b/files/pt-br/learn/javascript/first_steps/silly_story_generator/index.html index cc8a8cc542..0e9e8e393c 100644 --- a/files/pt-br/learn/javascript/first_steps/silly_story_generator/index.html +++ b/files/pt-br/learn/javascript/first_steps/silly_story_generator/index.html @@ -1,7 +1,8 @@ --- title: Gerador de histórias bobas -slug: Learn/JavaScript/First_steps/Gerador_de_historias_bobas +slug: Learn/JavaScript/First_steps/Silly_story_generator translation_of: Learn/JavaScript/First_steps/Silly_story_generator +original_slug: Learn/JavaScript/First_steps/Gerador_de_historias_bobas ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/first_steps/test_your_skills_colon__variables/index.html b/files/pt-br/learn/javascript/first_steps/test_your_skills_colon__variables/index.html index 1a14c86630..bd8baa3341 100644 --- a/files/pt-br/learn/javascript/first_steps/test_your_skills_colon__variables/index.html +++ b/files/pt-br/learn/javascript/first_steps/test_your_skills_colon__variables/index.html @@ -1,6 +1,6 @@ --- title: 'Teste suas habilidades: variáveis' -slug: 'Learn/JavaScript/First_steps/Teste_suas_habilidades:_variaveis' +slug: Learn/JavaScript/First_steps/Test_your_skills:_variables tags: - Aprender - Habilidades @@ -8,7 +8,8 @@ tags: - JavaScript - Teste suas habilidades - Variáveis -translation_of: 'Learn/JavaScript/First_steps/Test_your_skills:_variables' +translation_of: Learn/JavaScript/First_steps/Test_your_skills:_variables +original_slug: Learn/JavaScript/First_steps/Teste_suas_habilidades:_variaveis ---
    {{learnsidebar}}
    diff --git a/files/pt-br/learn/javascript/first_steps/variables/index.html b/files/pt-br/learn/javascript/first_steps/variables/index.html index 1afd436622..88b45eaf8f 100644 --- a/files/pt-br/learn/javascript/first_steps/variables/index.html +++ b/files/pt-br/learn/javascript/first_steps/variables/index.html @@ -1,7 +1,8 @@ --- title: Armazenando as informações que você precisa — Variáveis -slug: Learn/JavaScript/First_steps/Variáveis +slug: Learn/JavaScript/First_steps/Variables translation_of: Learn/JavaScript/First_steps/Variables +original_slug: Learn/JavaScript/First_steps/Variáveis ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html b/files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html index 771541b047..a5c8f00d91 100644 --- a/files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html +++ b/files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html @@ -1,6 +1,6 @@ --- title: O que é JavaScript? -slug: Learn/JavaScript/First_steps/O_que_e_JavaScript +slug: Learn/JavaScript/First_steps/What_is_JavaScript tags: - API - Aprender @@ -15,9 +15,10 @@ tags: - comentários - externo - inline - - 'l10n:prioridade' + - l10n:prioridade - terceiros translation_of: Learn/JavaScript/First_steps/What_is_JavaScript +original_slug: Learn/JavaScript/First_steps/O_que_e_JavaScript ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/howto/index.html b/files/pt-br/learn/javascript/howto/index.html index c06dbd4d3f..f3585cbf6e 100644 --- a/files/pt-br/learn/javascript/howto/index.html +++ b/files/pt-br/learn/javascript/howto/index.html @@ -1,7 +1,8 @@ --- title: Solve common problems in your JavaScript code -slug: Aprender/JavaScript/Howto +slug: Learn/JavaScript/Howto translation_of: Learn/JavaScript/Howto +original_slug: Aprender/JavaScript/Howto ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/index.html b/files/pt-br/learn/javascript/index.html index d1a9db5057..2d0226b691 100644 --- a/files/pt-br/learn/javascript/index.html +++ b/files/pt-br/learn/javascript/index.html @@ -1,6 +1,6 @@ --- title: JavaScript -slug: Aprender/JavaScript +slug: Learn/JavaScript tags: - Beginner - CodingScripting @@ -11,6 +11,7 @@ tags: - Tópico - modulo translation_of: Learn/JavaScript +original_slug: Aprender/JavaScript ---

    {{LearnSidebar}}

    diff --git a/files/pt-br/learn/javascript/objects/adding_bouncing_balls_features/index.html b/files/pt-br/learn/javascript/objects/adding_bouncing_balls_features/index.html index b0e0c0d534..e8f293e4d6 100644 --- a/files/pt-br/learn/javascript/objects/adding_bouncing_balls_features/index.html +++ b/files/pt-br/learn/javascript/objects/adding_bouncing_balls_features/index.html @@ -1,7 +1,8 @@ --- title: Adicionando recursos à nossa demonstração de bolas pulantes -slug: Aprender/JavaScript/Objetos/Adding_bouncing_balls_features +slug: Learn/JavaScript/Objects/Adding_bouncing_balls_features translation_of: Learn/JavaScript/Objects/Adding_bouncing_balls_features +original_slug: Aprender/JavaScript/Objetos/Adding_bouncing_balls_features ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/objects/basics/index.html b/files/pt-br/learn/javascript/objects/basics/index.html index ef9cb18c95..340fc9dd82 100644 --- a/files/pt-br/learn/javascript/objects/basics/index.html +++ b/files/pt-br/learn/javascript/objects/basics/index.html @@ -1,7 +1,8 @@ --- title: O básico sobre objetos JavaScript -slug: Aprender/JavaScript/Objetos/Básico +slug: Learn/JavaScript/Objects/Basics translation_of: Learn/JavaScript/Objects/Basics +original_slug: Aprender/JavaScript/Objetos/Básico ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/objects/index.html b/files/pt-br/learn/javascript/objects/index.html index 4c19a1956b..80036f250a 100644 --- a/files/pt-br/learn/javascript/objects/index.html +++ b/files/pt-br/learn/javascript/objects/index.html @@ -1,11 +1,12 @@ --- title: Introdução a objetos em Javascript -slug: Aprender/JavaScript/Objetos +slug: Learn/JavaScript/Objects tags: - Iniciante - JavaScript - Objetos translation_of: Learn/JavaScript/Objects +original_slug: Aprender/JavaScript/Objetos ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/objects/inheritance/index.html b/files/pt-br/learn/javascript/objects/inheritance/index.html index 81acc88a92..032e574d6e 100644 --- a/files/pt-br/learn/javascript/objects/inheritance/index.html +++ b/files/pt-br/learn/javascript/objects/inheritance/index.html @@ -1,7 +1,8 @@ --- title: Herança em JavaScript -slug: Aprender/JavaScript/Objetos/Herança +slug: Learn/JavaScript/Objects/Inheritance translation_of: Learn/JavaScript/Objects/Inheritance +original_slug: Aprender/JavaScript/Objetos/Herança ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/objects/json/index.html b/files/pt-br/learn/javascript/objects/json/index.html index e10e3e27a6..3f28b6d5ab 100644 --- a/files/pt-br/learn/javascript/objects/json/index.html +++ b/files/pt-br/learn/javascript/objects/json/index.html @@ -1,11 +1,12 @@ --- title: Trabalhando com JSON -slug: Aprender/JavaScript/Objetos/JSON +slug: Learn/JavaScript/Objects/JSON tags: - JSON - JavaScript - assíncrono translation_of: Learn/JavaScript/Objects/JSON +original_slug: Aprender/JavaScript/Objetos/JSON ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/objects/object-oriented_js/index.html b/files/pt-br/learn/javascript/objects/object-oriented_js/index.html index 7772eec5cf..ead7aaa74e 100644 --- a/files/pt-br/learn/javascript/objects/object-oriented_js/index.html +++ b/files/pt-br/learn/javascript/objects/object-oriented_js/index.html @@ -1,7 +1,8 @@ --- title: JavaScript orientado a objetos para iniciantes -slug: Aprender/JavaScript/Objetos/Object-oriented_JS +slug: Learn/JavaScript/Objects/Object-oriented_JS translation_of: Learn/JavaScript/Objects/Object-oriented_JS +original_slug: Aprender/JavaScript/Objetos/Object-oriented_JS ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/objects/object_building_practice/index.html b/files/pt-br/learn/javascript/objects/object_building_practice/index.html index 4c4ab6c629..070fd6206f 100644 --- a/files/pt-br/learn/javascript/objects/object_building_practice/index.html +++ b/files/pt-br/learn/javascript/objects/object_building_practice/index.html @@ -1,7 +1,8 @@ --- title: Prática de construção de objetos -slug: Aprender/JavaScript/Objetos/Object_building_practice +slug: Learn/JavaScript/Objects/Object_building_practice translation_of: Learn/JavaScript/Objects/Object_building_practice +original_slug: Aprender/JavaScript/Objetos/Object_building_practice ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/javascript/objects/object_prototypes/index.html b/files/pt-br/learn/javascript/objects/object_prototypes/index.html index c574781301..a781e65a04 100644 --- a/files/pt-br/learn/javascript/objects/object_prototypes/index.html +++ b/files/pt-br/learn/javascript/objects/object_prototypes/index.html @@ -1,7 +1,8 @@ --- title: Protótipos de objetos -slug: Aprender/JavaScript/Objetos/Object_prototypes +slug: Learn/JavaScript/Objects/Object_prototypes translation_of: Learn/JavaScript/Objects/Object_prototypes +original_slug: Aprender/JavaScript/Objetos/Object_prototypes ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/learning_and_getting_help/index.html b/files/pt-br/learn/learning_and_getting_help/index.html index 39d219bae4..03e6584c15 100644 --- a/files/pt-br/learn/learning_and_getting_help/index.html +++ b/files/pt-br/learn/learning_and_getting_help/index.html @@ -1,7 +1,8 @@ --- title: Learning and getting help -slug: Aprender/Learning_and_getting_help +slug: Learn/Learning_and_getting_help translation_of: Learn/Learning_and_getting_help +original_slug: Aprender/Learning_and_getting_help ---

    {{learnsidebar}}{{draft}}

    diff --git a/files/pt-br/learn/release_notes/index.html b/files/pt-br/learn/release_notes/index.html index d90c63c81b..017349a842 100644 --- a/files/pt-br/learn/release_notes/index.html +++ b/files/pt-br/learn/release_notes/index.html @@ -1,7 +1,8 @@ --- title: Learning area release notes -slug: Aprender/Release_notes +slug: Learn/Release_notes translation_of: Learn/Release_notes +original_slug: Aprender/Release_notes ---
    {{learnsidebar}}
    diff --git a/files/pt-br/learn/server-side/django/deployment/index.html b/files/pt-br/learn/server-side/django/deployment/index.html index baa2217b71..1c4b766923 100644 --- a/files/pt-br/learn/server-side/django/deployment/index.html +++ b/files/pt-br/learn/server-side/django/deployment/index.html @@ -1,6 +1,6 @@ --- title: 'Tutorial Django Parte 11: Hospedando Django para produção' -slug: Learn/Server-side/Django/Hospedagem +slug: Learn/Server-side/Django/Deployment tags: - Codificação de Scripts - Deploy do django @@ -9,6 +9,7 @@ tags: - django - servidor web translation_of: Learn/Server-side/Django/Deployment +original_slug: Learn/Server-side/Django/Hospedagem ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/server-side/django/development_environment/index.html b/files/pt-br/learn/server-side/django/development_environment/index.html index 101d1a15ad..0e7de5a07b 100644 --- a/files/pt-br/learn/server-side/django/development_environment/index.html +++ b/files/pt-br/learn/server-side/django/development_environment/index.html @@ -1,6 +1,6 @@ --- title: Configurando um ambiente de desenvolvimento Django -slug: Learn/Server-side/Django/ambiente_de_desenvolvimento +slug: Learn/Server-side/Django/development_environment tags: - Ambiente de desenvolvimento - Aprender @@ -10,6 +10,7 @@ tags: - Python - django translation_of: Learn/Server-side/Django/development_environment +original_slug: Learn/Server-side/Django/ambiente_de_desenvolvimento ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/server-side/django/introduction/index.html b/files/pt-br/learn/server-side/django/introduction/index.html index 9258d18dc6..d92152c3ee 100644 --- a/files/pt-br/learn/server-side/django/introduction/index.html +++ b/files/pt-br/learn/server-side/django/introduction/index.html @@ -1,6 +1,6 @@ --- title: Introdução ao Django -slug: Learn/Server-side/Django/Introdução +slug: Learn/Server-side/Django/Introduction tags: - Aprender - Codificação @@ -10,6 +10,7 @@ tags: - Python - django translation_of: Learn/Server-side/Django/Introduction +original_slug: Learn/Server-side/Django/Introdução ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/server-side/django/sessions/index.html b/files/pt-br/learn/server-side/django/sessions/index.html index f2f16b521f..f631b77795 100644 --- a/files/pt-br/learn/server-side/django/sessions/index.html +++ b/files/pt-br/learn/server-side/django/sessions/index.html @@ -1,6 +1,6 @@ --- title: 'Tutorial Django Parte 7: Sessões' -slug: Learn/Server-side/Django/Sessões +slug: Learn/Server-side/Django/Sessions tags: - Artigo - Iniciante @@ -15,6 +15,7 @@ tags: - server-side - sessões django translation_of: Learn/Server-side/Django/Sessions +original_slug: Learn/Server-side/Django/Sessões ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/server-side/django/tutorial_local_library_website/index.html b/files/pt-br/learn/server-side/django/tutorial_local_library_website/index.html index da69f5c9de..9866a10987 100644 --- a/files/pt-br/learn/server-side/django/tutorial_local_library_website/index.html +++ b/files/pt-br/learn/server-side/django/tutorial_local_library_website/index.html @@ -1,6 +1,6 @@ --- title: 'Tutorial Django: Website da Biblioteca Local' -slug: Learn/Server-side/Django/Tutorial_website_biblioteca_local +slug: Learn/Server-side/Django/Tutorial_local_library_website tags: - Artigo - Guía @@ -8,6 +8,7 @@ tags: - Tutorial - django translation_of: Learn/Server-side/Django/Tutorial_local_library_website +original_slug: Learn/Server-side/Django/Tutorial_website_biblioteca_local ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/server-side/express_nodejs/development_environment/index.html b/files/pt-br/learn/server-side/express_nodejs/development_environment/index.html index 289af21dde..8bcab4e87d 100644 --- a/files/pt-br/learn/server-side/express_nodejs/development_environment/index.html +++ b/files/pt-br/learn/server-side/express_nodejs/development_environment/index.html @@ -1,6 +1,6 @@ --- title: Configurando o Node como ambiente de desenvolvimento -slug: Learn/Server-side/Express_Nodejs/ambiente_de_desenvolvimento +slug: Learn/Server-side/Express_Nodejs/development_environment tags: - Express - Iniciante @@ -11,6 +11,7 @@ tags: - server-side - web server translation_of: Learn/Server-side/Express_Nodejs/development_environment +original_slug: Learn/Server-side/Express_Nodejs/ambiente_de_desenvolvimento ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/server-side/express_nodejs/introduction/index.html b/files/pt-br/learn/server-side/express_nodejs/introduction/index.html index 15ccfc6145..4508f6d4c2 100644 --- a/files/pt-br/learn/server-side/express_nodejs/introduction/index.html +++ b/files/pt-br/learn/server-side/express_nodejs/introduction/index.html @@ -1,6 +1,6 @@ --- title: Introdução Express/Node -slug: Learn/Server-side/Express_Nodejs/Introdução +slug: Learn/Server-side/Express_Nodejs/Introduction tags: - Aprender - Express @@ -11,6 +11,7 @@ tags: - Tutorial - nodejs translation_of: Learn/Server-side/Express_Nodejs/Introduction +original_slug: Learn/Server-side/Express_Nodejs/Introdução ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/server-side/first_steps/introduction/index.html b/files/pt-br/learn/server-side/first_steps/introduction/index.html index e5cc0b991c..74df85c0ae 100644 --- a/files/pt-br/learn/server-side/first_steps/introduction/index.html +++ b/files/pt-br/learn/server-side/first_steps/introduction/index.html @@ -1,6 +1,6 @@ --- title: Introdução ao lado servidor -slug: Learn/Server-side/First_steps/Introdução +slug: Learn/Server-side/First_steps/Introduction tags: - Desenvolvimento Web - Iniciante @@ -10,6 +10,7 @@ tags: - Servidor - programação do lado do cliente translation_of: Learn/Server-side/First_steps/Introduction +original_slug: Learn/Server-side/First_steps/Introdução ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/server-side/first_steps/website_security/index.html b/files/pt-br/learn/server-side/first_steps/website_security/index.html index 12a11cf641..e32ac4fa3b 100644 --- a/files/pt-br/learn/server-side/first_steps/website_security/index.html +++ b/files/pt-br/learn/server-side/first_steps/website_security/index.html @@ -1,6 +1,6 @@ --- title: Segurança em aplicação web -slug: Learn/Server-side/First_steps/Seguranca_site +slug: Learn/Server-side/First_steps/Website_security tags: - Aprendizagem - Guía @@ -11,6 +11,7 @@ tags: - Segurança em aplicações web - Segurança web translation_of: Learn/Server-side/First_steps/Website_security +original_slug: Learn/Server-side/First_steps/Seguranca_site ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/tools_and_testing/client-side_javascript_frameworks/react_getting_started/index.html b/files/pt-br/learn/tools_and_testing/client-side_javascript_frameworks/react_getting_started/index.html index 5c1798518d..11f6a493e6 100644 --- a/files/pt-br/learn/tools_and_testing/client-side_javascript_frameworks/react_getting_started/index.html +++ b/files/pt-br/learn/tools_and_testing/client-side_javascript_frameworks/react_getting_started/index.html @@ -1,8 +1,10 @@ --- title: Começando com React -slug: Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Comecando_com_React +slug: >- + Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started translation_of: >- Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started +original_slug: Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Comecando_com_React ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/tools_and_testing/client-side_javascript_frameworks/vue_getting_started/index.html b/files/pt-br/learn/tools_and_testing/client-side_javascript_frameworks/vue_getting_started/index.html index 607b876a2e..047ed8a804 100644 --- a/files/pt-br/learn/tools_and_testing/client-side_javascript_frameworks/vue_getting_started/index.html +++ b/files/pt-br/learn/tools_and_testing/client-side_javascript_frameworks/vue_getting_started/index.html @@ -1,7 +1,8 @@ --- title: Iniciando com Vue -slug: Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_iniciando +slug: Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_getting_started translation_of: Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_getting_started +original_slug: Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_iniciando ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/learn/tools_and_testing/index.html b/files/pt-br/learn/tools_and_testing/index.html index 5f1a76dbf7..b3f2b10859 100644 --- a/files/pt-br/learn/tools_and_testing/index.html +++ b/files/pt-br/learn/tools_and_testing/index.html @@ -1,6 +1,6 @@ --- title: Ferramentas e teste -slug: Aprender/Ferramentas_e_teste +slug: Learn/Tools_and_testing tags: - Acessibilidade - Aprendizagem @@ -16,6 +16,7 @@ tags: - Testes do usuário - Tópico translation_of: Learn/Tools_and_testing +original_slug: Aprender/Ferramentas_e_teste ---
    {{LearnSidebar}}
    diff --git a/files/pt-br/mdn/at_ten/index.html b/files/pt-br/mdn/at_ten/index.html index 4955a114d4..47d115085c 100644 --- a/files/pt-br/mdn/at_ten/index.html +++ b/files/pt-br/mdn/at_ten/index.html @@ -1,10 +1,11 @@ --- title: 10 anos de MDN -slug: dez_anos_de_MDN +slug: MDN/At_ten tags: - História - MDN translation_of: MDN_at_ten +original_slug: dez_anos_de_MDN ---
    Celebrando 10 anos documentando sua Web.
    diff --git a/files/pt-br/mdn/contribute/howto/convert_code_samples_to_be_live/index.html b/files/pt-br/mdn/contribute/howto/convert_code_samples_to_be_live/index.html index 7bd11477fe..8d266b195d 100644 --- a/files/pt-br/mdn/contribute/howto/convert_code_samples_to_be_live/index.html +++ b/files/pt-br/mdn/contribute/howto/convert_code_samples_to_be_live/index.html @@ -1,12 +1,13 @@ --- title: Como converter exemplos de codigos para funcionar "ao vivo" -slug: MDN/Contribute/guia/Converter_exemplos_codigo_para_ao_vivo +slug: MDN/Contribute/Howto/Convert_code_samples_to_be_live tags: - Começando - Como - Contribuindo - Documentação translation_of: MDN/Contribute/Howto/Convert_code_samples_to_be_live +original_slug: MDN/Contribute/guia/Converter_exemplos_codigo_para_ao_vivo ---
    {{MDNSidebar}}

    A MDN agora possui um sistema de "exemplos ao vivo", onde a amostra de código e exibida em uma página que é diretamente utilizado para exibir a saída dessa amostra. No entanto, muitos artigos existentes possuem exemplos de código que ainda não utilizam este sistema, e precisam ser convertidos.

    diff --git a/files/pt-br/mdn/contribute/howto/create_an_interactive_exercise_to_help_learning_the_web/distant_example/index.html b/files/pt-br/mdn/contribute/howto/create_an_interactive_exercise_to_help_learning_the_web/distant_example/index.html index 13d6745c3f..70853525ca 100644 --- a/files/pt-br/mdn/contribute/howto/create_an_interactive_exercise_to_help_learning_the_web/distant_example/index.html +++ b/files/pt-br/mdn/contribute/howto/create_an_interactive_exercise_to_help_learning_the_web/distant_example/index.html @@ -1,9 +1,11 @@ --- title: distant example slug: >- - MDN/Contribute/guia/Create_an_interactive_exercise_to_help_learning_the_web/distant_example + MDN/Contribute/Howto/Create_an_interactive_exercise_to_help_learning_the_web/distant_example translation_of: >- MDN/Contribute/Howto/Create_an_interactive_exercise_to_help_learning_the_web/distant_example +original_slug: >- + MDN/Contribute/guia/Create_an_interactive_exercise_to_help_learning_the_web/distant_example ---
    {{MDNSidebar}}

    O exemplo

    diff --git a/files/pt-br/mdn/contribute/howto/create_an_interactive_exercise_to_help_learning_the_web/index.html b/files/pt-br/mdn/contribute/howto/create_an_interactive_exercise_to_help_learning_the_web/index.html index 948da8d3f6..4dd71d8770 100644 --- a/files/pt-br/mdn/contribute/howto/create_an_interactive_exercise_to_help_learning_the_web/index.html +++ b/files/pt-br/mdn/contribute/howto/create_an_interactive_exercise_to_help_learning_the_web/index.html @@ -1,9 +1,10 @@ --- title: Como criar um exercício de aprendizado interativo -slug: MDN/Contribute/guia/Create_an_interactive_exercise_to_help_learning_the_web +slug: MDN/Contribute/Howto/Create_an_interactive_exercise_to_help_learning_the_web tags: - Guía translation_of: MDN/Contribute/Howto/Create_an_interactive_exercise_to_help_learning_the_web +original_slug: MDN/Contribute/guia/Create_an_interactive_exercise_to_help_learning_the_web ---
    {{MDNSidebar}}
    diff --git a/files/pt-br/mdn/contribute/howto/create_and_edit_pages/index.html b/files/pt-br/mdn/contribute/howto/create_and_edit_pages/index.html index 85f02f9231..5b8979a5ab 100644 --- a/files/pt-br/mdn/contribute/howto/create_and_edit_pages/index.html +++ b/files/pt-br/mdn/contribute/howto/create_and_edit_pages/index.html @@ -1,6 +1,6 @@ --- title: Criando e editando páginas -slug: MDN/Contribute/criando_e_editando_paginas +slug: MDN/Contribute/Howto/Create_and_edit_pages tags: - Colaborando - Colaborar @@ -10,6 +10,7 @@ tags: - MDN - nova pagina translation_of: MDN/Contribute/Howto/Create_and_edit_pages +original_slug: MDN/Contribute/criando_e_editando_paginas ---
    {{MDNSidebar}}
    diff --git a/files/pt-br/mdn/contribute/howto/index.html b/files/pt-br/mdn/contribute/howto/index.html index 7a8e36996a..582632ca4b 100644 --- a/files/pt-br/mdn/contribute/howto/index.html +++ b/files/pt-br/mdn/contribute/howto/index.html @@ -1,7 +1,8 @@ --- title: Guia de contribuição -slug: MDN/Contribute/guia +slug: MDN/Contribute/Howto translation_of: MDN/Contribute/Howto +original_slug: MDN/Contribute/guia ---
    {{MDNSidebar}}

    Os seguintes artigos fornecem orientações passo-a-passo para realização de tarefas específicas no MDN.

    diff --git a/files/pt-br/mdn/contribute/howto/tag/index.html b/files/pt-br/mdn/contribute/howto/tag/index.html index 541d31ff6e..65a6084668 100644 --- a/files/pt-br/mdn/contribute/howto/tag/index.html +++ b/files/pt-br/mdn/contribute/howto/tag/index.html @@ -1,6 +1,6 @@ --- title: Como adicionar etiquetas às páginas corretamente -slug: MDN/Contribute/guia/Como-marcar-as-paginas-corretamente +slug: MDN/Contribute/Howto/Tag tags: - Contribua - Etiquetas @@ -14,6 +14,7 @@ tags: - Tags - Tutorial translation_of: MDN/Contribute/Howto/Tag +original_slug: MDN/Contribute/guia/Como-marcar-as-paginas-corretamente ---
    {{MDNSidebar}}
    {{IncludeSubnav("/pt-BR/docs/MDN")}}
    diff --git a/files/pt-br/mdn/contribute/processes/index.html b/files/pt-br/mdn/contribute/processes/index.html index bfac34ce26..72ba36fde9 100644 --- a/files/pt-br/mdn/contribute/processes/index.html +++ b/files/pt-br/mdn/contribute/processes/index.html @@ -1,6 +1,7 @@ --- title: Processos de documentação -slug: MDN/Contribute/Processos +slug: MDN/Contribute/Processes translation_of: MDN/Contribute/Processes +original_slug: MDN/Contribute/Processos ---
    {{MDNSidebar}}

    O projeto de documentação do MDN é enorme; há um grande número de tecnologias para cobrir e nós temos centenas de colaboradores em todo o mundo. Para ajudar a trazer ordem ao caos, temos processos padrões a seguir quando se trabalha em tarefas específicas relacionadas com a documentação. Aqui você vai encontrar os guias para esses processos.

    diff --git a/files/pt-br/mdn/guidelines/writing_style_guide/index.html b/files/pt-br/mdn/guidelines/writing_style_guide/index.html index 3776744cbd..2e2ec48824 100644 --- a/files/pt-br/mdn/guidelines/writing_style_guide/index.html +++ b/files/pt-br/mdn/guidelines/writing_style_guide/index.html @@ -1,7 +1,8 @@ --- title: Guia de estilo de escrita -slug: MDN/Guidelines/Style_guide +slug: MDN/Guidelines/Writing_style_guide translation_of: MDN/Guidelines/Writing_style_guide +original_slug: MDN/Guidelines/Style_guide ---
    {{MDNSidebar}}
    diff --git a/files/pt-br/mdn/tools/kumascript/troubleshooting/index.html b/files/pt-br/mdn/tools/kumascript/troubleshooting/index.html index 56053d6468..e289b49979 100644 --- a/files/pt-br/mdn/tools/kumascript/troubleshooting/index.html +++ b/files/pt-br/mdn/tools/kumascript/troubleshooting/index.html @@ -1,6 +1,6 @@ --- title: Solucionando problemas de erros de KumaScript -slug: MDN/Tools/KumaScript/Solucionando_problemas_de_erros_de_KumaScript +slug: MDN/Tools/KumaScript/Troubleshooting tags: - Erros - Ferramentas @@ -8,6 +8,7 @@ tags: - KumaScript - MDN Meta translation_of: MDN/Tools/KumaScript/Troubleshooting +original_slug: MDN/Tools/KumaScript/Solucionando_problemas_de_erros_de_KumaScript ---
    {{MDNSidebar}}

    Erros de KumaScript aparecendo numa página podem ser muito desagradáveis aos leitores, mostrando grandes e medonhas caixas vermelhas, mas felizmente qualquer pessoa com uma conta MDN pode editar um documento e consertar tais tipos de erros. Quando uma página possui algum erro, ela é adicionada na lista de documentos com erros. Editores do site passam por essa lista regularmente para achar e consertar erros. Este artigo detalha os quatro tipos de erros de KumaScript, e alguns passos que você pode fazer para consertá-los.

    diff --git a/files/pt-br/mdn/yari/index.html b/files/pt-br/mdn/yari/index.html index 6fd43defb2..672ea624ff 100644 --- a/files/pt-br/mdn/yari/index.html +++ b/files/pt-br/mdn/yari/index.html @@ -1,9 +1,10 @@ --- title: 'Kuma: MDN''s wiki platform' -slug: MDN/Kuma +slug: MDN/Yari tags: - projeto kuma translation_of: MDN/Kuma +original_slug: MDN/Kuma ---
    {{MDNSidebar}}
    diff --git a/files/pt-br/mozilla/add-ons/webextensions/anatomy_of_a_webextension/index.html b/files/pt-br/mozilla/add-ons/webextensions/anatomy_of_a_webextension/index.html index 231797ec59..8ec220eb48 100644 --- a/files/pt-br/mozilla/add-ons/webextensions/anatomy_of_a_webextension/index.html +++ b/files/pt-br/mozilla/add-ons/webextensions/anatomy_of_a_webextension/index.html @@ -1,10 +1,11 @@ --- title: Anatomia de uma WebExtension -slug: Mozilla/Add-ons/WebExtensions/Anatomia_de_uma_WebExtension +slug: Mozilla/Add-ons/WebExtensions/Anatomy_of_a_WebExtension tags: - Extensões - WebExtensions translation_of: Mozilla/Add-ons/WebExtensions/Anatomy_of_a_WebExtension +original_slug: Mozilla/Add-ons/WebExtensions/Anatomia_de_uma_WebExtension ---

    Uma extensão consiste de uma coleção de arquivos, empacotados para distribuição e instalação. Nesse artigo vamos falar rapidamente sobre os arquivos que podem estar presentes em uma extensão.

    diff --git a/files/pt-br/mozilla/add-ons/webextensions/api/theme/index.html b/files/pt-br/mozilla/add-ons/webextensions/api/theme/index.html index 4eb0dc1b8d..4eeadc06fb 100644 --- a/files/pt-br/mozilla/add-ons/webextensions/api/theme/index.html +++ b/files/pt-br/mozilla/add-ons/webextensions/api/theme/index.html @@ -1,6 +1,6 @@ --- title: tema -slug: Mozilla/Add-ons/WebExtensions/API/tema +slug: Mozilla/Add-ons/WebExtensions/API/theme tags: - Aplicativo - Extensões @@ -10,6 +10,7 @@ tags: - add-on - extensão translation_of: Mozilla/Add-ons/WebExtensions/API/theme +original_slug: Mozilla/Add-ons/WebExtensions/API/tema ---
    {{AddonSidebar}}
    diff --git a/files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissions/index.html b/files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissions/index.html index 41312323b4..270b52134e 100644 --- a/files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissions/index.html +++ b/files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissions/index.html @@ -1,7 +1,8 @@ --- title: permissões -slug: Mozilla/Add-ons/WebExtensions/manifest.json/permissões +slug: Mozilla/Add-ons/WebExtensions/manifest.json/permissions translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/permissions +original_slug: Mozilla/Add-ons/WebExtensions/manifest.json/permissões ---
    {{AddonSidebar}}
    diff --git a/files/pt-br/mozilla/add-ons/webextensions/prerequisites/index.html b/files/pt-br/mozilla/add-ons/webextensions/prerequisites/index.html index 4e7e854644..2629a1dbfb 100644 --- a/files/pt-br/mozilla/add-ons/webextensions/prerequisites/index.html +++ b/files/pt-br/mozilla/add-ons/webextensions/prerequisites/index.html @@ -1,7 +1,8 @@ --- title: Pré-requisitos -slug: Mozilla/Add-ons/WebExtensions/pre-requisitos +slug: Mozilla/Add-ons/WebExtensions/Prerequisites translation_of: Mozilla/Add-ons/WebExtensions/Prerequisites +original_slug: Mozilla/Add-ons/WebExtensions/pre-requisitos ---

    Para desenvolver utilizando as APIs de uma WebExtension, você precisa de uma configuração mínima.

    diff --git a/files/pt-br/mozilla/add-ons/webextensions/user_interface/context_menu_items/index.html b/files/pt-br/mozilla/add-ons/webextensions/user_interface/context_menu_items/index.html index cf8e2d7198..b74d21bdbe 100644 --- a/files/pt-br/mozilla/add-ons/webextensions/user_interface/context_menu_items/index.html +++ b/files/pt-br/mozilla/add-ons/webextensions/user_interface/context_menu_items/index.html @@ -1,9 +1,10 @@ --- title: Itens do menu de contexto -slug: Mozilla/Add-ons/WebExtensions/user_interface/Itens_do_menu_de_contexto +slug: Mozilla/Add-ons/WebExtensions/user_interface/Context_menu_items tags: - WebExtensions translation_of: Mozilla/Add-ons/WebExtensions/user_interface/Context_menu_items +original_slug: Mozilla/Add-ons/WebExtensions/user_interface/Itens_do_menu_de_contexto ---
    {{AddonSidebar}}
    diff --git a/files/pt-br/mozilla/add-ons/webextensions/what_next_/index.html b/files/pt-br/mozilla/add-ons/webextensions/what_next_/index.html index 7050516e82..d2b04083d7 100644 --- a/files/pt-br/mozilla/add-ons/webextensions/what_next_/index.html +++ b/files/pt-br/mozilla/add-ons/webextensions/what_next_/index.html @@ -1,7 +1,8 @@ --- title: O que vem a seguir ? -slug: Mozilla/Add-ons/WebExtensions/O_que_vem_a_seguir_ +slug: Mozilla/Add-ons/WebExtensions/What_next_ translation_of: Mozilla/Add-ons/WebExtensions/What_next_ +original_slug: Mozilla/Add-ons/WebExtensions/O_que_vem_a_seguir_ ---
    {{AddonSidebar}}
    diff --git a/files/pt-br/mozilla/add-ons/webextensions/your_first_webextension/index.html b/files/pt-br/mozilla/add-ons/webextensions/your_first_webextension/index.html index 9d3045e28a..976985f917 100644 --- a/files/pt-br/mozilla/add-ons/webextensions/your_first_webextension/index.html +++ b/files/pt-br/mozilla/add-ons/webextensions/your_first_webextension/index.html @@ -1,7 +1,8 @@ --- title: Sua primeira extensão -slug: Mozilla/Add-ons/WebExtensions/sua_primeira_WebExtension +slug: Mozilla/Add-ons/WebExtensions/Your_first_WebExtension translation_of: Mozilla/Add-ons/WebExtensions/Your_first_WebExtension +original_slug: Mozilla/Add-ons/WebExtensions/sua_primeira_WebExtension ---
    {{AddonSidebar}}
    diff --git a/files/pt-br/mozilla/add-ons/webextensions/your_second_webextension/index.html b/files/pt-br/mozilla/add-ons/webextensions/your_second_webextension/index.html index 1e49d92e3c..25b1613b55 100644 --- a/files/pt-br/mozilla/add-ons/webextensions/your_second_webextension/index.html +++ b/files/pt-br/mozilla/add-ons/webextensions/your_second_webextension/index.html @@ -1,11 +1,12 @@ --- title: Passo-a-Passo -slug: Mozilla/Add-ons/WebExtensions/Passo-a-Passo +slug: Mozilla/Add-ons/WebExtensions/Your_second_WebExtension tags: - Extensões Web - extensões firefox - passo-a-passo translation_of: Mozilla/Add-ons/WebExtensions/Your_second_WebExtension +original_slug: Mozilla/Add-ons/WebExtensions/Passo-a-Passo ---

    Neste artigo iremos criar uma Extensão para Firefox do início ao fim.

    diff --git a/files/pt-br/mozilla/developer_guide/source_code/index.html b/files/pt-br/mozilla/developer_guide/source_code/index.html index 7d56685269..e279c02e6e 100644 --- a/files/pt-br/mozilla/developer_guide/source_code/index.html +++ b/files/pt-br/mozilla/developer_guide/source_code/index.html @@ -1,7 +1,8 @@ --- title: Trabalhando com o código-fonte Mozilla -slug: Mozilla/Developer_guide/Codigo_Fonte +slug: Mozilla/Developer_guide/Source_Code translation_of: Mozilla/Developer_guide/Source_Code +original_slug: Mozilla/Developer_guide/Codigo_Fonte ---

    Os artigos abaixo vão ajuda-lo a obter o código-fonte Mozilla, aprender a navegar pelo código e como ter as suas modificações aceitas para inclusão no repositório principal.

    diff --git a/files/pt-br/mozilla/firefox/experimental_features/index.html b/files/pt-br/mozilla/firefox/experimental_features/index.html index 12a4aa7c23..55691e1e31 100644 --- a/files/pt-br/mozilla/firefox/experimental_features/index.html +++ b/files/pt-br/mozilla/firefox/experimental_features/index.html @@ -1,7 +1,8 @@ --- title: Novas funcionalidades no Firefox -slug: Mozilla/Firefox/Novas_funcionalidades +slug: Mozilla/Firefox/Experimental_features translation_of: Mozilla/Firefox/Experimental_features +original_slug: Mozilla/Firefox/Novas_funcionalidades ---
    {{FirefoxSidebar}}

    Em ordem para testar as novas funcionalidades, a Mozilla publica uma versão de testes do navegador Firefox, Firefox Nightly, diariamente. Funcionalidades experimentais, for example implementations of proposed Web platform standards, are available. This page lists features that are in Nightly versions of Firefox along with information on how to activate them, if necessary. You can test your Web sites and applications before these features get released and ensure everything will still work with the latest Web technology capabilities.

    diff --git a/files/pt-br/mozilla/firefox/releases/3/full_page_zoom/index.html b/files/pt-br/mozilla/firefox/releases/3/full_page_zoom/index.html index 1a22edfb92..4ccf19d195 100644 --- a/files/pt-br/mozilla/firefox/releases/3/full_page_zoom/index.html +++ b/files/pt-br/mozilla/firefox/releases/3/full_page_zoom/index.html @@ -1,11 +1,12 @@ --- title: Zoom de página inteira -slug: Mozilla/Firefox/Releases/3/Zoom_de_página_inteira +slug: Mozilla/Firefox/Releases/3/Full_page_zoom tags: - Extensões - Firefox 3 - XUL translation_of: Mozilla/Firefox/Releases/3/Full_page_zoom +original_slug: Mozilla/Firefox/Releases/3/Zoom_de_página_inteira ---
    {{FirefoxSidebar}}
    diff --git "a/files/pt-br/orphaned/glossary/tratando_formul\303\241rios_com_php/index.html" "b/files/pt-br/orphaned/glossary/tratando_formul\303\241rios_com_php/index.html" index db1791d5e7..fc4c7baa22 100644 --- "a/files/pt-br/orphaned/glossary/tratando_formul\303\241rios_com_php/index.html" +++ "b/files/pt-br/orphaned/glossary/tratando_formul\303\241rios_com_php/index.html" @@ -1,10 +1,11 @@ --- title: Tratando Formulários com PHP -slug: Glossario/Tratando_Formulários_com_PHP +slug: orphaned/Glossary/Tratando_Formulários_com_PHP tags: - Método POST - PHP translation_of: Glossary/Tratando_Formulários_com_PHP +original_slug: Glossario/Tratando_Formulários_com_PHP ---

    Uma das características mais fortes do PHP é o jeito como ele trata formulários HTML. O conceito básico que é importante entender é que qualquer elemento de formulário irá automaticamente ficar disponível para seus scripts PHP. Por favor leia a seção Variáveis externas do PHP para mais informações e exemplos de como usar formulários com PHP. Aqui vai um exemplo de formulário HTML:

    diff --git a/files/pt-br/orphaned/hello_world_rust/index.html b/files/pt-br/orphaned/hello_world_rust/index.html index f472f6a3e9..baef01d161 100644 --- a/files/pt-br/orphaned/hello_world_rust/index.html +++ b/files/pt-br/orphaned/hello_world_rust/index.html @@ -1,6 +1,6 @@ --- title: Hello World Rust -slug: Hello_World_Rust +slug: orphaned/Hello_World_Rust tags: - Performance - baixo-nível @@ -15,6 +15,7 @@ tags: - rust - rustontherocks - servo +original_slug: Hello_World_Rust ---

    Hello, World!

    diff --git a/files/pt-br/orphaned/instalando_rust/index.html b/files/pt-br/orphaned/instalando_rust/index.html index 883144991d..5f23d27f9b 100644 --- a/files/pt-br/orphaned/instalando_rust/index.html +++ b/files/pt-br/orphaned/instalando_rust/index.html @@ -1,6 +1,6 @@ --- title: Instalando Rust -slug: Instalando_Rust +slug: orphaned/Instalando_Rust tags: - Linux - Tutorial @@ -15,6 +15,7 @@ tags: - rust - rustontherocks - system language +original_slug: Instalando_Rust ---

    Instalando o Rust

    diff --git a/files/pt-br/orphaned/learn/how_to_contribute/index.html b/files/pt-br/orphaned/learn/how_to_contribute/index.html index 8b9cdfb15b..63586e3320 100644 --- a/files/pt-br/orphaned/learn/how_to_contribute/index.html +++ b/files/pt-br/orphaned/learn/how_to_contribute/index.html @@ -1,6 +1,6 @@ --- title: Como contribuir para a área de aprendizagem da MDN -slug: Aprender/Como_contribuir +slug: orphaned/Learn/How_to_contribute tags: - Documentação - Guia(2) @@ -11,6 +11,7 @@ tags: - prioridde - pt-br translation_of: Learn/How_to_contribute +original_slug: Aprender/Como_contribuir ---

    Se você está aqui pela primeira vez ou após uma pesquisa mais aprofundada, é porque provavelmente você está interessado em contribuir para a área de aprendizado da MDN. Isto é uma excelente notícia!

    diff --git a/files/pt-br/orphaned/learn/html/forms/html5_updates/index.html b/files/pt-br/orphaned/learn/html/forms/html5_updates/index.html index 7508276c28..40721d4f3c 100644 --- a/files/pt-br/orphaned/learn/html/forms/html5_updates/index.html +++ b/files/pt-br/orphaned/learn/html/forms/html5_updates/index.html @@ -1,7 +1,8 @@ --- title: Formulários em HTML -slug: HTML/Forms_in_HTML +slug: orphaned/Learn/HTML/Forms/HTML5_updates translation_of: Learn/HTML/Forms/HTML5_updates +original_slug: HTML/Forms_in_HTML ---

    {{ gecko_minversion_header("2") }}

    diff --git a/files/pt-br/orphaned/mdn/community/index.html b/files/pt-br/orphaned/mdn/community/index.html index 5157192748..7f0ccafa6d 100644 --- a/files/pt-br/orphaned/mdn/community/index.html +++ b/files/pt-br/orphaned/mdn/community/index.html @@ -1,11 +1,12 @@ --- title: Participe da comunidade MDN -slug: MDN/Comunidade +slug: orphaned/MDN/Community tags: - Comunidade - Guia(2) - Iniciando translation_of: MDN/Community +original_slug: MDN/Comunidade ---
    {{MDNSidebar}}
    diff --git a/files/pt-br/orphaned/mdn/community/whats_happening/index.html b/files/pt-br/orphaned/mdn/community/whats_happening/index.html index 93783e777f..abf003caf3 100644 --- a/files/pt-br/orphaned/mdn/community/whats_happening/index.html +++ b/files/pt-br/orphaned/mdn/community/whats_happening/index.html @@ -1,7 +1,8 @@ --- title: Siga o que está acontecendo -slug: MDN/Comunidade/Whats_happening +slug: orphaned/MDN/Community/Whats_happening translation_of: MDN/Community/Whats_happening +original_slug: MDN/Comunidade/Whats_happening ---
    {{MDNSidebar}}

    MDN is brought to you by Mozilla's Developer Engagement community. Here are some ways to that we share information about what we're doing.

    diff --git a/files/pt-br/orphaned/mdn/community/working_in_community/index.html b/files/pt-br/orphaned/mdn/community/working_in_community/index.html index 38d851532d..09ede56d3c 100644 --- a/files/pt-br/orphaned/mdn/community/working_in_community/index.html +++ b/files/pt-br/orphaned/mdn/community/working_in_community/index.html @@ -1,7 +1,8 @@ --- title: Trabalhando em comunidade -slug: MDN/Comunidade/Trabalhando_em_comunidade +slug: orphaned/MDN/Community/Working_in_community translation_of: MDN/Community/Working_in_community +original_slug: MDN/Comunidade/Trabalhando_em_comunidade ---
    {{MDNSidebar}}
    diff --git a/files/pt-br/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html b/files/pt-br/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html index 369f018ce5..10410e5a37 100644 --- a/files/pt-br/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html +++ b/files/pt-br/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html @@ -1,6 +1,6 @@ --- title: Como criar uma conta na MDN -slug: MDN/Contribute/guia/Create_an_MDN_account +slug: orphaned/MDN/Contribute/Howto/Create_an_MDN_account tags: - Conta - Guia(2) @@ -8,6 +8,7 @@ tags: - Novato - como fazer translation_of: MDN/Contribute/Howto/Create_an_MDN_account +original_slug: MDN/Contribute/guia/Create_an_MDN_account ---
    {{MDNSidebar}}
    diff --git a/files/pt-br/orphaned/mdn/contribute/howto/do_a_technical_review/index.html b/files/pt-br/orphaned/mdn/contribute/howto/do_a_technical_review/index.html index 45d49fbc55..2651c5f134 100644 --- a/files/pt-br/orphaned/mdn/contribute/howto/do_a_technical_review/index.html +++ b/files/pt-br/orphaned/mdn/contribute/howto/do_a_technical_review/index.html @@ -1,6 +1,6 @@ --- title: Como fazer uma revisão técnica -slug: MDN/Contribute/guia/Do_a_technical_review +slug: orphaned/MDN/Contribute/Howto/Do_a_technical_review tags: - Documentação - Guía @@ -8,6 +8,7 @@ tags: - Revisão - como fazer translation_of: MDN/Contribute/Howto/Do_a_technical_review +original_slug: MDN/Contribute/guia/Do_a_technical_review ---
    {{MDNSidebar}}

    Uma Revisão técnica consiste em revisar a precisão técnica e a integridade de um artigo e corrigi-lo, se necessário. Se um escritor de um artigo procura alguém para verificar o conteúdo técnico do artigo, então ele marca a opção "Análise técnica" durante a edição. Muitas vezes, o escritor contata um engenheiro específico para realizar a revisão técnica, mas qualquer pessoa com experiência técnica no tópico pode fazer um.

    diff --git a/files/pt-br/orphaned/mdn/contribute/howto/do_an_editorial_review/index.html b/files/pt-br/orphaned/mdn/contribute/howto/do_an_editorial_review/index.html index 687072f228..d1e9b29246 100644 --- a/files/pt-br/orphaned/mdn/contribute/howto/do_an_editorial_review/index.html +++ b/files/pt-br/orphaned/mdn/contribute/howto/do_an_editorial_review/index.html @@ -1,6 +1,6 @@ --- title: Como fazer uma revisão editorial -slug: MDN/Contribute/guia/Do_an_editorial_review +slug: orphaned/MDN/Contribute/Howto/Do_an_editorial_review tags: - Documentação - Guia(2) @@ -8,6 +8,7 @@ tags: - Revisão - como fazer translation_of: MDN/Contribute/Howto/Do_an_editorial_review +original_slug: MDN/Contribute/guia/Do_an_editorial_review ---
    {{MDNSidebar}}
    diff --git a/files/pt-br/orphaned/mdn/contribute/howto/set_the_summary_for_a_page/index.html b/files/pt-br/orphaned/mdn/contribute/howto/set_the_summary_for_a_page/index.html index 91ac82e8ea..0019d0a7e7 100644 --- a/files/pt-br/orphaned/mdn/contribute/howto/set_the_summary_for_a_page/index.html +++ b/files/pt-br/orphaned/mdn/contribute/howto/set_the_summary_for_a_page/index.html @@ -1,11 +1,12 @@ --- title: Como definir o resumo de uma página -slug: MDN/Contribute/guia/Set_the_summary_for_a_page +slug: orphaned/MDN/Contribute/Howto/Set_the_summary_for_a_page tags: - Como - Guia(2) - MDN Meta translation_of: MDN/Contribute/Howto/Set_the_summary_for_a_page +original_slug: MDN/Contribute/guia/Set_the_summary_for_a_page ---
    {{MDNSidebar}}

    Você pode definir o sumário de uma página no MDN, para ser usado de várias maneiras, incluindo em resultados de pesquisa, em outras páginas MDN como tópico de página de regiões, e em dicas. E o texto deve fazer sentido tanto ao contexto da página, como quando mostrado em outro contexto, sem o restante do conteúdo da página.

    diff --git a/files/pt-br/orphaned/mdn/contribute/howto/tag_javascript_pages/index.html b/files/pt-br/orphaned/mdn/contribute/howto/tag_javascript_pages/index.html index 7c6f94ac07..66db20d0e5 100644 --- a/files/pt-br/orphaned/mdn/contribute/howto/tag_javascript_pages/index.html +++ b/files/pt-br/orphaned/mdn/contribute/howto/tag_javascript_pages/index.html @@ -1,12 +1,13 @@ --- title: Como marcar páginas de JavaScript -slug: MDN/Contribute/guia/Tag_JavaScript_pages +slug: orphaned/MDN/Contribute/Howto/Tag_JavaScript_pages tags: - Como - Guia(2) - JavaScript - MDN Meta translation_of: MDN/Contribute/Howto/Tag_JavaScript_pages +original_slug: MDN/Contribute/guia/Tag_JavaScript_pages ---
    {{MDNSidebar}}

    O tagueamento consiste na adição de meta-informações para as páginas de modo que o conteúdo relacionado possa ser agrupado, como por exemplo em uma ferramenta de pesquisa.

    diff --git a/files/pt-br/orphaned/mdn/contribute/howto/write_an_article_to_help_learn_about_the_web/index.html b/files/pt-br/orphaned/mdn/contribute/howto/write_an_article_to_help_learn_about_the_web/index.html index 7754f741b6..6a8d7e9bb0 100644 --- a/files/pt-br/orphaned/mdn/contribute/howto/write_an_article_to_help_learn_about_the_web/index.html +++ b/files/pt-br/orphaned/mdn/contribute/howto/write_an_article_to_help_learn_about_the_web/index.html @@ -1,12 +1,13 @@ --- title: Como escrever um artigo para ajudar as pessoas aprender sobre a Web -slug: MDN/Contribute/guia/Escreva_um_artigo_para_ajudar_aprender_sobre_a_Web +slug: orphaned/MDN/Contribute/Howto/Write_an_article_to_help_learn_about_the_Web tags: - Guía - MDN Meta - aprendizado - como fazer translation_of: MDN/Contribute/Howto/Write_an_article_to_help_learn_about_the_Web +original_slug: MDN/Contribute/guia/Escreva_um_artigo_para_ajudar_aprender_sobre_a_Web ---
    {{MDNSidebar}}
    diff --git a/files/pt-br/orphaned/mdn/contribute/processes/cross-team_collaboration_tactics/index.html b/files/pt-br/orphaned/mdn/contribute/processes/cross-team_collaboration_tactics/index.html index 22b22715be..d87f3eacad 100644 --- a/files/pt-br/orphaned/mdn/contribute/processes/cross-team_collaboration_tactics/index.html +++ b/files/pt-br/orphaned/mdn/contribute/processes/cross-team_collaboration_tactics/index.html @@ -1,6 +1,6 @@ --- title: Táticas de colaboração intra equipe para documentação -slug: MDN/Contribute/Collaboration_tactics +slug: orphaned/MDN/Contribute/Processes/Cross-team_collaboration_tactics tags: - Documentação - Guia(2) @@ -8,6 +8,7 @@ tags: - MDN - Projeto MDC translation_of: MDN/Contribute/Processes/Cross-team_collaboration_tactics +original_slug: MDN/Contribute/Collaboration_tactics ---
    {{MDNSidebar}}
    diff --git a/files/pt-br/orphaned/mdn/dashboards/index.html b/files/pt-br/orphaned/mdn/dashboards/index.html index 0aab5076a9..ff496d8bbf 100644 --- a/files/pt-br/orphaned/mdn/dashboards/index.html +++ b/files/pt-br/orphaned/mdn/dashboards/index.html @@ -1,12 +1,13 @@ --- title: Painéis -slug: MDN/Paineis +slug: orphaned/MDN/Dashboards tags: - MDN Meta - Rascunho - Visão Geral - painéis translation_of: MDN/Dashboards +original_slug: MDN/Paineis ---
    {{MDNSidebar}}{{Draft}}
    diff --git a/files/pt-br/orphaned/mdn/editor/basics/index.html b/files/pt-br/orphaned/mdn/editor/basics/index.html index 5f06217a31..bc1805b308 100644 --- a/files/pt-br/orphaned/mdn/editor/basics/index.html +++ b/files/pt-br/orphaned/mdn/editor/basics/index.html @@ -1,7 +1,8 @@ --- title: Elementos de Interface do Editor -slug: MDN/Editor/Basics +slug: orphaned/MDN/Editor/Basics translation_of: MDN/Editor/Basics +original_slug: MDN/Editor/Basics ---
    {{MDNSidebar}}
    diff --git a/files/pt-br/orphaned/mdn/editor/index.html b/files/pt-br/orphaned/mdn/editor/index.html index 289d09b69f..dc516147af 100644 --- a/files/pt-br/orphaned/mdn/editor/index.html +++ b/files/pt-br/orphaned/mdn/editor/index.html @@ -1,7 +1,8 @@ --- title: Guia do editor MDN -slug: MDN/Editor +slug: orphaned/MDN/Editor translation_of: MDN/Editor +original_slug: MDN/Editor ---
    {{MDNSidebar}}

    O editor WYSIWYG (what-you-see-is-what-you-get) oferecido pela Mozilla Developer Network wiki torna fácil a contribuição de conteúdo novo. O guia de editor MDN fornece algumas informações sobre como usar o editor, assim como algumas informações sobre recursos úteis que podem melhorar sua produtividade. Por favor, certifique-se de ler (e está de acordo com) o Mozilla Terms antes de editar ou criar novas páginas.

    diff --git a/files/pt-br/orphaned/mdn/tools/page_regeneration/index.html b/files/pt-br/orphaned/mdn/tools/page_regeneration/index.html index 16808c9615..fed90e8565 100644 --- a/files/pt-br/orphaned/mdn/tools/page_regeneration/index.html +++ b/files/pt-br/orphaned/mdn/tools/page_regeneration/index.html @@ -1,12 +1,13 @@ --- title: Page regeneration -slug: MDN/Tools/Page_regeneration +slug: orphaned/MDN/Tools/Page_regeneration tags: - Ferramentas - Guia(2) - MDN Meta - Page-level translation_of: MDN/Tools/Page_regeneration +original_slug: MDN/Tools/Page_regeneration ---
    {{MDNSidebar}}

    O site da MDN cacheia as páginas para melhorar a performance. Como resultado, as mudanças que você salva nas páginas podem não aparecer imediatamente. Muitas vezes, mas nem sempre, o banner aparece na página indicando que uma atualização para aquela página está em progresso. Você pode fazer uma "atualização forçada" no seu navegador para recarregar a página do servidor, mas isso pode não ter efeito se a atualização no servidor não estiver completa.

    diff --git a/files/pt-br/orphaned/mozilla/add-ons/webextensions/temporary_installation_in_firefox/index.html b/files/pt-br/orphaned/mozilla/add-ons/webextensions/temporary_installation_in_firefox/index.html index 16e718fc9c..47eff12a4c 100644 --- a/files/pt-br/orphaned/mozilla/add-ons/webextensions/temporary_installation_in_firefox/index.html +++ b/files/pt-br/orphaned/mozilla/add-ons/webextensions/temporary_installation_in_firefox/index.html @@ -1,8 +1,9 @@ --- title: Empacotando e Instalando -slug: Mozilla/Add-ons/WebExtensions/Empacotando_e_instalando +slug: orphaned/Mozilla/Add-ons/WebExtensions/Temporary_Installation_in_Firefox translation_of: Mozilla/Add-ons/WebExtensions/Temporary_Installation_in_Firefox translation_of_original: Mozilla/Add-ons/WebExtensions/Packaging_and_installation +original_slug: Mozilla/Add-ons/WebExtensions/Empacotando_e_instalando ---

    Packaging your extension

    diff --git a/files/pt-br/orphaned/tools/add-ons/dom_inspector/index.html b/files/pt-br/orphaned/tools/add-ons/dom_inspector/index.html index 6e70f0a1f6..797450921e 100644 --- a/files/pt-br/orphaned/tools/add-ons/dom_inspector/index.html +++ b/files/pt-br/orphaned/tools/add-ons/dom_inspector/index.html @@ -1,9 +1,9 @@ --- title: DOM Inspector (Em Pt-Br) -slug: Tools/Add-ons/DOM_Inspector_Pt-Br +slug: orphaned/Tools/Add-ons/DOM_Inspector tags: - DOM - - 'DOM:Tools' + - DOM:Tools - DOM_Inspector - DOM_PT-BR - Extensions @@ -14,10 +14,11 @@ tags: - Web - Web Developer - XUL - - 'XUL:Tools' + - XUL:Tools - dev - xu translation_of: Tools/Add-ons/DOM_Inspector +original_slug: Tools/Add-ons/DOM_Inspector_Pt-Br ---
    {{ToolsSidebar}}

    O DOM Inspector (também conhecido como DOMi) é uma ferramenta de desennvolvimento usada para inspecionar, browse, e editar o DOM (Document Object Model) de documentos - usando páginas da web ou windows XUL . A hierarquia do DOM pode ser navegada usando dois paíneis (two-paned) janela que permite uma variedade de pontos de vista diferentes sobre o documento e todos os nós dentro.

    diff --git a/files/pt-br/orphaned/tools/add-ons/index.html b/files/pt-br/orphaned/tools/add-ons/index.html index 97b6d72ed1..095399ef16 100644 --- a/files/pt-br/orphaned/tools/add-ons/index.html +++ b/files/pt-br/orphaned/tools/add-ons/index.html @@ -1,12 +1,13 @@ --- title: Add-ons -slug: Tools/Add-ons +slug: orphaned/Tools/Add-ons tags: - Add-ons - Monitor de WebSocket - Mozilla - dev translation_of: Tools/Add-ons +original_slug: Tools/Add-ons ---
    {{ToolsSidebar}}

    Ferramenta de desenvolvimento não incorporados ao Firefox, mas envia complementos separados (Add-ons).

    diff --git a/files/pt-br/orphaned/tools/css_coverage/index.html b/files/pt-br/orphaned/tools/css_coverage/index.html index 31d1c8be34..e23e49f7f1 100644 --- a/files/pt-br/orphaned/tools/css_coverage/index.html +++ b/files/pt-br/orphaned/tools/css_coverage/index.html @@ -1,10 +1,11 @@ --- title: CSS Coverage -slug: Tools/CSS_Coverage +slug: orphaned/Tools/CSS_Coverage tags: - CSS - cobertura CSS translation_of: Tools/CSS_Coverage +original_slug: Tools/CSS_Coverage ---
    {{ToolsSidebar}}

    Este componente é experimental e não está ainda avaliado no Firefox

    diff --git a/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/disable_breakpoints/index.html b/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/disable_breakpoints/index.html index a4e9aa924c..d3a58117d7 100644 --- a/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/disable_breakpoints/index.html +++ b/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/disable_breakpoints/index.html @@ -1,10 +1,11 @@ --- title: Desabilitar breakpoints -slug: Tools/Debugger_(before_Firefox_52)/Disable_breakpoints +slug: orphaned/Tools/Debugger_(before_Firefox_52)/Disable_breakpoints tags: - breakpoint - breakpoints translation_of: Tools/Debugger_(before_Firefox_52)/Disable_breakpoints +original_slug: Tools/Debugger_(before_Firefox_52)/Disable_breakpoints ---
    {{ToolsSidebar}}

    Para desabilitar um breakpoint, desmarqueo check box próximo ao breakpoint's entrada no Source list pane:

    diff --git a/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/index.html b/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/index.html index 7d06312bdc..bd8046254a 100644 --- a/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/index.html +++ b/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/index.html @@ -1,10 +1,11 @@ --- title: Debugger (before Firefox 52) -slug: Tools/Debugger_(before_Firefox_52) +slug: orphaned/Tools/Debugger_(before_Firefox_52) tags: - NeedsTranslation - TopicStub translation_of: Tools/Debugger_(before_Firefox_52) +original_slug: Tools/Debugger_(before_Firefox_52) ---
    {{ToolsSidebar}}

    This page describes the JavaScript Debugger as it appears before Firefox 52.

    diff --git a/files/pt-br/orphaned/web/accessibility/jaws_issues_with_firefox/index.html b/files/pt-br/orphaned/web/accessibility/jaws_issues_with_firefox/index.html index 65fe989377..40fc26b856 100644 --- a/files/pt-br/orphaned/web/accessibility/jaws_issues_with_firefox/index.html +++ b/files/pt-br/orphaned/web/accessibility/jaws_issues_with_firefox/index.html @@ -1,10 +1,11 @@ --- title: Problemas com JAWS no Firefox -slug: Web/Acessibilidade/Problemas_com_JAWS_no_Firefox +slug: orphaned/Web/Accessibility/JAWS_Issues_with_Firefox tags: - Acessibilidade - Obsolento translation_of: Web/Accessibility/JAWS_Issues_with_Firefox +original_slug: Web/Acessibilidade/Problemas_com_JAWS_no_Firefox ---

    Problemas JAWS Firefox conhecidos

    diff --git "a/files/pt-br/orphaned/web/api/node/entendendo_o_uso_do_m\303\251todo_appendchild-javascript/index.html" "b/files/pt-br/orphaned/web/api/node/entendendo_o_uso_do_m\303\251todo_appendchild-javascript/index.html" index a05abeae88..a068a36455 100644 --- "a/files/pt-br/orphaned/web/api/node/entendendo_o_uso_do_m\303\251todo_appendchild-javascript/index.html" +++ "b/files/pt-br/orphaned/web/api/node/entendendo_o_uso_do_m\303\251todo_appendchild-javascript/index.html" @@ -1,6 +1,7 @@ --- title: Entendendo o uso do método appendChild em javascript -slug: Web/API/Node/Entendendo_o_uso_do_método_AppendChild-javascript +slug: orphaned/Web/API/Node/Entendendo_o_uso_do_método_AppendChild-javascript +original_slug: Web/API/Node/Entendendo_o_uso_do_método_AppendChild-javascript ---
    {{ApiRef("DOM")}}
    diff --git "a/files/pt-br/orphaned/web/guide/css/css_media_queries_(consultas_de_m\303\255dia_em_css)/index.html" "b/files/pt-br/orphaned/web/guide/css/css_media_queries_(consultas_de_m\303\255dia_em_css)/index.html" index c2f5f9f4ce..ac24931ebe 100644 --- "a/files/pt-br/orphaned/web/guide/css/css_media_queries_(consultas_de_m\303\255dia_em_css)/index.html" +++ "b/files/pt-br/orphaned/web/guide/css/css_media_queries_(consultas_de_m\303\255dia_em_css)/index.html" @@ -1,11 +1,12 @@ --- title: Usando CSS media queries (consultas de mídia em CSS) -slug: Web/Guide/CSS/CSS_media_queries_(consultas_de_mídia_em_CSS) +slug: orphaned/Web/Guide/CSS/CSS_media_queries_(consultas_de_mídia_em_CSS) tags: - CSS - Guía - Iniciante - media query +original_slug: Web/Guide/CSS/CSS_media_queries_(consultas_de_mídia_em_CSS) ---

    Uma media query (consulta de mídia) consiste de um tipo de mídia e de, ao menos, uma expressão que restringe o escopo dos estilos CSS pelo uso de propriedades de mídia, como width (largura), height (altura) e color (cor). Media queries, incluídas na especificação CSS3, permitem que a apresentação do conteúdo se adapte a uma variedade de dispositivos de exibição sem a necessidade de mudar o próprio conteúdo.

    diff --git a/files/pt-br/orphaned/web/html/element/command/index.html b/files/pt-br/orphaned/web/html/element/command/index.html index 99a42fb9db..849232e71d 100644 --- a/files/pt-br/orphaned/web/html/element/command/index.html +++ b/files/pt-br/orphaned/web/html/element/command/index.html @@ -1,7 +1,8 @@ --- title: command -slug: Web/HTML/Element/command +slug: orphaned/Web/HTML/Element/command translation_of: Web/HTML/Element/command +original_slug: Web/HTML/Element/command ---

    Sumário

    diff --git a/files/pt-br/orphaned/web/html/favicon/index.html b/files/pt-br/orphaned/web/html/favicon/index.html index 6b3bef6490..019f336089 100644 --- a/files/pt-br/orphaned/web/html/favicon/index.html +++ b/files/pt-br/orphaned/web/html/favicon/index.html @@ -1,6 +1,7 @@ --- title: favicon -slug: Web/HTML/favicon +slug: orphaned/Web/HTML/favicon +original_slug: Web/HTML/favicon ---

     

    diff --git "a/files/pt-br/orphaned/web/javascript/guide/cole\303\247\303\265es_chaveadas/index.html" "b/files/pt-br/orphaned/web/javascript/guide/cole\303\247\303\265es_chaveadas/index.html" index cb626865f8..0328d76216 100644 --- "a/files/pt-br/orphaned/web/javascript/guide/cole\303\247\303\265es_chaveadas/index.html" +++ "b/files/pt-br/orphaned/web/javascript/guide/cole\303\247\303\265es_chaveadas/index.html" @@ -1,11 +1,12 @@ --- title: Coleções chaveadas -slug: Web/JavaScript/Guide/Coleções_chaveadas +slug: orphaned/Web/JavaScript/Guide/Coleções_chaveadas tags: - Coleções - Guía - JavaScript - Mapas +original_slug: Web/JavaScript/Guide/Coleções_chaveadas ---
    {{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Indexed_Collections", "Web/JavaScript/Guide/Working_with_Objects")}}
    diff --git a/files/pt-br/orphaned/web/javascript/guide/sintaxe_e_tipos/index.html b/files/pt-br/orphaned/web/javascript/guide/sintaxe_e_tipos/index.html index 953a9543de..2bf5fe39b9 100644 --- a/files/pt-br/orphaned/web/javascript/guide/sintaxe_e_tipos/index.html +++ b/files/pt-br/orphaned/web/javascript/guide/sintaxe_e_tipos/index.html @@ -1,6 +1,7 @@ --- title: Sintaxe e tipos -slug: Web/JavaScript/Guide/Sintaxe_e_tipos +slug: orphaned/Web/JavaScript/Guide/Sintaxe_e_tipos +original_slug: Web/JavaScript/Guide/Sintaxe_e_tipos ---
    {{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Introduction", "Web/JavaScript/Guide/Control_flow_and_error_handling")}}
    diff --git a/files/pt-br/orphaned/web/javascript/reference/global_objects/array/prototype/index.html b/files/pt-br/orphaned/web/javascript/reference/global_objects/array/prototype/index.html index e863d9cc69..e7084dd594 100644 --- a/files/pt-br/orphaned/web/javascript/reference/global_objects/array/prototype/index.html +++ b/files/pt-br/orphaned/web/javascript/reference/global_objects/array/prototype/index.html @@ -1,11 +1,12 @@ --- title: Array.prototype -slug: Web/JavaScript/Reference/Global_Objects/Array/prototype +slug: orphaned/Web/JavaScript/Reference/Global_Objects/Array/prototype tags: - Array - JavaScript - Propriedade translation_of: Web/JavaScript/Reference/Global_Objects/Array/prototype +original_slug: Web/JavaScript/Reference/Global_Objects/Array/prototype ---
    {{JSRef}}
    diff --git a/files/pt-br/orphaned/web/javascript/reference/global_objects/bigint/prototype/index.html b/files/pt-br/orphaned/web/javascript/reference/global_objects/bigint/prototype/index.html index ff8de05541..504938e9f0 100644 --- a/files/pt-br/orphaned/web/javascript/reference/global_objects/bigint/prototype/index.html +++ b/files/pt-br/orphaned/web/javascript/reference/global_objects/bigint/prototype/index.html @@ -1,6 +1,6 @@ --- title: BigInt.prototype -slug: Web/JavaScript/Reference/Global_Objects/BigInt/prototype +slug: orphaned/Web/JavaScript/Reference/Global_Objects/BigInt/prototype tags: - BigInt - JavaScript @@ -8,6 +8,7 @@ tags: - Prototipo - Referencia translation_of: Web/JavaScript/Reference/Global_Objects/BigInt/prototype +original_slug: Web/JavaScript/Reference/Global_Objects/BigInt/prototype ---
    {{JSRef}}
    diff --git a/files/pt-br/orphaned/web/security/information_security_basics/index.html b/files/pt-br/orphaned/web/security/information_security_basics/index.html index 9508b0afdb..99607e0201 100644 --- a/files/pt-br/orphaned/web/security/information_security_basics/index.html +++ b/files/pt-br/orphaned/web/security/information_security_basics/index.html @@ -1,10 +1,11 @@ --- title: Básico de Segurança da Informação -slug: Web/Security/Básico_de_Segurança_da_Informação +slug: orphaned/Web/Security/Information_Security_Basics tags: - Iniciante - Segurança translation_of: Web/Security/Information_Security_Basics +original_slug: Web/Security/Básico_de_Segurança_da_Informação ---

    Entender o básico de segurança da informação pode ajudar você a evitar que seu software ou website estejam inseguros e vulneráveis a fraquezas que podem ser exploradas para ganhos financeiros ou outros motivos maliciosos. Estes artigos podem ajudar você a aprender o que você precisa. Com essa informação, você estará ciente do papel e importância da segurança no ciclo de desenvolvimento de software, além da distribuição do seu conteúdo.

    diff --git a/files/pt-br/tools/debugger/how_to/set_watch_expressions/index.html b/files/pt-br/tools/debugger/how_to/set_watch_expressions/index.html index 232074130f..d2908b2b6d 100644 --- a/files/pt-br/tools/debugger/how_to/set_watch_expressions/index.html +++ b/files/pt-br/tools/debugger/how_to/set_watch_expressions/index.html @@ -1,13 +1,14 @@ --- -title: 'Examine, modify, and watch variables' -slug: 'Tools/Debugger/How_to/Examine,_modify,_and_watch_variables' +title: Examine, modify, and watch variables +slug: Tools/Debugger/How_to/Set_Watch_Expressions tags: - expressão de observação - variáveis watch - 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' +translation_of_original: Tools/Debugger/How_to/Examine,_modify,_and_watch_variables +original_slug: 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/debugger/index.html b/files/pt-br/tools/debugger/index.html index 225f4cb20a..88a7af5785 100644 --- a/files/pt-br/tools/debugger/index.html +++ b/files/pt-br/tools/debugger/index.html @@ -1,7 +1,8 @@ --- title: Depurador -slug: Tools/Depurador +slug: Tools/Debugger translation_of: Tools/Debugger +original_slug: Tools/Depurador ---
    {{ToolsSidebar}}
    diff --git a/files/pt-br/tools/debugger/set_a_logpoint/index.html b/files/pt-br/tools/debugger/set_a_logpoint/index.html index 0a9b75f07d..8e39e89c73 100644 --- a/files/pt-br/tools/debugger/set_a_logpoint/index.html +++ b/files/pt-br/tools/debugger/set_a_logpoint/index.html @@ -1,7 +1,8 @@ --- title: Set a logpoint -slug: Tools/Depurador/Set_a_logpoint +slug: Tools/Debugger/Set_a_logpoint translation_of: Tools/Debugger/Set_a_logpoint +original_slug: Tools/Depurador/Set_a_logpoint ---

    {{ToolsSidebar}}

    diff --git a/files/pt-br/tools/firefox_os_1.1_simulator/index.html b/files/pt-br/tools/firefox_os_1.1_simulator/index.html index 8b710a1cea..7709cc565b 100644 --- a/files/pt-br/tools/firefox_os_1.1_simulator/index.html +++ b/files/pt-br/tools/firefox_os_1.1_simulator/index.html @@ -1,12 +1,13 @@ --- title: Simulador Firefox OS 1.1 -slug: Tools/Simulador_Firefox_OS_1.1 +slug: Tools/Firefox_OS_1.1_Simulator tags: - Ferramentas - Firefox OS - Guia(2) - Guía translation_of: Tools/Firefox_OS_1.1_Simulator +original_slug: Tools/Simulador_Firefox_OS_1.1 ---
    {{ToolsSidebar}}
    diff --git a/files/pt-br/tools/measure_a_portion_of_the_page/index.html b/files/pt-br/tools/measure_a_portion_of_the_page/index.html index 005813bc8f..e62a2a97fa 100644 --- a/files/pt-br/tools/measure_a_portion_of_the_page/index.html +++ b/files/pt-br/tools/measure_a_portion_of_the_page/index.html @@ -1,6 +1,6 @@ --- title: Medir uma porção da página -slug: Tools/Medir_uma_porcao_da_pagina +slug: Tools/Measure_a_portion_of_the_page tags: - DevTools - Exibir coordenadas @@ -9,6 +9,7 @@ tags: - ferramentas do desenvolvedor - régua translation_of: Tools/Measure_a_portion_of_the_page +original_slug: Tools/Medir_uma_porcao_da_pagina ---
    {{ToolsSidebar}}
    diff --git a/files/pt-br/tools/page_inspector/how_to/examine_event_listeners/index.html b/files/pt-br/tools/page_inspector/how_to/examine_event_listeners/index.html index b1c8414a5b..34bcca189b 100644 --- a/files/pt-br/tools/page_inspector/how_to/examine_event_listeners/index.html +++ b/files/pt-br/tools/page_inspector/how_to/examine_event_listeners/index.html @@ -1,7 +1,8 @@ --- title: Examinando Eventos de Escuta -slug: Tools/Page_Inspector/How_to/Examinando_eventos_escuta +slug: Tools/Page_Inspector/How_to/Examine_event_listeners translation_of: Tools/Page_Inspector/How_to/Examine_event_listeners +original_slug: Tools/Page_Inspector/How_to/Examinando_eventos_escuta ---
    {{ToolsSidebar}}

    No Firefox 33 você verá um ícone "ev" no HTML Pane, próximo a elementos que tem eventos de escuta como mostra a figura abaixo:

    diff --git a/files/pt-br/tools/page_inspector/how_to/work_with_animations/index.html b/files/pt-br/tools/page_inspector/how_to/work_with_animations/index.html index 8d2d788d50..ec75510240 100644 --- a/files/pt-br/tools/page_inspector/how_to/work_with_animations/index.html +++ b/files/pt-br/tools/page_inspector/how_to/work_with_animations/index.html @@ -1,7 +1,8 @@ --- title: Trabalho Com Animações -slug: Tools/Page_Inspector/How_to/Trabalho_Com_Animaçoes +slug: Tools/Page_Inspector/How_to/Work_with_animations translation_of: Tools/Page_Inspector/How_to/Work_with_animations +original_slug: Tools/Page_Inspector/How_to/Trabalho_Com_Animaçoes ---
    {{ToolsSidebar}}

    This article covers three tools you can use to visualize and edit animations:

    diff --git a/files/pt-br/tools/performance/index.html b/files/pt-br/tools/performance/index.html index 880187e7e2..74a84f6a60 100644 --- a/files/pt-br/tools/performance/index.html +++ b/files/pt-br/tools/performance/index.html @@ -1,7 +1,8 @@ --- title: Performance -slug: Tools/atuação +slug: Tools/Performance translation_of: Tools/Performance +original_slug: Tools/atuação ---
    {{ToolsSidebar}}

    Esta ferramenta é nova no Firefox 34.

    diff --git a/files/pt-br/tools/remote_debugging/index.html b/files/pt-br/tools/remote_debugging/index.html index 6359eededd..d4676f103a 100644 --- a/files/pt-br/tools/remote_debugging/index.html +++ b/files/pt-br/tools/remote_debugging/index.html @@ -1,7 +1,8 @@ --- title: Depuração Remota -slug: Tools/Depuração_Remota +slug: Tools/Remote_Debugging translation_of: Tools/Remote_Debugging +original_slug: Tools/Depuração_Remota ---
    {{ToolsSidebar}}

    Você pode usar as ferramentas de desenvolvedor do Firefox, no seu desktop, para depurar remotamente o código em execução: em um processo diferente no mesmo dispositivo, ou em um dispositivo completamente diferente. Para fazer isso, use o Firefox para atribuir a Caixa de Ferramentas ao processo remoto, e, então, a Caixa de Ferramentas será iniciada em sua própria janela. Neste momento terão as seguintes ferramentas de suporte à depuração remota:

    diff --git a/files/pt-br/tools/responsive_design_mode/index.html b/files/pt-br/tools/responsive_design_mode/index.html index a5b6935fd3..08c8cea373 100644 --- a/files/pt-br/tools/responsive_design_mode/index.html +++ b/files/pt-br/tools/responsive_design_mode/index.html @@ -1,6 +1,6 @@ --- title: Modo Design Adaptável -slug: Tools/Modo_Design_Adaptavel +slug: Tools/Responsive_Design_Mode tags: - Desenvolvimento Web - Design @@ -12,10 +12,11 @@ tags: - Guia(2) - Guide - Guía - - 'I10n:priority' + - I10n:priority - Responsive Design - Tools translation_of: Tools/Responsive_Design_Mode +original_slug: Tools/Modo_Design_Adaptavel ---
    {{ToolsSidebar}}
    diff --git a/files/pt-br/tools/storage_inspector/index.html b/files/pt-br/tools/storage_inspector/index.html index 82215530a4..74ddb9588a 100644 --- a/files/pt-br/tools/storage_inspector/index.html +++ b/files/pt-br/tools/storage_inspector/index.html @@ -1,6 +1,6 @@ --- title: Inspetor de Armazenamento -slug: Tools/Inspetor_de_Armazenamento +slug: Tools/Storage_Inspector tags: - Armazenamento - Armazenamento Local @@ -11,6 +11,7 @@ tags: - inspetor de armazenamento - seção translation_of: Tools/Storage_Inspector +original_slug: Tools/Inspetor_de_Armazenamento ---
    {{ToolsSidebar}}
    diff --git a/files/pt-br/tools/style_editor/index.html b/files/pt-br/tools/style_editor/index.html index 903428edc7..4e797bb873 100644 --- a/files/pt-br/tools/style_editor/index.html +++ b/files/pt-br/tools/style_editor/index.html @@ -1,7 +1,8 @@ --- title: Editor de Estilos -slug: Tools/Editor_de_Estilos +slug: Tools/Style_Editor translation_of: Tools/Style_Editor +original_slug: Tools/Editor_de_Estilos ---
    {{ToolsSidebar}}

    O Editor de Estilos permite que você:

    diff --git a/files/pt-br/tools/web_console/ui_tour/index.html b/files/pt-br/tools/web_console/ui_tour/index.html index ae0c05f78e..22f39124d7 100644 --- a/files/pt-br/tools/web_console/ui_tour/index.html +++ b/files/pt-br/tools/web_console/ui_tour/index.html @@ -1,12 +1,13 @@ --- title: Abrindo o Web Console -slug: Tools/Web_Console/Opening_the_Web_Console +slug: Tools/Web_Console/UI_Tour tags: - Ferramentas - Navegador - console - web console translation_of: Tools/Web_Console/UI_Tour +original_slug: Tools/Web_Console/Opening_the_Web_Console ---
    {{ToolsSidebar}}
    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 ---

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

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

    Regiões Ativas

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

    Descrição

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

    Descrição

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

    Descrição

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

    Form labels

    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 ---
    Aviso: precisa de atualização
    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 ---

    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.

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

    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.

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

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

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

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

    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 ---
    {{obsolete_header}}
    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 ---

    {{APIRef("Battery API")}}

    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 ---
    {{CanvasSidebar}}
    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 ---

    {{CanvasSidebar}}

    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 ---
    {{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Basic_animations", "Web/API/Canvas_API/Tutorial/Pixel_manipulation_with_canvas")}}
    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 ---
    {{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Drawing_shapes", "Web/API/Canvas_API/Tutorial/Drawing_text")}}
    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 ---

    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.

    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 ---
    {{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial", "Web/API/Canvas_API/Tutorial/Drawing_shapes")}}
    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 ---
    {{CanvasSidebar}}
    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 ---
    {{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Transformations", "Web/API/Canvas_API/Tutorial/Basic_animations")}}
    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 ---
    {{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Basic_usage", "Web/API/Canvas_API/Tutorial/Applying_styles_and_colors")}}
    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 ---
    {{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Applying_styles_and_colors", "Web/API/Canvas_API/Tutorial/Using_images")}}
    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 ---
    {{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Optimizing_canvas")}}
    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 ---

     {{CanvasSidebar}}

    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 ---
    {{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Hit_regions_and_accessibility", "Web/API/Canvas_API/Tutorial/Finale")}}
    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 ---
    {{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Drawing_text", "Web/API/Canvas_API/Tutorial/Transformations" )}}
    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 ---

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

    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 ---
    {{ ApiRef("Device Orientation Events") }}{{SeeCompatTable}}
    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 ---

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

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

    {{ApiRef}}

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

    {{APIRef("DOM")}}

    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 ---
    {{DefaultAPISidebar("DOM")}}
    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 ---

    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.

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

    {{draft}}

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

    {{DefaultAPISidebar("DOM")}}

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

    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.

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

    O problema

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

    {{APIRef("DOM")}}

    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 ---
    {{APIRef("DOM")}}
    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 ---

    {{APIRef("DOM")}}

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

    O evento blur é acionado quando um elemento perde foco. A diferença principal entre este evento e focusout é que apenas o segundo 'borbulha'.

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

    O evento focus é acionado assim que um elemento recebe um foco. O grande diferencial entre este evento e o evento focusin, é que esse segundo "borbulha".

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

    O evento focusin é acionado no momento em que o elemento receba o foco. A grande diferença entre esse evento e o evento  focus, é que apenas o focusin delega o seu evento para o elemento pai (conhecido como bubbling ou deletegate).

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

    O evento focusout é acionado assim que o elemento perde o foco. A principal diferença entre esse evento e o evento blur, é que esse ultimo não gera "borbulhas".

    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 ---
    {{ ApiRef() }}
    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 ---

    {{apiref("DOM Events")}}

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

     

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

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

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

    Esse é um exemplo de um web site em AJAX web site composto por apenas três páginas (first_page.php, second_page.php e third_page.php). Para ver como funciona, crie os arquivos a seguir (ou git clone https://github.com/giabao/mdn-ajax-nav-example.git ):

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

    {{DefaultAPISidebar("HTML Drag and Drop API")}}

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

    {{DefaultAPISidebar("HTML Drag and Drop API")}}

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

    {{ APIRef("Web Components") }}

    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 ---
    {{APIRef("DOM")}}
    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 ---
    {{APIRef("DOM")}}
    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 ---

    O evento input do DOM é disparado sincronicamente quando o valor de um elemento {{HTMLElement("input")}}, {{HTMLElement("select")}}, ou {{HTMLElement("textarea")}} é alterado. (Para elementos input com type=checkbox ou type=radio, o evento input 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 contenteditable 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 contenteditable 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 designMode editors.

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

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

    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 ---
    {{ APIRef("HTML DOM") }}
    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 ---

    {{ APIRef }}

    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 ---
    {{ APIRef("HTML DOM") }}
    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 ---

    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. 

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

    {{ SeeCompatTable() }}

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

    {{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}

    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 ---
    {{DefaultAPISidebar("High Resolution Time")}}
    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 ---

    {{draft}}

    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 ---
    {{DefaultAPISidebar("Push API")}}{{SeeCompatTable}}
    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 ---
    {{ ApiRef("DOM") }}{{SeeCompatTable}}
    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 ---

    {{APIRef("SVGAElement")}}

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

    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.

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

    {{DefaultAPISidebar("Web Animations")}}

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

    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 spatial effects (como panning) e muito mais.

    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 ---
    {{DefaultAPISidebar("Web Audio API")}}
    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 ---

    {{DefaultAPISidebar("Web Storage API")}}

    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 ---
    {{DefaultAPISidebar("Web Storage API")}}
    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 ---

    {{WebGLSidebar("Tutorial")}} {{PreviousNext("Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL", "Web/API/WebGL_API/Tutorial/Using_shaders_to_apply_color_in_WebGL")}}

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

    {{WebRTCSidebar}}

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

    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.

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

    Aplicações cliente usam o WebSocket API para se comunicar com WebSocket servers sob o protocolo WebSocket.

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

    Introdução

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

    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. 

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

    O evento beforeunload é disparado quando o window, o document e seus recursos estão prestes a ser descarregados.

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

    O evento DOMContentLoaded é 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 - load - deve ser usado apenas para detectar uma página completamente carregada. É um engano comum as pessoas usarem load quando DOMContentLoaded seria muito mais apropriado.

    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 ---
    O evento de load é acionado quando um recurso e seus recursos
     dependentes terminaram de carregar.
    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 ---

    {{APIRef()}}

    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 ---
    {{APIRef("HTML DOM")}}
    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 ---
    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 ---

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

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

    XMLHttpRequest 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 status HTTP 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.

    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 ---
    {{CSSRef}}
    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 ---
    {{CSSRef}}
    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 ---

    {{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/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 ---
    ios{{CSSRef}}
    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 ---
    {{cssref}}
    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 ---

    {{SeeCompatTable}}{{CSSRef}}

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

    Esta ferramenta pode ser utilizada para gerar o valor {{cssxref("border-image")}} em CSS3.

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

    Esta ferramenta pode ser utilizada para gerar o efeito {{cssxref("border-radius")}} em CSS3.

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

    {{CSSRef}}

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

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

    {{CSSRef}}

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

    Resumo

    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 ---
    {{CSSRef}}
    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 ---

    ColorPicker tool

    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 ---
    {{CSSRef}}
    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 ---
    {{cssRef}}
    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 ---

    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.

    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 ---
    {{CSSRef}}
    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 ---
    {{CssRef}}
    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 ---
    {{CSSRef}}
    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: -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 ---
    {{CSSRef}}
    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 ---
    {{cssref}}
    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 ---

    O modelo de layout CSS, às vezes abreviado por layout, é 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:

    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 ---
    {{CSSRef}}
    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 ---

    Uma media query consiste de um media type e pelo menos uma expressão que limita o escopo das folhas de estilo usando media features, tal como largura, altura e cor. Media queries, adicionadas no CSS3, deixam a apresentação do conteúdo adaptado a uma gama especifica de dispositivos não precisando mudar o conteúdo em si.

    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 ---
    {{CSSRef}} {{SeeCompatTable}}
    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 ---
    {{cssref}}
    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 ---
    {{ CSSRef() }}
    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 ---
    {{CSSRef()}}
    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 ---
    {{cssref}}
    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 ---

    {{CSSRef}}

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

    O Objetivo básico da linguagem de folhas de estilo em cascata (CSS) é 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 CSS reflete estes objetivos e seus blocos de contrução básicos são:

    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 ---
    {{CSSRef}}
    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 ---
    {{cssref}}
    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 ---
    {{CSSRef}}
    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 ---

    {{CSSRef}}

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

    Este artigo demonstra como criar e disparar eventos DOM. Tais eventos são comumente chamados eventos sintéticos, oposto aos eventos disparados pelo próprio navegador.

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

    Sites modernos da Web e aplicativos frequentemente precisam exibir gráficos. 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. Esses artigos fornecem conhecimento de como você pode realizar isto.

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

    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.

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

    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.

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

    HTML5 é a mais recente evolução do padrão que define o HTML. O termo representa dois conceitos diferentes:

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

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

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

    Importante: Atualmente não há implementações conhecidas do algorítmo de estrutura em navegadores gráficos ou user agents 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.

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

    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.

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

    O que é site móvel amigável?

    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.

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

    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.

    The good

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

     

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

    Elementos HTML (Linguagem de marcação de hipertexto) historicamente foram categorizados como “nível de bloco” ou elementos “em linha”. 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.

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

    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.

    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: ': 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 ---
    {{Deprecated_header}}
    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:
    -slug: Web/HTML/Element/figura +slug: Web/HTML/Element/figure translation_of: Web/HTML/Element/figure +original_slug: Web/HTML/Element/figura ---

    Resumo

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

    Os elementos {{htmlelement("input")}} do tipo date 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 horário. Os tipos de entrada time e datetime-local permitem informar horário e data/hora.

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

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

    Sumário

    "Inline" é uma categorização dos elementos do HTML, em contraste com os "elementos de bloco". 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:

    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 ---
    {{HTMLSidebar}}
    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 ---
    {{HTMLSidebar}}
    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 ---
    {{HTTPSidebar}}
    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 ---
    {{HTTPSidebar}}
    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 ---
    {{HTTPSidebar}}
    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 ---
    {{HTTPSidebar}}
    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 ---
    {{HTTPSidebar}}
    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 ---
    {{HTTPSidebar}}
    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 ---

    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: ligações de curta duração, conexões persistentes, canalização e HTTP (HTTP pipelining).

    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 ---
    {{HTTPSidebar}}
    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 ---
    {{HTTPSidebar}}
    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 ---
    {{HTTPSidebar}}
    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 ---
    {{HTTPSidebar}}
    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 ---
    {{HTTPSidebar}}
    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 ---
    {{jsSidebar("Intermediate")}}
    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 ---
    {{JsSidebar("Mais")}}
    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 ---
    {{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Grammar_and_types", "Web/JavaScript/Guide/Loops_and_iteration")}}
    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 ---

    JavaScript é uma linguagem orientada a objetos com base em protótipos, em vez de ser baseada em classes. Devido a essa base diferente, pode ser menos evidente como o JavaScript permite criar hierarquias de objetos e ter herança de propriedades e seus valores. Este capítulo tenta esclarecer essa situação.

    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 ---
    {{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Loops_and_iteration", "Web/JavaScript/Guide/Expressions_and_Operators")}}
    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 ---

    {{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Introduction", "Web/JavaScript/Guide/Control_flow_and_error_handling")}}

    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 ---
    {{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Details_of_the_Object_Model", "Web/JavaScript/Guide/Meta_programming")}}
    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 ---
    {{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Control_flow_and_error_handling", "Web/JavaScript/Guide/Functions")}}
    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 ---
    {{JSSidebar("JavaScript Guide")}}{{Previous("Web/JavaScript/Guide/Meta_programming")}}
    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 ---
    {{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Expressions_and_Operators", "Web/JavaScript/Guide/Text_formatting")}}
    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 ---
    {{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Numbers_and_dates", "Web/JavaScript/Guide/Regular_Expressions")}}
    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 ---
    {{jsSidebar("JavaScript Guide")}}{{PreviousNext("Web/JavaScript/Guide/Details_of_the_Object_Model", "Web/JavaScript/Guide/Iterators_and_Generators")}}
    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 ---

    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 chave) e um valor. Um valor de propriedade pode ser uma função, que é então considerada um método do objeto. Além dos objetos que são pré-definidos no browser, você pode definir seus próprios objetos.

    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 ---
    {{jsSidebar("Advanced")}}
    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 ---
    {{jsSidebar("Errors")}}
    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 ---
    {{jsSidebar("Errors")}}
    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 ---
    {{jsSidebar("Errors")}}
    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 ---
    {{jsSidebar("Errors")}}
    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 ---
    {{jsSidebar("Functions")}}
    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 ---
    {{JsSidebar("Functions")}}
    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 ---
    {{JSRef}}
    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 ---
    {{JSRef("Global_Objects", "Array")}}
    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 ---
    {{jsSidebar("Operators")}}
    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 ---
    {{jsSidebar("Operators")}}
    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 ---
    {{jsSidebar("Operators")}}
    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 ---

    {{JSSidebar("Operators")}}

    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 ---
    {{JsSidebar("Operadores")}}
    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 ---
    {{jsSidebar("Statements")}}
    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 ---
    {{JsSidebar("More")}}
    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 ---

    Abaixo você irá encontrar alguns exemplos que irá ajudá-lo a entender como utilizar MathML para apresentar conceitos matemáticos complexos na Web.

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

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

    {{draft}}

    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 ---
    {{NextMenu("Web/Apps/Progressive/App_structure", "Web/Apps/Progressive")}}
    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 ---

    Como um dialeto XML, o SVG tem namespace. É importante entender o conceito de namespaces 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 namespaces mas eles são essenciais para dialetos multi-XML suportando agentes de usuários como navegadores baseados em Gecko que devem ser muito rigorosos. Tome um tempo para entender namespaces agora e irá te privar de muita dor de cabeça no futuro.

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

    Os links nesta página levam a uma variedade de tutoriais e materiais de treinamento. 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. 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.

    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 ---
    {{DefaultAPISidebar("Web Components")}}
    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 ---

    Exemplo Avançado

    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 ---
    1. Introduction
    2. diff --git a/files/pt-br/webassembly/understanding_the_text_format/index.html b/files/pt-br/webassembly/understanding_the_text_format/index.html index 70568c9112..0be9d36d90 100644 --- a/files/pt-br/webassembly/understanding_the_text_format/index.html +++ b/files/pt-br/webassembly/understanding_the_text_format/index.html @@ -1,7 +1,8 @@ --- title: Entendendo o formato textual do WebAssembly -slug: WebAssembly/Entendendo_o_formato_textual_do_WebAssembly +slug: WebAssembly/Understanding_the_text_format translation_of: WebAssembly/Understanding_the_text_format +original_slug: WebAssembly/Entendendo_o_formato_textual_do_WebAssembly ---
      {{WebAssemblySidebar}}
      diff --git a/files/pt-br/webassembly/using_the_javascript_api/index.html b/files/pt-br/webassembly/using_the_javascript_api/index.html index e9146bef62..8ff4be0f91 100644 --- a/files/pt-br/webassembly/using_the_javascript_api/index.html +++ b/files/pt-br/webassembly/using_the_javascript_api/index.html @@ -1,6 +1,6 @@ --- title: Usando a API JavaScript do WebAssembly -slug: WebAssembly/Usando_a_API_JavaScript_do_WebAssembly +slug: WebAssembly/Using_the_JavaScript_API tags: - API - Compilador @@ -11,6 +11,7 @@ tags: - memoria - tabela translation_of: WebAssembly/Using_the_JavaScript_API +original_slug: WebAssembly/Usando_a_API_JavaScript_do_WebAssembly ---
      {{WebAssemblySidebar}}
      -- cgit v1.2.3-54-g00ecf