More recently, I have been seeing questions with the tag "webkit". Such questions usually tend to be web-based questions relating to CSS, jQuery, layouts, cross-browers compatibility issues, etc...
So what is this "webkit" and how does it relate to CSS? I have also noticed a lot of -webkit-...
properties in the source code for various websites. Are these two related?
Update
So from the answers so far... WebKit is a HTML/CSS web browser rendering engine for Safar/Chrome. Are there such engines for IE/Opera/Firefox... and what are the differences, pros/cons of using one over the other, can I use WebKit features in Firefox for example?
The ultimate question... Is WebKit supported by IE?
Update 2
Thank you for your answers so far. To follow up on what I have learned so far... all of the major browsers use different rendering engines. I guess this is a big reason why there are so many cross-browser compatibility issues!
So, is there some kind of project or movement to a standard rendering engine that ALL browsers will use... will HTML5 bring an end to the cross-browser compatibility issues?
Thanks!
Thank you everyone for taking the time to answer my questions. I learned a lot from this short discussion, and there is a lot that I need to read over to catch up on what I've missed out on recently... apparently IE9 is about to be released (beta)... time to read up on these rendering engines :)