mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-01 05:41:01 +00:00
4 lines
94 B
Text
4 lines
94 B
Text
|
|
interface ProcessingInstruction : CharacterData {
|
||
|
|
readonly attribute DOMString target;
|
||
|
|
};
|