mirror of
https://github.com/RGBCube/serenity
synced 2025-05-21 17:35:06 +00:00
LibWeb: Remove most uses of the old HTML parser
The only remaining client of the old parser is the fragment parser used by the Element.innerHTML setter. We'll need to implement a bit more stuff in the new parser before we can switch that over.
This commit is contained in:
parent
c9d55e3b80
commit
07d976716f
5 changed files with 16 additions and 8 deletions
|
@ -33,7 +33,6 @@ namespace Web {
|
|||
|
||||
class DocumentFragment;
|
||||
|
||||
RefPtr<Document> parse_html_document(const StringView&, const URL& = URL(), const String& encoding = "utf-8");
|
||||
RefPtr<DocumentFragment> parse_html_fragment(Document&, const StringView&, const String& encoding = "utf-8");
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue