Haz on Twitter
“When using URL pagination, it is important to use links instead of buttons.
To properly disable a link, you can omit the `href` and specify the `role` and `aria-disabled` attributes.
Enabled: <a href="#">
Disabled: <a role="link" aria-disabled="true">”