mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02:00
LibWeb: Implement HTML parser "in column group" insertion mode
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 05:39:16 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/6532c1e2fa9 Pull-request: https://github.com/SerenityOS/serenity/pull/2555 Reviewed-by: https://github.com/awesomekling ✅
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user