mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Everywhere: Clean up AD-HOC and FIXME comments without colons
This commit is contained in:
committed by
Ali Mohammad Pur
parent
edccb92da7
commit
100f37995f
Notes:
github-actions[bot]
2025-11-14 08:18:37 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/100f37995fd Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6810
@@ -455,8 +455,8 @@ void HTMLDialogElement::run_dialog_focusing_steps()
|
||||
// 2. Let control be null
|
||||
GC::Ptr<Element> control = nullptr;
|
||||
|
||||
// FIXME 3. If subject has the autofocus attribute, then set control to subject.
|
||||
// FIXME 4. If control is null, then set control to the focus delegate of subject.
|
||||
// FIXME: 3. If subject has the autofocus attribute, then set control to subject.
|
||||
// FIXME: 4. If control is null, then set control to the focus delegate of subject.
|
||||
|
||||
// 5. If control is null, then set control to subject.
|
||||
if (!control)
|
||||
|
||||
Reference in New Issue
Block a user