aria-practices
aria-practices copied to clipboard
Incorrect cursor style in Tabs example
In the Example of Tabs with Automatic Activation, the tabs are styled with cursor: pointer. However, according to the CSS2 spec, the pointer cursor indicates a link, but tabs are not links. It suggests cursor: default is more suitable for non-link tab elements.
References: