473,405 Members | 2,141 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

What version of HTML do browsers support?

How can I found out what versions of HTML the browsers Netscape
Communicator 4.8 and Internet Explorer 6.0 support? Is there a general
method for any version of any browser?
Jul 23 '05 #1
12 2919
On Fri, 15 Oct 2004 19:52:21 +0000 (UTC), George Cox
<ge************@spambtinternet.com.invalid> wrote:
How can I found out what versions of HTML the browsers Netscape
Communicator 4.8 and Internet Explorer 6.0 support?
They both support some parts of HTML 2, 3.2, 4.0 and 4.01 but not all
of them.
Is there a generalmethod for any version of any browser?


No.

Steve

Jul 23 '05 #2
George Cox wrote:
How can I found out what versions of HTML the browsers Netscape
Communicator 4.8 and Internet Explorer 6.0 support? Is there a general
method for any version of any browser?


Most browsers support most of HTML 4.01 (and those bits which they don't
support degrade fairly cleanly).

Many browsers (but not Microsoft Internet Explorer) support XHTML 1.0 and
1.1.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 23 '05 #3
Steve Pugh wrote:

On Fri, 15 Oct 2004 19:52:21 +0000 (UTC), George Cox
<ge************@spambtinternet.com.invalid> wrote:
How can I found out what versions of HTML the browsers Netscape
Communicator 4.8 and Internet Explorer 6.0 support?
They both support some parts of HTML 2, 3.2, 4.0 and 4.01 but not all
of them.


How do we find out _what_ parts, apart from trying things and seeing
what happens?
Is there a generalmethod for any version of any browser?


No.

Steve

Jul 23 '05 #4
David Dorward wrote:

George Cox wrote:
How can I found out what versions of HTML the browsers Netscape
Communicator 4.8 and Internet Explorer 6.0 support? Is there a general
method for any version of any browser?


Most browsers support most of HTML 4.01 (and those bits which they don't
support degrade fairly cleanly).


Thanks.
Jul 23 '05 #5
On Fri, 15 Oct 2004 22:11:37 +0000 (UTC), George Cox
<ge************@spambtinternet.com.invalid> wrote:
Steve Pugh wrote:
On Fri, 15 Oct 2004 19:52:21 +0000 (UTC), George Cox
<ge************@spambtinternet.com.invalid> wrote:
>How can I found out what versions of HTML the browsers Netscape
>Communicator 4.8 and Internet Explorer 6.0 support?


They both support some parts of HTML 2, 3.2, 4.0 and 4.01 but not all
of them.


How do we find out _what_ parts, apart from trying things and seeing
what happens?


You look at a web site of someone who's already tried things. I'd
recommend http://www.blooberry.com/indexdot/html/index.html
with the caveat that it only covers Windows browsers.

Steve

Jul 23 '05 #6
"David Dorward" <do*****@yahoo.com> wrote in message
news:ck*******************@news.demon.co.uk...
George Cox wrote:
How can I found out what versions of HTML the browsers Netscape
Communicator 4.8 and Internet Explorer 6.0 support? Is there a general
method for any version of any browser?
Most browsers support most of HTML 4.01 (and those bits which they don't
support degrade fairly cleanly).


But he specifically mentioned NN4.80, whose support of HTML 4 is abysmal.
Many browsers (but not Microsoft Internet Explorer) support XHTML 1.0 and
1.1.


IE does not support xHTML, but it renders it as HTML, which for me is good
enough.
Jul 23 '05 #7
C A Upsdell wrote:

But he specifically mentioned NN4.80, whose support of HTML 4 is abysmal.


It's CSS that's abysmal in NS4.x. Plain HTML4 isn't much of a problem.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Jul 23 '05 #8
On Fri, 15 Oct 2004 22:21:29 -0500, kchayka <us****@c-net.us> wrote:
C A Upsdell wrote:

But he specifically mentioned NN4.80, whose support of HTML 4 is
abysmal.


It's CSS that's abysmal in NS4.x. Plain HTML4 isn't much of a problem.


No id link support. You have to use <a name="foo"> to put an anchor which
can be linked to by <a href="#foo">. A few other things I won't list, it's
late here, but there are some critical things old browsers cannot handle.

After a little sleep I might dig up a page which lists all the stuff NN4
can't deal with, unless someone on the other side of the rock beats me to
it.
Jul 23 '05 #9
"C A Upsdell" <cupsdell0311XXX@-@-@XXXrogers.com> wrote:
IE does not support xHTML, but it renders it as HTML


Only if you falsely declare it to be html, not if it's served as xhtml

--
Spartanicus
Jul 23 '05 #10
Jim
Steve Pugh <st***@pugh.net> wrote in
news:g5********************************@4ax.com:
I'd recommend http://www.blooberry.com/indexdot/html/index.html
with the caveat that it only covers Windows browsers.


That's cool - thanks for the pointer.

Jim
Jul 23 '05 #11
"kchayka" <us****@c-net.us> wrote in message
news:2t*************@uni-berlin.de...
C A Upsdell wrote:

But he specifically mentioned NN4.80, whose support of HTML 4 is abysmal.


It's CSS that's abysmal in NS4.x. Plain HTML4 isn't much of a problem.


In my experience, NN4's support of HTML4 is really bad, nearly as bad as its
CSS support. There is a lot of HTML4 that NN4 renders badly, or chokes on.
I tried to code to the standards, even in those days, and a hell of a lot of
work was required to work around NN4's problems: IE4 was, comparatively,
much more compliant. You must remember that NN4 came out before the HTML4
and CSS1 standards did, and that although Netscape improved CSS support
somewhat in 4.5+, it did nothing to fix its HTML4 problems.

Jul 23 '05 #12
George Cox wrote:
How can I found out what versions of HTML the browsers Netscape
Communicator 4.8 and Internet Explorer 6.0 support? Is there a
general method for any version of any browser?


Mostly you know by experience which parts work, and if you lack
experience, you'll do a lot of testing. Usually you won't find any
browser that has a badge on it "supports XHTML1.0 Strict completely" or
similar. Or if they do say this, you'd have no reason to trust their
advertising, and still do some testing. Even with experience, you must
do testing -- you might just be able to steer clear of the most common
pitfalls you remember (such as "relative positioning causes problems in
x and y" or "absolute positioning messes Win-IE6's text-selecting
functionality" or similar).

--
Google Blogoscoped
http://blog.outer-court.com
Jul 23 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Al Davis | last post by:
Note: I tried cross-posting this message to several newsgoups, including comp.lang.perl.misc, c.l.p.moderated, comp.infosystems.www.authoring.cgi, comp.lang.javascript and comp.lang.php. Nothing...
6
by: Charax | last post by:
I maintain an academic web site accessed regularly by schools without the latest equipment. This means that Version 4 IE and NS browsers are frequent visitors. When I validate CSS and HTML,...
6
by: Dan V. | last post by:
I am using: http://www.csscreator.com/version2/pagelayout.php and choose HTML 4.01 transitional as I think this means it will be supported by more browsers. However in Macromedia Dreamweaver...
7
by: Trvl Orm | last post by:
I am working with 2 frames, Left and Right and the main code is in the left frame, which has been attached. Can someone please help me with this code. I am new to JavaScript and can't figure it...
8
by: R. Smits | last post by:
I've have got this script, the only thing I want to be changed is the first part. It has to detect IE version 6 instead of just "Microsoft Internet Explorer". Can somebody help me out? I tried...
10
by: Roger Withnell | last post by:
I seem to spend far too much of my time struggling with browser inconsistencies concerning Javascript (not to mention CSS). What do you think is the most efficient development regime, including...
133
by: Alan Silver | last post by:
Hello, Just wondered what range of browsers, versions and OSs people are using to test pages. Also, since I don't have access to a Mac, will I have problems not being able to test on any Mac...
9
by: DavidB | last post by:
Hi all I have a script that works perfectly in IE but not in FF. I am sure that the problem is easy to resolve, but I seem to be too dumb to figure it out. <html> <head> <script...
4
by: Java Guy | last post by:
I can find a lot of stuff on the internet about javascript, except how to I determine which version my IE6 is compatible with, or where to download javascript plugin/engine/what-ever for Windows...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.