mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibHTML: Add an empty CSS parser.
This commit is contained in:
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&);
|
||||
|
||||
Reference in New Issue
Block a user