What is webkit ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What is webkit ?

15th Feb 2017, 12:11 PM
vishwajeet kumar
vishwajeet kumar - avatar
3 ответов
+ 12
this is an css attribute which is used to style on Opera browser specifically.
15th Feb 2017, 12:45 PM
Siddharth Saraf
+ 4
@Siddharth Saraf wrote: "this is an css attribute which is used to style on Opera browser specifically." The name is used as vendor prefix ( with dashes before and after: -webkit- ) on some css property ( but it isn't itself a property )to target navigators using this engine... Opera don't use webkit, they have their own engine, and specific css properties for Opera are prefixed -o-.
15th Feb 2017, 3:11 PM
visph
visph - avatar
15th Feb 2017, 12:22 PM
visph
visph - avatar