In the [Example of Tabs with Automatic Activation](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/examples/tabs-automatic/), the tabs are styled with `cursor: pointer`. However, according to the [CSS2 spec](https://www.w3.org/TR/CSS21/ui.html), the pointer cursor indicates a link, but tabs are not links. It suggests `cursor: default` is more suitable for non-link tab elements. References: - [Buttons shouldn't have a hand cursor – Adam Silver](https://adamsilver.io/blog/buttons-shouldnt-have-a-hand-cursor/) - [CSS 2.1 User Interface](https://www.w3.org/TR/CSS2/ui.html#propdef-cursor)
Metadata
Metadata
Assignees
Status
Milestone
Relationships
Development
Issue actions