mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
LibWeb/HTML: Update Navigable::choose_a_navigable() to latest spec
This corresponds to part of https://github.com/whatwg/html/pull/10818
This commit is contained in:
parent
6f8d3014ea
commit
d40ccb97ec
Notes:
github-actions[bot]
2025-01-21 17:18:22 +00:00
Author: https://github.com/AtkinsSJ
Commit: d40ccb97ec
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3151
Reviewed-by: https://github.com/kalenikaliaksandr ✅
Reviewed-by: https://github.com/tcl3
2 changed files with 88 additions and 23 deletions
|
@ -113,6 +113,8 @@ public:
|
|||
|
||||
ChosenNavigable choose_a_navigable(StringView name, TokenizedFeature::NoOpener no_opener, ActivateTab = ActivateTab::Yes, Optional<TokenizedFeature::Map const&> window_features = {});
|
||||
|
||||
GC::Ptr<Navigable> find_a_navigable_by_target_name(StringView name);
|
||||
|
||||
static GC::Ptr<Navigable> navigable_with_active_document(GC::Ref<DOM::Document>);
|
||||
|
||||
enum class Traversal {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue