LibWeb: Start fleshing out the "in table" parser insertion mode

This commit is contained in:
Andreas Kling 2020-05-25 20:30:34 +02:00
commit 1e30ef239b
Notes: sideshowbarker 2024-07-19 06:08:56 +09:00
4 changed files with 78 additions and 1 deletions

View file

@ -46,6 +46,7 @@ public:
bool has_in_scope(const FlyString& tag_name) const;
bool has_in_button_scope(const FlyString& tag_name) const;
bool has_in_table_scope(const FlyString& tag_name) const;
bool contains(const Element&) const;