Definition
DOM Standard defines ProcessingInstruction
[Exposed=Window]
interface ProcessingInstruction : CharacterData {
readonly attribute DOMString target;
};
This interface is extended in the following specifications:
Consolidated IDL (across mixin and partials)
[Exposed=Window]
interface ProcessingInstruction : CharacterData {
readonly attribute DOMString target;
readonly attribute CSSStyleSheet? sheet;
};
Methods and attributes that return objects implementing ProcessingInstruction
Referring IDL interfaces/dictionaries
Referring specifications
- CSS Object Model (CSSOM) refers to
ProcessingInstruction