mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 17:35:06 +00:00
LibWeb: Add missing spec comment in focusing logic
This commit is contained in:
parent
626ea5007a
commit
b47bd95087
1 changed files with 1 additions and 0 deletions
|
@ -363,6 +363,7 @@ static void run_focusing_steps(DOM::Node* new_focus_target, DOM::Node* fallback_
|
||||||
// 7. Let new chain be the focus chain of new focus target.
|
// 7. Let new chain be the focus chain of new focus target.
|
||||||
auto new_chain = focus_chain(new_focus_target);
|
auto new_chain = focus_chain(new_focus_target);
|
||||||
|
|
||||||
|
// 8. Run the focus update steps with old chain, new chain, and new focus target respectively.
|
||||||
run_focus_update_steps(old_chain, new_chain, *new_focus_target);
|
run_focus_update_steps(old_chain, new_chain, *new_focus_target);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue