Notation
Draft
This page is not complete.
Deprecated
This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
Represents a DTD notation (read-only). May declare format of an unparsed entity or formally declare the document's processing instruction targets. Inherits methods and properties from Node
. Its nodeName
is the notation name. Has no parent.
Properties
Notation.publicId
Read only- Is a
DOMString
. Notation.systemId
Read only- Is a
DOMString
.
Specifications
Specification | Status | Comment |
---|---|---|
Document Object Model (DOM) Level 3 Core Specification The definition of 'Notation' in that specification. |
Obsolete | No change |
Document Object Model (DOM) Level 2 Core Specification The definition of 'Notation' in that specification. |
Obsolete | No change |
Document Object Model (DOM) Level 1 Specification The definition of 'Notation' in that specification. |
Obsolete | Initial definition |
Browser compatibility
BCD tables only load in the browser