mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
LibWeb: Add fast_is for span and div
This commit is contained in:
parent
23f3ecbe98
commit
a3e485e2d0
Notes:
github-actions[bot]
2025-04-28 18:47:04 +00:00
Author: https://github.com/teaalltr 🔰
Commit: a3e485e2d0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4459
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 16 additions and 0 deletions
|
@ -207,6 +207,8 @@ public:
|
|||
virtual bool is_html_form_element() const { return false; }
|
||||
virtual bool is_html_image_element() const { return false; }
|
||||
virtual bool is_html_iframe_element() const { return false; }
|
||||
virtual bool is_html_div_element() const { return false; }
|
||||
virtual bool is_html_span_element() const { return false; }
|
||||
virtual bool is_html_frameset_element() const { return false; }
|
||||
virtual bool is_html_fieldset_element() const { return false; }
|
||||
virtual bool is_navigable_container() const { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue