Good day everyone
![]()
The MDN Web Docs page for the appearance property in CSS says that setting appearance to auto “sets interactive widgets to render with their OS-native appearance. Behaves as none on elements with no OS-native styling.”
I was not aware that operating systems affected default CSS styling; I thought only browsers did that. How can I know and/or test what the default styles for a given element are in different operating systems?
Thanks!