WCAG requires that text color constrast should meet 4.5:1 ratio.
When you click an item on <select>
it's usually highlighted with blue background color and white font color, something like this:
And usually such highlighting does not meet that "4.5:1 rule" -- for example on my browser, such color highlighting's contrast ratio is 2.98:1.
How do you resolve such problem?