1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:38:11 +00:00

LibWeb: Support comments in the "in head" insertion mode

This commit is contained in:
Andreas Kling 2020-05-24 20:29:01 +02:00
parent 20911efd4d
commit af8a9331b2
2 changed files with 17 additions and 3 deletions

View file

@ -96,6 +96,7 @@ private:
RefPtr<Element> insert_html_element(HTMLToken&);
Element& current_node();
void insert_character(u32 data);
void insert_comment(HTMLToken&);
void reconstruct_the_active_formatting_elements();
void process_using_the_rules_for(InsertionMode, HTMLToken&);