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
commit f639445456
Notes: sideshowbarker 2024-07-17 03:00:23 +09:00
4 changed files with 14 additions and 5 deletions

View file

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