Browsing through default Webkit CSS here I noticed the following piece of code:
:focus {
outline: auto 5px -webkit-focus-ring-color
}
It seems -webkit-focus-ring-color
is a variable of some sort. I thought CSS could not have variables. What is going on here?