Difference between revisions of "Cross-browser"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "'''Cross-browser''' refers to differences how web browsers behave. == Description == '''Cross-browser compatibility''' is the quality of being compatible wit...")
 
 
Line 21: Line 21:
 
* [[Cascading Style Sheets]]
 
* [[Cascading Style Sheets]]
 
* [[Client-side script]], notably [[JavaScript]]
 
* [[Client-side script]], notably [[JavaScript]]
 
to function in environments that provide its required features and to bow out or degrade gracefully when features are absent or lacking.
 
  
 
== See also ==
 
== See also ==

Latest revision as of 08:24, 12 April 2016

Cross-browser refers to differences how web browsers behave.

Description

Cross-browser compatibility is the quality of being compatible with different web browsers.

A web page is said to be cross-browser compatible if it works correctly in (certain) web browsers.

(Certain) web browsers

A great many web browsers exist, both current and obsolete.

"Certain" web browsers refers to browsers of interest, such as current versions of major browsers.

Applies to

See also

External links