I've encountered a peculiar problem with HTML5 validation.
Take a look at this fiddle Fiddle
Upon submitting the form without selecting any option, it triggers a validation error (as expected), but interestingly, the font of the dropdown changes (notice the g
in nights).
This issue is only present in Google Chrome; it works fine in Mozilla.
I would like the fonts to remain consistent even after validation occurs.