I am working on a web application that will target modern browsers or recent smartphones. When I look at the different resolutions, I see 480 a lot. For example:
This tells me that popular smartphones in late 2009 are converging on 480px for one of their screen dimensions and trying to match a standard aspect ratio.
The question is how legitimate is using 480px as the target width in my design. Are there any major negatives to this design?
That's not unreasonable. The main issue I see is that 480px is the width only in landscape orientation, not in the (sometimes default) portrait. I know that it is not a big deal these days to rotate one's phone, but this is something to think about.