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.