Which can still be done with <STYLE>
> 2) It will remove stylesheets from the HTML specification
> entirely. They really are a separate issue.
They can never be a separate issue. If there is ever to be
a common standard it needs to be specified. There is no
way that browsers are going to interpret 5 different types
of style sheets.
> 3) It will ease development of both stylesheet languages and HTML,
> because development can take place separately.
How? Stylesheet parsing has to go into HTML parsing engines.
Whats the use of parsing a stylesheet if your never going
to apply the style to HTML?
> 4) With no style information in the HTML, the data is more easily
> reusable and far less application dependent (though I admit, CLASS
> and <style> limit the overall effects a lot).
Not true. Style information is easily ignored or extracted.
> 5) If the style information is separated out, there is a very large
> chance that stylesheets will either be cached, or a local set will
> be used, thereby reducing network resource consumtion.
And in the cases where the style sheet only ever applies to one document
you waste a tremendous amount of resources by forcing a separate net
connection.
-- Lou Montulli http://www.mcom.com/people/montulli/ Netscape Communications Corp.