I’m learning CSS and there is some prefix like -moz and -webkit that repeats the same code to accomodate for Mozilla, Safari, etc. when it comes to things like CSS3 transition or border-radius.
All the answers I have found are from 2010 or 2011 but nothing recent. Do I still need to use these prefixes or are most browsers all CSS3 ready?
The CSS3 specification itself is incomplete, so it cannot possibly be “fully enabled” in any browser at the moment. It probably won’t reach widespread standardization for another few years, especially given its granular modularization, but I suppose we’re getting there.
If you need any sources from the past month, here you go: