Definition
DOM Standard defines NonDocumentTypeChildNode
interface mixin NonDocumentTypeChildNode {
readonly attribute Element? previousElementSibling;
readonly attribute Element? nextElementSibling;
};
NonDocumentTypeChildNode
interface mixinDOM Standard defines NonDocumentTypeChildNode
interface mixin NonDocumentTypeChildNode {
readonly attribute Element? previousElementSibling;
readonly attribute Element? nextElementSibling;
};