diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-23 15:56:32 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-23 15:56:32 +0100 |
commit | 3cf10f5483f2abfa4d87b2279967277213e28908 (patch) | |
tree | a24048bf04ef74e6c86f2812adb3a8cece185a74 | |
parent | 05b2650717b84d199f6ebd5df8a8f9d1e3b23f3f (diff) | |
download | translated-content-3cf10f5483f2abfa4d87b2279967277213e28908.tar.gz translated-content-3cf10f5483f2abfa4d87b2279967277213e28908.tar.bz2 translated-content-3cf10f5483f2abfa4d87b2279967277213e28908.zip |
sync: modify
80 files changed, 706 insertions, 611 deletions
diff --git a/files/es/_redirects.txt b/files/es/_redirects.txt index 4d20053064..3d6e729384 100644 --- a/files/es/_redirects.txt +++ b/files/es/_redirects.txt @@ -220,13 +220,13 @@ /es/docs/Configurar_correctamente_los_tipos_MIME_del_servidor /es/docs/Learn/Server-side/Configuring_server_MIME_types /es/docs/Control_de_la_corrección_ortográfica_en_formularios_HTML /es/docs/conflicting/Web/HTML/Global_attributes/spellcheck /es/docs/Core_JavaScript_1.5_Guide /es/docs/Web/JavaScript/Guide -/es/docs/Core_JavaScript_1.5_Guide/Calling_Functions /es/docs/Web/JavaScript/Guide/Funciones#Llamando_funciones +/es/docs/Core_JavaScript_1.5_Guide/Calling_Functions /es/docs/Web/JavaScript/Guide/Functions#Llamando_funciones /es/docs/Core_JavaScript_1.5_Guide/Defining_Functions /es/docs/Web/JavaScript/Guide/Functions /es/docs/Core_JavaScript_1.5_Guide/Operators /es/docs/Web/JavaScript/Reference/Operators /es/docs/Core_JavaScript_1.5_Guide/Operators/Special_Operators /es/docs/Web/JavaScript/Reference/Operators /es/docs/Core_JavaScript_1.5_Guide/Predefined_Core_Objects /es/docs/Web/JavaScript/Reference /es/docs/Core_JavaScript_1.5_Guide/Predefined_Core_Objects/Objeto_Array /es/docs/Web/JavaScript/Reference/Global_Objects/Array -/es/docs/Core_JavaScript_1.5_Guide:Calling_Functions /es/docs/Web/JavaScript/Guide/Funciones#Llamando_funciones +/es/docs/Core_JavaScript_1.5_Guide:Calling_Functions /es/docs/Web/JavaScript/Guide/Functions#Llamando_funciones /es/docs/Core_JavaScript_1.5_Guide:Defining_Functions /es/docs/Web/JavaScript/Guide/Functions /es/docs/Core_JavaScript_1.5_Guide:Operators:Special_Operators /es/docs/Web/JavaScript/Reference/Operators /es/docs/Core_JavaScript_1.5_Guide:Predefined_Core_Objects:Objeto_Array /es/docs/Web/JavaScript/Reference/Global_Objects/Array @@ -622,16 +622,16 @@ /es/docs/Guía_JavaScript_1.5/Acerca_de_esta_guía /es/docs/Web/JavaScript/Guide/Introduction /es/docs/Guía_JavaScript_1.5/Concepto_de_JavaScript /es/docs/Web/JavaScript/Guide/Introduction /es/docs/Guía_JavaScript_1.5/Constantes /es/docs/Web/JavaScript/Reference/Statements/const -/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Creando_nuevos_objetos -/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Borrando_propiedades /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Eliminando_propiedades -/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_las_funciones_get_y_set /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Definiendo_getters_y_setters -/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_los_métodos /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Definiendo_los_m.C3.A9todos -/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_propiedades_para_un_tipo_de_objeto /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Definici.C3.B3n_de_las_propiedades_de_un_tipo_de_objeto -/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Indexando_las_propiedades_del_objeto /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Propiedades_del_objeto_indexado -/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Usando_this_para_referirse_al_objeto /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Usando_this_para_las_referencias_a_objetos -/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Usando_una_función_constructora /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Usando_una_funci.C3.B3n_constructora -/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Using_Object_Initializers /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#El_uso_de_inicializadores_de_objeto -/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Utilizando_Objetos_Iniciadores /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#El_uso_de_inicializadores_de_objeto +/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos /es/docs/Web/JavaScript/Guide/Working_with_Objects#Creando_nuevos_objetos +/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Borrando_propiedades /es/docs/Web/JavaScript/Guide/Working_with_Objects#Eliminando_propiedades +/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_las_funciones_get_y_set /es/docs/Web/JavaScript/Guide/Working_with_Objects#Definiendo_getters_y_setters +/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_los_métodos /es/docs/Web/JavaScript/Guide/Working_with_Objects#Definiendo_los_m.C3.A9todos +/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_propiedades_para_un_tipo_de_objeto /es/docs/Web/JavaScript/Guide/Working_with_Objects#Definici.C3.B3n_de_las_propiedades_de_un_tipo_de_objeto +/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Indexando_las_propiedades_del_objeto /es/docs/Web/JavaScript/Guide/Working_with_Objects#Propiedades_del_objeto_indexado +/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Usando_this_para_referirse_al_objeto /es/docs/Web/JavaScript/Guide/Working_with_Objects#Usando_this_para_las_referencias_a_objetos +/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Usando_una_función_constructora /es/docs/Web/JavaScript/Guide/Working_with_Objects#Usando_una_funci.C3.B3n_constructora +/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Using_Object_Initializers /es/docs/Web/JavaScript/Guide/Working_with_Objects#El_uso_de_inicializadores_de_objeto +/es/docs/Guía_JavaScript_1.5/Crear_nuevos_objetos/Utilizando_Objetos_Iniciadores /es/docs/Web/JavaScript/Guide/Working_with_Objects#El_uso_de_inicializadores_de_objeto /es/docs/Guía_JavaScript_1.5/Crear_una_expresión_regular /es/docs/Web/JavaScript/Guide/Regular_Expressions /es/docs/Guía_JavaScript_1.5/Definiendo_Funciones /es/docs/Web/JavaScript/Guide/Functions /es/docs/Guía_JavaScript_1.5/El_ejemplo_Empleado /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Ejemplo.3A_employee @@ -645,16 +645,16 @@ /es/docs/Guía_JavaScript_1.5/Expresiones /es/docs/Web/JavaScript/Guide/Expressions_and_Operators /es/docs/Guía_JavaScript_1.5/Expresiones_Regulares /es/docs/Web/JavaScript/Guide/Regular_Expressions /es/docs/Guía_JavaScript_1.5/Expresiones_y_operadores /es/docs/Web/JavaScript/Guide/Expressions_and_Operators -/es/docs/Guía_JavaScript_1.5/Funciones_predefinidas /es/docs/Web/JavaScript/Guide/Funciones#Predefined_functions -/es/docs/Guía_JavaScript_1.5/Funciones_predefinidas/Funciones_Number_y_String /es/docs/Web/JavaScript/Guide/Funciones#Number_and_String_functions -/es/docs/Guía_JavaScript_1.5/Funciones_predefinidas/Funciones_escape_y_unescape /es/docs/Web/JavaScript/Guide/Funciones#escape_and_unescape_functions(Obsoleted_above_JavaScript_1.5) -/es/docs/Guía_JavaScript_1.5/Funciones_predefinidas/Funciones_parseInt_y_parseFloat /es/docs/Web/JavaScript/Guide/Funciones#parseInt_and_parseFloat_functions -/es/docs/Guía_JavaScript_1.5/Funciones_predefinidas/Función_eval /es/docs/Web/JavaScript/Guide/Funciones#eval_Function -/es/docs/Guía_JavaScript_1.5/Funciones_predefinidas/Función_isFinite /es/docs/Web/JavaScript/Guide/Funciones#isFinite_function -/es/docs/Guía_JavaScript_1.5/Funciones_predefinidas/Función_isNaN /es/docs/Web/JavaScript/Guide/Funciones#isNaN_function +/es/docs/Guía_JavaScript_1.5/Funciones_predefinidas /es/docs/Web/JavaScript/Guide/Functions#Predefined_functions +/es/docs/Guía_JavaScript_1.5/Funciones_predefinidas/Funciones_Number_y_String /es/docs/Web/JavaScript/Guide/Functions#Number_and_String_functions +/es/docs/Guía_JavaScript_1.5/Funciones_predefinidas/Funciones_escape_y_unescape /es/docs/Web/JavaScript/Guide/Functions#escape_and_unescape_functions(Obsoleted_above_JavaScript_1.5) +/es/docs/Guía_JavaScript_1.5/Funciones_predefinidas/Funciones_parseInt_y_parseFloat /es/docs/Web/JavaScript/Guide/Functions#parseInt_and_parseFloat_functions +/es/docs/Guía_JavaScript_1.5/Funciones_predefinidas/Función_eval /es/docs/Web/JavaScript/Guide/Functions#eval_Function +/es/docs/Guía_JavaScript_1.5/Funciones_predefinidas/Función_isFinite /es/docs/Web/JavaScript/Guide/Functions#isFinite_function +/es/docs/Guía_JavaScript_1.5/Funciones_predefinidas/Función_isNaN /es/docs/Web/JavaScript/Guide/Functions#isNaN_function /es/docs/Guía_JavaScript_1.5/Lenguajes_basados_en_clases_frente_a_basados_en_prototipos /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model /es/docs/Guía_JavaScript_1.5/Literales /es/docs/Web/JavaScript/Guide/Grammar_and_types#Literales -/es/docs/Guía_JavaScript_1.5/Llamando_Funciones /es/docs/Web/JavaScript/Guide/Funciones#Llamando_funciones +/es/docs/Guía_JavaScript_1.5/Llamando_Funciones /es/docs/Web/JavaScript/Guide/Functions#Llamando_funciones /es/docs/Guía_JavaScript_1.5/Más_sobre_la_herencia_de_propiedades /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Mas_sobre_herencia_de_propiedades /es/docs/Guía_JavaScript_1.5/Más_sobre_la_herencia_de_propiedades/Determinando_relaciones_de_instancia /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Como_determinar_las_relaciones_entre_instancias /es/docs/Guía_JavaScript_1.5/Más_sobre_la_herencia_de_propiedades/Herencia_no_múltiple /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#No_existe_herencia_multiple @@ -669,7 +669,7 @@ /es/docs/Guía_JavaScript_1.5/Objetos_base_predefinidos/Objeto_Number /es/docs/Web/JavaScript/Reference/Global_Objects/Number /es/docs/Guía_JavaScript_1.5/Objetos_base_predefinidos/Objeto_RegExp /es/docs/Web/JavaScript/Reference/Global_Objects/RegExp /es/docs/Guía_JavaScript_1.5/Objetos_base_predefinidos/Objeto_String /es/docs/Web/JavaScript/Reference/Global_Objects/String -/es/docs/Guía_JavaScript_1.5/Objetos_y_propiedades /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Objetos_y_propiedades +/es/docs/Guía_JavaScript_1.5/Objetos_y_propiedades /es/docs/Web/JavaScript/Guide/Working_with_Objects#Objetos_y_propiedades /es/docs/Guía_JavaScript_1.5/Operadores /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores /es/docs/Guía_JavaScript_1.5/Operadores/Operadores_aritméticos /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores_aritm.C3.A9ticos /es/docs/Guía_JavaScript_1.5/Operadores/Operadores_de_asignación /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores_de_asignaci.C3.B3n @@ -680,11 +680,11 @@ /es/docs/Guía_JavaScript_1.5/Operadores/Operadores_sobre_bits /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores_Bit-a-bit /es/docs/Guía_JavaScript_1.5/Predefined_Functions /es/docs/Web/JavaScript/Reference/Global_Objects /es/docs/Guía_JavaScript_1.5/Predefined_Functions/eval_Function /es/docs/Web/JavaScript/Reference/Global_Objects/eval -/es/docs/Guía_JavaScript_1.5/Sentencia_condicional /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#Condicionales +/es/docs/Guía_JavaScript_1.5/Sentencia_condicional /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#Condicionales /es/docs/Guía_JavaScript_1.5/Sentencia_de_bloque /es/docs/Web/JavaScript/Reference/Statements/block -/es/docs/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#Utilizing_Error_objects -/es/docs/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones/throw /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#throw_statement -/es/docs/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones/try...catch /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#try...catch_statement +/es/docs/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#Utilizing_Error_objects +/es/docs/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones/throw /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#throw_statement +/es/docs/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones/try...catch /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#try...catch_statement /es/docs/Guía_JavaScript_1.5/Sentencias_de_manipulación_de_objetos /es/docs/Web/JavaScript/Guide /es/docs/Guía_JavaScript_1.5/Sentencias_para_comentarios /es/docs/Web/JavaScript/Guide /es/docs/Guía_JavaScript_1.5/Trabajar_con_expresiones_regulares /es/docs/Web/JavaScript/Guide/Regular_Expressions @@ -699,16 +699,16 @@ /es/docs/Guía_JavaScript_1.5:Acerca_de_esta_guía /es/docs/Web/JavaScript/Guide/Introduction /es/docs/Guía_JavaScript_1.5:Concepto_de_JavaScript /es/docs/Web/JavaScript/Guide/Introduction /es/docs/Guía_JavaScript_1.5:Constantes /es/docs/Web/JavaScript/Reference/Statements/const -/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Creando_nuevos_objetos -/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Borrando_propiedades /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Eliminando_propiedades -/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Definiendo_las_funciones_get_y_set /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Definiendo_getters_y_setters -/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Definiendo_los_métodos /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Definiendo_los_m.C3.A9todos -/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Definiendo_propiedades_para_un_tipo_de_objeto /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Definici.C3.B3n_de_las_propiedades_de_un_tipo_de_objeto -/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Indexando_las_propiedades_del_objeto /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Propiedades_del_objeto_indexado -/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Usando_this_para_referirse_al_objeto /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Usando_this_para_las_referencias_a_objetos -/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Usando_una_función_constructora /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Usando_una_funci.C3.B3n_constructora -/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Using_Object_Initializers /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#El_uso_de_inicializadores_de_objeto -/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Utilizando_Objetos_Iniciadores /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#El_uso_de_inicializadores_de_objeto +/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos /es/docs/Web/JavaScript/Guide/Working_with_Objects#Creando_nuevos_objetos +/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Borrando_propiedades /es/docs/Web/JavaScript/Guide/Working_with_Objects#Eliminando_propiedades +/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Definiendo_las_funciones_get_y_set /es/docs/Web/JavaScript/Guide/Working_with_Objects#Definiendo_getters_y_setters +/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Definiendo_los_métodos /es/docs/Web/JavaScript/Guide/Working_with_Objects#Definiendo_los_m.C3.A9todos +/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Definiendo_propiedades_para_un_tipo_de_objeto /es/docs/Web/JavaScript/Guide/Working_with_Objects#Definici.C3.B3n_de_las_propiedades_de_un_tipo_de_objeto +/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Indexando_las_propiedades_del_objeto /es/docs/Web/JavaScript/Guide/Working_with_Objects#Propiedades_del_objeto_indexado +/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Usando_this_para_referirse_al_objeto /es/docs/Web/JavaScript/Guide/Working_with_Objects#Usando_this_para_las_referencias_a_objetos +/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Usando_una_función_constructora /es/docs/Web/JavaScript/Guide/Working_with_Objects#Usando_una_funci.C3.B3n_constructora +/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Using_Object_Initializers /es/docs/Web/JavaScript/Guide/Working_with_Objects#El_uso_de_inicializadores_de_objeto +/es/docs/Guía_JavaScript_1.5:Crear_nuevos_objetos:Utilizando_Objetos_Iniciadores /es/docs/Web/JavaScript/Guide/Working_with_Objects#El_uso_de_inicializadores_de_objeto /es/docs/Guía_JavaScript_1.5:Crear_una_expresión_regular /es/docs/Web/JavaScript/Guide/Regular_Expressions /es/docs/Guía_JavaScript_1.5:Definiendo_Funciones /es/docs/Web/JavaScript/Guide/Functions /es/docs/Guía_JavaScript_1.5:El_ejemplo_Empleado /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Ejemplo.3A_employee @@ -722,16 +722,16 @@ /es/docs/Guía_JavaScript_1.5:Expresiones /es/docs/Web/JavaScript/Guide/Expressions_and_Operators /es/docs/Guía_JavaScript_1.5:Expresiones_Regulares /es/docs/Web/JavaScript/Guide/Regular_Expressions /es/docs/Guía_JavaScript_1.5:Expresiones_y_operadores /es/docs/Web/JavaScript/Guide/Expressions_and_Operators -/es/docs/Guía_JavaScript_1.5:Funciones_predefinidas /es/docs/Web/JavaScript/Guide/Funciones#Predefined_functions -/es/docs/Guía_JavaScript_1.5:Funciones_predefinidas:Funciones_Number_y_String /es/docs/Web/JavaScript/Guide/Funciones#Number_and_String_functions -/es/docs/Guía_JavaScript_1.5:Funciones_predefinidas:Funciones_escape_y_unescape /es/docs/Web/JavaScript/Guide/Funciones#escape_and_unescape_functions(Obsoleted_above_JavaScript_1.5) -/es/docs/Guía_JavaScript_1.5:Funciones_predefinidas:Funciones_parseInt_y_parseFloat /es/docs/Web/JavaScript/Guide/Funciones#parseInt_and_parseFloat_functions -/es/docs/Guía_JavaScript_1.5:Funciones_predefinidas:Función_eval /es/docs/Web/JavaScript/Guide/Funciones#eval_Function -/es/docs/Guía_JavaScript_1.5:Funciones_predefinidas:Función_isFinite /es/docs/Web/JavaScript/Guide/Funciones#isFinite_function -/es/docs/Guía_JavaScript_1.5:Funciones_predefinidas:Función_isNaN /es/docs/Web/JavaScript/Guide/Funciones#isNaN_function +/es/docs/Guía_JavaScript_1.5:Funciones_predefinidas /es/docs/Web/JavaScript/Guide/Functions#Predefined_functions +/es/docs/Guía_JavaScript_1.5:Funciones_predefinidas:Funciones_Number_y_String /es/docs/Web/JavaScript/Guide/Functions#Number_and_String_functions +/es/docs/Guía_JavaScript_1.5:Funciones_predefinidas:Funciones_escape_y_unescape /es/docs/Web/JavaScript/Guide/Functions#escape_and_unescape_functions(Obsoleted_above_JavaScript_1.5) +/es/docs/Guía_JavaScript_1.5:Funciones_predefinidas:Funciones_parseInt_y_parseFloat /es/docs/Web/JavaScript/Guide/Functions#parseInt_and_parseFloat_functions +/es/docs/Guía_JavaScript_1.5:Funciones_predefinidas:Función_eval /es/docs/Web/JavaScript/Guide/Functions#eval_Function +/es/docs/Guía_JavaScript_1.5:Funciones_predefinidas:Función_isFinite /es/docs/Web/JavaScript/Guide/Functions#isFinite_function +/es/docs/Guía_JavaScript_1.5:Funciones_predefinidas:Función_isNaN /es/docs/Web/JavaScript/Guide/Functions#isNaN_function /es/docs/Guía_JavaScript_1.5:Lenguajes_basados_en_clases_frente_a_basados_en_prototipos /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model /es/docs/Guía_JavaScript_1.5:Literales /es/docs/Web/JavaScript/Guide/Grammar_and_types#Literales -/es/docs/Guía_JavaScript_1.5:Llamando_Funciones /es/docs/Web/JavaScript/Guide/Funciones#Llamando_funciones +/es/docs/Guía_JavaScript_1.5:Llamando_Funciones /es/docs/Web/JavaScript/Guide/Functions#Llamando_funciones /es/docs/Guía_JavaScript_1.5:Más_sobre_la_herencia_de_propiedades /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Mas_sobre_herencia_de_propiedades /es/docs/Guía_JavaScript_1.5:Más_sobre_la_herencia_de_propiedades:Determinando_relaciones_de_instancia /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Como_determinar_las_relaciones_entre_instancias /es/docs/Guía_JavaScript_1.5:Más_sobre_la_herencia_de_propiedades:Herencia_no_múltiple /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#No_existe_herencia_multiple @@ -746,7 +746,7 @@ /es/docs/Guía_JavaScript_1.5:Objetos_base_predefinidos:Objeto_Number /es/docs/Web/JavaScript/Reference/Global_Objects/Number /es/docs/Guía_JavaScript_1.5:Objetos_base_predefinidos:Objeto_RegExp /es/docs/Web/JavaScript/Reference/Global_Objects/RegExp /es/docs/Guía_JavaScript_1.5:Objetos_base_predefinidos:Objeto_String /es/docs/Web/JavaScript/Reference/Global_Objects/String -/es/docs/Guía_JavaScript_1.5:Objetos_y_propiedades /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Objetos_y_propiedades +/es/docs/Guía_JavaScript_1.5:Objetos_y_propiedades /es/docs/Web/JavaScript/Guide/Working_with_Objects#Objetos_y_propiedades /es/docs/Guía_JavaScript_1.5:Operadores /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores /es/docs/Guía_JavaScript_1.5:Operadores:Operadores_aritméticos /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores_aritm.C3.A9ticos /es/docs/Guía_JavaScript_1.5:Operadores:Operadores_de_asignación /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores_de_asignaci.C3.B3n @@ -756,11 +756,11 @@ /es/docs/Guía_JavaScript_1.5:Operadores:Operadores_lógicos /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores_l.C3.B3gicos /es/docs/Guía_JavaScript_1.5:Operadores:Operadores_sobre_bits /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores_Bit-a-bit /es/docs/Guía_JavaScript_1.5:Predefined_Functions:eval_Function /es/docs/Web/JavaScript/Reference/Global_Objects/eval -/es/docs/Guía_JavaScript_1.5:Sentencia_condicional /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#Condicionales +/es/docs/Guía_JavaScript_1.5:Sentencia_condicional /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#Condicionales /es/docs/Guía_JavaScript_1.5:Sentencia_de_bloque /es/docs/Web/JavaScript/Reference/Statements/block -/es/docs/Guía_JavaScript_1.5:Sentencias_de_manejo_de_excepciones /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#Utilizing_Error_objects -/es/docs/Guía_JavaScript_1.5:Sentencias_de_manejo_de_excepciones:throw /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#throw_statement -/es/docs/Guía_JavaScript_1.5:Sentencias_de_manejo_de_excepciones:try...catch /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#try...catch_statement +/es/docs/Guía_JavaScript_1.5:Sentencias_de_manejo_de_excepciones /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#Utilizing_Error_objects +/es/docs/Guía_JavaScript_1.5:Sentencias_de_manejo_de_excepciones:throw /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#throw_statement +/es/docs/Guía_JavaScript_1.5:Sentencias_de_manejo_de_excepciones:try...catch /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#try...catch_statement /es/docs/Guía_JavaScript_1.5:Sentencias_de_manipulación_de_objetos /es/docs/Web/JavaScript/Guide /es/docs/Guía_JavaScript_1.5:Sentencias_para_comentarios /es/docs/Web/JavaScript/Guide /es/docs/Guía_JavaScript_1.5:Trabajar_con_expresiones_regulares /es/docs/Web/JavaScript/Guide/Regular_Expressions @@ -1008,16 +1008,16 @@ /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Concepto_de_JavaScript /es/docs/Web/JavaScript/Guide/Introduction /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Constantes /es/docs/Web/JavaScript/Reference/Statements/const /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Constructores_más_flexibles /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Constructores_mas_flexibles -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Creando_nuevos_objetos -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Borrando_propiedades /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Eliminando_propiedades -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_las_funciones_get_y_set /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Definiendo_getters_y_setters -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_los_métodos /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Definiendo_los_m.C3.A9todos -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_propiedades_para_un_tipo_de_objeto /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Definici.C3.B3n_de_las_propiedades_de_un_tipo_de_objeto -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Indexando_las_propiedades_del_objeto /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Propiedades_del_objeto_indexado -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Usando_this_para_referirse_al_objeto /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Usando_this_para_las_referencias_a_objetos -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Usando_una_función_constructora /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Usando_una_funci.C3.B3n_constructora -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Using_Object_Initializers /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#El_uso_de_inicializadores_de_objeto -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Utilizando_Objetos_Iniciadores /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#El_uso_de_inicializadores_de_objeto +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos /es/docs/Web/JavaScript/Guide/Working_with_Objects#Creando_nuevos_objetos +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Borrando_propiedades /es/docs/Web/JavaScript/Guide/Working_with_Objects#Eliminando_propiedades +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_las_funciones_get_y_set /es/docs/Web/JavaScript/Guide/Working_with_Objects#Definiendo_getters_y_setters +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_los_métodos /es/docs/Web/JavaScript/Guide/Working_with_Objects#Definiendo_los_m.C3.A9todos +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_propiedades_para_un_tipo_de_objeto /es/docs/Web/JavaScript/Guide/Working_with_Objects#Definici.C3.B3n_de_las_propiedades_de_un_tipo_de_objeto +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Indexando_las_propiedades_del_objeto /es/docs/Web/JavaScript/Guide/Working_with_Objects#Propiedades_del_objeto_indexado +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Usando_this_para_referirse_al_objeto /es/docs/Web/JavaScript/Guide/Working_with_Objects#Usando_this_para_las_referencias_a_objetos +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Usando_una_función_constructora /es/docs/Web/JavaScript/Guide/Working_with_Objects#Usando_una_funci.C3.B3n_constructora +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Using_Object_Initializers /es/docs/Web/JavaScript/Guide/Working_with_Objects#El_uso_de_inicializadores_de_objeto +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Utilizando_Objetos_Iniciadores /es/docs/Web/JavaScript/Guide/Working_with_Objects#El_uso_de_inicializadores_de_objeto /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_una_expresión_regular /es/docs/Web/JavaScript/Guide/Regular_Expressions /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Definiendo_Funciones /es/docs/Web/JavaScript/Guide/Functions /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/El_ejemplo_Empleado /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Ejemplo.3A_employee @@ -1030,16 +1030,16 @@ /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Expresiones /es/docs/Web/JavaScript/Guide/Expressions_and_Operators /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Expresiones_Regulares /es/docs/Web/JavaScript/Guide/Regular_Expressions /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Expresiones_y_operadores /es/docs/Web/JavaScript/Guide/Expressions_and_Operators -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_Number_y_String /es/docs/Web/JavaScript/Guide/Funciones#Number_and_String_functions -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_escape_y_unescape /es/docs/Web/JavaScript/Guide/Funciones#escape_and_unescape_functions(Obsoleted_above_JavaScript_1.5) -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_parseInt_y_parseFloat /es/docs/Web/JavaScript/Guide/Funciones#parseInt_and_parseFloat_functions -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas /es/docs/Web/JavaScript/Guide/Funciones#Predefined_functions -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas/Función_eval /es/docs/Web/JavaScript/Guide/Funciones#eval_Function -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas/Función_isFinite /es/docs/Web/JavaScript/Guide/Funciones#isFinite_function -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas/Función_isNaN /es/docs/Web/JavaScript/Guide/Funciones#isNaN_function +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_Number_y_String /es/docs/Web/JavaScript/Guide/Functions#Number_and_String_functions +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_escape_y_unescape /es/docs/Web/JavaScript/Guide/Functions#escape_and_unescape_functions(Obsoleted_above_JavaScript_1.5) +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_parseInt_y_parseFloat /es/docs/Web/JavaScript/Guide/Functions#parseInt_and_parseFloat_functions +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas /es/docs/Web/JavaScript/Guide/Functions#Predefined_functions +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas/Función_eval /es/docs/Web/JavaScript/Guide/Functions#eval_Function +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas/Función_isFinite /es/docs/Web/JavaScript/Guide/Functions#isFinite_function +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas/Función_isNaN /es/docs/Web/JavaScript/Guide/Functions#isNaN_function /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Lenguajes_basados_en_clases_frente_a_basados_en_prototipos /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Literales /es/docs/Web/JavaScript/Guide/Grammar_and_types#Literales -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Llamando_Funciones /es/docs/Web/JavaScript/Guide/Funciones#Llamando_funciones +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Llamando_Funciones /es/docs/Web/JavaScript/Guide/Functions#Llamando_funciones /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Más_sobre_la_herencia_de_propiedades /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Mas_sobre_herencia_de_propiedades /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Más_sobre_la_herencia_de_propiedades/Determinando_relaciones_de_instancia /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Como_determinar_las_relaciones_entre_instancias /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Más_sobre_la_herencia_de_propiedades/Herencia_no_múltiple /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#No_existe_herencia_multiple @@ -1054,7 +1054,7 @@ /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Objetos_base_predefinidos/Objeto_Number /es/docs/Web/JavaScript/Reference/Global_Objects/Number /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Objetos_base_predefinidos/Objeto_RegExp /es/docs/Web/JavaScript/Reference/Global_Objects/RegExp /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Objetos_base_predefinidos/Objeto_String /es/docs/Web/JavaScript/Reference/Global_Objects/String -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Objetos_y_propiedades /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Objetos_y_propiedades +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Objetos_y_propiedades /es/docs/Web/JavaScript/Guide/Working_with_Objects#Objetos_y_propiedades /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Operadores /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Operadores/Operadores_aritméticos /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores_aritm.C3.A9ticos /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Operadores/Operadores_de_asignación /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores_de_asignaci.C3.B3n @@ -1065,11 +1065,11 @@ /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Operadores/Operadores_sobre_bits /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores_Bit-a-bit /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Predefined_Functions /es/docs/Web/JavaScript/Reference/Global_Objects /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Predefined_Functions/eval_Function /es/docs/Web/JavaScript/Reference/Global_Objects/eval -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencia_condicional /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#Condicionales +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencia_condicional /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#Condicionales /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencia_de_bloque /es/docs/Web/JavaScript/Reference/Statements/block -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#Utilizing_Error_objects -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones/throw /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#throw_statement -/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones/try...catch /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#try...catch_statement +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#Utilizing_Error_objects +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones/throw /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#throw_statement +/es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones/try...catch /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#try...catch_statement /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_de_manipulación_de_objetos /es/docs/Web/JavaScript/Guide /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_para_comentarios /es/docs/Web/JavaScript/Guide /es/docs/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Trabajar_con_expresiones_regulares /es/docs/Web/JavaScript/Guide/Regular_Expressions @@ -1823,6 +1823,9 @@ /es/docs/Web/API/Node/elementoPadre /es/docs/Web/API/Node/parentElement /es/docs/Web/API/Node/insertarAntes /es/docs/Web/API/Node/insertBefore /es/docs/Web/API/Node/nodoPrincipal /es/docs/conflicting/Web/API/Node +/es/docs/Web/API/NonDocumentTypeChildNode /es/docs/conflicting/Web/API/Element +/es/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling /es/docs/Web/API/Element/nextElementSibling +/es/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling /es/docs/Web/API/Element/previousElementSibling /es/docs/Web/API/Notifications_API/Usando_la_API_de_Notificaciones /es/docs/Web/API/Notifications_API/Using_the_Notifications_API /es/docs/Web/API/Position /es/docs/Web/API/GeolocationPosition /es/docs/Web/API/Push_API/Using_the_Push_API /es/docs/conflicting/Web/API/Push_API @@ -2283,16 +2286,16 @@ /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Concepto_de_JavaScript /es/docs/Web/JavaScript/Guide/Introduction /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Constantes /es/docs/Web/JavaScript/Reference/Statements/const /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Constructores_más_flexibles /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Constructores_mas_flexibles -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Creando_nuevos_objetos -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Borrando_propiedades /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Eliminando_propiedades -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_las_funciones_get_y_set /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Definiendo_getters_y_setters -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_los_métodos /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Definiendo_los_m.C3.A9todos -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_propiedades_para_un_tipo_de_objeto /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Definici.C3.B3n_de_las_propiedades_de_un_tipo_de_objeto -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Indexando_las_propiedades_del_objeto /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Propiedades_del_objeto_indexado -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Usando_this_para_referirse_al_objeto /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Usando_this_para_las_referencias_a_objetos -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Usando_una_función_constructora /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Usando_una_funci.C3.B3n_constructora -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Using_Object_Initializers /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#El_uso_de_inicializadores_de_objeto -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Utilizando_Objetos_Iniciadores /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#El_uso_de_inicializadores_de_objeto +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos /es/docs/Web/JavaScript/Guide/Working_with_Objects#Creando_nuevos_objetos +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Borrando_propiedades /es/docs/Web/JavaScript/Guide/Working_with_Objects#Eliminando_propiedades +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_las_funciones_get_y_set /es/docs/Web/JavaScript/Guide/Working_with_Objects#Definiendo_getters_y_setters +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_los_métodos /es/docs/Web/JavaScript/Guide/Working_with_Objects#Definiendo_los_m.C3.A9todos +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Definiendo_propiedades_para_un_tipo_de_objeto /es/docs/Web/JavaScript/Guide/Working_with_Objects#Definici.C3.B3n_de_las_propiedades_de_un_tipo_de_objeto +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Indexando_las_propiedades_del_objeto /es/docs/Web/JavaScript/Guide/Working_with_Objects#Propiedades_del_objeto_indexado +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Usando_this_para_referirse_al_objeto /es/docs/Web/JavaScript/Guide/Working_with_Objects#Usando_this_para_las_referencias_a_objetos +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Usando_una_función_constructora /es/docs/Web/JavaScript/Guide/Working_with_Objects#Usando_una_funci.C3.B3n_constructora +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Using_Object_Initializers /es/docs/Web/JavaScript/Guide/Working_with_Objects#El_uso_de_inicializadores_de_objeto +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_nuevos_objetos/Utilizando_Objetos_Iniciadores /es/docs/Web/JavaScript/Guide/Working_with_Objects#El_uso_de_inicializadores_de_objeto /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Crear_una_expresión_regular /es/docs/Web/JavaScript/Guide/Regular_Expressions /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Definiendo_Funciones /es/docs/Web/JavaScript/Guide/Functions /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/El_ejemplo_Empleado /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Ejemplo.3A_employee @@ -2305,16 +2308,16 @@ /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Expresiones /es/docs/Web/JavaScript/Guide/Expressions_and_Operators /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Expresiones_Regulares /es/docs/Web/JavaScript/Guide/Regular_Expressions /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Expresiones_y_operadores /es/docs/Web/JavaScript/Guide/Expressions_and_Operators -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_Number_y_String /es/docs/Web/JavaScript/Guide/Funciones#Number_and_String_functions -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_escape_y_unescape /es/docs/Web/JavaScript/Guide/Funciones#escape_and_unescape_functions(Obsoleted_above_JavaScript_1.5) -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_parseInt_y_parseFloat /es/docs/Web/JavaScript/Guide/Funciones#parseInt_and_parseFloat_functions -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas /es/docs/Web/JavaScript/Guide/Funciones#Predefined_functions -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas/Función_eval /es/docs/Web/JavaScript/Guide/Funciones#eval_Function -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas/Función_isFinite /es/docs/Web/JavaScript/Guide/Funciones#isFinite_function -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas/Función_isNaN /es/docs/Web/JavaScript/Guide/Funciones#isNaN_function +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_Number_y_String /es/docs/Web/JavaScript/Guide/Functions#Number_and_String_functions +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_escape_y_unescape /es/docs/Web/JavaScript/Guide/Functions#escape_and_unescape_functions(Obsoleted_above_JavaScript_1.5) +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_parseInt_y_parseFloat /es/docs/Web/JavaScript/Guide/Functions#parseInt_and_parseFloat_functions +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas /es/docs/Web/JavaScript/Guide/Functions#Predefined_functions +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas/Función_eval /es/docs/Web/JavaScript/Guide/Functions#eval_Function +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas/Función_isFinite /es/docs/Web/JavaScript/Guide/Functions#isFinite_function +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Funciones_predefinidas/Función_isNaN /es/docs/Web/JavaScript/Guide/Functions#isNaN_function /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Lenguajes_basados_en_clases_frente_a_basados_en_prototipos /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Literales /es/docs/Web/JavaScript/Guide/Grammar_and_types#Literales -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Llamando_Funciones /es/docs/Web/JavaScript/Guide/Funciones#Llamando_funciones +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Llamando_Funciones /es/docs/Web/JavaScript/Guide/Functions#Llamando_funciones /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Más_sobre_la_herencia_de_propiedades /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Mas_sobre_herencia_de_propiedades /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Más_sobre_la_herencia_de_propiedades/Determinando_relaciones_de_instancia /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Como_determinar_las_relaciones_entre_instancias /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Más_sobre_la_herencia_de_propiedades/Herencia_no_múltiple /es/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#No_existe_herencia_multiple @@ -2329,7 +2332,7 @@ /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Objetos_base_predefinidos/Objeto_Number /es/docs/Web/JavaScript/Reference/Global_Objects/Number /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Objetos_base_predefinidos/Objeto_RegExp /es/docs/Web/JavaScript/Reference/Global_Objects/RegExp /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Objetos_base_predefinidos/Objeto_String /es/docs/Web/JavaScript/Reference/Global_Objects/String -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Objetos_y_propiedades /es/docs/Web/JavaScript/Guide/Trabajando_con_objectos#Objetos_y_propiedades +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Objetos_y_propiedades /es/docs/Web/JavaScript/Guide/Working_with_Objects#Objetos_y_propiedades /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Operadores /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Operadores/Operadores_aritméticos /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores_aritm.C3.A9ticos /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Operadores/Operadores_de_asignación /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores_de_asignaci.C3.B3n @@ -2340,11 +2343,11 @@ /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Operadores/Operadores_sobre_bits /es/docs/Web/JavaScript/Guide/Expressions_and_Operators#Operadores_Bit-a-bit /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Predefined_Functions /es/docs/Web/JavaScript/Reference/Global_Objects /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Predefined_Functions/eval_Function /es/docs/Web/JavaScript/Reference/Global_Objects/eval -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencia_condicional /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#Condicionales +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencia_condicional /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#Condicionales /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencia_de_bloque /es/docs/Web/JavaScript/Reference/Statements/block -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#Utilizing_Error_objects -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones/throw /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#throw_statement -/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones/try...catch /es/docs/Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores#try...catch_statement +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#Utilizing_Error_objects +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones/throw /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#throw_statement +/es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_de_manejo_de_excepciones/try...catch /es/docs/Web/JavaScript/Guide/Control_flow_and_error_handling#try...catch_statement /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_de_manipulación_de_objetos /es/docs/Web/JavaScript/Guide /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Sentencias_para_comentarios /es/docs/Web/JavaScript/Guide /es/docs/Web/JavaScript/Guide/Obsolete_Pages/Guía_JavaScript_1.5/Trabajar_con_expresiones_regulares /es/docs/Web/JavaScript/Guide/Regular_Expressions diff --git a/files/es/_wikihistory.json b/files/es/_wikihistory.json index c388d8a6cd..d1d527474e 100644 --- a/files/es/_wikihistory.json +++ b/files/es/_wikihistory.json @@ -5859,25 +5859,6 @@ "jesumv" ] }, - "Web/API/NonDocumentTypeChildNode": { - "modified": "2019-03-23T22:32:46.517Z", - "contributors": [ - "fscholz" - ] - }, - "Web/API/NonDocumentTypeChildNode/nextElementSibling": { - "modified": "2020-10-15T21:46:25.502Z", - "contributors": [ - "AlePerez92", - "Grijander81" - ] - }, - "Web/API/NonDocumentTypeChildNode/previousElementSibling": { - "modified": "2019-03-23T22:32:40.718Z", - "contributors": [ - "Grijander81" - ] - }, "Web/API/Notifications_API": { "modified": "2019-03-23T22:07:39.198Z", "contributors": [ @@ -23743,5 +23724,24 @@ "contributors": [ "sebasmagri" ] + }, + "conflicting/Web/API/Element": { + "modified": "2019-03-23T22:32:46.517Z", + "contributors": [ + "fscholz" + ] + }, + "Web/API/Element/nextElementSibling": { + "modified": "2020-10-15T21:46:25.502Z", + "contributors": [ + "AlePerez92", + "Grijander81" + ] + }, + "Web/API/Element/previousElementSibling": { + "modified": "2019-03-23T22:32:40.718Z", + "contributors": [ + "Grijander81" + ] } }
\ No newline at end of file diff --git a/files/es/conflicting/web/api/element/index.html b/files/es/conflicting/web/api/element/index.html index 20f5c6ea40..75cffcfe19 100644 --- a/files/es/conflicting/web/api/element/index.html +++ b/files/es/conflicting/web/api/element/index.html @@ -1,6 +1,6 @@ --- title: NonDocumentTypeChildNode -slug: Web/API/NonDocumentTypeChildNode +slug: conflicting/Web/API/Element tags: - API - DOM @@ -9,6 +9,7 @@ tags: - Reference - TopicStub translation_of: Web/API/NonDocumentTypeChildNode +original_slug: Web/API/NonDocumentTypeChildNode --- <div>{{APIRef("DOM")}}</div> diff --git a/files/es/web/api/element/nextelementsibling/index.html b/files/es/web/api/element/nextelementsibling/index.html index 68395bc2b3..f65a44d6c3 100644 --- a/files/es/web/api/element/nextelementsibling/index.html +++ b/files/es/web/api/element/nextelementsibling/index.html @@ -1,12 +1,13 @@ --- title: NonDocumentTypeChildNode.nextElementSibling -slug: Web/API/NonDocumentTypeChildNode/nextElementSibling +slug: Web/API/Element/nextElementSibling tags: - API - DOM - NonDocumentTypeChildNode - Propiedad translation_of: Web/API/NonDocumentTypeChildNode/nextElementSibling +original_slug: Web/API/NonDocumentTypeChildNode/nextElementSibling --- <div>{{APIRef("DOM")}}</div> diff --git a/files/es/web/api/element/previouselementsibling/index.html b/files/es/web/api/element/previouselementsibling/index.html index 13867e8fe4..0463b2495b 100644 --- a/files/es/web/api/element/previouselementsibling/index.html +++ b/files/es/web/api/element/previouselementsibling/index.html @@ -1,7 +1,8 @@ --- title: NonDocumentTypeChildNode.previousElementSibling -slug: Web/API/NonDocumentTypeChildNode/previousElementSibling +slug: Web/API/Element/previousElementSibling translation_of: Web/API/NonDocumentTypeChildNode/previousElementSibling +original_slug: Web/API/NonDocumentTypeChildNode/previousElementSibling --- <div> <div>{{APIRef("DOM")}}</div> diff --git a/files/fr/_redirects.txt b/files/fr/_redirects.txt index 0ce3dc3125..4534b44a23 100644 --- a/files/fr/_redirects.txt +++ b/files/fr/_redirects.txt @@ -914,7 +914,7 @@ /fr/docs/DOM/Whitespace_template /fr/docs/Web/API/Document_Object_Model/Whitespace /fr/docs/DOM/dispatchEvent_exemple /fr/docs/conflicting/Web/Guide/Events/Creating_and_triggering_events /fr/docs/DOM/document /fr/docs/Web/API/Document -/fr/docs/DOM/document.activeElement /fr/docs/Web/API/DocumentOrShadowRoot/activeElement +/fr/docs/DOM/document.activeElement /fr/docs/Web/API/Document/activeElement /fr/docs/DOM/document.body /fr/docs/Web/API/Document/body /fr/docs/DOM/document.createAttribute /fr/docs/Web/API/Document/createAttribute /fr/docs/DOM/document.createDocumentFragment /fr/docs/Web/API/Document/createDocumentFragment @@ -935,7 +935,7 @@ /fr/docs/DOM/document.open /fr/docs/Web/API/Document/open /fr/docs/DOM/document.write /fr/docs/Web/API/Document/write /fr/docs/DOM/element /fr/docs/Web/API/Element -/fr/docs/DOM/element.activeElement /fr/docs/Web/API/DocumentOrShadowRoot/activeElement +/fr/docs/DOM/element.activeElement /fr/docs/Web/API/Document/activeElement /fr/docs/DOM/element.addEventListener /fr/docs/Web/API/EventTarget/addEventListener /fr/docs/DOM/element.appendChild /fr/docs/Web/API/Node/appendChild /fr/docs/DOM/element.attributes /fr/docs/Web/API/Element/attributes @@ -1078,7 +1078,7 @@ /fr/docs/DOM:Whitespace_template /fr/docs/Web/API/Document_Object_Model/Whitespace /fr/docs/DOM:dispatchEvent_exemple /fr/docs/conflicting/Web/Guide/Events/Creating_and_triggering_events /fr/docs/DOM:document /fr/docs/Web/API/Document -/fr/docs/DOM:document.activeElement /fr/docs/Web/API/DocumentOrShadowRoot/activeElement +/fr/docs/DOM:document.activeElement /fr/docs/Web/API/Document/activeElement /fr/docs/DOM:document.createAttribute /fr/docs/Web/API/Document/createAttribute /fr/docs/DOM:document.createElement /fr/docs/Web/API/Document/createElement /fr/docs/DOM:document.createTextNode /fr/docs/Web/API/Document/createTextNode @@ -1096,7 +1096,7 @@ /fr/docs/DOM:document.open /fr/docs/Web/API/Document/open /fr/docs/DOM:document.write /fr/docs/Web/API/Document/write /fr/docs/DOM:element /fr/docs/Web/API/Element -/fr/docs/DOM:element.activeElement /fr/docs/Web/API/DocumentOrShadowRoot/activeElement +/fr/docs/DOM:element.activeElement /fr/docs/Web/API/Document/activeElement /fr/docs/DOM:element.addEventListener /fr/docs/Web/API/EventTarget/addEventListener /fr/docs/DOM:element.appendChild /fr/docs/Web/API/Node/appendChild /fr/docs/DOM:element.attributes /fr/docs/Web/API/Element/attributes @@ -2244,7 +2244,7 @@ /fr/docs/JavaScript/Reference/Annexes/Annexe_-_Mots_réservés /fr/docs/conflicting/Web/JavaScript/Reference/Lexical_grammar /fr/docs/JavaScript/Reference/Annexes/Fonctionnalités_dépréciées /fr/docs/Web/JavaScript/Reference/Deprecated_and_obsolete_features /fr/docs/JavaScript/Reference/Annexes/Mots_réservés /fr/docs/conflicting/Web/JavaScript/Reference/Lexical_grammar -/fr/docs/JavaScript/Reference/Commentaires /fr/docs/Web/JavaScript/Reference/Grammaire_lexicale#Commentaires +/fr/docs/JavaScript/Reference/Commentaires /fr/docs/Web/JavaScript/Reference/Lexical_grammar#Commentaires /fr/docs/JavaScript/Reference/Fonctions /fr/docs/Web/JavaScript/Reference/Functions /fr/docs/JavaScript/Reference/Fonctions/arguments /fr/docs/Web/JavaScript/Reference/Functions/arguments /fr/docs/JavaScript/Reference/Fonctions/arguments/callee /fr/docs/Web/JavaScript/Reference/Functions/arguments/callee @@ -2583,7 +2583,7 @@ /fr/docs/JavaScript/Reference/Propriétés_globales/NaN /fr/docs/Web/JavaScript/Reference/Global_Objects/NaN /fr/docs/JavaScript/Reference/Propriétés_globales/undefined /fr/docs/Web/JavaScript/Reference/Global_Objects/undefined /fr/docs/JavaScript/Reference/Référence_JavaScript /fr/docs/Web/JavaScript/Reference -/fr/docs/JavaScript/Reference/Référence_JavaScript/Commentaires /fr/docs/Web/JavaScript/Reference/Grammaire_lexicale#Commentaires +/fr/docs/JavaScript/Reference/Référence_JavaScript/Commentaires /fr/docs/Web/JavaScript/Reference/Lexical_grammar#Commentaires /fr/docs/JavaScript/Reference/Référence_JavaScript/Fonctions /fr/docs/Web/JavaScript/Reference/Functions /fr/docs/JavaScript/Reference/Référence_JavaScript/Fonctions/arguments /fr/docs/Web/JavaScript/Reference/Functions/arguments /fr/docs/JavaScript/Reference/Référence_JavaScript/Fonctions/arguments/callee /fr/docs/Web/JavaScript/Reference/Functions/arguments/callee @@ -2812,7 +2812,7 @@ /fr/docs/JavaScript/Référence_JavaScript/Objets_globaux/decodeURI /fr/docs/Web/JavaScript/Reference/Global_Objects/decodeURI /fr/docs/JavaScript/Référence_JavaScript/Opérateurs /fr/docs/Web/JavaScript/Reference/Operators /fr/docs/JavaScript/Référence_JavaScript/Référence_JavaScript /fr/docs/Web/JavaScript/Reference -/fr/docs/JavaScript/Référence_JavaScript/Référence_JavaScript/Commentaires /fr/docs/Web/JavaScript/Reference/Grammaire_lexicale#Commentaires +/fr/docs/JavaScript/Référence_JavaScript/Référence_JavaScript/Commentaires /fr/docs/Web/JavaScript/Reference/Lexical_grammar#Commentaires /fr/docs/JavaScript/Référence_JavaScript/Référence_JavaScript/Fonctions /fr/docs/Web/JavaScript/Reference/Functions /fr/docs/JavaScript/Référence_JavaScript/Référence_JavaScript/Fonctions/arguments /fr/docs/Web/JavaScript/Reference/Functions/arguments /fr/docs/JavaScript/Référence_JavaScript/Référence_JavaScript/Fonctions/arguments/callee /fr/docs/Web/JavaScript/Reference/Functions/arguments/callee @@ -3722,7 +3722,7 @@ /fr/docs/Web/API/DeviceRotationRate/alpha /fr/docs/Web/API/DeviceMotionEventRotationRate/alpha /fr/docs/Web/API/DeviceRotationRate/beta /fr/docs/Web/API/DeviceMotionEventRotationRate/beta /fr/docs/Web/API/DeviceRotationRate/gamma /fr/docs/Web/API/DeviceMotionEventRotationRate/gamma -/fr/docs/Web/API/Document.activeElement /fr/docs/Web/API/DocumentOrShadowRoot/activeElement +/fr/docs/Web/API/Document.activeElement /fr/docs/Web/API/Document/activeElement /fr/docs/Web/API/Document.body /fr/docs/Web/API/Document/body /fr/docs/Web/API/Document.createAttribute /fr/docs/Web/API/Document/createAttribute /fr/docs/Web/API/Document.createElement /fr/docs/Web/API/Document/createElement @@ -3744,7 +3744,6 @@ /fr/docs/Web/API/Document.open /fr/docs/Web/API/Document/open /fr/docs/Web/API/Document.write /fr/docs/Web/API/Document/write /fr/docs/Web/API/Document/Document.anchors /fr/docs/Web/API/Document/anchors -/fr/docs/Web/API/Document/activeElement /fr/docs/Web/API/DocumentOrShadowRoot/activeElement /fr/docs/Web/API/Document/async /fr/docs/Web/API/XMLDocument/async /fr/docs/Web/API/Document/defaultView/popstate_event /fr/docs/Web/API/Window/popstate_event /fr/docs/Web/API/Document/defaultView/storage_event /fr/docs/Web/API/Window/storage_event @@ -3752,6 +3751,7 @@ /fr/docs/Web/API/Document/elementFromPoint /fr/docs/Web/API/DocumentOrShadowRoot/elementFromPoint /fr/docs/Web/API/Document/getSelection /fr/docs/Web/API/DocumentOrShadowRoot/getSelection /fr/docs/Web/API/Document/styleSheets /fr/docs/Web/API/DocumentOrShadowRoot/styleSheets +/fr/docs/Web/API/DocumentOrShadowRoot/activeElement /fr/docs/Web/API/Document/activeElement /fr/docs/Web/API/Document_Object_Model/Exemples /fr/docs/Web/API/Document_Object_Model/Examples /fr/docs/Web/API/Document_Object_Model/Introduction_au_DOM /fr/docs/Web/API/Document_Object_Model/Introduction /fr/docs/Web/API/Document_Object_Model/Les_évènements_et_le_DOM /fr/docs/Web/API/Document_Object_Model/Events @@ -3762,7 +3762,7 @@ /fr/docs/Web/API/Document_Object_Model/window /fr/docs/Web/API/Window /fr/docs/Web/API/Document_object_model/Utilisation_du_DOM_Level_1_Core_du_W3C /fr/docs/Web/API/Document_object_model/Using_the_W3C_DOM_Level_1_Core /fr/docs/Web/API/Document_object_model/Utilisation_du_DOM_Level_1_Core_du_W3C/Exemple /fr/docs/Web/API/Document_object_model/Using_the_W3C_DOM_Level_1_Core/Example -/fr/docs/Web/API/Element.activeElement /fr/docs/Web/API/DocumentOrShadowRoot/activeElement +/fr/docs/Web/API/Element.activeElement /fr/docs/Web/API/Document/activeElement /fr/docs/Web/API/Element.addEventListener /fr/docs/Web/API/EventTarget/addEventListener /fr/docs/Web/API/Element.appendChild /fr/docs/Web/API/Node/appendChild /fr/docs/Web/API/Element.attributes /fr/docs/Web/API/Element/attributes @@ -3871,6 +3871,7 @@ /fr/docs/Web/API/HTMLElement/style /fr/docs/Web/API/ElementCSSInlineStyle/style /fr/docs/Web/API/HTMLElement/tabIndex /fr/docs/Web/API/HTMLOrForeignElement/tabIndex /fr/docs/Web/API/HTMLFormElement/submit_event_ /fr/docs/Web/API/HTMLFormElement/submit_event +/fr/docs/Web/API/HTMLHyperlinkElementUtils /fr/docs/orphaned/Web/API/HTMLHyperlinkElementUtils /fr/docs/Web/API/HTMLTableElement.caption /fr/docs/Web/API/HTMLTableElement/caption /fr/docs/Web/API/HTMLTableElement.insertRow /fr/docs/Web/API/HTMLTableElement/insertRow /fr/docs/Web/API/IDBEnvironment/indexedDB /fr/docs/Web/API/WindowOrWorkerGlobalScope/indexedDB @@ -3906,7 +3907,7 @@ /fr/docs/Web/API/Selection_API /fr/docs/conflicting/Web/API/Selection /fr/docs/Web/API/Storage/LocalStorage /fr/docs/conflicting/Web/API/Window/localStorage /fr/docs/Web/API/URL.createObjectURL /fr/docs/Web/API/URL/createObjectURL -/fr/docs/Web/API/URLUtils /fr/docs/Web/API/HTMLHyperlinkElementUtils +/fr/docs/Web/API/URLUtils /fr/docs/orphaned/Web/API/HTMLHyperlinkElementUtils /fr/docs/Web/API/WebGLRenderingContext/activer /fr/docs/Web/API/WebGLRenderingContext/enable /fr/docs/Web/API/WebGLRenderingContext/canevas /fr/docs/Web/API/WebGLRenderingContext/canvas /fr/docs/Web/API/WebGL_API/By_example/Appliquer_des_couleurs /fr/docs/Web/API/WebGL_API/By_example/Clearing_with_colors @@ -4006,6 +4007,7 @@ /fr/docs/Web/API/window.location /fr/docs/Web/API/window/location /fr/docs/Web/API/window.navigator.mozPower /fr/docs/Web/API/Navigator/mozPower /fr/docs/Web/API/window.requestAnimationFrame /fr/docs/Web/API/Window/requestAnimationFrame +/fr/docs/Web/Accessibility/ARIA/widgets/overview /fr/docs/conflicting/Web/Accessibility/ARIA/widgets /fr/docs/Web/Accessibility/Understanding_WCAG/Perceivable/Contraste_de_la_couleur /fr/docs/Web/Accessibility/Understanding_WCAG/Perceivable/Color_contrast /fr/docs/Web/Apps/Build/Audio_and_video_delivery /fr/docs/Web/Guide/Audio_and_video_delivery /fr/docs/Web/Apps/Build/Audio_and_video_delivery/Live_streaming_web_audio_and_video /fr/docs/Web/Guide/Audio_and_video_delivery/Live_streaming_web_audio_and_video @@ -4736,7 +4738,7 @@ /fr/docs/Web/JavaScript/Performance_les_dangers_liés_à_la_modification_de_Prototype /fr/docs/Web/JavaScript/The_performance_hazards_of_prototype_mutation /fr/docs/Web/JavaScript/Reference/A_propos /fr/docs/Web/JavaScript/Reference/About /fr/docs/Web/JavaScript/Reference/Classes/Class_fields /fr/docs/Web/JavaScript/Reference/Classes/Public_class_fields -/fr/docs/Web/JavaScript/Reference/Commentaires /fr/docs/Web/JavaScript/Reference/Grammaire_lexicale#Commentaires +/fr/docs/Web/JavaScript/Reference/Commentaires /fr/docs/Web/JavaScript/Reference/Lexical_grammar#Commentaires /fr/docs/Web/JavaScript/Reference/Erreurs /fr/docs/Web/JavaScript/Reference/Errors /fr/docs/Web/JavaScript/Reference/Erreurs/Already_has_pragma /fr/docs/Web/JavaScript/Reference/Errors/Already_has_pragma /fr/docs/Web/JavaScript/Reference/Erreurs/Array_sort_argument /fr/docs/Web/JavaScript/Reference/Errors/Array_sort_argument diff --git a/files/fr/_wikihistory.json b/files/fr/_wikihistory.json index 31b0281ca8..a62281787c 100644 --- a/files/fr/_wikihistory.json +++ b/files/fr/_wikihistory.json @@ -14726,12 +14726,6 @@ "julianosilvaa" ] }, - "Web/Accessibility/ARIA/widgets/overview": { - "modified": "2019-03-23T22:43:55.361Z", - "contributors": [ - "paul.bignier" - ] - }, "Web/Accessibility/Understanding_WCAG": { "modified": "2020-09-07T05:15:13.925Z", "contributors": [ @@ -34154,12 +34148,6 @@ "Watilin" ] }, - "Web/API/HTMLHyperlinkElementUtils": { - "modified": "2019-03-23T23:15:38.230Z", - "contributors": [ - "Watilin" - ] - }, "Web/API/Web_Workers_API/Structured_clone_algorithm": { "modified": "2019-03-23T22:20:19.039Z", "contributors": [ @@ -45015,16 +45003,6 @@ "BenoitL" ] }, - "Web/API/DocumentOrShadowRoot/activeElement": { - "modified": "2019-03-23T23:12:53.004Z", - "contributors": [ - "fscholz", - "teoli", - "AshfaqHossain", - "Mgjbot", - "BenoitL" - ] - }, "Web/API/DocumentOrShadowRoot/elementFromPoint": { "modified": "2019-03-23T23:50:28.633Z", "contributors": [ @@ -46002,5 +45980,27 @@ "VincentN", "Fredchat" ] + }, + "conflicting/Web/Accessibility/ARIA/widgets": { + "modified": "2019-03-23T22:43:55.361Z", + "contributors": [ + "paul.bignier" + ] + }, + "orphaned/Web/API/HTMLHyperlinkElementUtils": { + "modified": "2019-03-23T23:15:38.230Z", + "contributors": [ + "Watilin" + ] + }, + "Web/API/Document/activeElement": { + "modified": "2019-03-23T23:12:53.004Z", + "contributors": [ + "fscholz", + "teoli", + "AshfaqHossain", + "Mgjbot", + "BenoitL" + ] } }
\ No newline at end of file diff --git a/files/fr/conflicting/web/accessibility/aria/widgets/index.html b/files/fr/conflicting/web/accessibility/aria/widgets/index.html index d951326193..9820409e23 100644 --- a/files/fr/conflicting/web/accessibility/aria/widgets/index.html +++ b/files/fr/conflicting/web/accessibility/aria/widgets/index.html @@ -1,12 +1,13 @@ --- title: Vue d'ensemble -slug: Web/Accessibility/ARIA/widgets/overview +slug: conflicting/Web/Accessibility/ARIA/widgets tags: - Accessibility - JavaScript - Landing - NeedsUpdate translation_of: Web/Accessibility/ARIA/widgets/overview +original_slug: Web/Accessibility/ARIA/widgets/overview --- <div class="warning">Attention: besoin d'une mise à jour</div> diff --git a/files/fr/orphaned/web/api/htmlhyperlinkelementutils/index.html b/files/fr/orphaned/web/api/htmlhyperlinkelementutils/index.html index 2470d4cf12..8735e94f83 100644 --- a/files/fr/orphaned/web/api/htmlhyperlinkelementutils/index.html +++ b/files/fr/orphaned/web/api/htmlhyperlinkelementutils/index.html @@ -1,6 +1,6 @@ --- title: URLUtils -slug: Web/API/HTMLHyperlinkElementUtils +slug: orphaned/Web/API/HTMLHyperlinkElementUtils tags: - API - Experimental @@ -8,7 +8,7 @@ tags: - Reference - URL translation_of: Web/API/HTMLHyperlinkElementUtils -original_slug: Web/API/URLUtils +original_slug: Web/API/HTMLHyperlinkElementUtils --- <p>{{APIRef}}{{SeeCompatTable}}</p> <p>L'interface <strong><code>URLUtils</code></strong> définit des méthodes utilitaires pour travailler avec les URL.</p> diff --git a/files/fr/web/api/document/activeelement/index.html b/files/fr/web/api/document/activeelement/index.html index c9fb2d863c..fe982e77d7 100644 --- a/files/fr/web/api/document/activeelement/index.html +++ b/files/fr/web/api/document/activeelement/index.html @@ -1,11 +1,11 @@ --- title: document.activeElement -slug: Web/API/DocumentOrShadowRoot/activeElement +slug: Web/API/Document/activeElement tags: - Référence_du_DOM_Gecko translation_of: Web/API/DocumentOrShadowRoot/activeElement translation_of_original: Web/API/Document/activeElement -original_slug: Web/API/Document/activeElement +original_slug: Web/API/DocumentOrShadowRoot/activeElement --- <p>{{ ApiRef() }}</p> <h3 id="R.C3.A9sum.C3.A9" name="R.C3.A9sum.C3.A9">Résumé</h3> diff --git a/files/it/_redirects.txt b/files/it/_redirects.txt index c0d474a842..b49edebd93 100644 --- a/files/it/_redirects.txt +++ b/files/it/_redirects.txt @@ -520,9 +520,10 @@ /it/docs/Web/API/Event/view /it/docs/Web/API/UIEvent/view /it/docs/Web/API/Event/which /it/docs/Web/API/KeyboardEvent/which /it/docs/Web/API/Geolocation/Using_geolocation /it/docs/Web/API/Geolocation_API +/it/docs/Web/API/HTMLHyperlinkElementUtils /it/docs/orphaned/Web/API/HTMLHyperlinkElementUtils /it/docs/Web/API/Navigator.cookieEnabled /it/docs/Web/API/Navigator/cookieEnabled /it/docs/Web/API/Position /it/docs/Web/API/GeolocationPosition -/it/docs/Web/API/URLUtils /it/docs/Web/API/HTMLHyperlinkElementUtils +/it/docs/Web/API/URLUtils /it/docs/orphaned/Web/API/HTMLHyperlinkElementUtils /it/docs/Web/API/WindowTimers /it/docs/conflicting/Web/API/WindowOrWorkerGlobalScope /it/docs/Web/API/WindowTimers/clearInterval /it/docs/Web/API/WindowOrWorkerGlobalScope/clearInterval /it/docs/Web/API/XMLHttpRequest/Usare_XMLHttpRequest /it/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest diff --git a/files/it/_wikihistory.json b/files/it/_wikihistory.json index eb1bf7ebb5..ac1d29eaed 100644 --- a/files/it/_wikihistory.json +++ b/files/it/_wikihistory.json @@ -5245,12 +5245,6 @@ "Mascare" ] }, - "Web/API/HTMLHyperlinkElementUtils": { - "modified": "2019-03-23T23:01:38.757Z", - "contributors": [ - "teoli" - ] - }, "Web/API/WindowOrWorkerGlobalScope/clearInterval": { "modified": "2019-03-23T22:33:02.364Z", "contributors": [ @@ -5994,5 +5988,11 @@ "kdex", "alberto.decaro" ] + }, + "orphaned/Web/API/HTMLHyperlinkElementUtils": { + "modified": "2019-03-23T23:01:38.757Z", + "contributors": [ + "teoli" + ] } }
\ No newline at end of file diff --git a/files/it/orphaned/web/api/htmlhyperlinkelementutils/index.html b/files/it/orphaned/web/api/htmlhyperlinkelementutils/index.html index e62eda611d..109eb8c883 100644 --- a/files/it/orphaned/web/api/htmlhyperlinkelementutils/index.html +++ b/files/it/orphaned/web/api/htmlhyperlinkelementutils/index.html @@ -1,8 +1,8 @@ --- title: URLUtils -slug: Web/API/HTMLHyperlinkElementUtils +slug: orphaned/Web/API/HTMLHyperlinkElementUtils translation_of: Web/API/HTMLHyperlinkElementUtils -original_slug: Web/API/URLUtils +original_slug: Web/API/HTMLHyperlinkElementUtils --- <p>{{ApiRef("URL API")}}{{SeeCompatTable}}</p> diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index c14ba86f26..728b88a6fb 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -10,7 +10,7 @@ /ja/docs/API/Document /ja/docs/Web/API/Document /ja/docs/API/Document/Document /ja/docs/Web/API/Document/Document /ja/docs/API/Document/URL /ja/docs/Web/API/Document/URL -/ja/docs/API/Document/activeElement /ja/docs/Web/API/DocumentOrShadowRoot/activeElement +/ja/docs/API/Document/activeElement /ja/docs/Web/API/Document/activeElement /ja/docs/API/Document/adoptNode /ja/docs/Web/API/Document/adoptNode /ja/docs/API/Document/alinkColor /ja/docs/Web/API/Document/alinkColor /ja/docs/API/Document/anchors /ja/docs/Web/API/Document/anchors @@ -1408,7 +1408,7 @@ /ja/docs/DOM/dispatchEvent_example /ja/docs/conflicting/Web/Guide/Events/Creating_and_triggering_events /ja/docs/DOM/document /ja/docs/Web/API/Document /ja/docs/DOM/document.URL /ja/docs/Web/API/Document/URL -/ja/docs/DOM/document.activeElement /ja/docs/Web/API/DocumentOrShadowRoot/activeElement +/ja/docs/DOM/document.activeElement /ja/docs/Web/API/Document/activeElement /ja/docs/DOM/document.adoptNode /ja/docs/Web/API/Document/adoptNode /ja/docs/DOM/document.alinkColor /ja/docs/Web/API/Document/alinkColor /ja/docs/DOM/document.anchors /ja/docs/Web/API/Document/anchors @@ -1762,7 +1762,7 @@ /ja/docs/DOM:Storage /ja/docs/conflicting/Web/API/Web_Storage_API /ja/docs/DOM:document /ja/docs/Web/API/Document /ja/docs/DOM:document.URL /ja/docs/Web/API/Document/URL -/ja/docs/DOM:document.activeElement /ja/docs/Web/API/DocumentOrShadowRoot/activeElement +/ja/docs/DOM:document.activeElement /ja/docs/Web/API/Document/activeElement /ja/docs/DOM:document.adoptNode /ja/docs/Web/API/Document/adoptNode /ja/docs/DOM:document.anchors /ja/docs/Web/API/Document/anchors /ja/docs/DOM:document.close /ja/docs/Web/API/Document/close @@ -3741,7 +3741,6 @@ /ja/docs/Web/API/DeviceAcceleration /ja/docs/Web/API/DeviceMotionEventAcceleration /ja/docs/Web/API/DeviceLightEvent.value /ja/docs/Web/API/DeviceLightEvent/value /ja/docs/Web/API/Document.domConfig /ja/docs/Web/API/Document -/ja/docs/Web/API/Document/activeElement /ja/docs/Web/API/DocumentOrShadowRoot/activeElement /ja/docs/Web/API/Document/async /ja/docs/Web/API/XMLDocument/async /ja/docs/Web/API/Document/defaultView/storage_event /ja/docs/Web/API/Window/storage_event /ja/docs/Web/API/Document/domConfig /ja/docs/Web/API/Document @@ -3752,6 +3751,7 @@ /ja/docs/Web/API/Document/inputEncoding /ja/docs/conflicting/Web/API/Document/characterSet /ja/docs/Web/API/Document/onselectionchange /ja/docs/Web/API/GlobalEventHandlers/onselectionchange /ja/docs/Web/API/Document/styleSheets /ja/docs/Web/API/DocumentOrShadowRoot/styleSheets +/ja/docs/Web/API/DocumentOrShadowRoot/activeElement /ja/docs/Web/API/Document/activeElement /ja/docs/Web/API/DocumentOrShadowRoot/nodeFromPoint /ja/docs/conflicting/Web/API/DocumentOrShadowRoot /ja/docs/Web/API/DocumentOrShadowRoot/nodesFromPoint /ja/docs/conflicting/Web/API/DocumentOrShadowRoot_20ea0e1d91453a020aad3a16dbce16f1 /ja/docs/Web/API/Document_Object_Model/Preface /ja/docs/conflicting/Web/API/Document_Object_Model_8435a25d5137b436d5d7161e1b813c02 @@ -3817,6 +3817,19 @@ /ja/docs/Web/API/HTMLFormElement.reset /ja/docs/Web/API/HTMLFormElement/reset /ja/docs/Web/API/HTMLFormElement.submit /ja/docs/Web/API/HTMLFormElement/submit /ja/docs/Web/API/HTMLFormElement.target /ja/docs/Web/API/HTMLFormElement/target +/ja/docs/Web/API/HTMLHyperlinkElementUtils /ja/docs/orphaned/Web/API/HTMLHyperlinkElementUtils +/ja/docs/Web/API/HTMLHyperlinkElementUtils/hash /ja/docs/Web/API/HTMLAnchorElement/hash +/ja/docs/Web/API/HTMLHyperlinkElementUtils/host /ja/docs/Web/API/HTMLAnchorElement/host +/ja/docs/Web/API/HTMLHyperlinkElementUtils/hostname /ja/docs/Web/API/HTMLAnchorElement/hostname +/ja/docs/Web/API/HTMLHyperlinkElementUtils/href /ja/docs/Web/API/HTMLAnchorElement/href +/ja/docs/Web/API/HTMLHyperlinkElementUtils/origin /ja/docs/Web/API/HTMLAnchorElement/origin +/ja/docs/Web/API/HTMLHyperlinkElementUtils/password /ja/docs/Web/API/HTMLAnchorElement/password +/ja/docs/Web/API/HTMLHyperlinkElementUtils/pathname /ja/docs/Web/API/HTMLAnchorElement/pathname +/ja/docs/Web/API/HTMLHyperlinkElementUtils/port /ja/docs/Web/API/HTMLAnchorElement/port +/ja/docs/Web/API/HTMLHyperlinkElementUtils/protocol /ja/docs/Web/API/HTMLAnchorElement/protocol +/ja/docs/Web/API/HTMLHyperlinkElementUtils/search /ja/docs/Web/API/HTMLAnchorElement/search +/ja/docs/Web/API/HTMLHyperlinkElementUtils/toString /ja/docs/Web/API/HTMLAnchorElement/toString +/ja/docs/Web/API/HTMLHyperlinkElementUtils/username /ja/docs/Web/API/HTMLAnchorElement/username /ja/docs/Web/API/HTMLIFrameElement.getVisible /ja/docs/Web/API/HTMLIFrameElement/getVisible /ja/docs/Web/API/HTMLIFrameElement.stop /ja/docs/Web/API/HTMLIFrameElement/stop /ja/docs/Web/API/HTMLTableElement.align /ja/docs/Web/API/HTMLTableElement/align @@ -3897,6 +3910,7 @@ /ja/docs/Web/API/Node/innerText /ja/docs/Web/API/HTMLElement/innerText /ja/docs/Web/API/Node/nodePrincipal /ja/docs/conflicting/Web/API/Node_378aed5ed6869e50853edbc988cf9556 /ja/docs/Web/API/NodeList.item /ja/docs/Web/API/NodeList/item +/ja/docs/Web/API/NonDocumentTypeChildNode /ja/docs/conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e /ja/docs/Web/API/Position /ja/docs/Web/API/GeolocationPosition /ja/docs/Web/API/PositionError /ja/docs/Web/API/GeolocationPositionError /ja/docs/Web/API/Push_API/Using_the_Push_API /ja/docs/Web/API/Push_API @@ -3989,7 +4003,7 @@ /ja/docs/Web/API/console.time /ja/docs/Web/API/Console/time /ja/docs/Web/API/console.timeEnd /ja/docs/Web/API/Console/timeEnd /ja/docs/Web/API/document.URL /ja/docs/Web/API/Document/URL -/ja/docs/Web/API/document.activeElement /ja/docs/Web/API/DocumentOrShadowRoot/activeElement +/ja/docs/Web/API/document.activeElement /ja/docs/Web/API/Document/activeElement /ja/docs/Web/API/document.adoptNode /ja/docs/Web/API/Document/adoptNode /ja/docs/Web/API/document.alinkColor /ja/docs/Web/API/Document/alinkColor /ja/docs/Web/API/document.anchors /ja/docs/Web/API/Document/anchors @@ -4225,6 +4239,7 @@ /ja/docs/Web/API/window.window /ja/docs/Web/API/Window/window /ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_button_role /ja/docs/Web/Accessibility/ARIA/Roles/button_role /ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_checkbox_role /ja/docs/Web/Accessibility/ARIA/Roles/checkbox_role +/ja/docs/Web/Accessibility/ARIA/widgets/overview /ja/docs/conflicting/Web/Accessibility/ARIA/widgets /ja/docs/Web/Accessibility/Accessibility_FAQ /ja/docs/Web/Accessibility/FAQ /ja/docs/Web/Apps/Build/Manipulating_media /ja/docs/Web/Guide/Audio_and_video_delivery /ja/docs/Web/Apps/Build/Manipulating_media/Adding_captions_and_subtitles_to_HTML5_video /ja/docs/Web/Guide/Audio_and_video_delivery/Adding_captions_and_subtitles_to_HTML5_video diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 955704a49a..f066e7da5a 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -15796,84 +15796,6 @@ "ethertank" ] }, - "Web/API/HTMLHyperlinkElementUtils": { - "modified": "2020-10-15T22:23:06.944Z", - "contributors": [ - "Wind1808" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/hash": { - "modified": "2020-10-15T22:23:05.133Z", - "contributors": [ - "Wind1808" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/host": { - "modified": "2020-10-15T22:23:05.592Z", - "contributors": [ - "Wind1808" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/hostname": { - "modified": "2020-10-15T22:23:07.472Z", - "contributors": [ - "Wind1808" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/href": { - "modified": "2020-10-15T22:23:04.877Z", - "contributors": [ - "Wind1808" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/origin": { - "modified": "2020-10-15T22:23:07.057Z", - "contributors": [ - "Wind1808" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/password": { - "modified": "2020-10-15T22:23:11.065Z", - "contributors": [ - "Wind1808" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/pathname": { - "modified": "2020-10-15T22:23:11.921Z", - "contributors": [ - "Wind1808" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/port": { - "modified": "2020-10-15T22:23:11.557Z", - "contributors": [ - "Wind1808" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/protocol": { - "modified": "2020-10-15T22:23:12.187Z", - "contributors": [ - "Wind1808" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/search": { - "modified": "2020-10-15T22:23:10.982Z", - "contributors": [ - "Wind1808" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/toString": { - "modified": "2020-10-15T22:23:12.912Z", - "contributors": [ - "Wind1808" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/username": { - "modified": "2020-10-15T22:23:12.962Z", - "contributors": [ - "Wind1808" - ] - }, "Web/API/HTMLIFrameElement": { "modified": "2019-07-30T13:30:00.677Z", "contributors": [ @@ -18987,12 +18909,6 @@ "Okome" ] }, - "Web/API/NonDocumentTypeChildNode": { - "modified": "2020-11-23T04:18:54.717Z", - "contributors": [ - "segayuu" - ] - }, "Web/API/Notification": { "modified": "2020-10-15T21:38:09.318Z", "contributors": [ @@ -26077,12 +25993,6 @@ "julianosilvaa" ] }, - "Web/Accessibility/ARIA/widgets/overview": { - "modified": "2019-03-18T21:35:01.506Z", - "contributors": [ - "Uemmra3" - ] - }, "Web/Accessibility/An_overview_of_accessible_web_applications_and_widgets": { "modified": "2019-03-18T20:56:13.048Z", "contributors": [ @@ -52926,17 +52836,6 @@ "Okome" ] }, - "Web/API/DocumentOrShadowRoot/activeElement": { - "modified": "2019-03-23T23:52:39.067Z", - "contributors": [ - "mfuji09", - "wbamberg", - "fscholz", - "khalid32", - "ethertank", - "Kohei" - ] - }, "Web/API/DocumentOrShadowRoot/elementFromPoint": { "modified": "2019-03-23T23:50:29.105Z", "contributors": [ @@ -53496,5 +53395,106 @@ "contributors": [ "ethertank" ] + }, + "conflicting/Web/Accessibility/ARIA/widgets": { + "modified": "2019-03-18T21:35:01.506Z", + "contributors": [ + "Uemmra3" + ] + }, + "Web/API/HTMLAnchorElement/hash": { + "modified": "2020-10-15T22:23:05.133Z", + "contributors": [ + "Wind1808" + ] + }, + "Web/API/HTMLAnchorElement/host": { + "modified": "2020-10-15T22:23:05.592Z", + "contributors": [ + "Wind1808" + ] + }, + "Web/API/HTMLAnchorElement/hostname": { + "modified": "2020-10-15T22:23:07.472Z", + "contributors": [ + "Wind1808" + ] + }, + "Web/API/HTMLAnchorElement/href": { + "modified": "2020-10-15T22:23:04.877Z", + "contributors": [ + "Wind1808" + ] + }, + "orphaned/Web/API/HTMLHyperlinkElementUtils": { + "modified": "2020-10-15T22:23:06.944Z", + "contributors": [ + "Wind1808" + ] + }, + "Web/API/HTMLAnchorElement/origin": { + "modified": "2020-10-15T22:23:07.057Z", + "contributors": [ + "Wind1808" + ] + }, + "Web/API/HTMLAnchorElement/password": { + "modified": "2020-10-15T22:23:11.065Z", + "contributors": [ + "Wind1808" + ] + }, + "Web/API/HTMLAnchorElement/pathname": { + "modified": "2020-10-15T22:23:11.921Z", + "contributors": [ + "Wind1808" + ] + }, + "Web/API/HTMLAnchorElement/port": { + "modified": "2020-10-15T22:23:11.557Z", + "contributors": [ + "Wind1808" + ] + }, + "Web/API/HTMLAnchorElement/protocol": { + "modified": "2020-10-15T22:23:12.187Z", + "contributors": [ + "Wind1808" + ] + }, + "Web/API/HTMLAnchorElement/search": { + "modified": "2020-10-15T22:23:10.982Z", + "contributors": [ + "Wind1808" + ] + }, + "Web/API/HTMLAnchorElement/toString": { + "modified": "2020-10-15T22:23:12.912Z", + "contributors": [ + "Wind1808" + ] + }, + "Web/API/HTMLAnchorElement/username": { + "modified": "2020-10-15T22:23:12.962Z", + "contributors": [ + "Wind1808" + ] + }, + "conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e": { + "modified": "2020-11-23T04:18:54.717Z", + "contributors": [ + "segayuu" + ] + }, + "Web/API/Document/activeElement": { + "modified": "2019-03-23T23:52:39.067Z", + "contributors": [ + "mfuji09", + "wbamberg", + "fscholz", + "khalid32", + "ethertank", + "Kohei" + ] } }
\ No newline at end of file diff --git a/files/ja/conflicting/web/accessibility/aria/widgets/index.html b/files/ja/conflicting/web/accessibility/aria/widgets/index.html index c49401a24b..f5df778a0e 100644 --- a/files/ja/conflicting/web/accessibility/aria/widgets/index.html +++ b/files/ja/conflicting/web/accessibility/aria/widgets/index.html @@ -1,12 +1,13 @@ --- title: 概観 -slug: Web/Accessibility/ARIA/widgets/overview +slug: conflicting/Web/Accessibility/ARIA/widgets tags: - Accessibility - JavaScript - Landing - NeedsUpdate translation_of: Web/Accessibility/ARIA/widgets/overview +original_slug: Web/Accessibility/ARIA/widgets/overview --- <div class="warning">Warning: needs updating</div> diff --git a/files/ja/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html b/files/ja/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html index 2115525343..2e2aea611f 100644 --- a/files/ja/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html +++ b/files/ja/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html @@ -1,6 +1,6 @@ --- title: NonDocumentTypeChildNode -slug: Web/API/NonDocumentTypeChildNode +slug: conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e tags: - API - DOM @@ -8,6 +8,7 @@ tags: - NonDocumentTypeChildNode - Reference translation_of: Web/API/NonDocumentTypeChildNode +original_slug: Web/API/NonDocumentTypeChildNode --- <div>{{APIRef("DOM")}}</div> diff --git a/files/ja/orphaned/web/api/htmlhyperlinkelementutils/index.html b/files/ja/orphaned/web/api/htmlhyperlinkelementutils/index.html index bc0b1f182a..1c3786f943 100644 --- a/files/ja/orphaned/web/api/htmlhyperlinkelementutils/index.html +++ b/files/ja/orphaned/web/api/htmlhyperlinkelementutils/index.html @@ -1,12 +1,13 @@ --- title: HTMLHyperlinkElementUtils -slug: Web/API/HTMLHyperlinkElementUtils +slug: orphaned/Web/API/HTMLHyperlinkElementUtils tags: - API - Experimental - Mixin - URL API translation_of: Web/API/HTMLHyperlinkElementUtils +original_slug: Web/API/HTMLHyperlinkElementUtils --- <p>{{ApiRef("URL API")}}{{SeeCompatTable}}</p> diff --git a/files/ja/web/api/document/activeelement/index.html b/files/ja/web/api/document/activeelement/index.html index 5fe59cbae6..3d47c8b0b0 100644 --- a/files/ja/web/api/document/activeelement/index.html +++ b/files/ja/web/api/document/activeelement/index.html @@ -1,6 +1,6 @@ --- title: document.activeElement -slug: Web/API/DocumentOrShadowRoot/activeElement +slug: Web/API/Document/activeElement tags: - DOM - Focus @@ -10,7 +10,7 @@ tags: - 要更新 translation_of: Web/API/DocumentOrShadowRoot/activeElement translation_of_original: Web/API/Document/activeElement -original_slug: Web/API/Document/activeElement +original_slug: Web/API/DocumentOrShadowRoot/activeElement --- <div>{{ApiRef}}</div> diff --git a/files/ja/web/api/htmlanchorelement/hash/index.html b/files/ja/web/api/htmlanchorelement/hash/index.html index 293b73e2f0..98cb53f17f 100644 --- a/files/ja/web/api/htmlanchorelement/hash/index.html +++ b/files/ja/web/api/htmlanchorelement/hash/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.hash -slug: Web/API/HTMLHyperlinkElementUtils/hash +slug: Web/API/HTMLAnchorElement/hash tags: - API - Experimental @@ -9,6 +9,7 @@ tags: - Reference - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/hash +original_slug: Web/API/HTMLHyperlinkElementUtils/hash --- <div>{{ APIRef("URLUtils") }}</div> diff --git a/files/ja/web/api/htmlanchorelement/host/index.html b/files/ja/web/api/htmlanchorelement/host/index.html index 876dd935c1..c015eeb640 100644 --- a/files/ja/web/api/htmlanchorelement/host/index.html +++ b/files/ja/web/api/htmlanchorelement/host/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.host -slug: Web/API/HTMLHyperlinkElementUtils/host +slug: Web/API/HTMLAnchorElement/host tags: - API - Experimental @@ -9,6 +9,7 @@ tags: - Reference - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/host +original_slug: Web/API/HTMLHyperlinkElementUtils/host --- <div>{{ApiRef("URL API")}}</div> diff --git a/files/ja/web/api/htmlanchorelement/hostname/index.html b/files/ja/web/api/htmlanchorelement/hostname/index.html index 46c38302f1..a5cafaf97d 100644 --- a/files/ja/web/api/htmlanchorelement/hostname/index.html +++ b/files/ja/web/api/htmlanchorelement/hostname/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.hostname -slug: Web/API/HTMLHyperlinkElementUtils/hostname +slug: Web/API/HTMLAnchorElement/hostname tags: - API - Experimental @@ -9,6 +9,7 @@ tags: - Reference - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/hostname +original_slug: Web/API/HTMLHyperlinkElementUtils/hostname --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ja/web/api/htmlanchorelement/href/index.html b/files/ja/web/api/htmlanchorelement/href/index.html index a371695230..3f87137986 100644 --- a/files/ja/web/api/htmlanchorelement/href/index.html +++ b/files/ja/web/api/htmlanchorelement/href/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.href -slug: Web/API/HTMLHyperlinkElementUtils/href +slug: Web/API/HTMLAnchorElement/href tags: - API - Experimental @@ -10,6 +10,7 @@ tags: - Reference - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/href +original_slug: Web/API/HTMLHyperlinkElementUtils/href --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ja/web/api/htmlanchorelement/origin/index.html b/files/ja/web/api/htmlanchorelement/origin/index.html index 8353b66f0a..254a6d0a41 100644 --- a/files/ja/web/api/htmlanchorelement/origin/index.html +++ b/files/ja/web/api/htmlanchorelement/origin/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.origin -slug: Web/API/HTMLHyperlinkElementUtils/origin +slug: Web/API/HTMLAnchorElement/origin tags: - API - Experimental @@ -10,6 +10,7 @@ tags: - Reference - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/origin +original_slug: Web/API/HTMLHyperlinkElementUtils/origin --- <p>{{APIRef("URL API")}}</p> diff --git a/files/ja/web/api/htmlanchorelement/password/index.html b/files/ja/web/api/htmlanchorelement/password/index.html index d973268e54..c64b6381b0 100644 --- a/files/ja/web/api/htmlanchorelement/password/index.html +++ b/files/ja/web/api/htmlanchorelement/password/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.password -slug: Web/API/HTMLHyperlinkElementUtils/password +slug: Web/API/HTMLAnchorElement/password tags: - API - Experimental @@ -8,6 +8,7 @@ tags: - Property - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/password +original_slug: Web/API/HTMLHyperlinkElementUtils/password --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ja/web/api/htmlanchorelement/pathname/index.html b/files/ja/web/api/htmlanchorelement/pathname/index.html index a8b227269c..7782280325 100644 --- a/files/ja/web/api/htmlanchorelement/pathname/index.html +++ b/files/ja/web/api/htmlanchorelement/pathname/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.pathname -slug: Web/API/HTMLHyperlinkElementUtils/pathname +slug: Web/API/HTMLAnchorElement/pathname tags: - API - Experimental @@ -9,6 +9,7 @@ tags: - Reference - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/pathname +original_slug: Web/API/HTMLHyperlinkElementUtils/pathname --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ja/web/api/htmlanchorelement/port/index.html b/files/ja/web/api/htmlanchorelement/port/index.html index a97a28511a..5c7d24055a 100644 --- a/files/ja/web/api/htmlanchorelement/port/index.html +++ b/files/ja/web/api/htmlanchorelement/port/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.port -slug: Web/API/HTMLHyperlinkElementUtils/port +slug: Web/API/HTMLAnchorElement/port tags: - API - Experimental @@ -9,6 +9,7 @@ tags: - Reference - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/port +original_slug: Web/API/HTMLHyperlinkElementUtils/port --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ja/web/api/htmlanchorelement/protocol/index.html b/files/ja/web/api/htmlanchorelement/protocol/index.html index 9b800001ea..f25a1d16df 100644 --- a/files/ja/web/api/htmlanchorelement/protocol/index.html +++ b/files/ja/web/api/htmlanchorelement/protocol/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.protocol -slug: Web/API/HTMLHyperlinkElementUtils/protocol +slug: Web/API/HTMLAnchorElement/protocol tags: - API - Experimental @@ -8,6 +8,7 @@ tags: - Property - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/protocol +original_slug: Web/API/HTMLHyperlinkElementUtils/protocol --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ja/web/api/htmlanchorelement/search/index.html b/files/ja/web/api/htmlanchorelement/search/index.html index 3d09ac6610..2b1c67dd78 100644 --- a/files/ja/web/api/htmlanchorelement/search/index.html +++ b/files/ja/web/api/htmlanchorelement/search/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.search -slug: Web/API/HTMLHyperlinkElementUtils/search +slug: Web/API/HTMLAnchorElement/search tags: - API - Experimental @@ -9,6 +9,7 @@ tags: - Reference - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/search +original_slug: Web/API/HTMLHyperlinkElementUtils/search --- <div>{{ApiRef("URL API")}}</div> diff --git a/files/ja/web/api/htmlanchorelement/tostring/index.html b/files/ja/web/api/htmlanchorelement/tostring/index.html index 1edb61e862..36d1b4190a 100644 --- a/files/ja/web/api/htmlanchorelement/tostring/index.html +++ b/files/ja/web/api/htmlanchorelement/tostring/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.toString() -slug: Web/API/HTMLHyperlinkElementUtils/toString +slug: Web/API/HTMLAnchorElement/toString tags: - API - Experimental @@ -10,6 +10,7 @@ tags: - Stringifier - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/toString +original_slug: Web/API/HTMLHyperlinkElementUtils/toString --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ja/web/api/htmlanchorelement/username/index.html b/files/ja/web/api/htmlanchorelement/username/index.html index 2bda58e2d2..c1f7c60dcb 100644 --- a/files/ja/web/api/htmlanchorelement/username/index.html +++ b/files/ja/web/api/htmlanchorelement/username/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.username -slug: Web/API/HTMLHyperlinkElementUtils/username +slug: Web/API/HTMLAnchorElement/username tags: - API - Experimental @@ -9,6 +9,7 @@ tags: - Reference - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/username +original_slug: Web/API/HTMLHyperlinkElementUtils/username --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index 332b346200..3bd8a48519 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -213,7 +213,7 @@ /ko/docs/DOM /ko/docs/Web/API/Document_Object_Model /ko/docs/DOM/Notification.permission /ko/docs/Web/API/Notification/permission /ko/docs/DOM/document /ko/docs/Web/API/Document -/ko/docs/DOM/document.activeElement /ko/docs/Web/API/DocumentOrShadowRoot/activeElement +/ko/docs/DOM/document.activeElement /ko/docs/Web/API/Document/activeElement /ko/docs/DOM/document.alinkColor /ko/docs/Web/API/Document/alinkColor /ko/docs/DOM/document.anchors /ko/docs/Web/API/Document/anchors /ko/docs/DOM/document.applets /ko/docs/Web/API/Document/applets @@ -244,7 +244,7 @@ /ko/docs/DOM/window.navigator.geolocation.getCurrentPosition /ko/docs/Web/API/Geolocation/getCurrentPosition /ko/docs/DOM/window.navigator.registerProtocolHandler /ko/docs/Web/API/Navigator/registerProtocolHandler /ko/docs/DOM:document /ko/docs/Web/API/Document -/ko/docs/DOM:document.activeElement /ko/docs/Web/API/DocumentOrShadowRoot/activeElement +/ko/docs/DOM:document.activeElement /ko/docs/Web/API/Document/activeElement /ko/docs/DOM:document.alinkColor /ko/docs/Web/API/Document/alinkColor /ko/docs/DOM:document.anchors /ko/docs/Web/API/Document/anchors /ko/docs/DOM:document.applets /ko/docs/Web/API/Document/applets @@ -623,11 +623,11 @@ /ko/docs/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations /ko/docs/Web/XSLT/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations /ko/docs/Web/API/Boolean /ko/docs/Web/JavaScript/Reference/Global_Objects/Boolean /ko/docs/Web/API/Canvas_API/캔버스_튜토리얼 /ko/docs/Web/API/Canvas_API/Tutorial -/ko/docs/Web/API/Document/activeElement /ko/docs/Web/API/DocumentOrShadowRoot/activeElement /ko/docs/Web/API/Document/defaultView/popstate_event /ko/docs/Web/API/Window/popstate_event /ko/docs/Web/API/Document/defaultView/resize_event /ko/docs/Web/API/Window/resize_event /ko/docs/Web/API/Document/drag_이벤트 /ko/docs/Web/API/Document/drag_event /ko/docs/Web/API/Document/getSelection /ko/docs/Web/API/DocumentOrShadowRoot/getSelection +/ko/docs/Web/API/DocumentOrShadowRoot/activeElement /ko/docs/Web/API/Document/activeElement /ko/docs/Web/API/Document_Object_Model/Preface /ko/docs/Web/API/Document_Object_Model /ko/docs/Web/API/Document_Object_Model/소개 /ko/docs/Web/API/Document_Object_Model/Introduction /ko/docs/Web/API/Document_Object_Model/예제 /ko/docs/Web/API/Document_Object_Model/Examples @@ -642,6 +642,8 @@ /ko/docs/Web/API/HTMLElement/dataset /ko/docs/Web/API/HTMLOrForeignElement/dataset /ko/docs/Web/API/HTMLElement/style /ko/docs/Web/API/ElementCSSInlineStyle/style /ko/docs/Web/API/HTMLElement/tabIndex /ko/docs/Web/API/HTMLOrForeignElement/tabIndex +/ko/docs/Web/API/HTMLHyperlinkElementUtils /ko/docs/orphaned/Web/API/HTMLHyperlinkElementUtils +/ko/docs/Web/API/HTMLHyperlinkElementUtils/href /ko/docs/Web/API/HTMLAnchorElement/href /ko/docs/Web/API/HTML_드래그_앤_드롭_API /ko/docs/Web/API/HTML_Drag_and_Drop_API /ko/docs/Web/API/HTML_드래그_앤_드롭_API/Drag_operations /ko/docs/Web/API/HTML_Drag_and_Drop_API/Drag_operations /ko/docs/Web/API/Navigator.battery /ko/docs/Web/API/Navigator/battery diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index e852b2db0a..036383c9bf 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -3620,13 +3620,6 @@ "Sheppy" ] }, - "Web/API/DocumentOrShadowRoot/activeElement": { - "modified": "2020-10-15T22:26:23.654Z", - "contributors": [ - "alattalatta", - "composite" - ] - }, "Web/API/DocumentOrShadowRoot/styleSheets": { "modified": "2020-10-15T22:11:37.061Z", "contributors": [ @@ -4408,18 +4401,6 @@ "Netaras" ] }, - "Web/API/HTMLHyperlinkElementUtils": { - "modified": "2020-10-15T22:15:23.043Z", - "contributors": [ - "connorshea" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/href": { - "modified": "2020-10-15T22:15:22.693Z", - "contributors": [ - "alattalatta" - ] - }, "Web/API/HTMLLIElement": { "modified": "2020-10-15T22:24:50.064Z", "contributors": [ @@ -18704,5 +18685,24 @@ "contributors": [ "Sebuls" ] + }, + "Web/API/Document/activeElement": { + "modified": "2020-10-15T22:26:23.654Z", + "contributors": [ + "alattalatta", + "composite" + ] + }, + "Web/API/HTMLAnchorElement/href": { + "modified": "2020-10-15T22:15:22.693Z", + "contributors": [ + "alattalatta" + ] + }, + "orphaned/Web/API/HTMLHyperlinkElementUtils": { + "modified": "2020-10-15T22:15:23.043Z", + "contributors": [ + "connorshea" + ] } }
\ No newline at end of file diff --git a/files/ko/orphaned/web/api/htmlhyperlinkelementutils/index.html b/files/ko/orphaned/web/api/htmlhyperlinkelementutils/index.html index cd82725dbf..6ae4afa92f 100644 --- a/files/ko/orphaned/web/api/htmlhyperlinkelementutils/index.html +++ b/files/ko/orphaned/web/api/htmlhyperlinkelementutils/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils -slug: Web/API/HTMLHyperlinkElementUtils +slug: orphaned/Web/API/HTMLHyperlinkElementUtils tags: - API - Experimental @@ -9,6 +9,7 @@ tags: - TopicStub - URL API translation_of: Web/API/HTMLHyperlinkElementUtils +original_slug: Web/API/HTMLHyperlinkElementUtils --- <p>{{ApiRef("URL API")}}{{SeeCompatTable}}</p> diff --git a/files/ko/web/api/document/activeelement/index.html b/files/ko/web/api/document/activeelement/index.html index 2f4d4394d9..ff6af94682 100644 --- a/files/ko/web/api/document/activeelement/index.html +++ b/files/ko/web/api/document/activeelement/index.html @@ -1,6 +1,6 @@ --- title: DocumentOrShadowRoot.activeElement -slug: Web/API/DocumentOrShadowRoot/activeElement +slug: Web/API/Document/activeElement tags: - API - Document @@ -10,6 +10,7 @@ tags: - Reference - ShadowRoot translation_of: Web/API/DocumentOrShadowRoot/activeElement +original_slug: Web/API/DocumentOrShadowRoot/activeElement --- <div>{{APIRef("Shadow DOM")}}</div> diff --git a/files/ko/web/api/htmlanchorelement/href/index.html b/files/ko/web/api/htmlanchorelement/href/index.html index ba2dbea4d5..ec1e854a73 100644 --- a/files/ko/web/api/htmlanchorelement/href/index.html +++ b/files/ko/web/api/htmlanchorelement/href/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.href -slug: Web/API/HTMLHyperlinkElementUtils/href +slug: Web/API/HTMLAnchorElement/href tags: - API - Experimental @@ -9,6 +9,7 @@ tags: - Property - Reference translation_of: Web/API/HTMLHyperlinkElementUtils/href +original_slug: Web/API/HTMLHyperlinkElementUtils/href --- <div>{{ApiRef("URL API")}}</div> diff --git a/files/pl/_redirects.txt b/files/pl/_redirects.txt index 6a6924a0ca..46e052f080 100644 --- a/files/pl/_redirects.txt +++ b/files/pl/_redirects.txt @@ -320,7 +320,7 @@ /pl/docs/DOM/dispatchEvent_-_przykład /pl/docs/Web/Guide/Events/Creating_and_triggering_events /pl/docs/DOM/document /pl/docs/Web/API/Document /pl/docs/DOM/document.URL /pl/docs/Web/API/Document/URL -/pl/docs/DOM/document.activeElement /pl/docs/Web/API/DocumentOrShadowRoot/activeElement +/pl/docs/DOM/document.activeElement /pl/docs/Web/API/Document/activeElement /pl/docs/DOM/document.alinkColor /pl/docs/Web/API/Document/alinkColor /pl/docs/DOM/document.anchors /pl/docs/Web/API/Document/anchors /pl/docs/DOM/document.applets /pl/docs/Web/API/Document/applets @@ -568,7 +568,7 @@ /pl/docs/DOM:dispatchEvent_-_przykład /pl/docs/Web/Guide/Events/Creating_and_triggering_events /pl/docs/DOM:document /pl/docs/Web/API/Document /pl/docs/DOM:document.URL /pl/docs/Web/API/Document/URL -/pl/docs/DOM:document.activeElement /pl/docs/Web/API/DocumentOrShadowRoot/activeElement +/pl/docs/DOM:document.activeElement /pl/docs/Web/API/Document/activeElement /pl/docs/DOM:document.alinkColor /pl/docs/Web/API/Document/alinkColor /pl/docs/DOM:document.anchors /pl/docs/Web/API/Document/anchors /pl/docs/DOM:document.applets /pl/docs/Web/API/Document/applets @@ -1927,10 +1927,10 @@ /pl/docs/Web/API/AudioContext/createDynamicsCompressor /pl/docs/Web/API/BaseAudioContext/createDynamicsCompressor /pl/docs/Web/API/Canvas_API/Tutorial/Optymalizacja_canvas /pl/docs/Web/API/Canvas_API/Tutorial/Optimizing_canvas /pl/docs/Web/API/Canvas_API/Tutorial/rysowanie_ksztaltow /pl/docs/Web/API/Canvas_API/Tutorial/Drawing_shapes -/pl/docs/Web/API/Document/activeElement /pl/docs/Web/API/DocumentOrShadowRoot/activeElement /pl/docs/Web/API/Document/firstChild /pl/docs/conflicting/Web/API/Node/firstChild /pl/docs/Web/API/Document/namespaceURI /pl/docs/conflicting/Web/API/Node/namespaceURI /pl/docs/Web/API/Document/styleSheets /pl/docs/Web/API/DocumentOrShadowRoot/styleSheets +/pl/docs/Web/API/DocumentOrShadowRoot/activeElement /pl/docs/Web/API/Document/activeElement /pl/docs/Web/API/Element/addEventListener /pl/docs/Web/API/EventTarget/addEventListener /pl/docs/Web/API/Element/appendChild /pl/docs/Web/API/Node/appendChild /pl/docs/Web/API/Element/blur /pl/docs/Web/API/HTMLOrForeignElement/blur diff --git a/files/pl/_wikihistory.json b/files/pl/_wikihistory.json index 23917b83dd..057aae17c5 100644 --- a/files/pl/_wikihistory.json +++ b/files/pl/_wikihistory.json @@ -10804,15 +10804,6 @@ "Emil" ] }, - "Web/API/DocumentOrShadowRoot/activeElement": { - "modified": "2019-03-23T23:53:13.275Z", - "contributors": [ - "teoli", - "AshfaqHossain", - "Mgjbot", - "Flaneur" - ] - }, "conflicting/Web/API/Node/firstChild": { "modified": "2019-03-23T23:53:15.004Z", "contributors": [ @@ -11745,5 +11736,14 @@ "Xelix196", "matewka" ] + }, + "Web/API/Document/activeElement": { + "modified": "2019-03-23T23:53:13.275Z", + "contributors": [ + "teoli", + "AshfaqHossain", + "Mgjbot", + "Flaneur" + ] } }
\ No newline at end of file diff --git a/files/pl/web/api/document/activeelement/index.html b/files/pl/web/api/document/activeelement/index.html index 173e0b9d64..b59c06d8fe 100644 --- a/files/pl/web/api/document/activeelement/index.html +++ b/files/pl/web/api/document/activeelement/index.html @@ -1,6 +1,6 @@ --- title: document.activeElement -slug: Web/API/DocumentOrShadowRoot/activeElement +slug: Web/API/Document/activeElement tags: - DOM - Dokumentacja_Gecko_DOM @@ -8,7 +8,7 @@ tags: - Wszystkie_kategorie translation_of: Web/API/DocumentOrShadowRoot/activeElement translation_of_original: Web/API/Document/activeElement -original_slug: Web/API/Document/activeElement +original_slug: Web/API/DocumentOrShadowRoot/activeElement --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> diff --git a/files/pt-br/_redirects.txt b/files/pt-br/_redirects.txt index 03e9b2c75e..85ac13ea5b 100644 --- a/files/pt-br/_redirects.txt +++ b/files/pt-br/_redirects.txt @@ -551,12 +551,12 @@ /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/DocumentOrShadowRoot/activeElement /pt-BR/docs/Web/API/Document/activeElement /pt-BR/docs/Web/API/DocumentoXML /pt-BR/docs/Web/API/XMLDocument /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 @@ -626,7 +626,8 @@ /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/Accessibility/ARIA/widgets/Visão_geral /pt-BR/docs/conflicting/Web/Accessibility/ARIA/widgets +/pt-BR/docs/Web/Accessibility/ARIA/widgets/overview /pt-BR/docs/conflicting/Web/Accessibility/ARIA/widgets /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 diff --git a/files/pt-br/_wikihistory.json b/files/pt-br/_wikihistory.json index 7dd7857632..8844ab7810 100644 --- a/files/pt-br/_wikihistory.json +++ b/files/pt-br/_wikihistory.json @@ -15239,13 +15239,6 @@ "caio.rrs" ] }, - "Web/Accessibility/ARIA/widgets/overview": { - "modified": "2019-03-23T22:29:34.759Z", - "contributors": [ - "Aschlla", - "caio.rrs" - ] - }, "Web/Accessibility/Mobile_accessibility_checklist": { "modified": "2019-03-18T21:15:58.279Z", "contributors": [ @@ -16965,15 +16958,6 @@ "Fernandolrs" ] }, - "Web/API/DocumentOrShadowRoot/activeElement": { - "modified": "2019-03-23T22:24:43.471Z", - "contributors": [ - "wbamberg", - "fscholz", - "fernandosavio", - "DiegoYungh" - ] - }, "Web/API/DocumentOrShadowRoot/elementFromPoint": { "modified": "2019-03-23T22:29:17.399Z", "contributors": [ @@ -17367,5 +17351,21 @@ "Fernandolrs", "Sheppy" ] + }, + "conflicting/Web/Accessibility/ARIA/widgets": { + "modified": "2019-03-23T22:29:34.759Z", + "contributors": [ + "Aschlla", + "caio.rrs" + ] + }, + "Web/API/Document/activeElement": { + "modified": "2019-03-23T22:24:43.471Z", + "contributors": [ + "wbamberg", + "fscholz", + "fernandosavio", + "DiegoYungh" + ] } }
\ No newline at end of file diff --git a/files/pt-br/conflicting/web/accessibility/aria/widgets/index.html b/files/pt-br/conflicting/web/accessibility/aria/widgets/index.html index 529e77dd5f..ec24fdd8c3 100644 --- a/files/pt-br/conflicting/web/accessibility/aria/widgets/index.html +++ b/files/pt-br/conflicting/web/accessibility/aria/widgets/index.html @@ -1,13 +1,13 @@ --- title: Visão geral -slug: Web/Accessibility/ARIA/widgets/overview +slug: conflicting/Web/Accessibility/ARIA/widgets tags: - Acessibilidade - JavaScript - Landing - PrecisaAtualizar translation_of: Web/Accessibility/ARIA/widgets/overview -original_slug: Web/Accessibility/ARIA/widgets/Visão_geral +original_slug: Web/Accessibility/ARIA/widgets/overview --- <div class="warning">Aviso: precisa de atualização</div> diff --git a/files/pt-br/web/api/document/activeelement/index.html b/files/pt-br/web/api/document/activeelement/index.html index 2223a29d1d..b558e531f2 100644 --- a/files/pt-br/web/api/document/activeelement/index.html +++ b/files/pt-br/web/api/document/activeelement/index.html @@ -1,6 +1,6 @@ --- title: Document.activeElement -slug: Web/API/DocumentOrShadowRoot/activeElement +slug: Web/API/Document/activeElement tags: - API - Document @@ -9,7 +9,7 @@ tags: - Reference translation_of: Web/API/DocumentOrShadowRoot/activeElement translation_of_original: Web/API/Document/activeElement -original_slug: Web/API/Document/activeElement +original_slug: Web/API/DocumentOrShadowRoot/activeElement --- <p>{{APIRef("DOM")}}</p> diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index eb2ee1dbbb..52a1922bb2 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -396,13 +396,13 @@ /ru/docs/Web/API/Canvas_API/Рисование_графики_с_помощью_Canvas /ru/docs/Web/API/Canvas_API/Tutorial /ru/docs/Web/API/Coordinates /ru/docs/Web/API/GeolocationCoordinates /ru/docs/Web/API/Document.querySelectorAll /ru/docs/Web/API/Document/querySelectorAll -/ru/docs/Web/API/Document/activeElement /ru/docs/Web/API/DocumentOrShadowRoot/activeElement /ru/docs/Web/API/Document/async /ru/docs/Web/API/XMLDocument/async /ru/docs/Web/API/Document/defaultView/popstate_event /ru/docs/Web/API/Window/popstate_event /ru/docs/Web/API/Document/defaultView/resize_event /ru/docs/Web/API/Window/resize_event /ru/docs/Web/API/Document/defaultView/storage_event /ru/docs/Web/API/Window/storage_event /ru/docs/Web/API/Document/domConfig /ru/docs/Web/API/Document /ru/docs/Web/API/Document/getSelection /ru/docs/Web/API/DocumentOrShadowRoot/getSelection +/ru/docs/Web/API/DocumentOrShadowRoot/activeElement /ru/docs/Web/API/Document/activeElement /ru/docs/Web/API/Element.getBoundingClientRect /ru/docs/Web/API/Element/getBoundingClientRect /ru/docs/Web/API/Element.insertAdjacentHTML /ru/docs/Web/API/Element/insertAdjacentHTML /ru/docs/Web/API/Element/accessKey /ru/docs/Web/API/HTMLElement/accessKey @@ -418,6 +418,19 @@ /ru/docs/Web/API/HTMLElement/nonce /ru/docs/Web/API/HTMLOrForeignElement/nonce /ru/docs/Web/API/HTMLElement/style /ru/docs/Web/API/ElementCSSInlineStyle/style /ru/docs/Web/API/HTMLElement/tabIndex /ru/docs/Web/API/HTMLOrForeignElement/tabIndex +/ru/docs/Web/API/HTMLHyperlinkElementUtils /ru/docs/orphaned/Web/API/HTMLHyperlinkElementUtils +/ru/docs/Web/API/HTMLHyperlinkElementUtils/hash /ru/docs/Web/API/HTMLAnchorElement/hash +/ru/docs/Web/API/HTMLHyperlinkElementUtils/host /ru/docs/Web/API/HTMLAnchorElement/host +/ru/docs/Web/API/HTMLHyperlinkElementUtils/hostname /ru/docs/Web/API/HTMLAnchorElement/hostname +/ru/docs/Web/API/HTMLHyperlinkElementUtils/href /ru/docs/Web/API/HTMLAnchorElement/href +/ru/docs/Web/API/HTMLHyperlinkElementUtils/origin /ru/docs/Web/API/HTMLAnchorElement/origin +/ru/docs/Web/API/HTMLHyperlinkElementUtils/password /ru/docs/Web/API/HTMLAnchorElement/password +/ru/docs/Web/API/HTMLHyperlinkElementUtils/pathname /ru/docs/Web/API/HTMLAnchorElement/pathname +/ru/docs/Web/API/HTMLHyperlinkElementUtils/port /ru/docs/Web/API/HTMLAnchorElement/port +/ru/docs/Web/API/HTMLHyperlinkElementUtils/protocol /ru/docs/Web/API/HTMLAnchorElement/protocol +/ru/docs/Web/API/HTMLHyperlinkElementUtils/search /ru/docs/Web/API/HTMLAnchorElement/search +/ru/docs/Web/API/HTMLHyperlinkElementUtils/toString /ru/docs/Web/API/HTMLAnchorElement/toString +/ru/docs/Web/API/HTMLHyperlinkElementUtils/username /ru/docs/Web/API/HTMLAnchorElement/username /ru/docs/Web/API/HTMLImageElement.Image /ru/docs/Web/API/HTMLImageElement/Image /ru/docs/Web/API/MediaTrackConstraints/Эхоподавление /ru/docs/Web/API/MediaTrackConstraints/echoCancellation /ru/docs/Web/API/NavigatorGeolocation /ru/docs/conflicting/Web/API/Geolocation @@ -431,7 +444,10 @@ /ru/docs/Web/API/Node/baseURIObject /ru/docs/conflicting/Web/API/Node /ru/docs/Web/API/Node/innerText /ru/docs/Web/API/HTMLElement/innerText /ru/docs/Web/API/Node/nodePrincipal /ru/docs/conflicting/Web/API/Node_378aed5ed6869e50853edbc988cf9556 -/ru/docs/Web/API/NonDocumentTypeChildNode/NonDocumentTypeChildNode.nextElementSibling /ru/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling +/ru/docs/Web/API/NonDocumentTypeChildNode /ru/docs/conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e +/ru/docs/Web/API/NonDocumentTypeChildNode/NonDocumentTypeChildNode.nextElementSibling /ru/docs/Web/API/Element/nextElementSibling +/ru/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling /ru/docs/Web/API/Element/nextElementSibling +/ru/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling /ru/docs/Web/API/Element/previousElementSibling /ru/docs/Web/API/PositionError /ru/docs/Web/API/GeolocationPositionError /ru/docs/Web/API/Push_API/Using_the_Push_API /ru/docs/conflicting/Web/API/Push_API /ru/docs/Web/API/RandomSource /ru/docs/conflicting/Web/API/Crypto/getRandomValues @@ -455,7 +471,7 @@ /ru/docs/Web/API/WindowTimers.setTimeout /ru/docs/Web/API/WindowOrWorkerGlobalScope/setTimeout /ru/docs/Web/API/WindowTimers/setTimeout /ru/docs/Web/API/WindowOrWorkerGlobalScope/setTimeout /ru/docs/Web/API/console.timeEnd /ru/docs/Web/API/Console/timeEnd -/ru/docs/Web/API/document.activeElement /ru/docs/Web/API/DocumentOrShadowRoot/activeElement +/ru/docs/Web/API/document.activeElement /ru/docs/Web/API/Document/activeElement /ru/docs/Web/API/document.createComment /ru/docs/Web/API/Document/createComment /ru/docs/Web/API/document.designMode /ru/docs/Web/API/Document/designMode /ru/docs/Web/API/document.execCommand /ru/docs/Web/API/Document/execCommand diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index 9b04a178ab..4a85c9bbb7 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -5672,84 +5672,6 @@ "Echzio" ] }, - "Web/API/HTMLHyperlinkElementUtils": { - "modified": "2019-03-23T22:27:08.817Z", - "contributors": [ - "teoli" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/hash": { - "modified": "2019-03-23T22:27:07.342Z", - "contributors": [ - "tim-zh" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/host": { - "modified": "2019-03-23T22:27:14.772Z", - "contributors": [ - "tim-zh" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/hostname": { - "modified": "2019-03-23T22:27:14.609Z", - "contributors": [ - "tim-zh" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/href": { - "modified": "2019-03-23T22:27:04.617Z", - "contributors": [ - "tim-zh" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/origin": { - "modified": "2019-03-23T22:27:01.715Z", - "contributors": [ - "tim-zh" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/password": { - "modified": "2019-03-23T22:26:59.020Z", - "contributors": [ - "tim-zh" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/pathname": { - "modified": "2019-03-23T22:27:12.811Z", - "contributors": [ - "tim-zh" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/port": { - "modified": "2019-03-23T22:27:11.593Z", - "contributors": [ - "tim-zh" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/protocol": { - "modified": "2019-03-23T22:27:14.324Z", - "contributors": [ - "tim-zh" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/search": { - "modified": "2019-03-23T22:27:12.956Z", - "contributors": [ - "tim-zh" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/toString": { - "modified": "2019-03-23T22:26:54.970Z", - "contributors": [ - "tim-zh" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/username": { - "modified": "2019-03-23T22:27:13.479Z", - "contributors": [ - "tim-zh" - ] - }, "Web/API/HTMLImageElement": { "modified": "2019-03-23T23:30:08.953Z", "contributors": [ @@ -6893,18 +6815,6 @@ "dginzburg" ] }, - "Web/API/NonDocumentTypeChildNode": { - "modified": "2019-03-18T21:43:39.016Z", - "contributors": [ - "fscholz" - ] - }, - "Web/API/NonDocumentTypeChildNode/previousElementSibling": { - "modified": "2019-03-18T21:39:03.666Z", - "contributors": [ - "Sparks" - ] - }, "Web/API/Notifications_API": { "modified": "2019-03-23T22:16:18.353Z", "contributors": [ @@ -22152,13 +22062,6 @@ "Aleksander3007" ] }, - "Web/API/NonDocumentTypeChildNode/nextElementSibling": { - "modified": "2019-08-16T17:33:57.106Z", - "contributors": [ - "T-p-V", - "GoodLuck" - ] - }, "Web/API/Crypto/getRandomValues": { "modified": "2020-10-15T21:43:20.603Z", "contributors": [ @@ -25313,15 +25216,6 @@ "Aleksej" ] }, - "Web/API/DocumentOrShadowRoot/activeElement": { - "modified": "2019-03-23T23:07:52.737Z", - "contributors": [ - "wbamberg", - "fscholz", - "mrDinckleman", - "my8bit" - ] - }, "Web/API/DocumentOrShadowRoot/getSelection": { "modified": "2019-03-23T22:34:05.751Z", "contributors": [ @@ -25988,5 +25882,111 @@ "runicelf", "Megapotz" ] + }, + "Web/API/HTMLAnchorElement/hash": { + "modified": "2019-03-23T22:27:07.342Z", + "contributors": [ + "tim-zh" + ] + }, + "Web/API/HTMLAnchorElement/host": { + "modified": "2019-03-23T22:27:14.772Z", + "contributors": [ + "tim-zh" + ] + }, + "Web/API/HTMLAnchorElement/hostname": { + "modified": "2019-03-23T22:27:14.609Z", + "contributors": [ + "tim-zh" + ] + }, + "Web/API/HTMLAnchorElement/href": { + "modified": "2019-03-23T22:27:04.617Z", + "contributors": [ + "tim-zh" + ] + }, + "orphaned/Web/API/HTMLHyperlinkElementUtils": { + "modified": "2019-03-23T22:27:08.817Z", + "contributors": [ + "teoli" + ] + }, + "Web/API/HTMLAnchorElement/origin": { + "modified": "2019-03-23T22:27:01.715Z", + "contributors": [ + "tim-zh" + ] + }, + "Web/API/HTMLAnchorElement/password": { + "modified": "2019-03-23T22:26:59.020Z", + "contributors": [ + "tim-zh" + ] + }, + "Web/API/HTMLAnchorElement/pathname": { + "modified": "2019-03-23T22:27:12.811Z", + "contributors": [ + "tim-zh" + ] + }, + "Web/API/HTMLAnchorElement/port": { + "modified": "2019-03-23T22:27:11.593Z", + "contributors": [ + "tim-zh" + ] + }, + "Web/API/HTMLAnchorElement/protocol": { + "modified": "2019-03-23T22:27:14.324Z", + "contributors": [ + "tim-zh" + ] + }, + "Web/API/HTMLAnchorElement/search": { + "modified": "2019-03-23T22:27:12.956Z", + "contributors": [ + "tim-zh" + ] + }, + "Web/API/HTMLAnchorElement/toString": { + "modified": "2019-03-23T22:26:54.970Z", + "contributors": [ + "tim-zh" + ] + }, + "Web/API/HTMLAnchorElement/username": { + "modified": "2019-03-23T22:27:13.479Z", + "contributors": [ + "tim-zh" + ] + }, + "conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e": { + "modified": "2019-03-18T21:43:39.016Z", + "contributors": [ + "fscholz" + ] + }, + "Web/API/Element/nextElementSibling": { + "modified": "2019-08-16T17:33:57.106Z", + "contributors": [ + "T-p-V", + "GoodLuck" + ] + }, + "Web/API/Element/previousElementSibling": { + "modified": "2019-03-18T21:39:03.666Z", + "contributors": [ + "Sparks" + ] + }, + "Web/API/Document/activeElement": { + "modified": "2019-03-23T23:07:52.737Z", + "contributors": [ + "wbamberg", + "fscholz", + "mrDinckleman", + "my8bit" + ] } }
\ No newline at end of file diff --git a/files/ru/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html b/files/ru/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html index 20f5c6ea40..64a1aab95a 100644 --- a/files/ru/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html +++ b/files/ru/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html @@ -1,6 +1,6 @@ --- title: NonDocumentTypeChildNode -slug: Web/API/NonDocumentTypeChildNode +slug: conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e tags: - API - DOM @@ -9,6 +9,7 @@ tags: - Reference - TopicStub translation_of: Web/API/NonDocumentTypeChildNode +original_slug: Web/API/NonDocumentTypeChildNode --- <div>{{APIRef("DOM")}}</div> diff --git a/files/ru/orphaned/web/api/htmlhyperlinkelementutils/index.html b/files/ru/orphaned/web/api/htmlhyperlinkelementutils/index.html index 2abe580d83..2ee02cdbfd 100644 --- a/files/ru/orphaned/web/api/htmlhyperlinkelementutils/index.html +++ b/files/ru/orphaned/web/api/htmlhyperlinkelementutils/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils -slug: Web/API/HTMLHyperlinkElementUtils +slug: orphaned/Web/API/HTMLHyperlinkElementUtils tags: - API - Experimental @@ -9,6 +9,7 @@ tags: - TopicStub - URL API translation_of: Web/API/HTMLHyperlinkElementUtils +original_slug: Web/API/HTMLHyperlinkElementUtils --- <p>{{ApiRef("URL API")}}{{SeeCompatTable}}</p> diff --git a/files/ru/web/api/document/activeelement/index.html b/files/ru/web/api/document/activeelement/index.html index 4261eee4e9..b28755df42 100644 --- a/files/ru/web/api/document/activeelement/index.html +++ b/files/ru/web/api/document/activeelement/index.html @@ -1,6 +1,6 @@ --- title: Document.activeElement -slug: Web/API/DocumentOrShadowRoot/activeElement +slug: Web/API/Document/activeElement tags: - API - Document @@ -9,7 +9,7 @@ tags: - Reference translation_of: Web/API/DocumentOrShadowRoot/activeElement translation_of_original: Web/API/Document/activeElement -original_slug: Web/API/Document/activeElement +original_slug: Web/API/DocumentOrShadowRoot/activeElement --- <p>{{ ApiRef() }}</p> diff --git a/files/ru/web/api/element/nextelementsibling/index.html b/files/ru/web/api/element/nextelementsibling/index.html index 1e8d05c4c2..6c811adbe2 100644 --- a/files/ru/web/api/element/nextelementsibling/index.html +++ b/files/ru/web/api/element/nextelementsibling/index.html @@ -1,8 +1,8 @@ --- title: NonDocumentTypeChildNode.nextElementSibling -slug: Web/API/NonDocumentTypeChildNode/nextElementSibling +slug: Web/API/Element/nextElementSibling translation_of: Web/API/NonDocumentTypeChildNode/nextElementSibling -original_slug: Web/API/NonDocumentTypeChildNode/NonDocumentTypeChildNode.nextElementSibling +original_slug: Web/API/NonDocumentTypeChildNode/nextElementSibling --- <div>{{APIRef("DOM")}}</div> diff --git a/files/ru/web/api/element/previouselementsibling/index.html b/files/ru/web/api/element/previouselementsibling/index.html index 2cc659ef51..1e6ab64268 100644 --- a/files/ru/web/api/element/previouselementsibling/index.html +++ b/files/ru/web/api/element/previouselementsibling/index.html @@ -1,7 +1,8 @@ --- title: NonDocumentTypeChildNode.previousElementSibling -slug: Web/API/NonDocumentTypeChildNode/previousElementSibling +slug: Web/API/Element/previousElementSibling translation_of: Web/API/NonDocumentTypeChildNode/previousElementSibling +original_slug: Web/API/NonDocumentTypeChildNode/previousElementSibling --- <div> <div>{{APIRef("DOM")}}</div> diff --git a/files/ru/web/api/htmlanchorelement/hash/index.html b/files/ru/web/api/htmlanchorelement/hash/index.html index 8a135ab828..e190f78636 100644 --- a/files/ru/web/api/htmlanchorelement/hash/index.html +++ b/files/ru/web/api/htmlanchorelement/hash/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.hash -slug: Web/API/HTMLHyperlinkElementUtils/hash +slug: Web/API/HTMLAnchorElement/hash tags: - API - Experimental @@ -8,6 +8,7 @@ tags: - Property - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/hash +original_slug: Web/API/HTMLHyperlinkElementUtils/hash --- <p>{{ APIRef("URLUtils") }}</p> diff --git a/files/ru/web/api/htmlanchorelement/host/index.html b/files/ru/web/api/htmlanchorelement/host/index.html index 742386e83b..33179c114f 100644 --- a/files/ru/web/api/htmlanchorelement/host/index.html +++ b/files/ru/web/api/htmlanchorelement/host/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.host -slug: Web/API/HTMLHyperlinkElementUtils/host +slug: Web/API/HTMLAnchorElement/host tags: - API - Experimental @@ -8,6 +8,7 @@ tags: - Property - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/host +original_slug: Web/API/HTMLHyperlinkElementUtils/host --- <div>{{ApiRef("URL API")}}</div> diff --git a/files/ru/web/api/htmlanchorelement/hostname/index.html b/files/ru/web/api/htmlanchorelement/hostname/index.html index da06c3dcb6..ef35c6709f 100644 --- a/files/ru/web/api/htmlanchorelement/hostname/index.html +++ b/files/ru/web/api/htmlanchorelement/hostname/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.hostname -slug: Web/API/HTMLHyperlinkElementUtils/hostname +slug: Web/API/HTMLAnchorElement/hostname tags: - API - Experimental @@ -8,6 +8,7 @@ tags: - Property - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/hostname +original_slug: Web/API/HTMLHyperlinkElementUtils/hostname --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ru/web/api/htmlanchorelement/href/index.html b/files/ru/web/api/htmlanchorelement/href/index.html index 03a52f2e51..0f03176a62 100644 --- a/files/ru/web/api/htmlanchorelement/href/index.html +++ b/files/ru/web/api/htmlanchorelement/href/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.href -slug: Web/API/HTMLHyperlinkElementUtils/href +slug: Web/API/HTMLAnchorElement/href tags: - API - Experimental @@ -10,6 +10,7 @@ tags: - Reference - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/href +original_slug: Web/API/HTMLHyperlinkElementUtils/href --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ru/web/api/htmlanchorelement/origin/index.html b/files/ru/web/api/htmlanchorelement/origin/index.html index b0e6b46e2e..571cc669db 100644 --- a/files/ru/web/api/htmlanchorelement/origin/index.html +++ b/files/ru/web/api/htmlanchorelement/origin/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.origin -slug: Web/API/HTMLHyperlinkElementUtils/origin +slug: Web/API/HTMLAnchorElement/origin tags: - API - Experimental @@ -10,6 +10,7 @@ tags: - Reference - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/origin +original_slug: Web/API/HTMLHyperlinkElementUtils/origin --- <p>{{APIRef("URL API")}}</p> diff --git a/files/ru/web/api/htmlanchorelement/password/index.html b/files/ru/web/api/htmlanchorelement/password/index.html index 668749a367..c6a5751d25 100644 --- a/files/ru/web/api/htmlanchorelement/password/index.html +++ b/files/ru/web/api/htmlanchorelement/password/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.password -slug: Web/API/HTMLHyperlinkElementUtils/password +slug: Web/API/HTMLAnchorElement/password tags: - API - Experimental @@ -8,6 +8,7 @@ tags: - Property - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/password +original_slug: Web/API/HTMLHyperlinkElementUtils/password --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ru/web/api/htmlanchorelement/pathname/index.html b/files/ru/web/api/htmlanchorelement/pathname/index.html index 9f6fb68608..ceda85555f 100644 --- a/files/ru/web/api/htmlanchorelement/pathname/index.html +++ b/files/ru/web/api/htmlanchorelement/pathname/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.pathname -slug: Web/API/HTMLHyperlinkElementUtils/pathname +slug: Web/API/HTMLAnchorElement/pathname tags: - API - Experimental @@ -8,6 +8,7 @@ tags: - Property - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/pathname +original_slug: Web/API/HTMLHyperlinkElementUtils/pathname --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ru/web/api/htmlanchorelement/port/index.html b/files/ru/web/api/htmlanchorelement/port/index.html index 2ab4461fc4..5cb032d0c5 100644 --- a/files/ru/web/api/htmlanchorelement/port/index.html +++ b/files/ru/web/api/htmlanchorelement/port/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.port -slug: Web/API/HTMLHyperlinkElementUtils/port +slug: Web/API/HTMLAnchorElement/port tags: - API - Experimental @@ -8,6 +8,7 @@ tags: - Property - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/port +original_slug: Web/API/HTMLHyperlinkElementUtils/port --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ru/web/api/htmlanchorelement/protocol/index.html b/files/ru/web/api/htmlanchorelement/protocol/index.html index d7b3b4327f..7de2513b9f 100644 --- a/files/ru/web/api/htmlanchorelement/protocol/index.html +++ b/files/ru/web/api/htmlanchorelement/protocol/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.protocol -slug: Web/API/HTMLHyperlinkElementUtils/protocol +slug: Web/API/HTMLAnchorElement/protocol tags: - API - Experimental @@ -8,6 +8,7 @@ tags: - Property - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/protocol +original_slug: Web/API/HTMLHyperlinkElementUtils/protocol --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ru/web/api/htmlanchorelement/search/index.html b/files/ru/web/api/htmlanchorelement/search/index.html index 7c23ed4fc8..18b716d835 100644 --- a/files/ru/web/api/htmlanchorelement/search/index.html +++ b/files/ru/web/api/htmlanchorelement/search/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.search -slug: Web/API/HTMLHyperlinkElementUtils/search +slug: Web/API/HTMLAnchorElement/search tags: - API - Experimental @@ -8,6 +8,7 @@ tags: - Property - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/search +original_slug: Web/API/HTMLHyperlinkElementUtils/search --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ru/web/api/htmlanchorelement/tostring/index.html b/files/ru/web/api/htmlanchorelement/tostring/index.html index aa8d9362c0..1b02751e90 100644 --- a/files/ru/web/api/htmlanchorelement/tostring/index.html +++ b/files/ru/web/api/htmlanchorelement/tostring/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.toString() -slug: Web/API/HTMLHyperlinkElementUtils/toString +slug: Web/API/HTMLAnchorElement/toString tags: - API - Experimental @@ -10,6 +10,7 @@ tags: - Stringifier - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/toString +original_slug: Web/API/HTMLHyperlinkElementUtils/toString --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/ru/web/api/htmlanchorelement/username/index.html b/files/ru/web/api/htmlanchorelement/username/index.html index c4da9f8b58..c212668e7e 100644 --- a/files/ru/web/api/htmlanchorelement/username/index.html +++ b/files/ru/web/api/htmlanchorelement/username/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils.username -slug: Web/API/HTMLHyperlinkElementUtils/username +slug: Web/API/HTMLAnchorElement/username tags: - API - Experimental @@ -8,6 +8,7 @@ tags: - Property - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/username +original_slug: Web/API/HTMLHyperlinkElementUtils/username --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 9a33475883..749c76c805 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -266,7 +266,7 @@ /zh-CN/docs/DOM/Element.children /zh-CN/docs/Web/API/ParentNode/children /zh-CN/docs/DOM/Element.firstElementChild /zh-CN/docs/Web/API/ParentNode/firstElementChild /zh-CN/docs/DOM/Element.lastElementChild /zh-CN/docs/Web/API/ParentNode/lastElementChild -/zh-CN/docs/DOM/Element.nextElementSibling /zh-CN/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling +/zh-CN/docs/DOM/Element.nextElementSibling /zh-CN/docs/Web/API/Element/nextElementSibling /zh-CN/docs/DOM/Element.querySelectorAll /zh-CN/docs/Web/API/Element/querySelectorAll /zh-CN/docs/DOM/EventTarget /zh-CN/docs/Web/API/EventTarget /zh-CN/docs/DOM/File /zh-CN/docs/Web/API/File @@ -458,7 +458,7 @@ /zh-CN/docs/DOM/element.onpaste /zh-CN/docs/Web/API/HTMLElement/onpaste /zh-CN/docs/DOM/element.onscroll /zh-CN/docs/Web/API/GlobalEventHandlers/onscroll /zh-CN/docs/DOM/element.outerHTML /zh-CN/docs/Web/API/Element/outerHTML -/zh-CN/docs/DOM/element.previousElementSibling /zh-CN/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling +/zh-CN/docs/DOM/element.previousElementSibling /zh-CN/docs/Web/API/Element/previousElementSibling /zh-CN/docs/DOM/element.removeAttribute /zh-CN/docs/Web/API/Element/removeAttribute /zh-CN/docs/DOM/element.setCapture /zh-CN/docs/Web/API/Element/setCapture /zh-CN/docs/DOM/element.tabIndex /zh-CN/docs/Web/API/HTMLOrForeignElement/tabIndex @@ -1465,9 +1465,9 @@ /zh-CN/docs/Web/API/CanvasRenderingContext2D.createPattern /zh-CN/docs/Web/API/CanvasRenderingContext2D/createPattern /zh-CN/docs/Web/API/Canvas_API/Drawing_graphics_with_canvas /zh-CN/docs/conflicting/Web/API/Canvas_API/Tutorial /zh-CN/docs/Web/API/Channel_Messaging_API/使用_channel_messaging /zh-CN/docs/Web/API/Channel_Messaging_API/Using_channel_messaging -/zh-CN/docs/Web/API/ChildNode.nextElementSibling /zh-CN/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling +/zh-CN/docs/Web/API/ChildNode.nextElementSibling /zh-CN/docs/Web/API/Element/nextElementSibling /zh-CN/docs/Web/API/ChildNode.remove /zh-CN/docs/Web/API/ChildNode/remove -/zh-CN/docs/Web/API/Childnode.previousElementSibling /zh-CN/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling +/zh-CN/docs/Web/API/Childnode.previousElementSibling /zh-CN/docs/Web/API/Element/previousElementSibling /zh-CN/docs/Web/API/Coordinates /zh-CN/docs/Web/API/GeolocationCoordinates /zh-CN/docs/Web/API/Coordinates/latitude /zh-CN/docs/Web/API/GeolocationCoordinates/latitude /zh-CN/docs/Web/API/DOMImplementation.createHTMLDocument /zh-CN/docs/Web/API/DOMImplementation/createHTMLDocument @@ -1476,7 +1476,6 @@ /zh-CN/docs/Web/API/DeviceLightEvent/Using_light_events /zh-CN/docs/Web/API/Ambient_Light_Events /zh-CN/docs/Web/API/Document.querySelectorAll /zh-CN/docs/Web/API/Document/querySelectorAll /zh-CN/docs/Web/API/Document.releaseCapture /zh-CN/docs/Web/API/Document/releaseCapture -/zh-CN/docs/Web/API/Document/activeElement /en-US/docs/Web/API/DocumentOrShadowRoot/activeElement /zh-CN/docs/Web/API/Document/async /zh-CN/docs/Web/API/XMLDocument/async /zh-CN/docs/Web/API/Document/cookie/Simple_document.cookie_framework /zh-CN/docs/orphaned/Web/API/Document/cookie/Simple_document.cookie_framework /zh-CN/docs/Web/API/Document/defaultView/popstate_event /zh-CN/docs/Web/API/Window/popstate_event @@ -1494,6 +1493,7 @@ /zh-CN/docs/Web/API/Document/pointerLockElement /zh-CN/docs/Web/API/DocumentOrShadowRoot/pointerLockElement /zh-CN/docs/Web/API/Document/rouchmove_event /zh-CN/docs/Web/API/Document/touchmove_event /zh-CN/docs/Web/API/Document/styleSheets /zh-CN/docs/conflicting/Web/API/DocumentOrShadowRoot/styleSheets +/zh-CN/docs/Web/API/DocumentOrShadowRoot/activeElement /zh-CN/docs/Web/API/Document/activeElement /zh-CN/docs/Web/API/Document_Object_Model/Preface /zh-CN/docs/conflicting/Web/API/Document_Object_Model /zh-CN/docs/Web/API/Element.classList /zh-CN/docs/Web/API/Element/classList /zh-CN/docs/Web/API/Element.className /zh-CN/docs/Web/API/Element/className @@ -1618,6 +1618,15 @@ /zh-CN/docs/Web/API/HTMLFormElement.elements /zh-CN/docs/Web/API/HTMLFormElement/elements /zh-CN/docs/Web/API/HTMLFormElement.reset /zh-CN/docs/Web/API/HTMLFormElement/reset /zh-CN/docs/Web/API/HTMLFormElement.submit /zh-CN/docs/Web/API/HTMLFormElement/submit +/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils /zh-CN/docs/orphaned/Web/API/HTMLHyperlinkElementUtils +/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/hash /zh-CN/docs/Web/API/HTMLAnchorElement/hash +/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/href /zh-CN/docs/Web/API/HTMLAnchorElement/href +/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/origin /zh-CN/docs/Web/API/HTMLAnchorElement/origin +/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/password /zh-CN/docs/Web/API/HTMLAnchorElement/password +/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/pathname /zh-CN/docs/Web/API/HTMLAnchorElement/pathname +/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/search /zh-CN/docs/Web/API/HTMLAnchorElement/search +/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/toString /zh-CN/docs/Web/API/HTMLAnchorElement/toString +/zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/username /zh-CN/docs/Web/API/HTMLAnchorElement/username /zh-CN/docs/Web/API/HTMLInputElement.mozSetFileNameArray /zh-CN/docs/conflicting/Web/API/HTMLInputElement /zh-CN/docs/Web/API/HTMLInputElement/mozSetFileNameArray /zh-CN/docs/conflicting/Web/API/HTMLInputElement /zh-CN/docs/Web/API/HTMLTableElement.deleteTHead /zh-CN/docs/Web/API/HTMLTableElement/deleteTHead @@ -1699,8 +1708,11 @@ /zh-CN/docs/Web/API/Node/outerText /zh-CN/docs/conflicting/Web/API/HTMLElement/outerText /zh-CN/docs/Web/API/Node/rootNode /zh-CN/docs/conflicting/Web/API/Node/getRootNode /zh-CN/docs/Web/API/NodeList.item /zh-CN/docs/Web/API/NodeList/item -/zh-CN/docs/Web/API/NonDocumentTypeChildNode.nextElementSibling /zh-CN/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling -/zh-CN/docs/Web/API/NonDocumentTypeChildNode.previousElementSibling /zh-CN/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling +/zh-CN/docs/Web/API/NonDocumentTypeChildNode /zh-CN/docs/conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e +/zh-CN/docs/Web/API/NonDocumentTypeChildNode.nextElementSibling /zh-CN/docs/Web/API/Element/nextElementSibling +/zh-CN/docs/Web/API/NonDocumentTypeChildNode.previousElementSibling /zh-CN/docs/Web/API/Element/previousElementSibling +/zh-CN/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling /zh-CN/docs/Web/API/Element/nextElementSibling +/zh-CN/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling /zh-CN/docs/Web/API/Element/previousElementSibling /zh-CN/docs/Web/API/OfflineAudioContext/complete /zh-CN/docs/Web/API/OfflineAudioContext/complete_event /zh-CN/docs/Web/API/ParentNode.childElementCount /zh-CN/docs/Web/API/ParentNode/childElementCount /zh-CN/docs/Web/API/ParentNode.children /zh-CN/docs/Web/API/ParentNode/children @@ -1757,15 +1769,15 @@ /zh-CN/docs/Web/API/URL.createObjectURL /zh-CN/docs/Web/API/URL/createObjectURL /zh-CN/docs/Web/API/URL.revokeObjectURL /zh-CN/docs/Web/API/URL/revokeObjectURL /zh-CN/docs/Web/API/URL/密码 /zh-CN/docs/Web/API/URL/password -/zh-CN/docs/Web/API/URLUtils /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils -/zh-CN/docs/Web/API/URLUtils/hash /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/hash -/zh-CN/docs/Web/API/URLUtils/href /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/href -/zh-CN/docs/Web/API/URLUtils/origin /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/origin -/zh-CN/docs/Web/API/URLUtils/password /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/password -/zh-CN/docs/Web/API/URLUtils/pathname /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/pathname -/zh-CN/docs/Web/API/URLUtils/search /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/search -/zh-CN/docs/Web/API/URLUtils/toString /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/toString -/zh-CN/docs/Web/API/URLUtils/username /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/username +/zh-CN/docs/Web/API/URLUtils /zh-CN/docs/orphaned/Web/API/HTMLHyperlinkElementUtils +/zh-CN/docs/Web/API/URLUtils/hash /zh-CN/docs/Web/API/HTMLAnchorElement/hash +/zh-CN/docs/Web/API/URLUtils/href /zh-CN/docs/Web/API/HTMLAnchorElement/href +/zh-CN/docs/Web/API/URLUtils/origin /zh-CN/docs/Web/API/HTMLAnchorElement/origin +/zh-CN/docs/Web/API/URLUtils/password /zh-CN/docs/Web/API/HTMLAnchorElement/password +/zh-CN/docs/Web/API/URLUtils/pathname /zh-CN/docs/Web/API/HTMLAnchorElement/pathname +/zh-CN/docs/Web/API/URLUtils/search /zh-CN/docs/Web/API/HTMLAnchorElement/search +/zh-CN/docs/Web/API/URLUtils/toString /zh-CN/docs/Web/API/HTMLAnchorElement/toString +/zh-CN/docs/Web/API/URLUtils/username /zh-CN/docs/Web/API/HTMLAnchorElement/username /zh-CN/docs/Web/API/WebGLRenderingContext/多边形偏移(polygonOffset) /zh-CN/docs/Web/API/WebGLRenderingContext/polygonOffset /zh-CN/docs/Web/API/WebGL_API/Adding_2D_content_to_a_WebGL_context /zh-CN/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context /zh-CN/docs/Web/API/WebGL_API/Getting_started_with_WebGL /zh-CN/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 640813454b..1ff46f4fb5 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -10378,12 +10378,6 @@ "iainreid629" ] }, - "Web/API/DocumentOrShadowRoot/activeElement": { - "modified": "2020-11-25T12:38:44.862Z", - "contributors": [ - "imgss" - ] - }, "Web/API/DocumentOrShadowRoot/elementFromPoint": { "modified": "2020-11-25T12:47:25.249Z", "contributors": [ @@ -16698,32 +16692,6 @@ "Oswald111" ] }, - "Web/API/NonDocumentTypeChildNode": { - "modified": "2020-10-15T21:33:03.603Z", - "contributors": [ - "RainSlide", - "teoli" - ] - }, - "Web/API/NonDocumentTypeChildNode/nextElementSibling": { - "modified": "2019-10-05T16:51:15.466Z", - "contributors": [ - "VictorDu", - "rguanghui", - "teoli", - "khalid32", - "ziyunfei" - ] - }, - "Web/API/NonDocumentTypeChildNode/previousElementSibling": { - "modified": "2019-10-05T16:54:41.549Z", - "contributors": [ - "rguanghui", - "teoli", - "khalid32", - "ziyunfei" - ] - }, "Web/API/Notation": { "modified": "2020-10-15T22:20:06.303Z", "contributors": [ @@ -47526,64 +47494,6 @@ "jinjin" ] }, - "Web/API/HTMLHyperlinkElementUtils/hash": { - "modified": "2020-02-24T00:59:03.514Z", - "contributors": [ - "ikomom", - "xgqfrms-GitHub" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/href": { - "modified": "2019-03-23T22:13:56.960Z", - "contributors": [ - "xgqfrms-GitHub" - ] - }, - "Web/API/HTMLHyperlinkElementUtils": { - "modified": "2020-10-15T21:33:08.803Z", - "contributors": [ - "RainSlide", - "AyAmeng", - "teoli" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/origin": { - "modified": "2019-03-23T22:12:28.154Z", - "contributors": [ - "xgqfrms-GitHub" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/password": { - "modified": "2019-03-23T22:12:38.210Z", - "contributors": [ - "xgqfrms-GitHub" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/pathname": { - "modified": "2019-03-23T22:12:27.883Z", - "contributors": [ - "xgqfrms-GitHub" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/search": { - "modified": "2019-03-23T22:16:26.271Z", - "contributors": [ - "xgqfrms-GitHub", - "kameii" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/toString": { - "modified": "2019-03-23T22:13:59.877Z", - "contributors": [ - "xgqfrms-GitHub" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/username": { - "modified": "2019-03-23T22:12:31.600Z", - "contributors": [ - "xgqfrms-GitHub" - ] - }, "Web/API/Web_Audio_API/Best_practices": { "modified": "2020-04-13T06:14:13.545Z", "contributors": [ @@ -50798,5 +50708,95 @@ "acgeeker", "alayasix" ] + }, + "Web/API/Document/activeElement": { + "modified": "2020-11-25T12:38:44.862Z", + "contributors": [ + "imgss" + ] + }, + "Web/API/HTMLAnchorElement/hash": { + "modified": "2020-02-24T00:59:03.514Z", + "contributors": [ + "ikomom", + "xgqfrms-GitHub" + ] + }, + "Web/API/HTMLAnchorElement/href": { + "modified": "2019-03-23T22:13:56.960Z", + "contributors": [ + "xgqfrms-GitHub" + ] + }, + "orphaned/Web/API/HTMLHyperlinkElementUtils": { + "modified": "2020-10-15T21:33:08.803Z", + "contributors": [ + "RainSlide", + "AyAmeng", + "teoli" + ] + }, + "Web/API/HTMLAnchorElement/origin": { + "modified": "2019-03-23T22:12:28.154Z", + "contributors": [ + "xgqfrms-GitHub" + ] + }, + "Web/API/HTMLAnchorElement/password": { + "modified": "2019-03-23T22:12:38.210Z", + "contributors": [ + "xgqfrms-GitHub" + ] + }, + "Web/API/HTMLAnchorElement/pathname": { + "modified": "2019-03-23T22:12:27.883Z", + "contributors": [ + "xgqfrms-GitHub" + ] + }, + "Web/API/HTMLAnchorElement/search": { + "modified": "2019-03-23T22:16:26.271Z", + "contributors": [ + "xgqfrms-GitHub", + "kameii" + ] + }, + "Web/API/HTMLAnchorElement/toString": { + "modified": "2019-03-23T22:13:59.877Z", + "contributors": [ + "xgqfrms-GitHub" + ] + }, + "Web/API/HTMLAnchorElement/username": { + "modified": "2019-03-23T22:12:31.600Z", + "contributors": [ + "xgqfrms-GitHub" + ] + }, + "conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e": { + "modified": "2020-10-15T21:33:03.603Z", + "contributors": [ + "RainSlide", + "teoli" + ] + }, + "Web/API/Element/nextElementSibling": { + "modified": "2019-10-05T16:51:15.466Z", + "contributors": [ + "VictorDu", + "rguanghui", + "teoli", + "khalid32", + "ziyunfei" + ] + }, + "Web/API/Element/previousElementSibling": { + "modified": "2019-10-05T16:54:41.549Z", + "contributors": [ + "rguanghui", + "teoli", + "khalid32", + "ziyunfei" + ] } }
\ No newline at end of file diff --git a/files/zh-cn/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html b/files/zh-cn/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html index bdaccbe5fd..54ae327dd2 100644 --- a/files/zh-cn/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html +++ b/files/zh-cn/conflicting/web/api/element_861159909c20acebf8e506c3bb0e2f7e/index.html @@ -1,6 +1,6 @@ --- title: NonDocumentTypeChildNode -slug: Web/API/NonDocumentTypeChildNode +slug: conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e tags: - API - DOM @@ -8,6 +8,7 @@ tags: - 参考 - 接口 translation_of: Web/API/NonDocumentTypeChildNode +original_slug: Web/API/NonDocumentTypeChildNode --- <div>{{APIRef("DOM")}}</div> diff --git a/files/zh-cn/orphaned/web/api/htmlhyperlinkelementutils/index.html b/files/zh-cn/orphaned/web/api/htmlhyperlinkelementutils/index.html index d6d93674e3..399a1398da 100644 --- a/files/zh-cn/orphaned/web/api/htmlhyperlinkelementutils/index.html +++ b/files/zh-cn/orphaned/web/api/htmlhyperlinkelementutils/index.html @@ -1,8 +1,8 @@ --- title: URLUtils -slug: Web/API/HTMLHyperlinkElementUtils +slug: orphaned/Web/API/HTMLHyperlinkElementUtils translation_of: Web/API/HTMLHyperlinkElementUtils -original_slug: Web/API/URLUtils +original_slug: Web/API/HTMLHyperlinkElementUtils --- <p>{{ApiRef("URL API")}}{{SeeCompatTable}}</p> diff --git a/files/zh-cn/web/api/document/activeelement/index.html b/files/zh-cn/web/api/document/activeelement/index.html index 90b67fbf5c..b4dcc12e11 100644 --- a/files/zh-cn/web/api/document/activeelement/index.html +++ b/files/zh-cn/web/api/document/activeelement/index.html @@ -1,7 +1,8 @@ --- title: DocumentOrShadowRoot.activeElement -slug: Web/API/DocumentOrShadowRoot/activeElement +slug: Web/API/Document/activeElement translation_of: Web/API/DocumentOrShadowRoot/activeElement +original_slug: Web/API/DocumentOrShadowRoot/activeElement --- <div>{{APIRef("Shadow DOM")}}</div> diff --git a/files/zh-cn/web/api/element/nextelementsibling/index.html b/files/zh-cn/web/api/element/nextelementsibling/index.html index a39fd29558..e78b27fe7a 100644 --- a/files/zh-cn/web/api/element/nextelementsibling/index.html +++ b/files/zh-cn/web/api/element/nextelementsibling/index.html @@ -1,7 +1,8 @@ --- title: NonDocumentTypeChildNode.nextElementSibling -slug: Web/API/NonDocumentTypeChildNode/nextElementSibling +slug: Web/API/Element/nextElementSibling translation_of: Web/API/NonDocumentTypeChildNode/nextElementSibling +original_slug: Web/API/NonDocumentTypeChildNode/nextElementSibling --- <p>{{ gecko_minversion_header("1.9.1") }}</p> diff --git a/files/zh-cn/web/api/element/previouselementsibling/index.html b/files/zh-cn/web/api/element/previouselementsibling/index.html index 8c78a68adf..a28170c2bb 100644 --- a/files/zh-cn/web/api/element/previouselementsibling/index.html +++ b/files/zh-cn/web/api/element/previouselementsibling/index.html @@ -1,7 +1,8 @@ --- title: NonDocumentTypeChildNode.previousElementSibling -slug: Web/API/NonDocumentTypeChildNode/previousElementSibling +slug: Web/API/Element/previousElementSibling translation_of: Web/API/NonDocumentTypeChildNode/previousElementSibling +original_slug: Web/API/NonDocumentTypeChildNode/previousElementSibling --- <p>{{ ApiRef() }}</p> diff --git a/files/zh-cn/web/api/htmlanchorelement/hash/index.html b/files/zh-cn/web/api/htmlanchorelement/hash/index.html index afb17d505e..5f9305da09 100644 --- a/files/zh-cn/web/api/htmlanchorelement/hash/index.html +++ b/files/zh-cn/web/api/htmlanchorelement/hash/index.html @@ -1,10 +1,10 @@ --- title: HTMLHyperlinkElementUtils.hash -slug: Web/API/HTMLHyperlinkElementUtils/hash +slug: Web/API/HTMLAnchorElement/hash tags: - HTMLHyperlinkElementUtils.hash translation_of: Web/API/HTMLHyperlinkElementUtils/hash -original_slug: Web/API/URLUtils/hash +original_slug: Web/API/HTMLHyperlinkElementUtils/hash --- <p>{{ APIRef("URLUtils") }}</p> diff --git a/files/zh-cn/web/api/htmlanchorelement/href/index.html b/files/zh-cn/web/api/htmlanchorelement/href/index.html index dd9cbd64f3..7992047bcd 100644 --- a/files/zh-cn/web/api/htmlanchorelement/href/index.html +++ b/files/zh-cn/web/api/htmlanchorelement/href/index.html @@ -1,10 +1,10 @@ --- title: HTMLHyperlinkElementUtils.href -slug: Web/API/HTMLHyperlinkElementUtils/href +slug: Web/API/HTMLAnchorElement/href tags: - HTMLHyperlinkElementUtils.href translation_of: Web/API/HTMLHyperlinkElementUtils/href -original_slug: Web/API/URLUtils/href +original_slug: Web/API/HTMLHyperlinkElementUtils/href --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/zh-cn/web/api/htmlanchorelement/origin/index.html b/files/zh-cn/web/api/htmlanchorelement/origin/index.html index 6b1eb90cda..715815c0a0 100644 --- a/files/zh-cn/web/api/htmlanchorelement/origin/index.html +++ b/files/zh-cn/web/api/htmlanchorelement/origin/index.html @@ -1,10 +1,10 @@ --- title: HTMLHyperlinkElementUtils.origin -slug: Web/API/HTMLHyperlinkElementUtils/origin +slug: Web/API/HTMLAnchorElement/origin tags: - HTMLHyperlinkElementUtils.origin translation_of: Web/API/HTMLHyperlinkElementUtils/origin -original_slug: Web/API/URLUtils/origin +original_slug: Web/API/HTMLHyperlinkElementUtils/origin --- <p>{{APIRef("URL API")}}</p> diff --git a/files/zh-cn/web/api/htmlanchorelement/password/index.html b/files/zh-cn/web/api/htmlanchorelement/password/index.html index 0358323ce9..7f7160aedb 100644 --- a/files/zh-cn/web/api/htmlanchorelement/password/index.html +++ b/files/zh-cn/web/api/htmlanchorelement/password/index.html @@ -1,10 +1,10 @@ --- title: HTMLHyperlinkElementUtils.password -slug: Web/API/HTMLHyperlinkElementUtils/password +slug: Web/API/HTMLAnchorElement/password tags: - HTMLHyperlinkElementUtils.password translation_of: Web/API/HTMLHyperlinkElementUtils/password -original_slug: Web/API/URLUtils/password +original_slug: Web/API/HTMLHyperlinkElementUtils/password --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/zh-cn/web/api/htmlanchorelement/pathname/index.html b/files/zh-cn/web/api/htmlanchorelement/pathname/index.html index 95ceda3636..86ccbfe78c 100644 --- a/files/zh-cn/web/api/htmlanchorelement/pathname/index.html +++ b/files/zh-cn/web/api/htmlanchorelement/pathname/index.html @@ -1,10 +1,10 @@ --- title: HTMLHyperlinkElementUtils.pathname -slug: Web/API/HTMLHyperlinkElementUtils/pathname +slug: Web/API/HTMLAnchorElement/pathname tags: - HTMLHyperlinkElementUtils.pathname translation_of: Web/API/HTMLHyperlinkElementUtils/pathname -original_slug: Web/API/URLUtils/pathname +original_slug: Web/API/HTMLHyperlinkElementUtils/pathname --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/zh-cn/web/api/htmlanchorelement/search/index.html b/files/zh-cn/web/api/htmlanchorelement/search/index.html index 1fc142cc1f..67b868a075 100644 --- a/files/zh-cn/web/api/htmlanchorelement/search/index.html +++ b/files/zh-cn/web/api/htmlanchorelement/search/index.html @@ -1,10 +1,10 @@ --- title: HTMLHyperlinkElementUtils.search -slug: Web/API/HTMLHyperlinkElementUtils/search +slug: Web/API/HTMLAnchorElement/search tags: - HTMLHyperlinkElementUtils.search translation_of: Web/API/HTMLHyperlinkElementUtils/search -original_slug: Web/API/URLUtils/search +original_slug: Web/API/HTMLHyperlinkElementUtils/search --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/zh-cn/web/api/htmlanchorelement/tostring/index.html b/files/zh-cn/web/api/htmlanchorelement/tostring/index.html index 1bffe5100b..3504debe75 100644 --- a/files/zh-cn/web/api/htmlanchorelement/tostring/index.html +++ b/files/zh-cn/web/api/htmlanchorelement/tostring/index.html @@ -1,11 +1,11 @@ --- title: HTMLHyperlinkElementUtils.toString() -slug: Web/API/HTMLHyperlinkElementUtils/toString +slug: Web/API/HTMLAnchorElement/toString tags: - HTMLHyperlinkElementUtils.toString() - URL API translation_of: Web/API/HTMLHyperlinkElementUtils/toString -original_slug: Web/API/URLUtils/toString +original_slug: Web/API/HTMLHyperlinkElementUtils/toString --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/zh-cn/web/api/htmlanchorelement/username/index.html b/files/zh-cn/web/api/htmlanchorelement/username/index.html index f7a9df9f66..e5efbcc828 100644 --- a/files/zh-cn/web/api/htmlanchorelement/username/index.html +++ b/files/zh-cn/web/api/htmlanchorelement/username/index.html @@ -1,10 +1,10 @@ --- title: HTMLHyperlinkElementUtils.username -slug: Web/API/HTMLHyperlinkElementUtils/username +slug: Web/API/HTMLAnchorElement/username tags: - HTMLHyperlinkElementUtils.username translation_of: Web/API/HTMLHyperlinkElementUtils/username -original_slug: Web/API/URLUtils/username +original_slug: Web/API/HTMLHyperlinkElementUtils/username --- <p>{{ApiRef("URL API")}}</p> diff --git a/files/zh-tw/_redirects.txt b/files/zh-tw/_redirects.txt index 9cb96f5f03..b718566c0d 100644 --- a/files/zh-tw/_redirects.txt +++ b/files/zh-tw/_redirects.txt @@ -571,6 +571,7 @@ /zh-TW/docs/Web/API/HTMLElement/dataset /zh-TW/docs/Web/API/HTMLOrForeignElement/dataset /zh-TW/docs/Web/API/HTMLElement/style /zh-TW/docs/Web/API/ElementCSSInlineStyle/style /zh-TW/docs/Web/API/Node/innerText /zh-TW/docs/Web/API/HTMLElement/innerText +/zh-TW/docs/Web/API/NonDocumentTypeChildNode /zh-TW/docs/conflicting/Web/API/Element /zh-TW/docs/Web/API/Performance.timing /zh-TW/docs/Web/API/Performance/timing /zh-TW/docs/Web/API/Position /zh-TW/docs/Web/API/GeolocationPosition /zh-TW/docs/Web/API/Position/coords /zh-TW/docs/Web/API/GeolocationPosition/coords diff --git a/files/zh-tw/_wikihistory.json b/files/zh-tw/_wikihistory.json index 181a6057cb..6cfe713ced 100644 --- a/files/zh-tw/_wikihistory.json +++ b/files/zh-tw/_wikihistory.json @@ -4211,12 +4211,6 @@ "jackblackevo" ] }, - "Web/API/NonDocumentTypeChildNode": { - "modified": "2019-03-23T22:30:38.352Z", - "contributors": [ - "jackblackevo" - ] - }, "Web/API/Notifications_API": { "modified": "2020-04-21T06:01:14.944Z", "contributors": [ @@ -9152,5 +9146,11 @@ "teoli", "Kennyluck" ] + }, + "conflicting/Web/API/Element": { + "modified": "2019-03-23T22:30:38.352Z", + "contributors": [ + "jackblackevo" + ] } }
\ No newline at end of file diff --git a/files/zh-tw/conflicting/web/api/element/index.html b/files/zh-tw/conflicting/web/api/element/index.html index 31fb8c91e5..3f69008f3d 100644 --- a/files/zh-tw/conflicting/web/api/element/index.html +++ b/files/zh-tw/conflicting/web/api/element/index.html @@ -1,7 +1,8 @@ --- title: NonDocumentTypeChildNode -slug: Web/API/NonDocumentTypeChildNode +slug: conflicting/Web/API/Element translation_of: Web/API/NonDocumentTypeChildNode +original_slug: Web/API/NonDocumentTypeChildNode --- <div>{{APIRef("DOM")}}</div> |