Accessibility
- All input elements need to have a visual indication
focusis set. This is different then selection. - Use the correct html element for inputs. For example don’t use a
divwith a click event. Use abuttonorainstead.
focus is set. This is different then selection.div with a click event. Use a button or a instead.