From 05b2650717b84d199f6ebd5df8a8f9d1e3b23f3f Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Tue, 23 Feb 2021 15:56:25 +0100 Subject: sync: move --- files/ru/web/api/document/activeelement/index.html | 166 ++++++++++++++++++ .../documentorshadowroot/activeelement/index.html | 166 ------------------ .../web/api/element/nextelementsibling/index.html | 174 +++++++++++++++++++ .../api/element/previouselementsibling/index.html | 185 +++++++++++++++++++++ files/ru/web/api/htmlanchorelement/hash/index.html | 105 ++++++++++++ files/ru/web/api/htmlanchorelement/host/index.html | 116 +++++++++++++ .../web/api/htmlanchorelement/hostname/index.html | 105 ++++++++++++ files/ru/web/api/htmlanchorelement/href/index.html | 108 ++++++++++++ .../ru/web/api/htmlanchorelement/origin/index.html | 116 +++++++++++++ .../web/api/htmlanchorelement/password/index.html | 106 ++++++++++++ .../web/api/htmlanchorelement/pathname/index.html | 106 ++++++++++++ files/ru/web/api/htmlanchorelement/port/index.html | 108 ++++++++++++ .../web/api/htmlanchorelement/protocol/index.html | 106 ++++++++++++ .../ru/web/api/htmlanchorelement/search/index.html | 106 ++++++++++++ .../web/api/htmlanchorelement/tostring/index.html | 106 ++++++++++++ .../web/api/htmlanchorelement/username/index.html | 104 ++++++++++++ .../api/htmlhyperlinkelementutils/hash/index.html | 105 ------------ .../api/htmlhyperlinkelementutils/host/index.html | 116 ------------- .../htmlhyperlinkelementutils/hostname/index.html | 105 ------------ .../api/htmlhyperlinkelementutils/href/index.html | 108 ------------ .../web/api/htmlhyperlinkelementutils/index.html | 178 -------------------- .../htmlhyperlinkelementutils/origin/index.html | 116 ------------- .../htmlhyperlinkelementutils/password/index.html | 106 ------------ .../htmlhyperlinkelementutils/pathname/index.html | 106 ------------ .../api/htmlhyperlinkelementutils/port/index.html | 108 ------------ .../htmlhyperlinkelementutils/protocol/index.html | 106 ------------ .../htmlhyperlinkelementutils/search/index.html | 106 ------------ .../htmlhyperlinkelementutils/tostring/index.html | 106 ------------ .../htmlhyperlinkelementutils/username/index.html | 104 ------------ .../ru/web/api/nondocumenttypechildnode/index.html | 132 --------------- .../nextelementsibling/index.html | 174 ------------------- .../previouselementsibling/index.html | 185 --------------------- 32 files changed, 1817 insertions(+), 2127 deletions(-) create mode 100644 files/ru/web/api/document/activeelement/index.html delete mode 100644 files/ru/web/api/documentorshadowroot/activeelement/index.html create mode 100644 files/ru/web/api/element/nextelementsibling/index.html create mode 100644 files/ru/web/api/element/previouselementsibling/index.html create mode 100644 files/ru/web/api/htmlanchorelement/hash/index.html create mode 100644 files/ru/web/api/htmlanchorelement/host/index.html create mode 100644 files/ru/web/api/htmlanchorelement/hostname/index.html create mode 100644 files/ru/web/api/htmlanchorelement/href/index.html create mode 100644 files/ru/web/api/htmlanchorelement/origin/index.html create mode 100644 files/ru/web/api/htmlanchorelement/password/index.html create mode 100644 files/ru/web/api/htmlanchorelement/pathname/index.html create mode 100644 files/ru/web/api/htmlanchorelement/port/index.html create mode 100644 files/ru/web/api/htmlanchorelement/protocol/index.html create mode 100644 files/ru/web/api/htmlanchorelement/search/index.html create mode 100644 files/ru/web/api/htmlanchorelement/tostring/index.html create mode 100644 files/ru/web/api/htmlanchorelement/username/index.html delete mode 100644 files/ru/web/api/htmlhyperlinkelementutils/hash/index.html delete mode 100644 files/ru/web/api/htmlhyperlinkelementutils/host/index.html delete mode 100644 files/ru/web/api/htmlhyperlinkelementutils/hostname/index.html delete mode 100644 files/ru/web/api/htmlhyperlinkelementutils/href/index.html delete mode 100644 files/ru/web/api/htmlhyperlinkelementutils/index.html delete mode 100644 files/ru/web/api/htmlhyperlinkelementutils/origin/index.html delete mode 100644 files/ru/web/api/htmlhyperlinkelementutils/password/index.html delete mode 100644 files/ru/web/api/htmlhyperlinkelementutils/pathname/index.html delete mode 100644 files/ru/web/api/htmlhyperlinkelementutils/port/index.html delete mode 100644 files/ru/web/api/htmlhyperlinkelementutils/protocol/index.html delete mode 100644 files/ru/web/api/htmlhyperlinkelementutils/search/index.html delete mode 100644 files/ru/web/api/htmlhyperlinkelementutils/tostring/index.html delete mode 100644 files/ru/web/api/htmlhyperlinkelementutils/username/index.html delete mode 100644 files/ru/web/api/nondocumenttypechildnode/index.html delete mode 100644 files/ru/web/api/nondocumenttypechildnode/nextelementsibling/index.html delete mode 100644 files/ru/web/api/nondocumenttypechildnode/previouselementsibling/index.html (limited to 'files/ru/web') diff --git a/files/ru/web/api/document/activeelement/index.html b/files/ru/web/api/document/activeelement/index.html new file mode 100644 index 0000000000..4261eee4e9 --- /dev/null +++ b/files/ru/web/api/document/activeelement/index.html @@ -0,0 +1,166 @@ +--- +title: Document.activeElement +slug: Web/API/DocumentOrShadowRoot/activeElement +tags: + - API + - Document + - HTML DOM + - Property + - Reference +translation_of: Web/API/DocumentOrShadowRoot/activeElement +translation_of_original: Web/API/Document/activeElement +original_slug: Web/API/Document/activeElement +--- +

{{ ApiRef() }}

+ +

Анотация

+ +

Возвращает текущий сфокусированный элемент, то есть элемент, на котором будут вызываться события клавиатуры, если пользователь начнёт с неё ввод. Этот атрибут доступен только для чтения.

+ +

Часто возвращается {{ HTMLElement("input") }} или {{ HTMLElement("textarea") }} объект, если он содержит в себе выделенный в данный момент текст. При этом вы можете получить более подробные сведения, используя свойства элемента  selectionStart и selectionEnd.  В других случаях сфокусированным элементом может быть {{ HTMLElement("select") }} элемент (меню) или {{ HTMLElement("input") }} элемент типа button, checkbox или radio.

+ +

{{ Note("На Mac, элементы, не являющиеся текстовыми полями, как правило, не получают фокус.") }}

+ +

Как правило, пользователь может нажать клавишу табуляции для перемещения по фокусируемым элементам страницы, и использовать пробел для их активации (нажать кнопку button, выбрать переключатель radio).

+ +

Не следует путать фокус с выделением документа, состоящего в основном из статических текстовых узлов. См. {{ domxref("window.getSelection()") }}. 

+ +

Когда выделение отсутствует, активным элементом является {{ HTMLElement("body") }} страницы или null. 

+ +

{{ Note("Этот атрибут является частью разрабатываемой спецификации HTML 5.") }}

+ +

Синтаксис

+ +
var curElement = document.activeElement;
+
+ +

Пример

+ +
<!DOCTYPE HTML>
+<html>
+<head>
+    <script type="text/javascript" charset="utf-8">
+    function init() {
+
+        function onMouseUp(e) {
+            console.log(e);
+            var outputElement = document.getElementById('output-element');
+            var outputText = document.getElementById('output-text');
+            var selectedTextArea = document.activeElement;
+            var selection = selectedTextArea.value.substring(
+            selectedTextArea.selectionStart, selectedTextArea.selectionEnd);
+            outputElement.innerHTML = selectedTextArea.id;
+            outputText.innerHTML = selection;
+        }
+
+        document.getElementById("ta-example-one").addEventListener("mouseup", onMouseUp, false);
+        document.getElementById("ta-example-two").addEventListener("mouseup", onMouseUp, false);
+    }
+    </script>
+</head>
+<body onload="init()">
+<div>
+    Выделите текст в одном из текстовых полей ниже:
+</div>
+<form id="frm-example" action="#" accept-charset="utf-8">
+<textarea name="ta-example-one" id="ta-example-one" rows="8" cols="40">
+Это текстовое поле 1:
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec tincidunt, lorem a porttitor molestie, odio nibh iaculis libero, et accumsan nunc orci eu dui.
+</textarea>
+<textarea name="ta-example-two" id="ta-example-two" rows="8" cols="40">
+Это текстовое поле 2:
+Fusce ullamcorper, nisl ac porttitor adipiscing, urna orci egestas libero, ut accumsan orci lacus laoreet diam. Morbi sed euismod diam.
+</textarea>
+</form>
+ID активного элемента: <span id="output-element"></span><br/>
+Выделенный текст: <span id="output-text"></span>
+
+</body>
+</html>
+
+ +

Посмотреть на JSFiddle

+ +

Примечания

+ +

Первоначально введенное как собственное расширение DOM в Internet Explorer 4, это свойство также поддерживается в Opera и Safari (в версии 4).

+ +

Спецификации

+ + + + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', 'interaction.html#dom-document-activeelement', 'activeElement')}}{{Spec2('HTML WHATWG')}} 
+ +

Совместимость с браузерами

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support23.04 [1]9.64.0
+
+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
+
+ +

[1]: В IE9 наблюдается баг: при попытке получения доступа к activeElement в {{domxref("window.parent")}} {{domxref("Document")}} из {{HTMLElement("iframe")}} (т.е. parent.document.activeElement) выбрасывается ошибка.

+ +

Связанные события

+ + diff --git a/files/ru/web/api/documentorshadowroot/activeelement/index.html b/files/ru/web/api/documentorshadowroot/activeelement/index.html deleted file mode 100644 index 4261eee4e9..0000000000 --- a/files/ru/web/api/documentorshadowroot/activeelement/index.html +++ /dev/null @@ -1,166 +0,0 @@ ---- -title: Document.activeElement -slug: Web/API/DocumentOrShadowRoot/activeElement -tags: - - API - - Document - - HTML DOM - - Property - - Reference -translation_of: Web/API/DocumentOrShadowRoot/activeElement -translation_of_original: Web/API/Document/activeElement -original_slug: Web/API/Document/activeElement ---- -

{{ ApiRef() }}

- -

Анотация

- -

Возвращает текущий сфокусированный элемент, то есть элемент, на котором будут вызываться события клавиатуры, если пользователь начнёт с неё ввод. Этот атрибут доступен только для чтения.

- -

Часто возвращается {{ HTMLElement("input") }} или {{ HTMLElement("textarea") }} объект, если он содержит в себе выделенный в данный момент текст. При этом вы можете получить более подробные сведения, используя свойства элемента  selectionStart и selectionEnd.  В других случаях сфокусированным элементом может быть {{ HTMLElement("select") }} элемент (меню) или {{ HTMLElement("input") }} элемент типа button, checkbox или radio.

- -

{{ Note("На Mac, элементы, не являющиеся текстовыми полями, как правило, не получают фокус.") }}

- -

Как правило, пользователь может нажать клавишу табуляции для перемещения по фокусируемым элементам страницы, и использовать пробел для их активации (нажать кнопку button, выбрать переключатель radio).

- -

Не следует путать фокус с выделением документа, состоящего в основном из статических текстовых узлов. См. {{ domxref("window.getSelection()") }}. 

- -

Когда выделение отсутствует, активным элементом является {{ HTMLElement("body") }} страницы или null. 

- -

{{ Note("Этот атрибут является частью разрабатываемой спецификации HTML 5.") }}

- -

Синтаксис

- -
var curElement = document.activeElement;
-
- -

Пример

- -
<!DOCTYPE HTML>
-<html>
-<head>
-    <script type="text/javascript" charset="utf-8">
-    function init() {
-
-        function onMouseUp(e) {
-            console.log(e);
-            var outputElement = document.getElementById('output-element');
-            var outputText = document.getElementById('output-text');
-            var selectedTextArea = document.activeElement;
-            var selection = selectedTextArea.value.substring(
-            selectedTextArea.selectionStart, selectedTextArea.selectionEnd);
-            outputElement.innerHTML = selectedTextArea.id;
-            outputText.innerHTML = selection;
-        }
-
-        document.getElementById("ta-example-one").addEventListener("mouseup", onMouseUp, false);
-        document.getElementById("ta-example-two").addEventListener("mouseup", onMouseUp, false);
-    }
-    </script>
-</head>
-<body onload="init()">
-<div>
-    Выделите текст в одном из текстовых полей ниже:
-</div>
-<form id="frm-example" action="#" accept-charset="utf-8">
-<textarea name="ta-example-one" id="ta-example-one" rows="8" cols="40">
-Это текстовое поле 1:
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec tincidunt, lorem a porttitor molestie, odio nibh iaculis libero, et accumsan nunc orci eu dui.
-</textarea>
-<textarea name="ta-example-two" id="ta-example-two" rows="8" cols="40">
-Это текстовое поле 2:
-Fusce ullamcorper, nisl ac porttitor adipiscing, urna orci egestas libero, ut accumsan orci lacus laoreet diam. Morbi sed euismod diam.
-</textarea>
-</form>
-ID активного элемента: <span id="output-element"></span><br/>
-Выделенный текст: <span id="output-text"></span>
-
-</body>
-</html>
-
- -

Посмотреть на JSFiddle

- -

Примечания

- -

Первоначально введенное как собственное расширение DOM в Internet Explorer 4, это свойство также поддерживается в Opera и Safari (в версии 4).

- -

Спецификации

- - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', 'interaction.html#dom-document-activeelement', 'activeElement')}}{{Spec2('HTML WHATWG')}} 
- -

Совместимость с браузерами

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support23.04 [1]9.64.0
-
- -
- - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
-
- -

[1]: В IE9 наблюдается баг: при попытке получения доступа к activeElement в {{domxref("window.parent")}} {{domxref("Document")}} из {{HTMLElement("iframe")}} (т.е. parent.document.activeElement) выбрасывается ошибка.

- -

Связанные события

- - diff --git a/files/ru/web/api/element/nextelementsibling/index.html b/files/ru/web/api/element/nextelementsibling/index.html new file mode 100644 index 0000000000..1e8d05c4c2 --- /dev/null +++ b/files/ru/web/api/element/nextelementsibling/index.html @@ -0,0 +1,174 @@ +--- +title: NonDocumentTypeChildNode.nextElementSibling +slug: Web/API/NonDocumentTypeChildNode/nextElementSibling +translation_of: Web/API/NonDocumentTypeChildNode/nextElementSibling +original_slug: Web/API/NonDocumentTypeChildNode/NonDocumentTypeChildNode.nextElementSibling +--- +
{{APIRef("DOM")}}
+ +

NonDocumentTypeChildNode.nextElementSibling свойство только для чтения, возвращающее последующий элемент перед текущим, или null, если элемент является последним в своём родительском узле.

+ +

Синтаксис

+ +
var nextNode = elementNodeReference.nextElementSibling; 
+ +

Пример

+ +
<div id="div-01">Это div-01</div>
+<div id="div-02">Это div-02</div>
+
+<script type="text/javascript">
+  var el = document.getElementById('div-01').nextElementSibling;
+  console.log('Сосед div-01:');
+  while (el) {
+    console.log(el.nodeName);
+    el = el.nextElementSibling;
+  }
+</script>
+
+ +

Этот пример выведет в консоль следующее:

+ +
Сосед div-01:
+DIV
+SCRIPT
+ +

Полифилл для IE8

+ +

Данное свойство не пожддерживается до IE9. Используйте следующий полифилл, чтобы обойти этот недостаток:

+ +
// Источник: https://github.com/Alhadis/Snippets/blob/master/js/polyfills/IE8-child-elements.js
+if (!('nextElementSibling' in document.documentElement)) {
+    Object.defineProperty(Element.prototype, 'nextElementSibling', {
+        get: function() {
+            var e = this.nextSibling;
+            while (e && 1 !== e.nodeType) {
+                e = e.nextSibling;
+            }
+            return e;
+        }
+    });
+}
+ +

Полифилл для IE9+ и Safari

+ +
// Источник: https://github.com/jserz/js_piece/blob/master/DOM/NonDocumentTypeChildNode/nextElementSibling/nextElementSibling.md
+(function(arr) {
+    arr.forEach(function(item) {
+        if (item.hasOwnProperty('nextElementSibling')) {
+            return;
+        }
+        Object.defineProperty(item, 'nextElementSibling', {
+            configurable: true,
+            enumerable: true,
+            get: function() {
+                var el = this;
+                while (el = el.nextSibling) {
+                    if (el.nodeType === 1) {
+                        return el;
+                    }
+                }
+                return null;
+            },
+            set: undefined
+        });
+    });
+})([Element.prototype, CharacterData.prototype]);
+ +

Спецификации

+ + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('DOM WHATWG', '#dom-nondocumenttypechildnode-nextelementsibling', 'ChildNodenextElementSibling')}}{{Spec2('DOM WHATWG')}}Split the ElementTraversal interface in {{domxref("ChildNode")}}, {{domxref("ParentNode")}}, and {{domxref("NonDocumentTypeChildNode")}}. This method is now defined on the former.
+ The {{domxref("Element")}} and {{domxref("CharacterData")}} interfaces implemented the new interface.
{{SpecName('Element Traversal', '#attribute-nextElementSibling', 'ElementTraversal.nextElementSibling')}}{{Spec2('Element Traversal')}}Added its initial definition to the ElementTraversal pure interface and use it on {{domxref("Element")}}.
+ +

Совместимость с браузерами

+ +
{{CompatibilityTable}}
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
БраузерыChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка ({{domxref("Element")}})4{{CompatGeckoDesktop("1.9.1")}}99.84
Поддержка {{domxref("CharacterData")}}29.0{{CompatGeckoDesktop("25")}} [1]{{CompatNo}}16.0{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
БраузерыAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка ( {{domxref("Element")}}){{CompatVersionUnknown}}{{CompatGeckoMobile("1.9.1")}}{{CompatVersionUnknown}}9.8{{CompatVersionUnknown}}
Поддержка {{domxref("CharacterData")}}{{CompatVersionUnknown}}{{CompatGeckoMobile("25")}}{{CompatNo}}16.0{{CompatNo}}
+
+ +

[1] Firefox 25 также добавил это свойство в {{domxref("DocumentType")}}, но оно было удалено в Firefox 28, из-за проблем совместимости.

+ +

См. также

+ + diff --git a/files/ru/web/api/element/previouselementsibling/index.html b/files/ru/web/api/element/previouselementsibling/index.html new file mode 100644 index 0000000000..2cc659ef51 --- /dev/null +++ b/files/ru/web/api/element/previouselementsibling/index.html @@ -0,0 +1,185 @@ +--- +title: NonDocumentTypeChildNode.previousElementSibling +slug: Web/API/NonDocumentTypeChildNode/previousElementSibling +translation_of: Web/API/NonDocumentTypeChildNode/previousElementSibling +--- +
+
{{APIRef("DOM")}}
+
+ +

Свойство NonDocumentTypeChildNode.previousElementSibling только для чтения возвращает  {{domxref("Element")}} элемент стоящий перед применяемым, из списка дочерних элементов родителя или возвращает null, если таковых не имеется.

+ +

Синтаксис

+ +
prevNode = elementNodeReference.previousElementSibling;
+
+ +

Примеры

+ +
<div id="div-01">Here is div-01</div>
+<div id="div-02">Here is div-02</div>
+<li>This is a list item</li>
+<li>This is another list item</li>
+<div id="div-03">Here is div-03</div>
+
+<script>
+  var el = document.getElementById('div-03').previousElementSibling;
+  document.write('<p>Siblings of div-03</p><ol>');
+  while (el) {
+    document.write('<li>' + el.nodeName + '</li>');
+    el = el.previousElementSibling;
+  }
+  document.write('</ol>');
+</script>
+
+ +

Этот пример выводит следующие элементы на страницу при загрузке:

+ +
Соседи div-03
+
+   1. LI
+   2. LI
+   3. DIV
+   4. DIV
+
+ +

Полифилл для Internet Explorer 8

+ +

Это свойство поддерживается начиная с версии IE9, поэтому следующий фрагмент поддерживается, и может использоваться для IE8:

+ +
// Ресурс: https://github.com/Alhadis/Snippets/blob/master/js/polyfills/IE8-child-elements.js
+if(!("previousElementSibling" in document.documentElement)){
+    Object.defineProperty(Element.prototype, "previousElementSibling", {
+        get: function(){
+            var e = this.previousSibling;
+            while(e && 1 !== e.nodeType)
+                e = e.previousSibling;
+            return e;
+        }
+    });
+}
+ +

Полифилл для  Internet Explorer 9+ и Safari

+ +
// Ресурс: https://github.com/jserz/js_piece/blob/master/DOM/NonDocumentTypeChildNode/previousElementSibling/previousElementSibling.md
+(function (arr) {
+  arr.forEach(function (item) {
+    if (item.hasOwnProperty('previousElementSibling')) {
+      return;
+    }
+    Object.defineProperty(item, 'previousElementSibling', {
+      configurable: true,
+      enumerable: true,
+      get: function () {
+        var el = this;
+        while (el = el.previousSibling) {
+          if (el.nodeType === 1) {
+            return el;
+          }
+        }
+        return null;
+      },
+      set: undefined
+    });
+  });
+})([Element.prototype, CharacterData.prototype]);
+ +

Спецификация

+ + + + + + + + + + + + + + + + + + + +
СпецификацияСтатусКомментарии
{{SpecName('DOM WHATWG', '#dom-nondocumenttypechildnode-previouselementsibling', 'NonDocumentTypeChildNode.previousElementSibling')}}{{Spec2('DOM WHATWG')}}Splitted the ElementTraversal interface in {{domxref("ChildNode")}}, {{domxref("ParentNode")}}, and {{domxref("NonDocumentTypeChildNode")}}. This method is now defined on the former.
+ The {{domxref("Element")}} and {{domxref("CharacterData")}} interfaces implemented the new interface.
{{SpecName('Element Traversal', '#attribute-previousElementSibling', 'ElementTraversal.previousElementSibling')}}{{Spec2('Element Traversal')}}Added its initial definition to the ElementTraversal pure interface and use it on {{domxref("Element")}}.
+ +

Поддержка браузерами

+ +
{{CompatibilityTable}}
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
ФункционалChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support (on {{domxref("Element")}})4{{CompatGeckoDesktop("1.9.1")}}99.84
Support on {{domxref("CharacterData")}}29.0{{CompatGeckoDesktop("25")}} [1]{{CompatNo}}16.0{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
ФункционалAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support (on {{domxref("Element")}}){{CompatVersionUnknown}}{{CompatGeckoMobile("1.9.1")}}{{CompatVersionUnknown}}9.8{{CompatVersionUnknown}}
Support on {{domxref("CharacterData")}}{{CompatVersionUnknown}}{{CompatGeckoMobile("25")}}{{CompatNo}}16.0{{CompatNo}}
+
+ +

[1] Firefox 25 так же добавлено это свойство {{domxref("DocumentType")}}, но было удалено в Firefox 28 из-за проблем с совместимостью.

+ +

Смотрите так же

+ + diff --git a/files/ru/web/api/htmlanchorelement/hash/index.html b/files/ru/web/api/htmlanchorelement/hash/index.html new file mode 100644 index 0000000000..8a135ab828 --- /dev/null +++ b/files/ru/web/api/htmlanchorelement/hash/index.html @@ -0,0 +1,105 @@ +--- +title: HTMLHyperlinkElementUtils.hash +slug: Web/API/HTMLHyperlinkElementUtils/hash +tags: + - API + - Experimental + - HTMLHyperlinkElementUtils + - Property + - URL API +translation_of: Web/API/HTMLHyperlinkElementUtils/hash +--- +

{{ APIRef("URLUtils") }}

+ +

Свойство HTMLHyperlinkElementUtils.hash это {{domxref("USVString")}}, содержащий '#' с последующим идентификатором. Идентификатор не декодирован.

+ +

Синтаксис

+ +
string = object.hash;
+object.hash = string;
+
+ +

Примеры

+ +
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.href#youhou">
+var anchor = document.getElementByID("myAnchor");
+var result = anchor.hash; // Вернет: '#youhou'
+ +

Спецификации

+ + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-hash', 'HTMLHyperlinkElementUtils.hash')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
+ +

Совместимость с браузерами

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}}[1]{{CompatGeckoDesktop("22")}}[2]{{CompatNo}}[1]{{CompatNo}}[1]{{CompatNo}}[1]
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}}[1]{{CompatNo}}[1]{{CompatGeckoMobile("22")}}[2]{{CompatNo}}[1]{{CompatNo}}[1]{{CompatNo}}[1]
+
+ +

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

+ +

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс. Также с Gecko 29 по Gecko 40 значение ошибочно возвращалось декодированным.

+ +

Смотрите также

+ + diff --git a/files/ru/web/api/htmlanchorelement/host/index.html b/files/ru/web/api/htmlanchorelement/host/index.html new file mode 100644 index 0000000000..742386e83b --- /dev/null +++ b/files/ru/web/api/htmlanchorelement/host/index.html @@ -0,0 +1,116 @@ +--- +title: HTMLHyperlinkElementUtils.host +slug: Web/API/HTMLHyperlinkElementUtils/host +tags: + - API + - Experimental + - HTMLHyperlinkElementUtils + - Property + - URL API +translation_of: Web/API/HTMLHyperlinkElementUtils/host +--- +
{{ApiRef("URL API")}}
+ +

Свойство HTMLHyperlinkElementUtils.host это {{domxref("USVString")}}, содержащий хост, а именно имя хоста и, если порт не пустой, ':' и порт.

+ +

Синтаксис

+ +
string = object.host;
+object.host = string;
+
+ +

Примеры

+ +
var anchor = document.createElement("a");
+
+anchor.href = "https://developer.mozilla.org/en-US/HTMLHyperlinkElementUtils.host"
+anchor.host == "developer.mozilla.org"
+
+anchor.href = "https://developer.mozilla.org:443/en-US/HTMLHyperlinkElementUtils.host"
+anchor.host == "developer.mozilla.org"
+// Номер порта пропущен, потому что 443 используется по умолчанию
+
+anchor.href = "https://developer.mozilla.org:4097/en-US/HTMLHyperlinkElementUtils.host"
+anchor.host == "developer.mozilla.org:4097"
+
+ +

Спецификации

+ + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-host', 'HTMLHyperlinkElementUtils.host')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
+ +

Совместимость с браузерами

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + +
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка[1]{{CompatNo}}{{CompatGeckoDesktop("22")}} [3]{{CompatNo}}[2]{{CompatNo}}{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка[1]{{CompatNo}}{{CompatNo}}{{CompatGeckoMobile("22")}} [3]{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

+ +

[2] В Internet Explorer 9 свойство host элемента {{HTMLElement("a")}} всегда включает порт (т.е. developer.mozilla.org:443), даже если порт в href не указан явно.

+ +

[3] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

+ +

Смотрите также

+ + diff --git a/files/ru/web/api/htmlanchorelement/hostname/index.html b/files/ru/web/api/htmlanchorelement/hostname/index.html new file mode 100644 index 0000000000..da06c3dcb6 --- /dev/null +++ b/files/ru/web/api/htmlanchorelement/hostname/index.html @@ -0,0 +1,105 @@ +--- +title: HTMLHyperlinkElementUtils.hostname +slug: Web/API/HTMLHyperlinkElementUtils/hostname +tags: + - API + - Experimental + - HTMLHyperlinkElementUtils + - Property + - URL API +translation_of: Web/API/HTMLHyperlinkElementUtils/hostname +--- +

{{ApiRef("URL API")}}

+ +

Свойство HTMLHyperlinkElementUtils.hostname это {{domxref("USVString")}}, содержащий домен.

+ +

Синтаксис

+ +
string = object.hostname;
+object.hostname = string;
+
+ +

Примеры

+ +
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.hostname">
+var anchor = document.getElementByID("myAnchor");
+var result = anchor.hostname; // Вернет: 'developer.mozilla.org'
+ +

Спецификации

+ + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-protocol', 'URLUtils.hostname')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
+ +

Совместимость с браузерами

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
+
+ +

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

+ +

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

+ +

Смотрите также

+ + diff --git a/files/ru/web/api/htmlanchorelement/href/index.html b/files/ru/web/api/htmlanchorelement/href/index.html new file mode 100644 index 0000000000..03a52f2e51 --- /dev/null +++ b/files/ru/web/api/htmlanchorelement/href/index.html @@ -0,0 +1,108 @@ +--- +title: HTMLHyperlinkElementUtils.href +slug: Web/API/HTMLHyperlinkElementUtils/href +tags: + - API + - Experimental + - HTMLHyperlinkElementUtils + - Location + - Property + - Reference + - URL API +translation_of: Web/API/HTMLHyperlinkElementUtils/href +--- +

{{ApiRef("URL API")}}

+ +

Свойство HTMLHyperlinkElementUtils.href это {{domxref("USVString")}}, содержащий URL целиком.

+ +

Синтаксис

+ +
string = object.href;
+object.href = string;
+
+ +

Примеры

+ +
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/HTMLHyperlinkElementUtils/href">
+var anchor = document.getElementById("myAnchor");
+var result = anchor.href; // Вернет: 'https://developer.mozilla.org/en-US/HTMLHyperlinkElementUtils/href'
+
+ +

Спецификации

+ + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-href', 'HTMLHyperlinkElementUtils.href')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
+ +

Совместимость с браузерами

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
+
+ +

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

+ +

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

+ +

Смотрите также

+ + diff --git a/files/ru/web/api/htmlanchorelement/origin/index.html b/files/ru/web/api/htmlanchorelement/origin/index.html new file mode 100644 index 0000000000..b0e6b46e2e --- /dev/null +++ b/files/ru/web/api/htmlanchorelement/origin/index.html @@ -0,0 +1,116 @@ +--- +title: HTMLHyperlinkElementUtils.origin +slug: Web/API/HTMLHyperlinkElementUtils/origin +tags: + - API + - Experimental + - HTMLHyperlinkElementUtils + - Property + - Read-only + - Reference + - URL API +translation_of: Web/API/HTMLHyperlinkElementUtils/origin +--- +

{{APIRef("URL API")}}

+ +

Свойство только для чтения HTMLHyperlinkElementUtils.origin это {{domxref("USVString")}}, содержащий сериализованные в Unicode протокол, хост и порт, а именно:

+ + + +

{{AvailableInWorkers}}

+ +

Синтаксис

+ +
string = object.origin;
+
+ +

Примеры

+ +
// На этой странице
+var result = window.location.origin; // Вернет: 'https://developer.mozilla.org'
+
+ +

Спецификации

+ + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-origin', 'HTMLHyperlinkElementUtils.origin')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
+ +

Совместимость с браузерами

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatVersionUnknown()}}{{CompatGeckoDesktop("26.0")}} [2][3]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("26.0")}} [2][3]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
+
+ +

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

+ +

[2] С Gecko 26 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

+ +

[3] До Gecko 49, для URL, начинающихся с blob, ошибочно возвращался null.

+ +

Смотрите также

+ + diff --git a/files/ru/web/api/htmlanchorelement/password/index.html b/files/ru/web/api/htmlanchorelement/password/index.html new file mode 100644 index 0000000000..668749a367 --- /dev/null +++ b/files/ru/web/api/htmlanchorelement/password/index.html @@ -0,0 +1,106 @@ +--- +title: HTMLHyperlinkElementUtils.password +slug: Web/API/HTMLHyperlinkElementUtils/password +tags: + - API + - Experimental + - HTMLHyperlinkElementUtils + - Property + - URL API +translation_of: Web/API/HTMLHyperlinkElementUtils/password +--- +

{{ApiRef("URL API")}}

+ +

Свойство HTMLHyperlinkElementUtils.password это {{domxref("USVString")}}, содержащий пароль, указанный перед именем домена.

+ +

password игнорируется без предупреждения, если свойство username не установлено.

+ +

Синтаксис

+ +
string = object.password;
+object.password = string;
+
+ +

Примеры

+ +
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://anonymous:flabada@developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.username">
+var anchor = document.getElementByID("myAnchor");
+var result = anchor.password; // Вернет: 'flabada'
+
+ +

Спецификации

+ + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-prassword', 'HTMLHyperlinkElementUtils.password')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
+ +

Совместимость с браузерами

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}}{{CompatGeckoDesktop("26")}} [1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}}{{CompatNo}}{{CompatGeckoMobile("26")}} [1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +

[1] С Gecko 26 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

+ +

Смотрите также

+ + diff --git a/files/ru/web/api/htmlanchorelement/pathname/index.html b/files/ru/web/api/htmlanchorelement/pathname/index.html new file mode 100644 index 0000000000..9f6fb68608 --- /dev/null +++ b/files/ru/web/api/htmlanchorelement/pathname/index.html @@ -0,0 +1,106 @@ +--- +title: HTMLHyperlinkElementUtils.pathname +slug: Web/API/HTMLHyperlinkElementUtils/pathname +tags: + - API + - Experimental + - HTMLHyperlinkElementUtils + - Property + - URL API +translation_of: Web/API/HTMLHyperlinkElementUtils/pathname +--- +

{{ApiRef("URL API")}}

+ +

Свойство HTMLHyperlinkElementUtils.pathname это {{domxref("USVString")}}, содержащий первый '/' после хоста с последующим текстом URL.

+ +

Синтаксис

+ +
string = object.pathname;
+object.pathname = string;
+
+ +

Примеры

+ +
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.pathname">
+var anchor = document.getElementById("myAnchor");
+var result = anchor.pathname; // Вернет: '/en-US/docs/HTMLHyperlinkElementUtils.pathname'
+
+ +

Спецификации

+ + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-pathname', 'HTMLHyperlinkElementUtils.pathname')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
+ +

Совместимость с браузерами

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
+
+ +

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

+ +

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

+ +

Смотрите также

+ + diff --git a/files/ru/web/api/htmlanchorelement/port/index.html b/files/ru/web/api/htmlanchorelement/port/index.html new file mode 100644 index 0000000000..2ab4461fc4 --- /dev/null +++ b/files/ru/web/api/htmlanchorelement/port/index.html @@ -0,0 +1,108 @@ +--- +title: HTMLHyperlinkElementUtils.port +slug: Web/API/HTMLHyperlinkElementUtils/port +tags: + - API + - Experimental + - HTMLHyperlinkElementUtils + - Property + - URL API +translation_of: Web/API/HTMLHyperlinkElementUtils/port +--- +

{{ApiRef("URL API")}}

+ +

Свойство HTMLHyperlinkElementUtils.port это {{domxref("USVString")}}, содержащий номер порта.

+ +

При значении '' будет использоваться порт по умолчанию для указанного протокола (не 0).

+ +

Синтаксис

+ +
string = object.port;
+object.port = string;
+
+ +

Примеры

+ +
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.port">
+var anchor = document.getElementByID("myAnchor");
+var result = anchor.port; // Вернет: '80'
+
+ +

Спецификации

+ + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-port', 'HTMLHyperlinkElementUtils.port')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
+ +

Совместимость с браузерами

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
+
+ +

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

+ +

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

+ +

Смотрите также

+ + diff --git a/files/ru/web/api/htmlanchorelement/protocol/index.html b/files/ru/web/api/htmlanchorelement/protocol/index.html new file mode 100644 index 0000000000..d7b3b4327f --- /dev/null +++ b/files/ru/web/api/htmlanchorelement/protocol/index.html @@ -0,0 +1,106 @@ +--- +title: HTMLHyperlinkElementUtils.protocol +slug: Web/API/HTMLHyperlinkElementUtils/protocol +tags: + - API + - Experimental + - HTMLHyperlinkElementUtils + - Property + - URL API +translation_of: Web/API/HTMLHyperlinkElementUtils/protocol +--- +

{{ApiRef("URL API")}}

+ +

Свойство HTMLHyperlinkElementUtils.protocol это {{domxref("USVString")}}, содержащий протокол URL включая ':' в конце.

+ +

Синтаксис

+ +
string = object.protocol;
+object.protocol = string;
+
+ +

Примеры

+ +
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/HTMLHyperlinkElementUtils.protocol">
+var anchor = document.getElementByID("myAnchor");
+var result = anchor.protocol; // Вернет: 'https:'
+
+ +

Спецификации

+ + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-protocol', 'HTMLHyperlinkElementUtils.protocol')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
+ +

Совместимость с браузерами

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
+
+ +

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

+ +

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

+ +

Смотрите также

+ + diff --git a/files/ru/web/api/htmlanchorelement/search/index.html b/files/ru/web/api/htmlanchorelement/search/index.html new file mode 100644 index 0000000000..7c23ed4fc8 --- /dev/null +++ b/files/ru/web/api/htmlanchorelement/search/index.html @@ -0,0 +1,106 @@ +--- +title: HTMLHyperlinkElementUtils.search +slug: Web/API/HTMLHyperlinkElementUtils/search +tags: + - API + - Experimental + - HTMLHyperlinkElementUtils + - Property + - URL API +translation_of: Web/API/HTMLHyperlinkElementUtils/search +--- +

{{ApiRef("URL API")}}

+ +

Свойство HTMLHyperlinkElementUtils.search это {{domxref("USVString")}}, содержащий '?' с последующими параметрами URL.

+ +

Синтаксис

+ +
string = object.search;
+object.search = string;
+
+ +

Примеры

+ +
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.search?q=123">
+var anchor = document.getElementById("myAnchor");
+var result = anchor.search; // Вернет: '?q=123'
+
+ +

Спецификации

+ + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-search', 'HTMLHyperlinkElementUtils.search')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
+ +

Совместимость с браузерами

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatVersionUnknown}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatVersionUnknown}} [1]{{CompatVersionUnknown}} [1]{{CompatVersionUnknown}} [1]
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatVersionUnknown}} [1]{{CompatVersionUnknown}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatVersionUnknown}} [1]{{CompatVersionUnknown}} [1]{{CompatVersionUnknown}} [1]
+
+ +

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

+ +

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

+ +

Смотрите также

+ + diff --git a/files/ru/web/api/htmlanchorelement/tostring/index.html b/files/ru/web/api/htmlanchorelement/tostring/index.html new file mode 100644 index 0000000000..aa8d9362c0 --- /dev/null +++ b/files/ru/web/api/htmlanchorelement/tostring/index.html @@ -0,0 +1,106 @@ +--- +title: HTMLHyperlinkElementUtils.toString() +slug: Web/API/HTMLHyperlinkElementUtils/toString +tags: + - API + - Experimental + - HTMLHyperlinkElementUtils + - Location + - Method + - Stringifier + - URL API +translation_of: Web/API/HTMLHyperlinkElementUtils/toString +--- +

{{ApiRef("URL API")}}

+ +

Метод HTMLHyperlinkElementUtils.toString() возвращает {{domxref("USVString")}}, содержащий URL целиком. Это версия {{domxref("HTMLHyperlinkElementUtils.href")}} только для чтения.

+ +

Синтаксис

+ +
string = object.toString();
+ +

Примеры

+ +
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils/toString">
+var anchor = document.getElementById("myAnchor");
+var result = anchor.toString(); // Вернет: 'https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils/toString'
+
+ +

Спецификации

+ + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#htmlhyperlinkelementutils', 'HTMLHyperlinkElementUtils.toString()')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
+ +

Совместимость с браузерами

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
+
+ +

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

+ +

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

+ +

Смотрите также

+ + diff --git a/files/ru/web/api/htmlanchorelement/username/index.html b/files/ru/web/api/htmlanchorelement/username/index.html new file mode 100644 index 0000000000..c4da9f8b58 --- /dev/null +++ b/files/ru/web/api/htmlanchorelement/username/index.html @@ -0,0 +1,104 @@ +--- +title: HTMLHyperlinkElementUtils.username +slug: Web/API/HTMLHyperlinkElementUtils/username +tags: + - API + - Experimental + - HTMLHyperlinkElementUtils + - Property + - URL API +translation_of: Web/API/HTMLHyperlinkElementUtils/username +--- +

{{ApiRef("URL API")}}

+ +

Свойство HTMLHyperlinkElementUtils.username это {{domxref("USVString")}}, содержащий имя пользователя, указанное перед именем домена.

+ +

Синтаксис

+ +
string = object.username;
+object.username = string;
+
+ +

Примеры

+ +
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://anonymous:flabada@developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.username">
+var anchor = document.getElementByID("myAnchor");
+var result = anchor.username; // Вернет: 'anonymous'
+
+ +

Спецификации

+ + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-username', 'HTMLHyperlinkElementUtils.username')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
+ +

Совместимость с браузерами

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}}{{CompatGeckoDesktop("26")}} [1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}}{{CompatNo}}{{CompatGeckoMobile("26")}} [1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +

[1] С Gecko 26 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

+ +

Смотрите также

+ + diff --git a/files/ru/web/api/htmlhyperlinkelementutils/hash/index.html b/files/ru/web/api/htmlhyperlinkelementutils/hash/index.html deleted file mode 100644 index 8a135ab828..0000000000 --- a/files/ru/web/api/htmlhyperlinkelementutils/hash/index.html +++ /dev/null @@ -1,105 +0,0 @@ ---- -title: HTMLHyperlinkElementUtils.hash -slug: Web/API/HTMLHyperlinkElementUtils/hash -tags: - - API - - Experimental - - HTMLHyperlinkElementUtils - - Property - - URL API -translation_of: Web/API/HTMLHyperlinkElementUtils/hash ---- -

{{ APIRef("URLUtils") }}

- -

Свойство HTMLHyperlinkElementUtils.hash это {{domxref("USVString")}}, содержащий '#' с последующим идентификатором. Идентификатор не декодирован.

- -

Синтаксис

- -
string = object.hash;
-object.hash = string;
-
- -

Примеры

- -
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.href#youhou">
-var anchor = document.getElementByID("myAnchor");
-var result = anchor.hash; // Вернет: '#youhou'
- -

Спецификации

- - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-hash', 'HTMLHyperlinkElementUtils.hash')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
- -

Совместимость с браузерами

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}}[1]{{CompatGeckoDesktop("22")}}[2]{{CompatNo}}[1]{{CompatNo}}[1]{{CompatNo}}[1]
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}}[1]{{CompatNo}}[1]{{CompatGeckoMobile("22")}}[2]{{CompatNo}}[1]{{CompatNo}}[1]{{CompatNo}}[1]
-
- -

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

- -

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс. Также с Gecko 29 по Gecko 40 значение ошибочно возвращалось декодированным.

- -

Смотрите также

- - diff --git a/files/ru/web/api/htmlhyperlinkelementutils/host/index.html b/files/ru/web/api/htmlhyperlinkelementutils/host/index.html deleted file mode 100644 index 742386e83b..0000000000 --- a/files/ru/web/api/htmlhyperlinkelementutils/host/index.html +++ /dev/null @@ -1,116 +0,0 @@ ---- -title: HTMLHyperlinkElementUtils.host -slug: Web/API/HTMLHyperlinkElementUtils/host -tags: - - API - - Experimental - - HTMLHyperlinkElementUtils - - Property - - URL API -translation_of: Web/API/HTMLHyperlinkElementUtils/host ---- -
{{ApiRef("URL API")}}
- -

Свойство HTMLHyperlinkElementUtils.host это {{domxref("USVString")}}, содержащий хост, а именно имя хоста и, если порт не пустой, ':' и порт.

- -

Синтаксис

- -
string = object.host;
-object.host = string;
-
- -

Примеры

- -
var anchor = document.createElement("a");
-
-anchor.href = "https://developer.mozilla.org/en-US/HTMLHyperlinkElementUtils.host"
-anchor.host == "developer.mozilla.org"
-
-anchor.href = "https://developer.mozilla.org:443/en-US/HTMLHyperlinkElementUtils.host"
-anchor.host == "developer.mozilla.org"
-// Номер порта пропущен, потому что 443 используется по умолчанию
-
-anchor.href = "https://developer.mozilla.org:4097/en-US/HTMLHyperlinkElementUtils.host"
-anchor.host == "developer.mozilla.org:4097"
-
- -

Спецификации

- - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-host', 'HTMLHyperlinkElementUtils.host')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
- -

Совместимость с браузерами

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка[1]{{CompatNo}}{{CompatGeckoDesktop("22")}} [3]{{CompatNo}}[2]{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка[1]{{CompatNo}}{{CompatNo}}{{CompatGeckoMobile("22")}} [3]{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

- -

[2] В Internet Explorer 9 свойство host элемента {{HTMLElement("a")}} всегда включает порт (т.е. developer.mozilla.org:443), даже если порт в href не указан явно.

- -

[3] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

- -

Смотрите также

- - diff --git a/files/ru/web/api/htmlhyperlinkelementutils/hostname/index.html b/files/ru/web/api/htmlhyperlinkelementutils/hostname/index.html deleted file mode 100644 index da06c3dcb6..0000000000 --- a/files/ru/web/api/htmlhyperlinkelementutils/hostname/index.html +++ /dev/null @@ -1,105 +0,0 @@ ---- -title: HTMLHyperlinkElementUtils.hostname -slug: Web/API/HTMLHyperlinkElementUtils/hostname -tags: - - API - - Experimental - - HTMLHyperlinkElementUtils - - Property - - URL API -translation_of: Web/API/HTMLHyperlinkElementUtils/hostname ---- -

{{ApiRef("URL API")}}

- -

Свойство HTMLHyperlinkElementUtils.hostname это {{domxref("USVString")}}, содержащий домен.

- -

Синтаксис

- -
string = object.hostname;
-object.hostname = string;
-
- -

Примеры

- -
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.hostname">
-var anchor = document.getElementByID("myAnchor");
-var result = anchor.hostname; // Вернет: 'developer.mozilla.org'
- -

Спецификации

- - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-protocol', 'URLUtils.hostname')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
- -

Совместимость с браузерами

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
-
- -

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

- -

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

- -

Смотрите также

- - diff --git a/files/ru/web/api/htmlhyperlinkelementutils/href/index.html b/files/ru/web/api/htmlhyperlinkelementutils/href/index.html deleted file mode 100644 index 03a52f2e51..0000000000 --- a/files/ru/web/api/htmlhyperlinkelementutils/href/index.html +++ /dev/null @@ -1,108 +0,0 @@ ---- -title: HTMLHyperlinkElementUtils.href -slug: Web/API/HTMLHyperlinkElementUtils/href -tags: - - API - - Experimental - - HTMLHyperlinkElementUtils - - Location - - Property - - Reference - - URL API -translation_of: Web/API/HTMLHyperlinkElementUtils/href ---- -

{{ApiRef("URL API")}}

- -

Свойство HTMLHyperlinkElementUtils.href это {{domxref("USVString")}}, содержащий URL целиком.

- -

Синтаксис

- -
string = object.href;
-object.href = string;
-
- -

Примеры

- -
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/HTMLHyperlinkElementUtils/href">
-var anchor = document.getElementById("myAnchor");
-var result = anchor.href; // Вернет: 'https://developer.mozilla.org/en-US/HTMLHyperlinkElementUtils/href'
-
- -

Спецификации

- - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-href', 'HTMLHyperlinkElementUtils.href')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
- -

Совместимость с браузерами

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
-
- -

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

- -

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

- -

Смотрите также

- - diff --git a/files/ru/web/api/htmlhyperlinkelementutils/index.html b/files/ru/web/api/htmlhyperlinkelementutils/index.html deleted file mode 100644 index 2abe580d83..0000000000 --- a/files/ru/web/api/htmlhyperlinkelementutils/index.html +++ /dev/null @@ -1,178 +0,0 @@ ---- -title: HTMLHyperlinkElementUtils -slug: Web/API/HTMLHyperlinkElementUtils -tags: - - API - - Experimental - - Mixin - - NeedsTranslation - - TopicStub - - URL API -translation_of: Web/API/HTMLHyperlinkElementUtils ---- -

{{ApiRef("URL API")}}{{SeeCompatTable}}

- -

The HTMLHyperlinkElementUtils mixin defines utility methods and properties to work with {{domxref("HTMLAnchorElement")}} and {{domxref("HTMLAreaElement")}}. These utilities allow to deal with common features like URLs.

- -

There are no objects of this type, but several objects {{domxref("HTMLAnchorElement")}} and {{domxref("HTMLAreaElement")}} implement it.

- -

Properties

- -

This interface doesn't inherit any property.

- -
-
{{domxref("HTMLHyperlinkElementUtils.href")}}
-
Is a {{domxref("USVString")}} containing the whole URL.
-
{{domxref("HTMLHyperlinkElementUtils.protocol")}}
-
Is a {{domxref("USVString")}} containing the protocol scheme of the URL, including the final ':'.
-
{{domxref("HTMLHyperlinkElementUtils.host")}}
-
Is a {{domxref("USVString")}} containing the host, that is the hostname, and then, if the port of the URL is not empty (which can happen because it was not specified or because it was specified to be the default port of the URL's scheme), a ':', and the port of the URL.
-
{{domxref("HTMLHyperlinkElementUtils.hostname")}}
-
Is a {{domxref("USVString")}} containing the domain of the URL.
-
{{domxref("HTMLHyperlinkElementUtils.port")}}
-
Is a {{domxref("USVString")}} containing the port number of the URL.
-
{{domxref("HTMLHyperlinkElementUtils.pathname")}}
-
Is a {{domxref("USVString")}} containing an initial '/' followed by the path of the URL.
-
{{domxref("HTMLHyperlinkElementUtils.search")}}
-
Is a {{domxref("USVString")}} containing a '?' followed by the parameters of the URL.
-
{{domxref("HTMLHyperlinkElementUtils.hash")}}
-
Is a {{domxref("USVString")}} containing a '#' followed by the fragment identifier of the URL.
-
{{domxref("HTMLHyperlinkElementUtils.username")}}
-
Is a {{domxref("USVString")}} containing the username specified before the domain name.
-
{{domxref("HTMLHyperlinkElementUtils.password")}}
-
Is a {{domxref("USVString")}} containing the password specified before the domain name.
-
{{domxref("HTMLHyperlinkElementUtils.origin")}} {{readonlyInline}}
-
Returns a {{domxref("USVString")}} containing the origin of the URL, that is its scheme, its domain and its port.
-
- -

Methods

- -

This interface doesn't inherit any method.

- -
-
{{domxref("HTMLHyperlinkElementUtils.toString()")}}
-
Returns a {{domxref("DOMString")}} containing the whole URL. It is a synonym for {{domxref("HTMLHyperlinkElementUtils.href")}}, though it can't be used to modify the value.
-
- -

Specifications

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#htmlhyperlinkelementutils', 'HTMLHyperlinkElementUtils')}}{{Spec2('HTML WHATWG')}}Initial definition
- -

Browser compatibility

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
username and password{{CompatUnknown}}{{CompatGeckoDesktop("26")}} [2]{{CompatNo}}{{CompatUnknown}}{{CompatUnknown}}
origin {{CompatVersionUnknown()}}{{CompatGeckoDesktop("26")}} [2]{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
username and password{{CompatUnknown}}{{CompatUnknown}}{{CompatGeckoMobile("26")}} [2]{{CompatNo}}{{CompatUnknown}}{{CompatUnknown}}
origin {{CompatUnknown}}{{CompatUnknown}}{{CompatGeckoMobile("26")}} [2]{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -

[1] Though not grouped in a single abstract interface, these methods are directly available on the interfaces that implement it, if this interface is supported.

- -

[2] This mixin was called URLUtils before Firefox 45, and was also implemented to other by other interfaces, like {{domxref("Location")}}. From Firefox 45, the other interfaces implements their own version of the properties and methods they need.

- -

See also

- - - -
-
 
-
diff --git a/files/ru/web/api/htmlhyperlinkelementutils/origin/index.html b/files/ru/web/api/htmlhyperlinkelementutils/origin/index.html deleted file mode 100644 index b0e6b46e2e..0000000000 --- a/files/ru/web/api/htmlhyperlinkelementutils/origin/index.html +++ /dev/null @@ -1,116 +0,0 @@ ---- -title: HTMLHyperlinkElementUtils.origin -slug: Web/API/HTMLHyperlinkElementUtils/origin -tags: - - API - - Experimental - - HTMLHyperlinkElementUtils - - Property - - Read-only - - Reference - - URL API -translation_of: Web/API/HTMLHyperlinkElementUtils/origin ---- -

{{APIRef("URL API")}}

- -

Свойство только для чтения HTMLHyperlinkElementUtils.origin это {{domxref("USVString")}}, содержащий сериализованные в Unicode протокол, хост и порт, а именно:

- - - -

{{AvailableInWorkers}}

- -

Синтаксис

- -
string = object.origin;
-
- -

Примеры

- -
// На этой странице
-var result = window.location.origin; // Вернет: 'https://developer.mozilla.org'
-
- -

Спецификации

- - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-origin', 'HTMLHyperlinkElementUtils.origin')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
- -

Совместимость с браузерами

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatVersionUnknown()}}{{CompatGeckoDesktop("26.0")}} [2][3]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("26.0")}} [2][3]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
-
- -

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

- -

[2] С Gecko 26 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

- -

[3] До Gecko 49, для URL, начинающихся с blob, ошибочно возвращался null.

- -

Смотрите также

- - diff --git a/files/ru/web/api/htmlhyperlinkelementutils/password/index.html b/files/ru/web/api/htmlhyperlinkelementutils/password/index.html deleted file mode 100644 index 668749a367..0000000000 --- a/files/ru/web/api/htmlhyperlinkelementutils/password/index.html +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: HTMLHyperlinkElementUtils.password -slug: Web/API/HTMLHyperlinkElementUtils/password -tags: - - API - - Experimental - - HTMLHyperlinkElementUtils - - Property - - URL API -translation_of: Web/API/HTMLHyperlinkElementUtils/password ---- -

{{ApiRef("URL API")}}

- -

Свойство HTMLHyperlinkElementUtils.password это {{domxref("USVString")}}, содержащий пароль, указанный перед именем домена.

- -

password игнорируется без предупреждения, если свойство username не установлено.

- -

Синтаксис

- -
string = object.password;
-object.password = string;
-
- -

Примеры

- -
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://anonymous:flabada@developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.username">
-var anchor = document.getElementByID("myAnchor");
-var result = anchor.password; // Вернет: 'flabada'
-
- -

Спецификации

- - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-prassword', 'HTMLHyperlinkElementUtils.password')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
- -

Совместимость с браузерами

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}}{{CompatGeckoDesktop("26")}} [1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}}{{CompatNo}}{{CompatGeckoMobile("26")}} [1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

[1] С Gecko 26 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

- -

Смотрите также

- - diff --git a/files/ru/web/api/htmlhyperlinkelementutils/pathname/index.html b/files/ru/web/api/htmlhyperlinkelementutils/pathname/index.html deleted file mode 100644 index 9f6fb68608..0000000000 --- a/files/ru/web/api/htmlhyperlinkelementutils/pathname/index.html +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: HTMLHyperlinkElementUtils.pathname -slug: Web/API/HTMLHyperlinkElementUtils/pathname -tags: - - API - - Experimental - - HTMLHyperlinkElementUtils - - Property - - URL API -translation_of: Web/API/HTMLHyperlinkElementUtils/pathname ---- -

{{ApiRef("URL API")}}

- -

Свойство HTMLHyperlinkElementUtils.pathname это {{domxref("USVString")}}, содержащий первый '/' после хоста с последующим текстом URL.

- -

Синтаксис

- -
string = object.pathname;
-object.pathname = string;
-
- -

Примеры

- -
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.pathname">
-var anchor = document.getElementById("myAnchor");
-var result = anchor.pathname; // Вернет: '/en-US/docs/HTMLHyperlinkElementUtils.pathname'
-
- -

Спецификации

- - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-pathname', 'HTMLHyperlinkElementUtils.pathname')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
- -

Совместимость с браузерами

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
-
- -

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

- -

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

- -

Смотрите также

- - diff --git a/files/ru/web/api/htmlhyperlinkelementutils/port/index.html b/files/ru/web/api/htmlhyperlinkelementutils/port/index.html deleted file mode 100644 index 2ab4461fc4..0000000000 --- a/files/ru/web/api/htmlhyperlinkelementutils/port/index.html +++ /dev/null @@ -1,108 +0,0 @@ ---- -title: HTMLHyperlinkElementUtils.port -slug: Web/API/HTMLHyperlinkElementUtils/port -tags: - - API - - Experimental - - HTMLHyperlinkElementUtils - - Property - - URL API -translation_of: Web/API/HTMLHyperlinkElementUtils/port ---- -

{{ApiRef("URL API")}}

- -

Свойство HTMLHyperlinkElementUtils.port это {{domxref("USVString")}}, содержащий номер порта.

- -

При значении '' будет использоваться порт по умолчанию для указанного протокола (не 0).

- -

Синтаксис

- -
string = object.port;
-object.port = string;
-
- -

Примеры

- -
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.port">
-var anchor = document.getElementByID("myAnchor");
-var result = anchor.port; // Вернет: '80'
-
- -

Спецификации

- - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-port', 'HTMLHyperlinkElementUtils.port')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
- -

Совместимость с браузерами

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
-
- -

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

- -

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

- -

Смотрите также

- - diff --git a/files/ru/web/api/htmlhyperlinkelementutils/protocol/index.html b/files/ru/web/api/htmlhyperlinkelementutils/protocol/index.html deleted file mode 100644 index d7b3b4327f..0000000000 --- a/files/ru/web/api/htmlhyperlinkelementutils/protocol/index.html +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: HTMLHyperlinkElementUtils.protocol -slug: Web/API/HTMLHyperlinkElementUtils/protocol -tags: - - API - - Experimental - - HTMLHyperlinkElementUtils - - Property - - URL API -translation_of: Web/API/HTMLHyperlinkElementUtils/protocol ---- -

{{ApiRef("URL API")}}

- -

Свойство HTMLHyperlinkElementUtils.protocol это {{domxref("USVString")}}, содержащий протокол URL включая ':' в конце.

- -

Синтаксис

- -
string = object.protocol;
-object.protocol = string;
-
- -

Примеры

- -
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/HTMLHyperlinkElementUtils.protocol">
-var anchor = document.getElementByID("myAnchor");
-var result = anchor.protocol; // Вернет: 'https:'
-
- -

Спецификации

- - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-protocol', 'HTMLHyperlinkElementUtils.protocol')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
- -

Совместимость с браузерами

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
-
- -

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

- -

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

- -

Смотрите также

- - diff --git a/files/ru/web/api/htmlhyperlinkelementutils/search/index.html b/files/ru/web/api/htmlhyperlinkelementutils/search/index.html deleted file mode 100644 index 7c23ed4fc8..0000000000 --- a/files/ru/web/api/htmlhyperlinkelementutils/search/index.html +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: HTMLHyperlinkElementUtils.search -slug: Web/API/HTMLHyperlinkElementUtils/search -tags: - - API - - Experimental - - HTMLHyperlinkElementUtils - - Property - - URL API -translation_of: Web/API/HTMLHyperlinkElementUtils/search ---- -

{{ApiRef("URL API")}}

- -

Свойство HTMLHyperlinkElementUtils.search это {{domxref("USVString")}}, содержащий '?' с последующими параметрами URL.

- -

Синтаксис

- -
string = object.search;
-object.search = string;
-
- -

Примеры

- -
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.search?q=123">
-var anchor = document.getElementById("myAnchor");
-var result = anchor.search; // Вернет: '?q=123'
-
- -

Спецификации

- - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-search', 'HTMLHyperlinkElementUtils.search')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
- -

Совместимость с браузерами

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatVersionUnknown}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatVersionUnknown}} [1]{{CompatVersionUnknown}} [1]{{CompatVersionUnknown}} [1]
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatVersionUnknown}} [1]{{CompatVersionUnknown}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatVersionUnknown}} [1]{{CompatVersionUnknown}} [1]{{CompatVersionUnknown}} [1]
-
- -

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

- -

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

- -

Смотрите также

- - diff --git a/files/ru/web/api/htmlhyperlinkelementutils/tostring/index.html b/files/ru/web/api/htmlhyperlinkelementutils/tostring/index.html deleted file mode 100644 index aa8d9362c0..0000000000 --- a/files/ru/web/api/htmlhyperlinkelementutils/tostring/index.html +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: HTMLHyperlinkElementUtils.toString() -slug: Web/API/HTMLHyperlinkElementUtils/toString -tags: - - API - - Experimental - - HTMLHyperlinkElementUtils - - Location - - Method - - Stringifier - - URL API -translation_of: Web/API/HTMLHyperlinkElementUtils/toString ---- -

{{ApiRef("URL API")}}

- -

Метод HTMLHyperlinkElementUtils.toString() возвращает {{domxref("USVString")}}, содержащий URL целиком. Это версия {{domxref("HTMLHyperlinkElementUtils.href")}} только для чтения.

- -

Синтаксис

- -
string = object.toString();
- -

Примеры

- -
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils/toString">
-var anchor = document.getElementById("myAnchor");
-var result = anchor.toString(); // Вернет: 'https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils/toString'
-
- -

Спецификации

- - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#htmlhyperlinkelementutils', 'HTMLHyperlinkElementUtils.toString()')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
- -

Совместимость с браузерами

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}} [1]{{CompatGeckoDesktop("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}} [1]{{CompatNo}} [1]{{CompatGeckoMobile("22")}} [2]{{CompatNo}} [1]{{CompatNo}} [1]{{CompatNo}} [1]
-
- -

[1] Хотя оно и не включено в один абстрактный интерфейс, это свойство напрямую доступно в интерфейсах, которые его реализуют.

- -

[2] С Gecko 22 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

- -

Смотрите также

- - diff --git a/files/ru/web/api/htmlhyperlinkelementutils/username/index.html b/files/ru/web/api/htmlhyperlinkelementutils/username/index.html deleted file mode 100644 index c4da9f8b58..0000000000 --- a/files/ru/web/api/htmlhyperlinkelementutils/username/index.html +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: HTMLHyperlinkElementUtils.username -slug: Web/API/HTMLHyperlinkElementUtils/username -tags: - - API - - Experimental - - HTMLHyperlinkElementUtils - - Property - - URL API -translation_of: Web/API/HTMLHyperlinkElementUtils/username ---- -

{{ApiRef("URL API")}}

- -

Свойство HTMLHyperlinkElementUtils.username это {{domxref("USVString")}}, содержащий имя пользователя, указанное перед именем домена.

- -

Синтаксис

- -
string = object.username;
-object.username = string;
-
- -

Примеры

- -
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://anonymous:flabada@developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.username">
-var anchor = document.getElementByID("myAnchor");
-var result = anchor.username; // Вернет: 'anonymous'
-
- -

Спецификации

- - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-hyperlink-username', 'HTMLHyperlinkElementUtils.username')}}{{Spec2('HTML WHATWG')}}Изначальное определение.
- -

Совместимость с браузерами

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatNo}}{{CompatGeckoDesktop("26")}} [1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}}{{CompatNo}}{{CompatGeckoMobile("26")}} [1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

[1] С Gecko 26 по Gecko 44, это свойство находилось в URLUtils. Оно было перемещено или в HTMLHyperlinkElementUtils, или напрямую в интерфейс.

- -

Смотрите также

- - diff --git a/files/ru/web/api/nondocumenttypechildnode/index.html b/files/ru/web/api/nondocumenttypechildnode/index.html deleted file mode 100644 index 20f5c6ea40..0000000000 --- a/files/ru/web/api/nondocumenttypechildnode/index.html +++ /dev/null @@ -1,132 +0,0 @@ ---- -title: NonDocumentTypeChildNode -slug: Web/API/NonDocumentTypeChildNode -tags: - - API - - DOM - - Interface - - NeedsTranslation - - Reference - - TopicStub -translation_of: Web/API/NonDocumentTypeChildNode ---- -
{{APIRef("DOM")}}
- -

The NonDocumentTypeChildNode interface contains methods that are particular to {{domxref("Node")}} objects that can have a parent, but not suitable for {{domxref("DocumentType")}}.

- -

NonDocumentTypeChildNode is a raw interface and no object of this type can be created; it is implemented by {{domxref("Element")}}, and {{domxref("CharacterData")}} objects.

- -

Properties

- -

There is no inherited property.

- -
-
{{domxref("NonDocumentTypeChildNode.previousElementSibling")}} {{readonlyInline}}
-
Returns the {{domxref("Element")}} immediately prior to this node in its parent's children list, or null if there is no {{domxref("Element")}} in the list prior to this node.
-
{{domxref("NonDocumentTypeChildNode.nextElementSibling")}} {{readonlyInline}}
-
Returns the {{domxref("Element")}} immediately following this node in its parent's children list, or null if there is no {{domxref("Element")}} in the list following this node.
-
- -

Methods

- -

There is neither inherited, nor specific method.

- -

Specifications

- - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('DOM WHATWG', '#interface-childnode', 'NonDocumentTypeChildNode')}}{{Spec2('DOM WHATWG')}}Splitted the ElementTraversal interface in {{domxref("ParentNode")}}, {{domxref("ChildNode")}}, and NonDocumentTypeChildNode. The previousElementSibling and nextElementSibling are now defined on the latter.
- The {{domxref("CharacterData")}} and {{domxref("Element")}} implemented the new interfaces.
{{SpecName('Element Traversal', '#interface-elementTraversal', 'ElementTraversal')}}{{Spec2('Element Traversal')}}Added the initial definition of its properties to the ElementTraversal pure interface and use it on {{domxref("Element")}}.
- -

Browser compatibility

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support (on {{domxref("Element")}})1.0{{CompatGeckoDesktop("1.9.1")}}9.010.04.0
Support (on {{domxref("CharacterData")}})1.0{{CompatGeckoDesktop("25.0")}} [1]9.010.04.0
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support (on {{domxref("Element")}}){{ CompatVersionUnknown() }}{{CompatGeckoDesktop("1.9.1")}}{{ CompatVersionUnknown() }}10.0{{ CompatVersionUnknown() }}
Support (on {{domxref("CharacterData")}}){{ CompatVersionUnknown() }}{{CompatGeckoDesktop("25.0")}}{{ CompatVersionUnknown() }}10.0{{ CompatVersionUnknown() }}
-
- -

[1] Firefox 25 also added the two properties defined here on {{domxref("DocumentType")}}, this was removed in Firefox 28 due to compatibility problems, and led to the creation of this new pure interface.

- -

See also

- - diff --git a/files/ru/web/api/nondocumenttypechildnode/nextelementsibling/index.html b/files/ru/web/api/nondocumenttypechildnode/nextelementsibling/index.html deleted file mode 100644 index 1e8d05c4c2..0000000000 --- a/files/ru/web/api/nondocumenttypechildnode/nextelementsibling/index.html +++ /dev/null @@ -1,174 +0,0 @@ ---- -title: NonDocumentTypeChildNode.nextElementSibling -slug: Web/API/NonDocumentTypeChildNode/nextElementSibling -translation_of: Web/API/NonDocumentTypeChildNode/nextElementSibling -original_slug: Web/API/NonDocumentTypeChildNode/NonDocumentTypeChildNode.nextElementSibling ---- -
{{APIRef("DOM")}}
- -

NonDocumentTypeChildNode.nextElementSibling свойство только для чтения, возвращающее последующий элемент перед текущим, или null, если элемент является последним в своём родительском узле.

- -

Синтаксис

- -
var nextNode = elementNodeReference.nextElementSibling; 
- -

Пример

- -
<div id="div-01">Это div-01</div>
-<div id="div-02">Это div-02</div>
-
-<script type="text/javascript">
-  var el = document.getElementById('div-01').nextElementSibling;
-  console.log('Сосед div-01:');
-  while (el) {
-    console.log(el.nodeName);
-    el = el.nextElementSibling;
-  }
-</script>
-
- -

Этот пример выведет в консоль следующее:

- -
Сосед div-01:
-DIV
-SCRIPT
- -

Полифилл для IE8

- -

Данное свойство не пожддерживается до IE9. Используйте следующий полифилл, чтобы обойти этот недостаток:

- -
// Источник: https://github.com/Alhadis/Snippets/blob/master/js/polyfills/IE8-child-elements.js
-if (!('nextElementSibling' in document.documentElement)) {
-    Object.defineProperty(Element.prototype, 'nextElementSibling', {
-        get: function() {
-            var e = this.nextSibling;
-            while (e && 1 !== e.nodeType) {
-                e = e.nextSibling;
-            }
-            return e;
-        }
-    });
-}
- -

Полифилл для IE9+ и Safari

- -
// Источник: https://github.com/jserz/js_piece/blob/master/DOM/NonDocumentTypeChildNode/nextElementSibling/nextElementSibling.md
-(function(arr) {
-    arr.forEach(function(item) {
-        if (item.hasOwnProperty('nextElementSibling')) {
-            return;
-        }
-        Object.defineProperty(item, 'nextElementSibling', {
-            configurable: true,
-            enumerable: true,
-            get: function() {
-                var el = this;
-                while (el = el.nextSibling) {
-                    if (el.nodeType === 1) {
-                        return el;
-                    }
-                }
-                return null;
-            },
-            set: undefined
-        });
-    });
-})([Element.prototype, CharacterData.prototype]);
- -

Спецификации

- - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('DOM WHATWG', '#dom-nondocumenttypechildnode-nextelementsibling', 'ChildNodenextElementSibling')}}{{Spec2('DOM WHATWG')}}Split the ElementTraversal interface in {{domxref("ChildNode")}}, {{domxref("ParentNode")}}, and {{domxref("NonDocumentTypeChildNode")}}. This method is now defined on the former.
- The {{domxref("Element")}} and {{domxref("CharacterData")}} interfaces implemented the new interface.
{{SpecName('Element Traversal', '#attribute-nextElementSibling', 'ElementTraversal.nextElementSibling')}}{{Spec2('Element Traversal')}}Added its initial definition to the ElementTraversal pure interface and use it on {{domxref("Element")}}.
- -

Совместимость с браузерами

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
БраузерыChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка ({{domxref("Element")}})4{{CompatGeckoDesktop("1.9.1")}}99.84
Поддержка {{domxref("CharacterData")}}29.0{{CompatGeckoDesktop("25")}} [1]{{CompatNo}}16.0{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
БраузерыAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка ( {{domxref("Element")}}){{CompatVersionUnknown}}{{CompatGeckoMobile("1.9.1")}}{{CompatVersionUnknown}}9.8{{CompatVersionUnknown}}
Поддержка {{domxref("CharacterData")}}{{CompatVersionUnknown}}{{CompatGeckoMobile("25")}}{{CompatNo}}16.0{{CompatNo}}
-
- -

[1] Firefox 25 также добавил это свойство в {{domxref("DocumentType")}}, но оно было удалено в Firefox 28, из-за проблем совместимости.

- -

См. также

- - diff --git a/files/ru/web/api/nondocumenttypechildnode/previouselementsibling/index.html b/files/ru/web/api/nondocumenttypechildnode/previouselementsibling/index.html deleted file mode 100644 index 2cc659ef51..0000000000 --- a/files/ru/web/api/nondocumenttypechildnode/previouselementsibling/index.html +++ /dev/null @@ -1,185 +0,0 @@ ---- -title: NonDocumentTypeChildNode.previousElementSibling -slug: Web/API/NonDocumentTypeChildNode/previousElementSibling -translation_of: Web/API/NonDocumentTypeChildNode/previousElementSibling ---- -
-
{{APIRef("DOM")}}
-
- -

Свойство NonDocumentTypeChildNode.previousElementSibling только для чтения возвращает  {{domxref("Element")}} элемент стоящий перед применяемым, из списка дочерних элементов родителя или возвращает null, если таковых не имеется.

- -

Синтаксис

- -
prevNode = elementNodeReference.previousElementSibling;
-
- -

Примеры

- -
<div id="div-01">Here is div-01</div>
-<div id="div-02">Here is div-02</div>
-<li>This is a list item</li>
-<li>This is another list item</li>
-<div id="div-03">Here is div-03</div>
-
-<script>
-  var el = document.getElementById('div-03').previousElementSibling;
-  document.write('<p>Siblings of div-03</p><ol>');
-  while (el) {
-    document.write('<li>' + el.nodeName + '</li>');
-    el = el.previousElementSibling;
-  }
-  document.write('</ol>');
-</script>
-
- -

Этот пример выводит следующие элементы на страницу при загрузке:

- -
Соседи div-03
-
-   1. LI
-   2. LI
-   3. DIV
-   4. DIV
-
- -

Полифилл для Internet Explorer 8

- -

Это свойство поддерживается начиная с версии IE9, поэтому следующий фрагмент поддерживается, и может использоваться для IE8:

- -
// Ресурс: https://github.com/Alhadis/Snippets/blob/master/js/polyfills/IE8-child-elements.js
-if(!("previousElementSibling" in document.documentElement)){
-    Object.defineProperty(Element.prototype, "previousElementSibling", {
-        get: function(){
-            var e = this.previousSibling;
-            while(e && 1 !== e.nodeType)
-                e = e.previousSibling;
-            return e;
-        }
-    });
-}
- -

Полифилл для  Internet Explorer 9+ и Safari

- -
// Ресурс: https://github.com/jserz/js_piece/blob/master/DOM/NonDocumentTypeChildNode/previousElementSibling/previousElementSibling.md
-(function (arr) {
-  arr.forEach(function (item) {
-    if (item.hasOwnProperty('previousElementSibling')) {
-      return;
-    }
-    Object.defineProperty(item, 'previousElementSibling', {
-      configurable: true,
-      enumerable: true,
-      get: function () {
-        var el = this;
-        while (el = el.previousSibling) {
-          if (el.nodeType === 1) {
-            return el;
-          }
-        }
-        return null;
-      },
-      set: undefined
-    });
-  });
-})([Element.prototype, CharacterData.prototype]);
- -

Спецификация

- - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
{{SpecName('DOM WHATWG', '#dom-nondocumenttypechildnode-previouselementsibling', 'NonDocumentTypeChildNode.previousElementSibling')}}{{Spec2('DOM WHATWG')}}Splitted the ElementTraversal interface in {{domxref("ChildNode")}}, {{domxref("ParentNode")}}, and {{domxref("NonDocumentTypeChildNode")}}. This method is now defined on the former.
- The {{domxref("Element")}} and {{domxref("CharacterData")}} interfaces implemented the new interface.
{{SpecName('Element Traversal', '#attribute-previousElementSibling', 'ElementTraversal.previousElementSibling')}}{{Spec2('Element Traversal')}}Added its initial definition to the ElementTraversal pure interface and use it on {{domxref("Element")}}.
- -

Поддержка браузерами

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
ФункционалChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support (on {{domxref("Element")}})4{{CompatGeckoDesktop("1.9.1")}}99.84
Support on {{domxref("CharacterData")}}29.0{{CompatGeckoDesktop("25")}} [1]{{CompatNo}}16.0{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
ФункционалAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support (on {{domxref("Element")}}){{CompatVersionUnknown}}{{CompatGeckoMobile("1.9.1")}}{{CompatVersionUnknown}}9.8{{CompatVersionUnknown}}
Support on {{domxref("CharacterData")}}{{CompatVersionUnknown}}{{CompatGeckoMobile("25")}}{{CompatNo}}16.0{{CompatNo}}
-
- -

[1] Firefox 25 так же добавлено это свойство {{domxref("DocumentType")}}, но было удалено в Firefox 28 из-за проблем с совместимостью.

- -

Смотрите так же

- - -- cgit v1.2.3-54-g00ecf From 3cf10f5483f2abfa4d87b2279967277213e28908 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Tue, 23 Feb 2021 15:56:32 +0100 Subject: sync: modify --- files/es/_redirects.txt | 191 ++++++++++--------- files/es/_wikihistory.json | 38 ++-- files/es/conflicting/web/api/element/index.html | 3 +- .../web/api/element/nextelementsibling/index.html | 3 +- .../api/element/previouselementsibling/index.html | 3 +- files/fr/_redirects.txt | 26 +-- files/fr/_wikihistory.json | 44 ++--- .../web/accessibility/aria/widgets/index.html | 3 +- .../web/api/htmlhyperlinkelementutils/index.html | 4 +- files/fr/web/api/document/activeelement/index.html | 4 +- files/it/_redirects.txt | 3 +- files/it/_wikihistory.json | 12 +- .../web/api/htmlhyperlinkelementutils/index.html | 4 +- files/ja/_redirects.txt | 25 ++- files/ja/_wikihistory.json | 202 ++++++++++---------- .../web/accessibility/aria/widgets/index.html | 3 +- .../index.html | 3 +- .../web/api/htmlhyperlinkelementutils/index.html | 3 +- files/ja/web/api/document/activeelement/index.html | 4 +- files/ja/web/api/htmlanchorelement/hash/index.html | 3 +- files/ja/web/api/htmlanchorelement/host/index.html | 3 +- .../web/api/htmlanchorelement/hostname/index.html | 3 +- files/ja/web/api/htmlanchorelement/href/index.html | 3 +- .../ja/web/api/htmlanchorelement/origin/index.html | 3 +- .../web/api/htmlanchorelement/password/index.html | 3 +- .../web/api/htmlanchorelement/pathname/index.html | 3 +- files/ja/web/api/htmlanchorelement/port/index.html | 3 +- .../web/api/htmlanchorelement/protocol/index.html | 3 +- .../ja/web/api/htmlanchorelement/search/index.html | 3 +- .../web/api/htmlanchorelement/tostring/index.html | 3 +- .../web/api/htmlanchorelement/username/index.html | 3 +- files/ko/_redirects.txt | 8 +- files/ko/_wikihistory.json | 38 ++-- .../web/api/htmlhyperlinkelementutils/index.html | 3 +- files/ko/web/api/document/activeelement/index.html | 3 +- files/ko/web/api/htmlanchorelement/href/index.html | 3 +- files/pl/_redirects.txt | 6 +- files/pl/_wikihistory.json | 18 +- files/pl/web/api/document/activeelement/index.html | 4 +- files/pt-br/_redirects.txt | 5 +- files/pt-br/_wikihistory.json | 32 ++-- .../web/accessibility/aria/widgets/index.html | 4 +- .../web/api/document/activeelement/index.html | 4 +- files/ru/_redirects.txt | 22 ++- files/ru/_wikihistory.json | 212 ++++++++++----------- .../index.html | 3 +- .../web/api/htmlhyperlinkelementutils/index.html | 3 +- files/ru/web/api/document/activeelement/index.html | 4 +- .../web/api/element/nextelementsibling/index.html | 4 +- .../api/element/previouselementsibling/index.html | 3 +- files/ru/web/api/htmlanchorelement/hash/index.html | 3 +- files/ru/web/api/htmlanchorelement/host/index.html | 3 +- .../web/api/htmlanchorelement/hostname/index.html | 3 +- files/ru/web/api/htmlanchorelement/href/index.html | 3 +- .../ru/web/api/htmlanchorelement/origin/index.html | 3 +- .../web/api/htmlanchorelement/password/index.html | 3 +- .../web/api/htmlanchorelement/pathname/index.html | 3 +- files/ru/web/api/htmlanchorelement/port/index.html | 3 +- .../web/api/htmlanchorelement/protocol/index.html | 3 +- .../ru/web/api/htmlanchorelement/search/index.html | 3 +- .../web/api/htmlanchorelement/tostring/index.html | 3 +- .../web/api/htmlanchorelement/username/index.html | 3 +- files/zh-cn/_redirects.txt | 44 +++-- files/zh-cn/_wikihistory.json | 180 ++++++++--------- .../index.html | 3 +- .../web/api/htmlhyperlinkelementutils/index.html | 4 +- .../web/api/document/activeelement/index.html | 3 +- .../web/api/element/nextelementsibling/index.html | 3 +- .../api/element/previouselementsibling/index.html | 3 +- .../web/api/htmlanchorelement/hash/index.html | 4 +- .../web/api/htmlanchorelement/href/index.html | 4 +- .../web/api/htmlanchorelement/origin/index.html | 4 +- .../web/api/htmlanchorelement/password/index.html | 4 +- .../web/api/htmlanchorelement/pathname/index.html | 4 +- .../web/api/htmlanchorelement/search/index.html | 4 +- .../web/api/htmlanchorelement/tostring/index.html | 4 +- .../web/api/htmlanchorelement/username/index.html | 4 +- files/zh-tw/_redirects.txt | 1 + files/zh-tw/_wikihistory.json | 12 +- files/zh-tw/conflicting/web/api/element/index.html | 3 +- 80 files changed, 706 insertions(+), 611 deletions(-) (limited to 'files/ru/web') 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 ---
{{APIRef("DOM")}}
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 ---
{{APIRef("DOM")}}
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 ---
{{APIRef("DOM")}}
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 ---
Attention: besoin d'une mise à jour
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 ---

{{APIRef}}{{SeeCompatTable}}

L'interface URLUtils définit des méthodes utilitaires pour travailler avec les URL.

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

{{ ApiRef() }}

Résumé

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

{{ApiRef("URL API")}}{{SeeCompatTable}}

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 ---
Warning: needs updating
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 ---
{{APIRef("DOM")}}
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 ---

{{ApiRef("URL API")}}{{SeeCompatTable}}

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 ---
{{ApiRef}}
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 ---
{{ APIRef("URLUtils") }}
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 ---
{{ApiRef("URL API")}}
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 ---

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{APIRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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 ---
{{ApiRef("URL API")}}
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 ---

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}{{SeeCompatTable}}

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 ---
{{APIRef("Shadow DOM")}}
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 ---
{{ApiRef("URL API")}}
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 ---

{{ ApiRef() }}

Podsumowanie

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 ---
Aviso: precisa de atualização
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 ---

{{APIRef("DOM")}}

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 ---
{{APIRef("DOM")}}
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 ---

{{ApiRef("URL API")}}{{SeeCompatTable}}

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

{{ ApiRef() }}

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 ---
{{APIRef("DOM")}}
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 ---
{{APIRef("DOM")}}
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 ---

{{ APIRef("URLUtils") }}

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 ---
{{ApiRef("URL API")}}
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 ---

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{APIRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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 ---
{{APIRef("DOM")}}
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 ---

{{ApiRef("URL API")}}{{SeeCompatTable}}

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 ---
{{APIRef("Shadow DOM")}}
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 ---

{{ gecko_minversion_header("1.9.1") }}

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

{{ ApiRef() }}

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

{{ APIRef("URLUtils") }}

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

{{ApiRef("URL API")}}

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

{{APIRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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

{{ApiRef("URL API")}}

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 ---
{{APIRef("DOM")}}
-- cgit v1.2.3-54-g00ecf