mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
LibWeb: Fully Implement get_an_elements_noopener
This removes two fix me in HTMLHyperlinkElementUtils
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 03:00:23 +09:00
Author: https://github.com/Hexeption Commit: https://github.com/SerenityOS/serenity/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 ✅
@@ -55,6 +55,7 @@ protected:
|
||||
virtual bool hyperlink_element_utils_is_html_anchor_element() const = 0;
|
||||
virtual bool hyperlink_element_utils_is_connected() const = 0;
|
||||
virtual DeprecatedString hyperlink_element_utils_target() const = 0;
|
||||
virtual DeprecatedString hyperlink_element_utils_rel() const = 0;
|
||||
virtual void hyperlink_element_utils_queue_an_element_task(HTML::Task::Source source, Function<void()> steps) = 0;
|
||||
|
||||
void set_the_url();
|
||||
|
||||
Reference in New Issue
Block a user