Remove tabindex=0 on elements that do not need focus
   
    the tabindex=0 should be removed from any elements that do not explicitly need to be focusable via tab. Screen readers users will be able to reach the text regardless whether it is in the tab order or not. It'll likely just confuse keyboard users.
                1
                 vote
              
            
