mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Implement state switch for "[CDATA[" in HTML parser
This commit is contained in:
parent
3f7086f91a
commit
892f6394b8
Notes:
sideshowbarker
2024-07-17 18:44:31 +09:00
Author: https://github.com/linusg
Commit: 892f6394b8
Pull-request: https://github.com/SerenityOS/serenity/pull/12559
2 changed files with 14 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue