lokyoung / vuejs-paginate

A Vue.js(v2.x+) component for creating pagination.
MIT License
779 stars 171 forks source link

tabindex on breakView elements #118

Open RwwL opened 4 years ago

RwwL commented 4 years ago

I'm curious whether the tabindex="0" is deliberate on the breakView elements, or if it's possibly mistaken and meant to be set to -1. Setting the tabindex to 0 makes the element tabbable, which seems odd because it's not interactive at all. Setting -1 there would allow skipping right over. Just thought I'd ask, in case I'm missing something.