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:
parent
20911efd4d
commit
af8a9331b2
2 changed files with 17 additions and 3 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue