1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 19:25:10 +00:00

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
parent f62a8d3b19
commit 1e30ef239b
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;