Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

browser specific css attributes

Where can I find a complete "browser specific css attributes" reference?

I mean some attributes such as -moz-border-radius that is just for Firefox or -webkit-min-device-pixel-ratio. These examples work just in a specified web browser. I want a complete reference for these attributes.

like image 819
Saleh Avatar asked Dec 16 '22 14:12

Saleh


1 Answers

Each vendor should maintain a list of custom CSS extensions. The ones I've found are linked below.

  • Mozilla (Firefox)
  • Opera
  • Safari (merged with standard CSS properties)
  • Internet Explorer (outdated)

Ones I can't find ...

  • Chrome (same engine as Safari, some slight differences in vendor extensions supported)
like image 110
Jeff Parker Avatar answered Dec 19 '22 07:12

Jeff Parker