mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-09 04:32:51 +00:00
LibHTML: Refactor the CSS parser into a class
Also added a parser function for standalone style declarations.
This commit is contained in:
parent
8d797fc62e
commit
b2a0d20580
Notes:
sideshowbarker
2024-07-19 11:52:27 +09:00
Author: https://github.com/awesomekling
Commit: b2a0d20580
2 changed files with 96 additions and 48 deletions
|
@ -4,4 +4,5 @@
|
|||
#include <LibHTML/CSS/StyleSheet.h>
|
||||
|
||||
NonnullRefPtr<StyleSheet> parse_css(const String&);
|
||||
NonnullRefPtr<StyleDeclaration> parse_css_declaration(const String&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue