> Three cheers for HTTP-NG, it will save the world! :) Now how about
> progressive layout? We shouldn't force all the style sheet information
> to be parsed before any of the document can be layed out. Are we going
> to allow multiple <STYLE> tags so that style information can be defined
> just before its use and documents can be layed out in an entirely
> progressive manner.
>
> If we don't have a means for entirely progressive layout, slow connection
> users will curse our names for all eternity.
This would be a good thing. The problem right now is that <style> is
restricted to the <head> of a document. emacs-w3 will gracefully switch
styles wherever it encounters the <style></style> container, but I don't
know about arena. If we recommend it as a 'Good Thing' to do, we should
definitely change the DTD to reflect this.
-Bill P.