mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
LibWeb: Implement state switch for "[CDATA[" in HTML parser
This commit is contained in:
committed by
Andreas Kling
parent
3f7086f91a
commit
892f6394b8
Notes:
sideshowbarker
2024-07-17 18:44:31 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/892f6394b8 Pull-request: https://github.com/SerenityOS/serenity/pull/12559
@@ -42,6 +42,8 @@ namespace Web::HTML {
|
||||
RefPtr<DOM::Document> parse_html_document(StringView, const AK::URL&, const String& encoding);
|
||||
|
||||
class HTMLParser {
|
||||
friend class HTMLTokenizer;
|
||||
|
||||
public:
|
||||
HTMLParser(DOM::Document&, StringView input, const String& encoding);
|
||||
~HTMLParser();
|
||||
|
||||
Reference in New Issue
Block a user