mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb/HTML: Update get_an_elements_target() to current spec
This commit is contained in:
parent
8dfd382e12
commit
9254994687
Notes:
github-actions[bot]
2025-01-31 17:28:29 +00:00
Author: https://github.com/AtkinsSJ
Commit: 9254994687
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3402
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/shannonbooth
Reviewed-by: https://github.com/tcl3 ✅
5 changed files with 22 additions and 17 deletions
|
@ -44,9 +44,9 @@ private:
|
|||
{
|
||||
queue_an_element_task(source, move(steps));
|
||||
}
|
||||
virtual String hyperlink_element_utils_get_an_elements_target() const override
|
||||
virtual String hyperlink_element_utils_get_an_elements_target(Optional<String> target) const override
|
||||
{
|
||||
return get_an_elements_target();
|
||||
return get_an_elements_target(target);
|
||||
}
|
||||
virtual TokenizedFeature::NoOpener hyperlink_element_utils_get_an_elements_noopener(StringView target) const override
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue