user656925
user656925

Reputation:

Where can get information on browser version changes?

When a new browser comes out, where can I got to get a technical understanding of how this will effect my code?

For example, when IE9 came out, my site displayed incorrectly as opposed to IE8.

When IE9 becomes IE10, etc. is there somewhere that explains the differences?

One would think that each software company would have a place to go. In this particular case Internet Explorer.

Upvotes: 1

Views: 101

Answers (2)

user409030
user409030

Reputation:

You could watch the different browser's Development blogs and news sites for example or follow the dev news on twitter:

Internet Explorer:

Chrome:

Firefox:

They give quite a good impression on latest browser changes.

Upvotes: 2

Pekka
Pekka

Reputation: 449385

is there somewhere that explains the differences?

There are various places that will help.

Upvotes: 4

Related Questions