mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Fully Implement get_an_elements_noopener
This removes two fix me in HTMLHyperlinkElementUtils
This commit is contained in:
parent
9feac465dc
commit
f639445456
Notes:
sideshowbarker
2024-07-17 03:00:23 +09:00
Author: https://github.com/Hexeption
Commit: f639445456
Pull-request: https://github.com/SerenityOS/serenity/pull/16508
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/trflynn89 ✅
4 changed files with 14 additions and 5 deletions
|
@ -34,6 +34,7 @@ private:
|
|||
virtual bool hyperlink_element_utils_is_html_anchor_element() const override { return false; }
|
||||
virtual bool hyperlink_element_utils_is_connected() const override { return is_connected(); }
|
||||
virtual DeprecatedString hyperlink_element_utils_target() const override { return ""; }
|
||||
virtual DeprecatedString hyperlink_element_utils_rel() const override { return ""; }
|
||||
virtual void hyperlink_element_utils_queue_an_element_task(HTML::Task::Source source, Function<void()> steps) override
|
||||
{
|
||||
queue_an_element_task(source, move(steps));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue