written 7.7 years ago by | • modified 7.7 years ago |
Mumbai University > information technology > sem 4> Web Programming
Marks: 5M
Year : May16
written 7.7 years ago by | • modified 7.7 years ago |
Mumbai University > information technology > sem 4> Web Programming
Marks: 5M
Year : May16
written 7.7 years ago by | • modified 7.7 years ago |
Cross-browser compatibility :
Cross-browser refers to the ability of a website, web application, HTML construct or client-side script to function in environments that provide its required features and to bow out or degrade gracefully when features are absent or lacking. Ability to test a web application across different browsers to check how the application functionality behaves across all the tested browsers.
The cross-browser compatibility of your website is something each website owner should do. Although you have your own preferred browser, your website visitors may not be using the same web browser as you.
Is Your Site Cross-Browser Compatible?
Compatible with all major browsers available Major browsers available:
Internet Explorer
Firefox
Safari Note: Safari is now available for Windows and Mac computers
Netscape
Opera - Text based browsers for Lynx operating system or the visually impaired. Lynx Viewer is available to test your web pages.
JAWS - screen reader for the visually impaired. How does your website look in any of the browsers listed above? Not everyone is using Internet Explorer to surf the Internet these days.
How do I Make My Site Cross-Browser Compatible?
To create a cross-browser compatible website:
Use only standard compliant coding.
Don't use browser specific (proprietory) HTML tags and features.
These only work in the browser they were created for and may even break your web page when viewed in another browser.
Validate your HTML/XHTML coding using the W3C free validation service
Validate your cascading style sheets using the W3C free validation service
Some have the "You can't please everyone" attitude. Yes, your site will look different in each browser because each one interprets the coding differently. The goal with cross-browser compatibility is to make your site viewable in the major browsers available and have the pages render correctly. One thing that will drive visitors away is a site that doesn't work in their chosen browser.