News
Is Your Website Cross Browser Compatible ?
I've recently stumbled across a few pages which claim that any page should be viewable in any browser . Sorry if I'm slow, but I don't see that this is a realistic objective.
First, what counts as a browser? And what will count as a browser in a year or two? Jakob Nielsen thought it would be impossible for the same page to work in very limited devices such as mobile phones: End of Single-Design Pages? .
Even if we stick to desk-top systems, nobody knows how many browsers are out there. For example, the hoary ape lists goodness knows how many. It's impossible to test in all of them; look and see how many platforms you'd need! And where could you get reliable descriptions of what they can and can't do, including bug lists? In particular, how many of them crash if a developer uses any of the "graceful degradation" techniques which are becoming common? Netscape 4 is notorious for crashing on some perfectly valid HTML and CSS, and nobody claims to have an exhaustive list of reasons for Netscape 4 crashes.
Browsers which crash are plainly defective - the HTML standards say that a browser should just ignore anything it doesn't understand. Web developers can't be expected to take responsibility for the mistakes of browser / user agent suppliers.
Finally, let's compare web pages with television programmes:
Television programmes are as electronic as web pages. Why should web pages have to follow different rules?
Author: Philip Chalmers