views:

51

answers:

5

I want to ensure my pages will look right as soon as IE9 comes out.

For example, I have already noticed that the background-size in the IE9 platform preview works, but is inconsistent with chrome, chrome resizes maintaining the aspect ratio, while the IE9 platform preview distorts the aspect ratio.

But who knows if this will be addressed or not by the time IE9 is released.

So should I just wait until IE9 is released before I start addressing anything?

+2  A: 

You should start testing your pages now. There's the possibility that you could report a bug and get it fixed.

Ned Batchelder
+1 This is what for public beta is
abatishchev
@abatishchev - IE9 hasn't been released as a public beta yet. They're merely platform previews (which show off particular features). There's a good possibility that any given preview release is not even feature-complete yet.
Justin Niessner
Now they are working hard on the engine, so if you can find some problem then it's better to report it. Don't change a single line of code to adapt for IE9, just do some tests to verify that everything keeps working at least as it did before, because if you wait too long and report the problem when they are in the final stage it might be too late and we'll have to suffer that bug for many years to come.
AlfonsoML
+2  A: 

I wouldn't be testing against the Platform Previews that they've released thus far.

They're nowhere near even being feature complete and your page might work in one revision and be completely broken in another.

Wait until there is a Beta released for developers to test against before you worry about anything.

Justin Niessner
A: 

Conventional Wisdom should tell you that you should test as soon as possible on as many browser as possible as soon as possible, but there should be a finite line where bugs/issues are your own or IE's.

Test, and quickly check the validity and report them to Microsoft as well.

I would not put them in high priority on your side until IE9 get nearer to release (or late beta).

Max
A: 

It is a good practice you check in almost any platform what you expect your app might run in future (Until you will not bypass your deadline).

Muneer
A: 

Personal preference, but I've waited. In the past I've tried to get a jump on new versions of IE, but it's always seemed to be a waste of time. Who knows though? Perhaps this time will be different...

As a side note, it most likely depends on your audience. My audience is slow to adopt "new" technologies. But if your audience is akin to the SO crowd, whom I'd expect to contain a large number of early-adopters...

Quotidian