Home > Article > Web Front-end > How to learn about browser compatibility issues? _html/css_WEB-ITnose
All the web pages I write on my computer use high-end browsers, such as ie11, Firefox33, and chrome37. During NetEase’s phone interview today, I was asked questions about compatibility, but I couldn’t answer any of them. I want to ask Next, for those who have never tested compatibility issues with lower versions, how can they learn about these compatibility issues?
This basically depends on experience. If you are doing a project, there seems to be no need to learn it in particular. Basically use css and js frameworks This will solve most compatibility issues.
This basically depends on experience. If you are doing a project, there seems to be no need to learn it in particular. Most compatibility issues can be basically solved by using css and js frameworks.
I have experience after doing many projects.
Baidu takes a look at the IE6 compatibility issues. The main thing is to write more and do more, and then use IE6 7 to see where the problem is.
You have to do it yourself. Next IETEST, some JS codes are supported by IE, others are not supported, and the styles are the same.
Baidu has a look at the ie6 compatibility issues. The main thing is to write more and do more, and then IE6 7 Take a look and see where the problem is
You have to do it yourself. Next IETEST, some JS codes are supported by IE, but others are not supported. The style is the same.
You have to do it yourself. Next IETEST, some JS codes are supported by IE, but others are not supported. The same applies to styles.
You have to do it yourself. Next IETEST, some JS codes are supported by IE, but others are not supported. The same applies to styles.
You just have to do it yourself. Next IETEST, some JS codes are supported by IE, but others are not. , the style is the same.
This can only be achieved by writing more and practicing more
This can only be achieved by writing more and practicing more
If you write in a standardized way, IE6-IE8 will generally not have many problems. Just master the common compatibility issues first.
Try more, see more, think more