Home › Forums › CSS › What to do with browser-specific tags as they become standarized › Re: What to do with browser-specific tags as they become standarized
March 6, 2012 at 4:50 pm
#98292
Member
I was also going to link to what @wolfcry911 shared. I don’t use prefixes for box-shadow
or border-radius
as 99% of browsers now support the non-prefixed property.
@Senff As far as I am aware, the non-prefixed property is an agreed upon standard, so all browsers should treat unprefixed properties the same. The prefixed properties are for browsers to experiment. So therefore, you have to keep in mind that the non-prefixed property may not behave the same as the prefixed properties.