css3 - Is or was -chrome- ever a valid CSS vendor prefix -


This web designer is listed in the book for CSS3, but I can not find any reference to web searches.

-chrome- Never had a right prefix because Chrome WebKit used to power itself Therefore, it has the same vendor prefix as all other webkit. For example Safari Browsers is the correct prefix for Chrome:

  -webkit-  

Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -