mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 22:55:06 +00:00
LibWeb: Implement HTML parser "in column group" insertion mode
This commit is contained in:
parent
2241b09cd0
commit
6532c1e2fa
2 changed files with 81 additions and 2 deletions
|
@ -99,6 +99,7 @@ private:
|
|||
void handle_in_select_in_table(HTMLToken&);
|
||||
void handle_in_select(HTMLToken&);
|
||||
void handle_in_caption(HTMLToken&);
|
||||
void handle_in_column_group(HTMLToken&);
|
||||
|
||||
void stop_parsing() { m_stop_parsing = true; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue