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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -