mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:08:13 +00:00
LibWeb: Implement more of HTMLParser::the_end() and bring closer to spec
This commit is contained in:
parent
c772134e25
commit
e7af6af626
4 changed files with 75 additions and 12 deletions
|
@ -58,5 +58,6 @@ private:
|
|||
};
|
||||
|
||||
EventLoop& main_thread_event_loop();
|
||||
void queue_global_task(HTML::Task::Source, DOM::Document&, Function<void()> steps);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue