mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-06 03:02:55 +00:00
LibWeb: Implement HTML parser "in column group" insertion mode
This commit is contained in:
parent
2241b09cd0
commit
6532c1e2fa
Notes:
sideshowbarker
2024-07-19 05:39:16 +09:00
Author: https://github.com/Lubrsi
Commit: 6532c1e2fa
Pull-request: https://github.com/SerenityOS/serenity/pull/2555
Reviewed-by: https://github.com/awesomekling ✅
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