--- 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")}}.

规范

Specification Status Comment
{{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")}}