mirror of
https://github.com/RGBCube/serenity
synced 2025-05-29 10:55:10 +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
7
LibHTML/Parser/HTMLParser.h
Normal file
7
LibHTML/Parser/HTMLParser.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <LibHTML/DOM/Document.h>
|
||||
|
||||
NonnullRefPtr<Document> parse_html(const String&);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue