Use of -webkit- * and -moz- * [duplicate]

-1

The prefixes -webkit- or -moz- should be used for elements that work without using these (as box-shadow )?

Normally, those using Chrome and Firefox have versions that support many elements, which makes it unnecessary to add these codes.

    
asked by anonymous 12.03.2014 / 18:04

1 answer

0

The use of browser elements such as webkit and moz is only to be used when the style application is not rendered in browsers that do not support CSS3. Elements that work without their declaration are usually done.

    
12.03.2014 / 18:35