1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:08:10 +00:00

LibWeb: Fully Implement get_an_elements_noopener

This removes two fix me in HTMLHyperlinkElementUtils
This commit is contained in:
Keir Davis 2022-12-15 14:35:49 +00:00 committed by Tim Flynn
parent 9feac465dc
commit f639445456
4 changed files with 14 additions and 5 deletions

View file

@ -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();