17 ms·
Element visibility should not be triggered via focus or hover. Visibility states should be triggered with a button click or enter key press.
by cabalos 5y ago
Element visibility should not be triggered via focus or hover. Visibility states should be triggered with a button click or enter key press.
- runarberg 5y agoIndeed, you should probably just use "<details>" and "<summary>" for drop downs today (works perfectly without any javascript and have accessibility built in). CSS only dropdowns were a hack for an era before these elements were widely supported.