|
Posted by cwdjrxyz on 06/07/07 17:54
On Jun 7, 5:49 am, pradeep <pwprad...@gmail.com> wrote:
> Hello,
>
> Can any one tell me different tags or properties of html which are
> gives different outputs on different browsers ?
Nearly all browsers have bugs that can cause different response from
most other browsers, and many of these bugs get corrected in the next
update of the browser. You are more likely to run into css bugs than
the basic html ones, and IE5 had plenty of these. However, we are in
good shape compared to what was the case in the browser war era. If we
go back to the IE4 and Netscape 4 era, and earlier, there were many
tags used on IE browsers that did not work on Netscape and vice versa.
A very few of these old browsers are still used, but many will not now
work on important web sites. For example, IE used bgsound and Netscape
used embed for sound. Soon after, IE also used embed for sound. IE
used document.all while Netscape used document.layers instead of the
now used W3C standard. And on, and on. Most recent browsers can now
handle up to xhtml 1.1 when properly served as application/xhtml+xml,
but even IE7 still can not do this. I know of no browser that can
handle full W3C SMIL 2 directly, but one can add a player/reader for
this language. For example, nearly full W3C SMIL 2 support is built
into newer Real players.
Navigation:
[Reply to this message]
|