Tabbable divs no tab index

I’m working on an accessibility bug where I have to make a group of divs tabbable.

But I was specifically told I could not use tab index.

I was wondering if anybody ever did something similar. I read online that div tags are not interactive and the only way to add a zero to tab index.

But at the same time, I’m not sure if the person that specified this realizes what they are asking might be off.

Hello @nonamesareleft !

I have not done this. But, here is a link to how to make tabbable div online. Hopefully, it can help you.

Best wishes with your code. :slightly_smiling_face: