I'm creating a timeline. The timeline represents a sequence of posts of a blog and the central one is the current post. Every item in the timeline is an anchor but the center.
I'm wondering which way is better for screen readers and assistive technologies. Create a tab index for every item of the list, or only for the p or even do nothing!

Thanks in advance!