I've noticed a strange focus behavior. To describe it, first see how it should behave:
- Go to any other website, e.g. https://news.ycombinator.com/
- Select any non-interactive text in the middle of the page, like the number of points on HN
- Press tab
What happens is that the next interactive element (here: user name link) after the selected text is being focused.
This doesn't work on Kagi search results page, though. I wanted to check the accessibility of the new Quick Peek functionality (it's great by the way, even with a screen reader!). I've selected an element right before the Quick Peek. But pressing Tab always focuses the first search result. Keeping the focus right only works if one selects an interactive element (like "See more images").
I'm assuming that this behavior is a feature for some other scenario (as the behavior goes against the native browser behavior), but usually messing around with the focus in such a way is not a good idea (as the issue shows).