mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +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
6 changed files with 101 additions and 0 deletions
|
@ -60,6 +60,7 @@ class MouseEvent;
|
|||
class Node;
|
||||
class ParentNode;
|
||||
class Position;
|
||||
class ProcessingInstruction;
|
||||
class ShadowRoot;
|
||||
class Text;
|
||||
class Timer;
|
||||
|
@ -300,6 +301,7 @@ class MouseEventWrapper;
|
|||
class NodeWrapper;
|
||||
class PerformanceTimingWrapper;
|
||||
class PerformanceWrapper;
|
||||
class ProcessingInstructionWrapper;
|
||||
class ProgressEventWrapper;
|
||||
class ScreenWrapper;
|
||||
class ScriptExecutionContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue