mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Make PseudoElement a class in its own right
It's getting a bit large and complicated to be a struct hidden in DOM::Element.
This commit is contained in:
parent
e56146edec
commit
e7c2f0dd52
Notes:
github-actions[bot]
2025-06-19 11:37:51 +00:00
Author: https://github.com/AtkinsSJ
Commit: e7c2f0dd52
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5132
Reviewed-by: https://github.com/tcl3
6 changed files with 96 additions and 48 deletions
|
@ -373,6 +373,7 @@ class NodeList;
|
|||
class ParentNode;
|
||||
class Position;
|
||||
class ProcessingInstruction;
|
||||
class PseudoElement;
|
||||
class Range;
|
||||
class RegisteredObserver;
|
||||
class ShadowRoot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue