Re: xhtml or html?
Geoff Berrow wrote:[color=blue]
> I noticed that Message-ID: <c1fj05$cif$1@p hys-news1.kolumbus. fi> from
> Wÿrm contained the following:
>[color=green]
>>I am not sure if it can be counted as argument or any good reason, but
>>depending doctype, browser might end up different "rendering mode"
>>
>>http://gutfeldt.ch/matthias/articles...tch/table.html
>>
>>(see difference between strict html 4.01, transitional 4.01 and transitional
>>4.01 with "loose" doctype rendiering modes for browsers)...[/color]
>
>
> Indeed, but all this does is show that if I use <!DOCTYPE HTML PUBLIC
> "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
> my pages will be rendered in a standard way. It doesn't say anything
> about the advantages of strict, AFAICS.[/color]
Indeed, it doesn't. The difference between Strict and Transitional is
not so much the rendering mode, but rather the available set of elements
and attributes.
[color=blue]
> I'm a little cynical about this as you can tell. I think some coders
> tend to self-flagellate. Emotive words like 'strict' versus
> 'transitional' and 'loose' encourage this and tend to create impressions
> which do not hold up to scrutiny.[/color]
Definitely. HTML Strict and HTML Transitional are just different DTDs,
with different features.
But the difference between Standard mode and Quirks mode is very real
(and a major PITA).
Matthias
Geoff Berrow wrote:[color=blue]
> I noticed that Message-ID: <c1fj05$cif$1@p hys-news1.kolumbus. fi> from
> Wÿrm contained the following:
>[color=green]
>>I am not sure if it can be counted as argument or any good reason, but
>>depending doctype, browser might end up different "rendering mode"
>>
>>http://gutfeldt.ch/matthias/articles...tch/table.html
>>
>>(see difference between strict html 4.01, transitional 4.01 and transitional
>>4.01 with "loose" doctype rendiering modes for browsers)...[/color]
>
>
> Indeed, but all this does is show that if I use <!DOCTYPE HTML PUBLIC
> "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
> my pages will be rendered in a standard way. It doesn't say anything
> about the advantages of strict, AFAICS.[/color]
Indeed, it doesn't. The difference between Strict and Transitional is
not so much the rendering mode, but rather the available set of elements
and attributes.
[color=blue]
> I'm a little cynical about this as you can tell. I think some coders
> tend to self-flagellate. Emotive words like 'strict' versus
> 'transitional' and 'loose' encourage this and tend to create impressions
> which do not hold up to scrutiny.[/color]
Definitely. HTML Strict and HTML Transitional are just different DTDs,
with different features.
But the difference between Standard mode and Quirks mode is very real
(and a major PITA).
Matthias
Comment