impressivewebs / CSS-Values

A PWA that allows you to search for any CSS property to get a quick reference on possible values and browser support.
https://cssvalues.com
25 stars 4 forks source link

Display browser support #1

Closed magicmonty closed 10 years ago

magicmonty commented 12 years ago

Hi, it would be nice, if the supported browsers are displayed too

impressivewebs commented 12 years ago

Yep, as I mention in the blog post, that's one of the limitations right now. I have plans to eventually add that, but as usual, it's somewhat complicated due to the fact that some old browsers have "partial" support for certain things, or in other cases they have a lot of bugs. I'll have to see how it goes, but even if I do add browser support, it's unlikely to be satisfactory to everyone due to these factors.

ndersh commented 12 years ago

+1

adamcbrewer commented 12 years ago

html5readiness.com obtains their browser readiness from caniuse.com - maybe you could ask them if their API is open?

This way you wouldn't have to take on the overhead of updating browser capabilities yourself. :)

impressivewebs commented 12 years ago

@adamcbrewer The caniuse.com app displays info on "new" features in HTML5, CSS3, etc. so it doesn't have old stuff from CSS2.1, which is the majority of my app.

Francisc commented 12 years ago

Browser support would be awesome. I'd love to help if you need it.

impressivewebs commented 10 years ago

This is now done. I've updated the info and it now includes desktop and mobile browser support info for each property. There are some extra notes on missing support, but some sections will need improvement. For example, I might have to add an asterisk or something next to values that are cutting-edge and aren't supported by older browsers.