What is cross-browser rendering?

柔情痞子 提交于 2020-01-02 09:58:53

问题


What is cross-browser rendering?


回答1:


How well does your HTML & CSS display in the various browsers or how compatible is your HTML & CSS in the various browsers. Also includes your client scripts as mentioned below in the wikipedia quote.

Here's a link on sites that can help test your site's cross browser rendering:

http://freelancefolder.com/7-fresh-and-simple-ways-to-test-cross-browser-compatibility/




回答2:


Cross-browser refers to the ability for a website, web application, HTML construct or client-side script to support all the web browsers. The term cross-browser is often confused with multi-browser. Multi-browser means something works with several web browsers. Cross-browser means something works with all versions of all browsers to have existed since the web began.

http://en.wikipedia.org/wiki/Cross-browser




回答3:


In plain English, websites are not displayed the same way in different browsers (even in the same browser type, but different version). The ability of the code written to build a website to make it look the same in all borwsers(although a very difficult task, and sometimes not achievable at all if using CSS3, IE won't render it unless it's IE9) is called cross-browsing.




回答4:


Every browser displays the same site differently - actually, even different versions of browsers can display the same site differently. It's all from the default styles set for elements in each browser, variance in support for the newer techniques (e.g. CSS3, HTML5, etc), and other factors (e.g. PNG transparency in IE6).

Here's some further reading to clear it up:
http://www.changry.com/design/9-cross-browser-compatibility-tools-for-designers-and-coders/



来源:https://stackoverflow.com/questions/3050443/what-is-cross-browser-rendering

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