mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb: Add ProcessingInstruction node
Not particuarly useful right now, but is used in ensure_pre_insertion_validity. I'm not totally sure on the constructor arguments.
This commit is contained in:
parent
c28a3a385b
commit
9e338a2be2
Notes:
sideshowbarker
2024-07-18 20:43:13 +09:00
Author: https://github.com/Lubrsi
Commit: 9e338a2be2
Pull-request: https://github.com/SerenityOS/serenity/pull/6158
6 changed files with 101 additions and 0 deletions
3
Userland/Libraries/LibWeb/DOM/ProcessingInstruction.idl
Normal file
3
Userland/Libraries/LibWeb/DOM/ProcessingInstruction.idl
Normal file
|
@ -0,0 +1,3 @@
|
|||
interface ProcessingInstruction : CharacterData {
|
||||
readonly attribute DOMString target;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue