Where can get information on browser version changes?

蹲街弑〆低调 提交于 2019-12-11 09:06:42

问题


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.



来源:https://stackoverflow.com/questions/6968684/where-can-get-information-on-browser-version-changes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!