We’ve moved the tabindex attribute in our Photo Gallery app from the image to the parent container.
The previous configuration was incorrect because the parent container has a button role, which automatically assigns a presentation role to all elements inside. Elements with a presentation role should not be focusable.