s@rdalya

 

CROSS_BROWSER

Page history last edited by vozcelik 3 yrs ago

Cross-browser

 

Cross-browser refers to the ability for a website, web application, HTML construct or client-side script to support multiple web browsers.

 

The term was widely used during the browser wars in late-1990s. In that context, the term referred to websites and code snippets that worked in both Internet Explorer and Netscape Navigator.

 

During the browser wars, new features were added to browsers without any coordination between vendors. Thus it often happened that though both browsers supported some particular feature, there were differences in the way the feature worked, ranging from slight cosmetic issues to profound conceptual differences.

 

The term is still in use (as of 2006), but to lesser extent. The main reasons for this are:

 

  • Later versions of both Internet Explorer and Mozilla included support for HTML 4.0 and CSS1, proprietary extensions were no longer required to accomplish many commonly desired designs.
  • Somewhat more compatible DOM manipulation techniques became the preferred method for writing client-side scripts.
  • The browser market has broadened, and to claim cross-browser compatibility, the website is nowadays expected to support browsers such as Mozilla Firefox, Opera and Safari in addition to Internet Explorer and Netscape.
  • There has been an attitude shift towards more compatibility in general. Thus, some degree of cross-browser support is expected and only its absence needs to be noted.

Comments (0)

You don't have permission to comment on this page.