mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
Not particuarly useful right now, but is used in ensure_pre_insertion_validity. I'm not totally sure on the constructor arguments.
4 lines
94 B
Plaintext
4 lines
94 B
Plaintext
interface ProcessingInstruction : CharacterData {
|
|
readonly attribute DOMString target;
|
|
};
|