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/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 ----------------------- 4 files changed, 62 insertions(+), 60 deletions(-) create mode 100644 files/zh-cn/orphaned/web/api/notation/index.html delete mode 100644 files/zh-cn/web/api/notation/index.html (limited to 'files/zh-cn') 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