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:
parent
f62a8d3b19
commit
1e30ef239b
4 changed files with 78 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue