0

I am trying to understand where this type of "webkit" content is coming from. I have seen in in multiple CSS files.

Is this an open standard in CSS?

frankhermes
  • 4,720
  • 1
  • 22
  • 39

1 Answers1

2

This is not a standard.

WebKit is a HTML/CSS web browser rendering engine for Safari/Chrome.

Other browser's use other rendering engines.

Try to use a clean css, without -webkit or -moz attributes. Use them only if you very need them, or better even use sass (compass tool) that will add all of them if you will put some css that will need special support for special engine.

ForceBru
  • 43,482
  • 10
  • 63
  • 98
Andriy Kuba
  • 8,093
  • 2
  • 29
  • 46