After running a CSS3 validation, I encountered the following error messages.
The property -webkit-border-radius is flagged as an unknown vendor extension
The property -moz-border-radius is identified as an unknown vendor extension
The property -webkit-border-radius is labeled as an unknown vendor extension
Is there a way to achieve 100% CSS3 validity?
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;