On Twitter’s website (the new one), if I click on the Heart () button to like a tweet in my timeline, and then press the space bar key to scroll the timeline by one screen, the page is not scrolled, but instead the Heart button is activated again (un-liking the tweet).
This happens because clicking that button focuses it (i.e., the button is click-focusable), and before I can use the space bar key again to scroll the page, I have to first click on an empty space to un-focus the button.
This is annoying, so I was wondering if this behavior could or should be changed to make these types of buttons not click-focusable.
Is click-focusability for buttons an accessibility requirement, or can websites stop buttons from being click-focusable if they think it’s better for usability?