From 15b682f3ce7549aac1711f78e64bdb5aa6679a41 Mon Sep 17 00:00:00 2001 From: MDN Date: Fri, 7 May 2021 00:31:35 +0000 Subject: [CRON] sync translated content --- files/fr/_redirects.txt | 1 + files/fr/_wikihistory.json | 12 ++--- files/fr/orphaned/web/api/notation/index.html | 56 ++++++++++++++++++++++++ files/fr/web/api/notation/index.html | 55 ----------------------- files/ru/_redirects.txt | 3 +- files/ru/_wikihistory.json | 12 ++--- files/ru/orphaned/web/api/notation/index.html | 53 ++++++++++++++++++++++ files/ru/web/api/notation/index.html | 53 ---------------------- files/zh-cn/_redirects.txt | 1 + files/zh-cn/_wikihistory.json | 12 ++--- files/zh-cn/orphaned/web/api/notation/index.html | 55 +++++++++++++++++++++++ files/zh-cn/web/api/notation/index.html | 54 ----------------------- 12 files changed, 186 insertions(+), 181 deletions(-) create mode 100644 files/fr/orphaned/web/api/notation/index.html delete mode 100644 files/fr/web/api/notation/index.html create mode 100644 files/ru/orphaned/web/api/notation/index.html delete mode 100644 files/ru/web/api/notation/index.html create mode 100644 files/zh-cn/orphaned/web/api/notation/index.html delete mode 100644 files/zh-cn/web/api/notation/index.html diff --git a/files/fr/_redirects.txt b/files/fr/_redirects.txt index 1939a44a5a..1683d7b57f 100644 --- a/files/fr/_redirects.txt +++ b/files/fr/_redirects.txt @@ -3792,6 +3792,7 @@ /fr/docs/Web/API/Node/nodePrincipal /fr/docs/conflicting/Web/API/Node_378aed5ed6869e50853edbc988cf9556 /fr/docs/Web/API/Node/prefix /fr/docs/conflicting/Web/API/Element/prefix /fr/docs/Web/API/Node/rootNode /fr/docs/conflicting/Web/API/Node/getRootNode +/fr/docs/Web/API/Notation /fr/docs/orphaned/Web/API/Notation /fr/docs/Web/API/ParentNode/append /fr/docs/orphaned/Web/API/ParentNode/append /fr/docs/Web/API/ParentNode/childElementCount /fr/docs/Web/API/Element/childElementCount /fr/docs/Web/API/ParentNode/children /fr/docs/orphaned/Web/API/ParentNode/children diff --git a/files/fr/_wikihistory.json b/files/fr/_wikihistory.json index 4101aeee5c..c17626c993 100644 --- a/files/fr/_wikihistory.json +++ b/files/fr/_wikihistory.json @@ -19327,12 +19327,6 @@ "loella16" ] }, - "Web/API/Notation": { - "modified": "2019-03-18T21:40:13.820Z", - "contributors": [ - "loella16" - ] - }, "Web/API/NotificationEvent": { "modified": "2020-09-27T20:47:13.129Z", "contributors": [ @@ -45184,6 +45178,12 @@ "loella16" ] }, + "orphaned/Web/API/Notation": { + "modified": "2019-03-18T21:40:13.820Z", + "contributors": [ + "loella16" + ] + }, "orphaned/Web/API/ParentNode/append": { "modified": "2020-10-15T21:59:23.058Z", "contributors": [ diff --git a/files/fr/orphaned/web/api/notation/index.html b/files/fr/orphaned/web/api/notation/index.html new file mode 100644 index 0000000000..b041b531ef --- /dev/null +++ b/files/fr/orphaned/web/api/notation/index.html @@ -0,0 +1,56 @@ +--- +title: Notation +slug: orphaned/Web/API/Notation +tags: + - API + - Arborescence + - DOM + - Noeuds + - Notation + - Reference +translation_of: Web/API/Notation +original_slug: Web/API/Notation +--- +
{{APIRef("DOM")}}{{obsolete_header}}
+ +

Représente une notation DTD (définition de type de document) en lecture seule. Peut déclarer le format d'une entité non analysée ou déclarer formellement les cibles d'instruction de traitement du document. Hérite des méthodes et des propriétés de Node. Son nodeName est le nom de la notation. N'a pas de parent.

+ +

Propriétés

+ +
+
{{domxref("Notation.publicId")}} {{ReadOnlyInline}}
+
est une  {{domxref("DOMString")}} (chaîne de caractères).
+
{{domxref("Notation.systemId")}} {{ReadOnlyInline}}
+
est une {{domxref("DOMString")}} (chaîne de caractères).
+
+ +

Spécifications

+ + + + + + + + + + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName("DOM3 Core", "core.html#ID-5431D1B9", "Notation")}}{{Spec2("DOM3 Core")}}Pas de changement.
{{SpecName("DOM2 Core", "core.html#ID-5431D1B9", "Notation")}}{{Spec2("DOM2 Core")}}Pas de changement.
{{SpecName('DOM1', 'level-one-core.html#ID-5431D1B9', 'Notation')}}{{Spec2('DOM1')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ +

{{Compat("api.Notation")}}

diff --git a/files/fr/web/api/notation/index.html b/files/fr/web/api/notation/index.html deleted file mode 100644 index 66b8459a38..0000000000 --- a/files/fr/web/api/notation/index.html +++ /dev/null @@ -1,55 +0,0 @@ ---- -title: Notation -slug: Web/API/Notation -tags: - - API - - Arborescence - - DOM - - Noeuds - - Notation - - Reference -translation_of: Web/API/Notation ---- -
{{APIRef("DOM")}}{{obsolete_header}}
- -

Représente une notation DTD (définition de type de document) en lecture seule. Peut déclarer le format d'une entité non analysée ou déclarer formellement les cibles d'instruction de traitement du document. Hérite des méthodes et des propriétés de Node. Son nodeName est le nom de la notation. N'a pas de parent.

- -

Propriétés

- -
-
{{domxref("Notation.publicId")}} {{ReadOnlyInline}}
-
est une  {{domxref("DOMString")}} (chaîne de caractères).
-
{{domxref("Notation.systemId")}} {{ReadOnlyInline}}
-
est une {{domxref("DOMString")}} (chaîne de caractères).
-
- -

Spécifications

- - - - - - - - - - - - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName("DOM3 Core", "core.html#ID-5431D1B9", "Notation")}}{{Spec2("DOM3 Core")}}Pas de changement.
{{SpecName("DOM2 Core", "core.html#ID-5431D1B9", "Notation")}}{{Spec2("DOM2 Core")}}Pas de changement.
{{SpecName('DOM1', 'level-one-core.html#ID-5431D1B9', 'Notation')}}{{Spec2('DOM1')}}Définition initiale.
- -

Compatibilité des navigateurs

- -

{{Compat("api.Notation")}}

diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index ea7e177109..36067049a3 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -448,6 +448,7 @@ /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/Notation /ru/docs/orphaned/Web/API/Notation /ru/docs/Web/API/ParentNode/append /ru/docs/orphaned/Web/API/ParentNode/append /ru/docs/Web/API/ParentNode/childElementCount /ru/docs/Web/API/Element/childElementCount /ru/docs/Web/API/ParentNode/children /ru/docs/orphaned/Web/API/ParentNode/children @@ -486,7 +487,7 @@ /ru/docs/Web/API/navigator.id.request /ru/docs/Web/API/IdentityManager/request /ru/docs/Web/API/range.getBoundingClientRect /ru/docs/Web/API/Range/getBoundingClientRect /ru/docs/Web/API/Видимость_страницы_API /ru/docs/Web/API/Page_Visibility_API -/ru/docs/Web/API/Нотация /ru/docs/Web/API/Notation +/ru/docs/Web/API/Нотация /ru/docs/orphaned/Web/API/Notation /ru/docs/Web/Accessibility/Веб-разработка /ru/docs/conflicting/Web/Accessibility /ru/docs/Web/Apps/Fundamentals/Audio_and_video_delivery /ru/docs/Web/Guide/Audio_and_video_delivery /ru/docs/Web/Apps/Fundamentals/Audio_and_video_delivery/Adding_captions_and_subtitles_to_HTML5_video /ru/docs/Web/Guide/Audio_and_video_delivery/Adding_captions_and_subtitles_to_HTML5_video diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index 9a20c90423..f72beafa2d 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -10217,12 +10217,6 @@ "dginzburg" ] }, - "Web/API/Notation": { - "modified": "2020-10-15T22:17:39.773Z", - "contributors": [ - "opereverzeva" - ] - }, "Web/API/Notifications_API": { "modified": "2019-03-23T22:16:18.353Z", "contributors": [ @@ -25612,6 +25606,12 @@ "teoli" ] }, + "orphaned/Web/API/Notation": { + "modified": "2020-10-15T22:17:39.773Z", + "contributors": [ + "opereverzeva" + ] + }, "orphaned/Web/API/ParentNode/append": { "modified": "2020-10-15T22:10:43.295Z", "contributors": [ diff --git a/files/ru/orphaned/web/api/notation/index.html b/files/ru/orphaned/web/api/notation/index.html new file mode 100644 index 0000000000..e5f51b30d7 --- /dev/null +++ b/files/ru/orphaned/web/api/notation/index.html @@ -0,0 +1,53 @@ +--- +title: Нотация +slug: orphaned/Web/API/Notation +tags: + - Нотация +translation_of: Web/API/Notation +original_slug: Web/API/Notation +--- +
{{APIRef("DOM")}}{{draft}}{{obsolete_header}}
+ +

Представляет нотацию DTD (только для чтения). Может объявлять формат неразобранного объекта или формально объявлять цели инструкции по обработке документа. Наследует методы и свойства от Node. Его nodeName - это имя нотации. Не имеет родителя.

+ +

Свойства

+ +
+
{{domxref("Notation.publicId")}} {{ReadOnlyInline}}
+
Это {{domxref("DOMString")}}.
+
{{domxref("Notation.systemId")}} {{ReadOnlyInline}}
+
Это {{domxref("DOMString")}}.
+
+ +

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

+ + + + + + + + + + + + + + + + + + + + + + + + +
СпецификацияСтатусКомментарии
{{SpecName("DOM3 Core", "core.html#ID-5431D1B9", "Notation")}}{{Spec2("DOM3 Core")}}Без изменений
{{SpecName("DOM2 Core", "core.html#ID-5431D1B9", "Notation")}}{{Spec2("DOM2 Core")}}Без изменений
{{SpecName('DOM1', 'level-one-core.html#ID-5431D1B9', 'Notation')}}{{Spec2('DOM1')}}Первое определение
+ +

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

+ + + +

{{Compat("api.Notation")}}

diff --git a/files/ru/web/api/notation/index.html b/files/ru/web/api/notation/index.html deleted file mode 100644 index d0343162fa..0000000000 --- a/files/ru/web/api/notation/index.html +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: Нотация -slug: Web/API/Notation -tags: - - Нотация -translation_of: Web/API/Notation -original_slug: Web/API/Нотация ---- -
{{APIRef("DOM")}}{{draft}}{{obsolete_header}}
- -

Представляет нотацию DTD (только для чтения). Может объявлять формат неразобранного объекта или формально объявлять цели инструкции по обработке документа. Наследует методы и свойства от Node. Его nodeName - это имя нотации. Не имеет родителя.

- -

Свойства

- -
-
{{domxref("Notation.publicId")}} {{ReadOnlyInline}}
-
Это {{domxref("DOMString")}}.
-
{{domxref("Notation.systemId")}} {{ReadOnlyInline}}
-
Это {{domxref("DOMString")}}.
-
- -

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

- - - - - - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
{{SpecName("DOM3 Core", "core.html#ID-5431D1B9", "Notation")}}{{Spec2("DOM3 Core")}}Без изменений
{{SpecName("DOM2 Core", "core.html#ID-5431D1B9", "Notation")}}{{Spec2("DOM2 Core")}}Без изменений
{{SpecName('DOM1', 'level-one-core.html#ID-5431D1B9', 'Notation')}}{{Spec2('DOM1')}}Первое определение
- -

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

- - - -

{{Compat("api.Notation")}}

diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index bca23e125f..b01f733fa3 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1719,6 +1719,7 @@ /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/Notation /zh-CN/docs/orphaned/Web/API/Notation /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/Element/childElementCount /zh-CN/docs/Web/API/ParentNode.children /zh-CN/docs/orphaned/Web/API/ParentNode/children diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index f1c4de0e44..cbd3dfd51a 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -18689,12 +18689,6 @@ "Oswald111" ] }, - "Web/API/Notation": { - "modified": "2020-10-15T22:20:06.303Z", - "contributors": [ - "xiaoxingchi" - ] - }, "Web/API/NotificationEvent": { "modified": "2020-11-24T03:08:03.312Z", "contributors": [ @@ -50439,6 +50433,12 @@ "ChenChenJoke" ] }, + "orphaned/Web/API/Notation": { + "modified": "2020-10-15T22:20:06.303Z", + "contributors": [ + "xiaoxingchi" + ] + }, "orphaned/Web/API/ParentNode/append": { "modified": "2020-10-15T21:51:11.120Z", "contributors": [ diff --git a/files/zh-cn/orphaned/web/api/notation/index.html b/files/zh-cn/orphaned/web/api/notation/index.html new file mode 100644 index 0000000000..6887ee78e8 --- /dev/null +++ b/files/zh-cn/orphaned/web/api/notation/index.html @@ -0,0 +1,55 @@ +--- +title: Notation +slug: orphaned/Web/API/Notation +tags: + - API + - Obsolete + - Reference +translation_of: Web/API/Notation +original_slug: Web/API/Notation +--- +
{{APIRef("DOM")}}{{draft}}{{obsolete_header}}
+ +

表示DTD表示(只读)。可以声明未解析实体的格式或正式声明文档的处理指令目标。从 node 继承方法和属性。它的 nodeName 是表示法名称。没有父节点。

+ +

属性

+ +
+
{{domxref("Notation.publicId")}} {{ReadOnlyInline}}
+
Is a {{domxref("DOMString")}}.
+
{{domxref("Notation.systemId")}} {{ReadOnlyInline}}
+
Is a {{domxref("DOMString")}}.
+
+ +

规范

+ + + + + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName("DOM3 Core", "core.html#ID-5431D1B9", "Notation")}}{{Spec2("DOM3 Core")}}No change
{{SpecName("DOM2 Core", "core.html#ID-5431D1B9", "Notation")}}{{Spec2("DOM2 Core")}}No change
{{SpecName('DOM1', 'level-one-core.html#ID-5431D1B9', 'Notation')}}{{Spec2('DOM1')}}Initial definition
+ +

浏览器兼容性

+ + + +

{{Compat("api.Notation")}}

diff --git a/files/zh-cn/web/api/notation/index.html b/files/zh-cn/web/api/notation/index.html deleted file mode 100644 index 5a196228f4..0000000000 --- a/files/zh-cn/web/api/notation/index.html +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: Notation -slug: Web/API/Notation -tags: - - API - - Obsolete - - Reference -translation_of: Web/API/Notation ---- -
{{APIRef("DOM")}}{{draft}}{{obsolete_header}}
- -

表示DTD表示(只读)。可以声明未解析实体的格式或正式声明文档的处理指令目标。从 node 继承方法和属性。它的 nodeName 是表示法名称。没有父节点。

- -

属性

- -
-
{{domxref("Notation.publicId")}} {{ReadOnlyInline}}
-
Is a {{domxref("DOMString")}}.
-
{{domxref("Notation.systemId")}} {{ReadOnlyInline}}
-
Is a {{domxref("DOMString")}}.
-
- -

规范

- - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName("DOM3 Core", "core.html#ID-5431D1B9", "Notation")}}{{Spec2("DOM3 Core")}}No change
{{SpecName("DOM2 Core", "core.html#ID-5431D1B9", "Notation")}}{{Spec2("DOM2 Core")}}No change
{{SpecName('DOM1', 'level-one-core.html#ID-5431D1B9', 'Notation')}}{{Spec2('DOM1')}}Initial definition
- -

浏览器兼容性

- - - -

{{Compat("api.Notation")}}

-- cgit v1.2.3-54-g00ecf