I think since the anchors don't appear to navigate or have an href you should use a <button type="button"... for the paging buttons. I think simply removing background: transparent; and possibly border would make the styles appropriate and you'd get tabbing for free.
I think since the anchors don't appear to navigate or have an
hrefyou should use a<button type="button"...for the paging buttons. I think simply removingbackground: transparent;and possibly border would make the styles appropriate and you'd get tabbing for free.