mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 22:52:22 +02:00
This comment at the end of LibWeb/HTML/Focus.cpp: ``` // What? It already doesn't have system focus, what possible // platform-specific conventions are there? ``` Originally followed and referred to this FIXME on line 319: ``` // FIXME: Otherwise, apply any relevant platform-specific conventions // for removing system focus from topDocument's // browsing context, and run the focus update steps with old chain, // an empty list, and null respectively. ``` During the course of #7233, it was accidentally moved and attached to a different context, following this comment below on line 325: ``` // NOTE: The unfocusing steps do not always result in the focus // changing, even when applied to the currently focused // area of a top-level traversable. For example, if the currently // focused area of a top-level traversable is a // viewport, then it will usually keep its focus regardless until // another focusable area is explicitly focused // with the focusing steps. ``` Rather than move it to the correct place and become its git blame villain in the process, I once more seek to remove it.
16 KiB
16 KiB