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/orphaned/web/api/notation/index.html | 55 ++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 files/zh-cn/orphaned/web/api/notation/index.html (limited to 'files/zh-cn/orphaned') 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")}}

-- cgit v1.2.3-54-g00ecf