1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 18:35:07 +00:00

LibWeb: Parse "td" start tags during "in cell" insertion mode

This commit is contained in:
Andreas Kling 2020-05-28 11:45:40 +02:00
parent 49f3323fa8
commit 7aa7a2078f
2 changed files with 21 additions and 1 deletions

View file

@ -114,6 +114,7 @@ private:
void clear_the_stack_back_to_a_table_context();
void clear_the_stack_back_to_a_table_body_context();
void clear_the_stack_back_to_a_table_row_context();
void close_the_cell();
InsertionMode m_insertion_mode { InsertionMode::Initial };
InsertionMode m_original_insertion_mode { InsertionMode::Initial };