mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 15:55:07 +00:00
LibHTML: Add an empty CSS parser.
This commit is contained in:
parent
85d71024f7
commit
891e668e35
14 changed files with 67 additions and 11 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
class Node;
|
||||
class LayoutNode;
|
||||
class StyleSheet;
|
||||
|
||||
void dump_tree(const Node&);
|
||||
void dump_tree(const LayoutNode&);
|
||||
void dump_sheet(const StyleSheet&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue