4 lines
94 B
Text
4 lines
94 B
Text
|
|
interface ProcessingInstruction : CharacterData {
|
||
|
|
readonly attribute DOMString target;
|
||
|
|
};
|