Where can get information on browser version chang

2019-08-04 03:00发布

问题:

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.

回答1:

is there somewhere that explains the differences?

There are various places that will help.

  • Quirksmode.org is a veteran resource dedicated to mapping the differences between browsers

  • caniuse.com also has very well formatted information

  • The Wikipedia Comparison of Web browsers will give some broad outlines where differences are to be expected

  • MSDN will publish articles on new features of Internet Explorer like

    • Internet Explorer 9 Guide for Developers
    • What's new in Internet Explorer 9


回答2:

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

Internet Explorer:

  • http://blogs.msdn.com/b/ie/
  • https://twitter.com/IE

Chrome:

  • http://googlechromereleases.blogspot.com/
  • http://blog.chromium.org/
  • https://twitter.com/ChromiumDev

Firefox:

  • https://developer.mozilla.org/devnews/
  • https://twitter.com/mozhacks

They give quite a good impression on latest browser changes.