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:
parent
49f3323fa8
commit
7aa7a2078f
2 changed files with 21 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue