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, w开发者_开发问答hen 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.
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
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.
精彩评论