Please, I beg you: Take 10 minutes out of your day today and update every site you can to use the other vendor-specific prefixes (and non-prefixed) versions of each
-webkit-*property you find, even if you’re not sure it exists yet. And if you need help, ask.UPDATE: If you want to scan your server for files that might need adjustment, try this from the command line:
find /var/www -type f -name "*.css" -exec grep -il "webkit" {} \;If you want to run it locally on a Mac, you should change the folder to ~/Sites.